@import url('https://fonts.googleapis.com/css2?family=Playwrite+AU+VIC+Guides&display=swap');
@import url(./font-face.css);

* {
	margin: 0;
	padding: 0;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin: 10px 0;
	padding: 0;
	font-family: var(--font-title-primary)
}

h1,
h2 {
	font-family: var(--font-title-primary);
}

.wrapper.home {}

img {
	object-fit: cover;
	/* width: 100%; */
}

table {
	width: 100%;
}

table,
th,
td {
	font-size: 100%;
	padding: 10px;
	margin-bottom: 10px;
}

.dnone {
	display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	padding-left: 10px;
	border-color: #ddd;
}

tr {
	margin-bottom: 10px;
}

td {
	vertical-align: central;
	padding: 5px !important;
	border-color: #ddd;
}

ul li {
	position: relative;
}

.desc2 ul,
.desc2 ol {
	padding-left: 30px;
}

.desc2 ul li {
	list-style: disc;
}

.desc2 ol li {
	list-style: auto;
}

p {
	padding: 0;
	margin: 0;
}

i.fa {
	line-height: inherit;
}

body {
	background-color: #fff !important;
}

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

a {
	text-decoration: none;
	color: inherit;
	/* position: relative; */
}

a:focus {
	outline: none;
}


ol,
ul {
	margin: 0;
}

a:focus,
a:hover {
	text-decoration: none;
	cursor: pointer;

}

html {
	scroll-behavior: smooth;
}

.desc2 li,
.desc-about li {
	list-style: disc !important;
	margin-left: 30px;
}

/* banner */
.banner {
	background-color: white;
	padding-bottom: 0px;
}

.item-banner {
	background-color: #edf0e9;
	overflow: hidden;
}

.box-banner {
	background-color: #fff;
	position: relative;
	height: auto;
}

.item_box-banner {
	display: flex;
	justify-content: right;
	background-color: #fff;
	height: 100%;
}

.box-banner_right {
	background-color: white;
	position: relative;
}

.box-banner_right img {
	position: absolute;
	top: 0;
	z-index: 99;
	right: 20px;
	height: 85%;
}

.img-banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	padding-right: 20px;
}

.img-banner,
.img-banner a,
.img-banner a img {
	height: 100% !important;
}

.box-banner_right {
	width: 60%;
	padding-right: 30px;
}

.header_bookkking h1 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 30px;
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: 500;
}

.content_bookig .icon_showa,
.content_bookig .icon_showa .icon {
	position: relative;
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.content_bookig .icon_showaa,
.content_bookig .icon_showaa .icon {
	position: relative;
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.content_bookig .icon_showa .icon::after {
	position: absolute;
	content: "";
	right: 50%;
	top: 50%;
	bottom: 0;
	width: 1px;
	height: 10px;
	transform: translate(-50%, -50%) rotate(0deg);
	background-color: #000;
	transition: all .25s ease;
}

.content_bookig .icon_showaa .icon::after {
	position: absolute;
	content: "";
	right: 50%;
	top: 50%;
	bottom: 0;
	width: 1px;
	height: 10px;
	transform: translate(-50%, -50%) rotate(0deg);
	background-color: #000;
	transition: all .25s ease;
}

.textaa {
	transform: scaleY(0);
	transition: all .25s ease;
	height: 0;
}

.text_show {
	position: relative;
}

.text_subnav {
	color: #1f1f1f;
	line-height: 1.5;
	font: 400 14px Open Sans, sans-serif;
}

.btn_close_show {
	padding-bottom: 24px;
}

.subnav .content_item:nth-child(2) {
	padding-top: 24px;
	border-top: 1px dotted #b4b4b4;

}

.header_retuns h1 {
	color: #1f1f1f;
	font: 400 28px Open Sans, sans-serif;
	margin: 0 auto 16px;
}

.icon_showaa {
	display: none;
}

.subnav {
	margin-left: -15px;
}

.content_item {
	display: flex;
}

.content_item .number {
	margin-right: 15px;
}

.allsubnav {
	display: none;
}

.header_subnav h4 {
	color: #1f1f1f;
	margin-bottom: 0;
	font: 600 18px Open Sans, sans-serif;
}

.text_subnav p {
	color: #1f1f1f;
	font: 400 14px Open Sans, sans-serif;
	margin-bottom: 16px;
}

.bg_li {
	display: block !important;
}

.text_subnav a {
	text-decoration: underline;
	color: #003953;
}

.btn_close_show span {
	color: #003953;
	cursor: pointer;
	font: 400 14px Open Sans, sans-serif;
	text-decoration: underline;
}

.header_nav h3 {
	color: #1f1f1f;
	font: 600 16px Open Sans, sans-serif;
	margin: 0 0 10px;
}

.img-block-news a {
	display: block;
}

.img-block-news a img {
	width: 100%;
}

.item_content_1 .nav_all {
	margin-left: 25px;
	padding-left: 25px;
}

.nav_all>li>p {
	font: 400 14px Open Sans, sans-serif;
	text-decoration: underline;
	cursor: pointer;
	color: #003953;
}

.showbongking_ondmai .icon_showaa {
	display: block;
}

.text_show {
	transform: scaleY(0);
	transition: all .25s ease;
	height: 0;
}

.showbongking_ondmai .text_show {
	transform: scaleY(1);
	height: auto;
	padding: 5px 0;
}

.showbongking_ondmai .textaa {
	transform: scaleY(1);
	height: auto;
	padding: 5px 0;
}

.form_lienhe_booking {
	margin-top: 20px;
}

.content_lienhe form .item label,
.centent_teax label {
	padding: 0 !important;
	font-size: 16px;
}

.centent_teax {
	width: 100%;
}

.centent_teax select {
	width: 100%;
	border: 1px solid #ddd;
	font-size: 16px;
	padding: 10px;
}

.box-baner-trangtrong ul li,
.item-footer-new ul li {
	list-style: none;
}

.btn_form_booking {
	background-color: #f26222;
	color: #fff;
	border: none;
	outline: none;
	font-size: 16px;
	border-radius: 8px;
	padding: 10px;
}

.centent_teax textarea {
	font-size: 16px;
	padding: 10px;
	width: 100%;
	border: 1px solid #ddd;
}

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

.content_lienhe {
	margin-top: 10px;
}

.content_lienhe form .item {
	width: calc(101.2% / 3 - 15px);
}

.content_lienhe form .item input {
	font-size: 16px;
	padding: 10px;
	width: 100%;
	border: 1px solid #ddd;
}

.header_lienhe h1 {
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: 500;
}

.show_text_booking {
	list-style: none;
	padding-bottom: 9px;
	margin-bottom: 25px;
	border-bottom: solid 1px #eee;
}

.show_text_booking .texta {
	font-size: 17px;
	font-weight: 600;
}

.show_text_booking .textaa {
	font-size: 17px;
	font-weight: 600;
}

.boongking {}

.content_bookig .showbongkingg .icon_showaa .icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.content_bookig .icon_showa .icon::before {
	position: absolute;
	content: "";
	right: 50%;
	top: 50%;
	bottom: 0;
	width: 1px;
	height: 10px;
	transform: translate(-50%, -50%) rotate(90deg);
	background-color: #000;
}

.content_bookig .icon_showaa .icon::before {
	position: absolute;
	content: "";
	right: 50%;
	top: 50%;
	bottom: 0;
	width: 1px;
	height: 10px;
	transform: translate(-50%, -50%) rotate(90deg);
	background-color: #000;
}

.box-banner_right .title {
	position: relative;
	z-index: 99;
}

.content_bookig .showbongking_ondmai .icon_showa .icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.showbongking_ondmai .texta {
	color: #5b9061 !important;

}

.showbongkingg .textaa {
	color: #5b9061 !important;

}

.box-banner_right .title h2 {
	font-family: var(--font-title-primary);
	font-size: 85px;
	padding-top: 25px
}

.box-banner_right .title h2 span {
	margin-left: 120px;
	font-size: 60px;
	margin-top: 10px;
	display: block;
}

.box-banner_right .title h3 {
	font-size: 40px;
	color: var(--color-main);
	text-align: right;
	text-transform: uppercase;
}

.box-banner_right .desc {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	position: relative;
	z-index: 99;
}

.img-banner .line {
	width: 100%;
	height: 20px;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	background-color: #c3cdb2;
}

.img-banner .line_left {
	position: relative;
	background: 0 0;
}

.img-banner .line_right {
	-webkit-box-flex: 1;
	flex: 1;
	background: #f5ede0;
}

.img-banner::after {
	height: 35%;
	width: 20px;
	content: '';
	background-color: #d8dfcf;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

.img-banner::before {
	height: 20px;
	width: 20px;
	content: '';
	background-color: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	z-index: 9;
}

.info-xthem {
	display: flex;
	justify-content: right;
	padding-top: 50px;
	position: relative;
	z-index: 999;
}

.info-xthem ul {
	display: inline-flex;
	border: 1px dashed var(--color-main);
	align-items: center;
	height: 42px;
	padding: 0px 20px;
	border-radius: 20px;
	margin-left: 20px;
	transition: 0.7s all;
}

.info-xthem ul.hoa_no:hover {
	background-color: rgb(213, 152, 46);
	color: #fff;
	border: 1px dashed #fff;
	cursor: pointer;
}

.hoa_no a:hover {
	color: white;
}

.info-xthem .info a {
	font-size: 16px;
}

.info-xthem .info a i {
	margin: 0px 5px;
	display: inline-flex;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	line-height: 35px;
	text-align: center;
	justify-content: center;
	align-items: center;
	background-color: var(--color-main);
	font-size: 15px;
	color: white;
	transition: all 0.7s;
}

.closeall_openall {
	display: flex;
	justify-content: right;
	gap: 20px;
}

.btn_closeall span,
.btn_openall span {
	cursor: pointer;
	font-weight: 600 !important;
	text-decoration: underline !important;
	color: #000;
}

.btn_closeall:hover span,
.btn_openall:hover span {
	color: #e9242d;
}

.info-xthem .info a i:hover {
	color: white;
	background-color: rgb(213, 152, 46);
}

/* end banner */

/* trip */
.trip {
	background-color: #f5ede0;
	padding: 60px 0px;
	position: relative;
}

.trip {}

.trip .container {
	position: relative;
}

.trip .title {
	text-align: center;
	position: relative;
}

.trip .title h2 {
	position: relative;
	padding-bottom: 5px;
	font-size: 30px;
	font-weight: 600;
	color: var(--color-main);
	margin: 0;
}

.trip .title img {
	position: static !important;
	transform: translate(0%, 0%);
	height: 25px;
}

.trip .title h3 {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

.trip .desc {
	width: 80%;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 30px;
	position: relative;
}

.trip .desc h5 {
	font-size: 18px;
	text-align: center;
}

.body-trip img {
	position: absolute;
	bottom: 0 !important;
	height: 33% !important;
	right: 0px !important;
	top: auto !important;
	left: 0px !important;
	bottom: 20px !important;
	transform: translate(0%, 0%) !important;
	width: 100% !important;
}

.box-trip {
	text-align: center;
	padding-top: 30px;
	padding: 50px 90px 0px;
}

.body-trip .row .col-md-4:nth-child(2) {
	margin-top: -60px;
}

.body-trip .row .col-md-4:nth-child(3) {
	margin-top: -60px;
}

.box-trip .title h3 {
	font-size: 12px;
	font-weight: 500;
	color: var(--color-main);
	text-transform: initial;
	text-align: center;
}

.numer-trip {
	height: 50px;
	width: 50px;
	background-color: var(--color-main);
	color: white;
	border-radius: 50%;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 30px;
}

.body-trip .xemthem-n {
	text-align: center;
	margin-top: 15px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	bottom: -65px;
}

.body-trip .xemthem-n a {
	display: flex;
	border: 0px dashed var(--color-main);
	border-bottom-color: rgb(39, 57, 41);
	border-bottom-style: dashed;
	border-bottom-width: 0px;
	align-items: center;
	height: 20px;
	padding: 0px 0px;
	border-radius: 0px;
	margin-left: 0px;
	font-size: 14px;
	color: var(--color-main);
	font-weight: 600;
	border-bottom: 1px solid;
	justify-content: center;
}

.body-trip .xemthem-n a i {
	margin-left: 5px;
}

.body-trip_S img {
	position: static !important;
	transform: translate(0%, 0%) !important;
	height: auto !important;
}

.body-trip_S {
	position: relative;
}

.item-body-trip_S {
	overflow-y: hidden;
	padding-bottom: 30px;
}

.body-trip_S {
	width: 1125px;
}

.box_body-trip_S {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.box_body-trip_S .row {
	height: 100%;
}

.box-trip-s .title h3 {
	font-size: 14px !important;
	font-weight: 500 !important;
	color: var(--color-main) !important;
	text-transform: initial !important;
	text-align: center !important;
	width: 40%;
}

.xemthem-n-s a {
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline;
}

.row .col-md-4:nth-child(1) .box-trip-s .title {
	display: flex;
	justify-content: right;
	margin-right: 20px;
}

.row .col-md-4:nth-child(2) .box-trip-s .title {
	display: flex;
	justify-content: center;
	margin-left: 40px;
}

.row .col-md-4:nth-child(3) .box-trip-s .title {
	margin-left: 20px;
}

.row .col-md-4:nth-child(1) .xemthem-n-s {
	position: absolute;
	bottom: -10px;
	right: 65px;
}

.row .col-md-4:nth-child(2) .xemthem-n-s {
	position: absolute;
	bottom: -10px;
	right: 130px;
}

.row .col-md-4:nth-child(3) .xemthem-n-s {
	position: absolute;
	bottom: -10px;
	left: 75px;
}

/* end trip */

/* blog */
.blog {
	background-color: white;
	padding: 100px 0px 20px 0px;
}

.box-blog {
	margin-bottom: 20px;
}

.blog .title {
	text-align: center;
}

.blog .title h2,
.c-ttl__01 {
	position: relative;
	padding-bottom: 5px;
	font-size: 30px;
	font-style: italic;
	font-weight: 600;
	color: var(--color-main);
	margin: 0;
}

.blog .title img {
	position: static !important;
	transform: translate(0%, 0%);
	height: 25px;
	margin-bottom: 5px;
}

.blog .title p {
	width: 80%;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 17px;
	font-weight: 400;
}

.body-blog {
	padding-top: 40px;

}

/* .bgrmau-blog:nth-child(1) .box-blog{
    background-color: #fceb79;
}
.bgrmau-blog:nth-child(2) .box-blog{
    background-color: #c4df98;
}
.bgrmau-blog:nth-child(3) .box-blog{
    background-color: #7fd3ef;
}
.bgrmau-blog:nth-child(4) .box-blog{
    background-color: #edca92;
}
.bgrmau-blog:nth-child(5) .box-blog{
    background-color: #cd864d;
}
.bgrmau-blog:nth-child(6) .box-blog{
    background-color: #ca623d;
} */
.bgrmau-blog .box-blog {
	padding: 20px;
	border-radius: 20px;
	background-color: #c3cdb2;
}

.box-blog .img-blog {
	position: relative;
	margin-bottom: 10px;
}

.box-blog .img-blog img {
	height: 290px;
	width: 100%;
}

.box-blog .img-blog .name-blog {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--color-main);
}

.box-blog .img-blog .name-blog a h3 {
	color: white;
}

.bgrmau-blog .box-blog .img-blog .name-blog {
	position: static;
	bottom: 0;
	left: 0;
	right: 0;
	background: #b6cbba00;
	text-transform: uppercase;
}

.box-blog .img-blog .name-blog a h3 {
	color: rgb(255, 255, 255);
	font-size: 18px;
	text-align: center;
	padding: 0px 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-weight: 600;
}

.box-blog .img-blog .name-blog a h3:hover {
	color: #ccc
}

.bgrmau-blog .box-blog .img-blog .name-blog a h3 {
	color: rgb(0, 0, 0);
}

.bgrmau-blog .box-blog .img-blog .name-blog a h3 {
	height: 45px;
}

.body-blog .line {}

.content-blog {
	margin-bottom: 15px;
}

.content-blog .price {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #066334;
}

.content-blog .desc {
	color: black;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-align: justify;
	height: 85px;
	margin-bottom: 20px;
}

.body-blog .line {
	height: 1px;
	background-color: rgb(0, 0, 0);
	width: 100%;
}

.bgrmau-blog .body-blog .line {
	height: 0px !important;
}

.bgrmau-blog .content-blog {
	margin-bottom: 0px;
}

.showcontent {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: initial !important;
	height: auto !important;
}

.showcontent~.btn-xemthem::before {
	content: "Thu gon";
	/* font-size: 32px;
    height: 100%;
    padding-top: 15px;
    display: block; */
}

.body-blog .content-blog {
	padding-top: 10px;
	/* display: flex; */
}

.box-blog .xemthem-n {
	display: flex;
	justify-content: center;
}

.content-blog {
	position: relative;
}

.btn-xemthem {
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	color: #b01616;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.xemthem-n a {
	padding: 5px 25px;
	font-size: 18px;
	color: var(--color-main);
	font-weight: 400;
	border: 1px dashed var(--color-main);
	border-radius: 20px;
	transition: 0.5s all;
}

.xemthem-n a:hover {
	background-color: var(--color-main);
	color: #fff;
	border: 1px dashed #fff;
}

.bgrmau-blog .xemthem-n a {
	display: inline-flex;
	align-items: center;
	height: 40px;
	padding: 0px 45px;
	border-radius: 12px;
	margin-left: 0px;
	font-size: 18px;
	color: white;
	font-weight: 600;
	border: 0px dashed var(--color-main);
	background-color: var(--color-main);
	transition: 0.7s all;
	font-family: unset;
}

.bgrmau-blog .xemthem-n a:hover {
	background-color: rgb(213, 152, 46);
	;
}

/* end blog */

/* share */
.share {
	background-color: #e8ebe0;
}

.item-share {
	position: relative;
	/* height: 500px; */
	overflow: hidden;
}

.share .item-box-share {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	background-color: white;
	height: 100%;
}

.box-share_left {
	width: 60%;
	position: relative;
}

.box-share_left img {
	position: absolute;
	z-index: 99;
	right: 20px;
	height: 80%;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.7;
}

.body-connect ul li a img {
	position: static;
	height: 35px !important;
	width: 35px !important;
	transform: translate(0%, 0%);
	margin-right: 15px;
}

.share .img-share_right {
	/* position: absolute; */
	top: 0;
	right: 0;
	/* width: 42%; */
	height: 100%;
}

/*.share .img-share_right a, .share .img-share_right a img{
    display: block;
    height: 100%;
    width: 100%;
}*/
.img-share_right .images_doitac {
	height: 100%;
	/* display: flex; */
	grid: 5px;
}

.img-share_right .images_doitac .item {
	background: #fff;
	border-radius: 5px;
	display: flex;
	text-align: center;
	/* min-height: 120px; */
	margin-bottom: 14px;
	width: 100%;
	align-items: center;
}

.img-share_right .images_doitac .item img {
	width: 100%;
	display: flex;
	align-items: center;
	height: 164px;
	object-fit: contain;
}

.box-share_left .title {
	text-align: center;
}

.box-share_left {
	padding: 40px 20px;
}

.box-share_left .title h2 {
	position: relative;
	padding-bottom: 5px;
	font-size: 29px;
	font-style: italic;
	font-weight: 600;
	color: var(--color-main);
	margin: 0;
	text-transform: capitalize;
}

.box-share_left .title img {
	position: static !important;
	transform: translate(0%, 0%);
	height: 25px;
}

.item_body-share h3 {
	font-size: 17px;
	font-weight: 500;
	color: var(--color-main);
}

.item_body-share a h3:hover {
	color: var(--color-main)
}

.body-share {
	padding: 0px 25px;
	z-index: 99;
}

.item_body-share .desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	color: var(--color-main);
}

.body-share .xemthem a {
	display: inline-flex;
	border: 1px dashed var(--color-main);
	align-items: center;
	height: 40px;
	padding: 0px 25px;
	border-radius: 5px;
	margin-left: 20px;
	font-size: 16px;
}

.body-share .xemthem {
	text-align: right;
	padding-top: 20px;
	margin-right: 15px;
}

/* .connect{
    position: absolute;
    z-index: 99;
    padding-top: 20px;
    bottom: 0px;
    width: 98%;
} */
.connect h3 {
	font-size: 17px;
	font-weight: 600;
	color: var(--color-main);
	text-transform: uppercase;
}

.body-connect {
	padding-top: 10px;
}

.body-connect ul {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}

.body-connect ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: white;
	background-color: var(--color-main);
	padding: 9px 10px;
	display: inline-block;
	border-radius: 8px;
}

.body-connect ul li a:hover {
	background-color: rgb(213, 152, 46);
}

.slide-share button i {
	font-size: 25px;
	color: var(--color-main);
	font-weight: 600;
}

.slide-share .slick-prev {
	left: -10px;
	z-index: 10px;
}

.slide-share .slick-next {
	right: 0px;
	z-index: 10px;
}

/* end share */

/* list hinh anh */
.list-img {
	padding: 40px 0px;
	padding-top: 60px;
}

.item_list-img {
	display: flex;
	flex-wrap: wrap;
}

.box_list-img {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.box_list-img_2 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.item_list-img_all {
	margin: 0px -3px;
}

.box_list-img_2,
.box_list-img_big {
	padding: 0px 3px;
	margin-bottom: 6px;
}

.box_list-img_big a {
	height: 100%;
	display: block;
}

.box_list-img_big a img {
	height: 406px;
	width: 100%;
}

.box_list-img_2 a img {
	height: 200px;
	width: 100%;
}

/* end list hinh anh */

/* POST BY CATEGORY */
.baner-trangtrong {
	background-image: url(../images/blog_details.png);
	background: #eee;
}

.box-baner-trangtrong {
	padding: 120px 0px;
	position: relative;
}

.box-baner-trangtrong img {
	position: absolute;
	top: 0;

	right: 0px;
	height: 100%;
}

.box-baner-trangtrong .title {
	position: relative;
	z-index: 99;
}

.box-baner-trangtrong .title h3 {
	position: relative;
	font-size: 26px;
	font-weight: 600;
	color: var(--color-main);
	margin: 0;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.box-baner-trangtrong .title h1 {
	position: relative;
	font-size: 26px;
	font-weight: 600;
	color: var(--color-main);
	margin: 0;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.box-baner-trangtrong ul {
	display: flex;
	color: #333;
	flex-wrap: wrap;
	font-size: 16px;
}

.desc2 ol li {
	list-style: disc !important;

}

.desc2 ul li {
	list-style: disc !important;

}

.box-baner-trangtrong ul li a {
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
}

.box-baner-trangtrong ul li:first-child a {
	padding-left: 0px;
}

.box-baner-trangtrong ul li a i {
	font-size: 14px;
	margin-right: 10px;
}

.box-baner-trangtrong ul li a::after {
	content: ">";
	/* height: 4px;
    width: 4px;
    background-color: white; */
	/* border-radius: 50%; */
	display: flex;
	position: absolute;
	right: -5px;
	top: -1px;
}

.box-baner-trangtrong ul li:last-child::after {
	content: "" !important;
}

.box-baner-trangtrong ul li:last-child a::after {
	display: none;
}

.box-share_left .desc p {}

.block-news {
	padding: 40px 0px;
}

.box_block-news_left {
	/* height: 100%;
    overflow: hidden; */
}

h2.title-block {
	color: #333;
	font-weight: bold;
	font-size: 35px;
	margin-top: 0;
}

h3.title-block {
	font-size: 18px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	line-height: 27px;
	color: #3f3c30;
}

h4.title-block {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 5px;
	line-height: 27px;
	color: #3f3c30;
}

.desc-bolck {
	margin-top: 25px !important;
	font-size: 16px;
	text-align: justify;
	line-height: 1.6;
	overflow: hidden;
	transition: 0.5s ease-in-out;
	position: relative;
	/* height: 751px; */
}

.desc-bolck p {
	padding-bottom: 10px;
}

.desc-bolck p span {
	padding-top: 10px;
	line-height: 25px;
}

.desc-bolck p span strong {
	line-height: 25px;
}

.desc-bolck ul li {
	list-style: disc !important;
	margin-left: 20px;
	padding-bottom: 10px;
}

.desc-bolck::before {}

.desc-bolck.active {
	max-height: unset;
}

.col-block_news-right {
	padding-left: 50px;
}

.col-block_news-left {
	flex: 0 0 70%;
	max-width: 70%;
}

.col-block_news-right {
	flex: 0 0 35%;
	max-width: 35%;
}

.col-block_news-left .block-news_left {
	padding-right: 50px;
	overflow: hidden;
}

.col-block_news-left .block-news_left.active {
	height: unset !important;
}

.content_block-news_left {
	position: sticky;
	top: 111px;
}

.content_block-news_left-bottom {
	background: #f5f0e3;
	padding: 20px;
	padding-bottom: 25px;
}

.content_block-news_left-bottom .btn-dak {
	text-align: center;
}

.content_block-news_left-bottom .btn-dak button {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 30px;
	border: none;
	border-radius: 30px;
	color: #fff;
	background: var(--color-main);
	margin-top: 30px;
	margin-bottom: 10px;
}

.content_block-news_left-bottom .list-info li span i {
	margin-right: 3px;
	font-size: 18px;
}

.content_block-news_left-bottom .list-info li img {
	width: 30px;
	height: auto;
}

.content_block-news_left-bottom .list-info {
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 16px;
}

.content_block-news_left-bottom .list-info li {
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	padding-bottom: 5px;
	padding-top: 3px;
	column-gap: 15px;

}

.content_block-news_left-bottom .list-info li span {
	font-weight: 500;
	display: block;
	width: 50%;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
}

.content_block-news_left-bottom .list-info li span.chitite {
	font-size: 16px;
	font-weight: 600;
	font-family: inherit;

}

.ghichu {
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	padding-bottom: 24px;
}

.ghichu h4 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 0;
}

h3.title-tin {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	margin-top: 10px;
}

h3.title-tin2 {
	font-size: 16px;

}

.info-tin .desc-tin {
	font-size: 16px;
	text-align: justify;
	color: #464648;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 0;
}

.info-tin {
	padding: 15px;
	padding-top: 10px;
}

.wapper-lienquan .item-tin {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin: 0 10px;
}

.wapper-lienquan .slick-track {
	padding-bottom: 10px;
	padding-top: 10px;
}

.Tinlienquan {
	padding-top: 40px;
	padding-bottom: 50px;
}

span.xemthem-tr {
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
	display: inline-block;
	cursor: pointer;
	display: none;
}

span.xemthem-tr.active {
	display: block;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: inherit;
	color: inherit;
}

.wapper-lienquan button {
	font-size: 20px;
	color: #000;
	z-index: 10;
}

.box-tin .img {
	height: auto;
}

.box-tin .img img {
	aspect-ratio: 1/1;
	height: auto;
}

.Tinlienquan .title-tinlienquan {
	font-size: 30px;
	font-weight: 600;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	color: #333;
}

.Tinlienquan .title-tinlienquan::before {
	content: "";
	width: 90px;
	height: 2px;
	background-color: rgb(195, 205, 177);
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translate(-50%, 100%);
}

.date-cmt-user {
	display: flex;
	padding: 15px;
	align-items: center;
}

.date-cmt-user .date {
	background-color: var(--color-main);
	text-align: center;
	color: white;
	padding: 10px 5px !important;
	/* margin-right: 15px; */
	display: flex;
	width: 65px;
	height: 65px;
	flex-wrap: wrap;
	justify-content: center;
}

.date-cmt-user .date span {
	font-size: 12px;
}

.date-cmt-user .date b {
	font-size: 16px;
}

.date-cmt-user .box-dcu {
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
}

.date-cmt-user .box-dcu:not(:first-child)::after {
	content: "";
	height: 25px;
	width: 1px;
	background-color: #333;
	display: flex;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 99;
}

.date-cmt-user .box-dcu:last-child::after {
	height: 0px;
	width: 0px;
}

.date-cmt-user .box-dcu a {
	font-size: 14px;
	font-weight: 500;
}

.date-cmt-user .box-dcu a i {
	font-size: 20px;
	margin-right: 10px;
}

.content_block-news_left a h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 0px 0;
}

.content_in {
	font-size: 16px;
	text-align: justify;
	line-height: 21px;
}

.content_in ul {
	list-style: disc !important;
	margin-left: 20px;
}

.content_in .desc2 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.5);
	background-color: rgb(255, 255, 255);
	border-radius: 6px;
	font-size: 16px;
	text-align: justify;
	line-height: 22px;
}

.content_block-news_left .desc {
	padding-top: 15px;
	color: #333;
	font-weight: 400;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 22px;
}

.content_block-news_left .chitiet {
	padding-top: 25px;
	text-align: right;
}

.content_block-news_left .chitiet a {
	display: block;
	color: var(--color-main);
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: underline;
	transform: 0.7s all;
}

.content_block-news_left .chitiet a:hover {
	color: rgb(213, 152, 46);
}

.box-list_block-news_left {
	padding-top: 20px;
}

.box-list_block-news_left .content_block-news_left .chitiet {
	padding-top: 25px;
	text-align: left !important;
}

.box-list_block-news_left .img-block-news {
	height: 100%;
	padding-bottom: 20px;
}

.box-list_block-news_left .img-block-news img {
	height: 200px;
	width: 100%;
	margin-bottom: 0;
}

.box-list_block-news_left .content_block-news_left {
	padding: 0px;
}

.box-list_block-news_left .content_block-news_left .desc {
	-webkit-line-clamp: 4;
	text-align: justify;
}

.block-news_right .box-timkiem {
	background-color: #333;
	padding: 15px;
}

.block-news_right .box-timkiem .input-dk {
	background-color: white;
	border: 0;
	border-radius: 0;
	max-width: 100%;
}

.block-news_right .box-timkiem .item-search-model {
	background-color: #fff;
}

.block-news_right .box-timkiem button {
	border: 0;
	height: 100%;
	color: #333;
	background-color: #ccc;
}

.block-news_right_2 {
	background-color: #FFF7F0;
	padding: 5px 15px 5px 15px;
	margin-top: 20px;
}

.block-news_right_2 ul li a {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 0px;
	display: block;
	border-bottom: 1px dotted gray;
}

.block-news_right_2 ul li:last-child a {
	border-bottom: 0px dotted gray;
}

.block-news_right_2 ul li a i {
	font-size: 13px;
	margin-right: 10px;
	color: #333;
}

.block-news_right_3 {
	background-color: #eee;
	padding: 15px;
	margin-top: 20px;
}

.block-news_right_3 .box-info {
	display: flex;
}

.box-info .img-info img {
	border-radius: 50%;
	border: 2px solid #333;
	height: 120px;
	padding: 3px;
	text-align: center;
	width: 120px;
}

.block-news_right_3 .box-info .nd-info {
	margin-left: 20px;
}

.block-news_right_3 .box-info .nd-info ul li a {
	color: #333;
	font-size: 14px;
	font-weight: 600;
}

.block-news_right_3 .box-info .nd-info ul li a i {
	margin-right: 8px;
	display: inline-flex;
	border-radius: 50%;
	height: 22px;
	width: 22px;
	line-height: 35px;
	text-align: center;
	justify-content: center;
	align-items: center;
	background-color: var(--color-main);
	font-size: 11px;
	color: white;
}

.block-news_right_3 .box-info .nd-info ul li {
	margin-bottom: 5px;
}

.news-new .title h3 {
	margin: 0;
	color: #333;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px dashed var(--color-main);
}

.news-new ul li {
	padding-top: 20px;
}

.news-new ul li {
	display: flex;
}

.news-new ul li .img-list-nn {
	width: 130px;
}

.news-new ul li .name-list-nn {
	width: 60%;
	flex: 1;
}

.news-new ul li .img-list-nn img {
	width: 120px;
	height: 120px;
}

.news-new ul li .name-list-nn p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 22px;
}

.block-news_right_3 .Tag .title h3 {
	margin: 0;
	color: #333;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 10px;
}

.body-tag {
	margin: 0px 0px;
	display: flex;
	flex-wrap: wrap;
}

.body-tag .box-tag {
	padding: 0px 6px 6px 0px;
	width: 50%;
}

.body-tag .box-tag a {
	display: block;
	background-color: white;
	text-align: center;
	padding: 4px;
	color: #333;
	font-size: 14px;
	font-weight: 500;
}

.body-tag .box-tag a:hover {
	color: var(--color-main);
}

/* END POST BY CATEGORY */


header .header-top {
	display: none;
}

.header_home .img-header {
	height: 200px !important;
}

.menu-desktop {
	justify-content: left !important;
}

.item-header {
	background-color: #a12063;
}

.menu-desktop .nav-main>li>a {
	/* line-height: 45px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 38px;
    font-weight: 600;
    position: relative; */
}

.menu-desktop .nav-main>li>a:hover {
	color: #333;
}

.video_destop {

	display: block;

}

.video_mobi {
	display: none;
}

.header-event {
	position: relative;
	width: 100%;
	z-index: 9;
	background-color: #a12063 !important;
	justify-content: center;
	position: fixed;
	webkit-animation: stuckMoveDown .6s;
	animation: stuckMoveDown .6s;
	z-index: 1000;
	top: 0;
}

.header-event-html {
	background-color: #a12063;
}

.menu-desktop .nav-main>li>a {
	padding: 0px 0px !important;
}

.menu-desktop .nav-main {
	display: flex;

	/* justify-content: space-between !important ; */
	width: 100% !important;
}

#header {
	display: flex;
	flex-wrap: wrap;
}



.info-logo-head {
	text-align: center;
}

.title-logo-head {
	color: #ff0000;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;

}

.decs-logo-head {
	font-size: 16px;
}

.search-pc {
	background: #e09f26;
	color: #fff;
	border: 0;
	outline: 0;
	padding: 10px 15px;
	border-radius: 5px;
}

.search-pc svg {
	color: #fff;
	font-weight: 600;
}

.search-mobile {
	display: none;
	margin-top: 26px;
	margin-left: 10px;
}

#search-mobile-btn svg {
	color: #000 !important;
}

.search-model {
	position: absolute;
	min-width: 300px;
	max-height: 0;
	z-index: 9;
	padding: 5px;
	margin: 0;
	transition: opacity .25s;
	box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
	border: 2px solid #ddd;
	color: #777;
	background-color: #fff;
	text-align: left;
	display: none;
	left: auto;
	right: 0;
	opacity: 0;
	bottom: -59px;
	border-radius: 0;
}

.show-search {
	display: table;
	opacity: 1 !important;
}



.item-search-model {
	js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.flex-grow {
	-ms-flex: 1;
	flex: 1;
	-ms-flex-negative: 1;
	-ms-flex-preferred-size: auto !important;
}

.flex-col {
	max-height: 100%;
}

.input-search {
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 0 0.75em;
	height: 2.507em;
	font-size: .97em;
	border-radius: 0;
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	background-color: #fff;
	color: #333;
	box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
	transition: color .3s, border .3s, background .3s, opacity .3s;
	outline: 0;

}

.button-search {
	background-color: #e09f26;
	line-height: 1.5em;
	min-width: 2.5em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	display: inline-block;
	border-color: #e09f26;
	outline: none;
	opacity: 1;
	color: #fff;
	height: 100%;
	padding: 0.34em 0.6em;
	border: none;
}

.trip .desc p {}


/* #search{
    display: block !important;
} */





/* @media (max-width: 745px){
    .logo-head {
    margin-right: 0px !important;
    }
    .SearchBar-wrap {
        flex-basis: calc(100% - 310px) !important;
    }
} */
*/ .list-bar {}

.nav-sub ul li a {
	color: black !important;
}

.nav-sub li a {
	color: black !important;
}



.slick-slider {
	position: relative;
	/* overflow: hidden; */
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.fa-phone {
	transform: rotateY(-180deg);
}

.container {
	width: 100%;
	max-width: 1200px;
}

.pagination {
	margin-bottom: 20px;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 0px;
}

.page-link:hover {
	background-color: var(--color-main);
	border-color: var(--color-main);
}

.more-tr i {
	display: block;
	padding-top: 7px;
	margin-left: 7px;
	transition: 0.5s;
	transform-origin: center;
	cursor: pointer;
	display: none;
}

.more-tr i.iok {
	display: block;
}

.more-tr i.active {
	padding-top: 0px;
	margin-left: 7px;
	transform: rotate(180deg);
	transform-origin: center;
	padding-bottom: 5px;
}

.more-tr {
	display: flex;
	align-items: center;
}

.pagination-group {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination-group .pagination {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.pagination-group .pagination a {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #e23b41;
}

.pagination-group .pagination span {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #e23b41;
	background-color: #e23b41;
	color: #fff;
}

.swal2-title {
	font-size: 14px !important;
}

.swal2-styled {
	font-size: 13px !important;
}

.swal2-popup {
	max-width: 23em !important;
}

.swal2-icon {
	transform: scale(0.7);
}


/*css slide home*/

.slide .slick-dots {
	bottom: 20px;
}

.slide .slick-dots li {
	border-radius: 100%;
	width: 12px;
	height: 12px;
	/* position: absolute; */
	background: rgba(153, 153, 153, 1);
	border: 3px solid rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	cursor: pointer;
	box-sizing: content-box;
	box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

.slide .slick-dots li.slick-active {
	background: rgba(255, 255, 255, 1);
	border: 3px solid rgba(241, 89, 42, 1);
}

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

.slide .slick-dots li button:before {
	width: 12px;
	height: 12px;
}

.bg-home {
	/* background-color: #f8f8f8; */
}

.fright {
	float: right
}

.fleft {
	float: left
}

.item-vote {
	width: 100%;
	margin-top: 20px;
}

.item-vote-avatar img {
	display: inline-block;
	height: 25px;
	line-height: 26px;
	background-color: #DDDDDD;
	color: #333;
	font-size: 15px;
	border-radius: 5px;
	padding: 0px 7px;
}

.item-vote-user {
	color: #333;
	font-size: 15px;
	font-weight: 700;
	margin-left: 3px;
}

.item-vote-time-right {
	font-size: 13px;
	color: #707070;
	font-weight: 700;
}

.item-vote-time-right i {
	font-size: 15px;
	font-weight: 400;
}

.item-vote-info {
	width: calc(100% - 32px);
	padding: 15px 10px;
	box-sizing: border-box;
	background-color: #F3F4F6;
	float: right;
	border-radius: 10px;
}

.item-vote-raiting,
.item-vote-question {
	font-size: 13px;
	color: #333;
}

.item-vote-question {
	margin-top: 10px;
}

i.fa-star {
	color: #707070;
}

.nav-vertical {
	position: relative;
	/* top: 40px; */
	left: 0px;
	right: 0;
	z-index: 10;
	height: 0;
	display: block;
}

.nav-vertical .nav-list {
	background-color: #fff;
}

.nav-vertical .nav-list li {
	position: unset;
}

.nav-vertical .nav-list>li>a {
	position: relative;
	display: block;
	color: #000;
	padding: 12px 0 14px 0;
	border-bottom: 1px solid #eee;
	margin: 0;
	font-size: 15px;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 23px;
}

.nav-vertical .nav-list>li>a>img {
	width: auto;
	height: auto;
	max-width: 22px;
}

.nav-vertical .nav-list>li>a:hover {
	background-color: #f8f9fa;
	color: #ed2024;
}

.nav-vertical .nav-list>li>a>img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	margin-right: 4px;
}

.ver-mega-mn1 {
	position: absolute;
	right: 5px;
}

.nav-vertical-sub {
	position: absolute;
	width: calc(100% + 30px);
	left: 90%;
	top: 0;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #ddd;
	visibility: hidden;
	transition: left 0.5s;
	z-index: -1;
	height: 495px;
	top: 3px;
	box-shadow: rgb(0 0 0 / 6%) -2px 0px 8px 0px;
}

.nav-vertical .nav-list>li:hover .nav-vertical-sub {
	visibility: inherit;
	left: 100%;
}

.nav-vertical .nav-list>li:hover .nav-vertical-sub li {
	padding: 6px 0 5px 0;
	border-bottom: 1px solid #eee;
	margin: 0;
	font-size: 15px;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 23px;
}

.item-vote-header {
	width: 100%;
	display: inline-block;
	padding: 0 20px 20px 20px;
}

.wrap-slide-home {
	padding: 10px 0 0;
}

.item-banner-home {
	margin-bottom: 15px;
}

.item-banner-home img {
	border: solid 1px #ebebeb;
	height: auto;
	object-fit: cover;
}

.padding_in {
	padding: 0 15px 0 0;
}

.bg-pro-tab .item-banner-home {
	margin-bottom: 10px;
	margin-top: 0px;
}

.hover-effect {
	position: relative;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	overflow: hidden;
}

.hover-effect-2:before {
	border: 50px solid transparent;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	top: 0;
	content: "";
	opacity: 1;
	-webkit-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
	width: 100px;
	height: 100px;
	-webkit-transform: scale(7);
	-ms-transform: scale(7);
	-o-transform: scale(7);
	transform: scale(7);
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	visibility: visible;
	z-index: 1;
}

.hover-effect-2:hover:before {
	border: 0 solid rgba(0, 0, 0, .7);
	opacity: 0;
	-webkit-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
}

.hover-effect-10:before {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
}

.hover-effect-10:before,
.hover-effect-10:after {
	bottom: 20px;
	content: "";
	left: 20px;
	opacity: 0;
	position: absolute;
	right: 20px;
	top: 20px;
	-webkit-transition: opacity .35s ease 0s, -ms-transform .35s ease 0s;
	-webkit-transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
	-webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
	-o-transition: opacity .35s ease 0s, -ms-transform .35s ease 0s;
	-o-transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
	-o-transition: opacity .35s ease 0s, transform .35s ease 0s;
	transition: opacity .35s ease 0s, -ms-transform .35s ease 0s;
	transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
	transition: opacity .35s ease 0s, transform .35s ease 0s;
	z-index: 3;
}

.hover-effect-10:hover:before,
.hover-effect-10:hover:after {
	opacity: 1;
	-webkit-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.hover-effect-10:after {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
}

#rating label {
	margin: 0;
	padding: 0;
}

#rating {
	border: none;
	float: left;
	/* margin-left: 10px; */
	width: 100%;
}

#rating>input {
	display: none;
}

#rating>label:before {
	margin: 0 2px;
	font-size: 29px;
	content: "\f005";
	font-family: 'Font Awesome 5 Free';
	display: inline-block;
	font-weight: 900;
	cursor: pointer;
}

#rating>.half:before {
	content: "\f089";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	box-sizing: content-box;
	cursor: pointer;
}

#rating>label {
	color: #ddd;
	float: right;
}

#rating>input:checked~label,
#rating:not(:checked)>label:hover,
#rating:not(:checked)>label:hover~label {
	color: #FFD700;
}

#rating>input:checked+label:hover,
#rating>input:checked~label:hover,
#rating>label:hover~input:checked~label,
#rating>input:checked~label:hover~label {
	color: #FFED85;
}

.form_danhgia label {
	float: left;
}

.section_banner_home {
	width: 100%;
	padding: 15px 0;
}

.section_banner_home .list-banner {
	display: flex;
	padding: 0 5px;
	width: 100%;
}

.section_banner_home .item {
	width: 33.33333%;
	padding: 0 10px;
}

.section_banner_home .item .box {}

.section_banner_home .item .image {
	border-radius: 8px;
	overflow: hidden;
}

.section_banner_home .item .image img {
	width: 100%;
}

.section_banner_home .item .box .info {}

.section_banner_home .item .box h3 {
	font-size: 16px;
}

.section_banner_home .item .box h3 a {
	font-size: inherit;
}

.section_banner_home2 {
	width: 100%;
	padding: 16px 0;
}

.section_banner_home2 .image {
	width: 100%;
}

.section_banner_home2 .image img {
	width: 100%;
}


/*css slide home*/

.pro-item-star {
	margin-top: 8px;
	font-size: 13px;
}

.pro-item-start-rating i.star-bold {
	font-weight: 700;
	color: #ed1d3d;
}

.pro-item-star:nth-child(n+2) {
	margin-left: 5px;
}

.pro-item:hover {
	transition: all ease-in-out .4s;
	transform: scale(1.02);
	z-index: 1;
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 30%);
}

.item-thuong-hieu {
	width: calc((100% - 45px) / 4);
	margin-right: 15px;
}

.item-thuong-hieu:nth-child(4n+4) {
	float: right;
	margin-right: 0px;
}

.item-thuong-hieu-thumb {
	display: block;
	height: 125px;
	width: 100%;
	box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
	border-radius: 8px;
}


/* :start */

.hover-effect-10 {
	display: block;
	background: #000;
}

.hover-effect-10:hover img {
	opacity: .5;
	-webkit-filter: alpha(opacity=50);
	filter: alpha(opacity=50);
}

li.ul-li-menu-section a {
	font-weight: 500;
	font-size: 18px;
}

.hover-effect-4:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 75%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 75%);
	content: "";
	opacity: 0;
	-webkit-transform: translate3d(0, 50%, 0);
	-ms-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -ms-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
}

.hover-effect-4:hover:before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.template-detail {
	padding: 0px 0;
}

.desc_lienhe {
	padding-bottom: 20px;
}

.slide {
	position: relative;
	background: #fff;
	padding-top: 0px;
	/* padding-bottom: 10px; */
}

.slide img {
	width: 100%;
}

.slide:after {
	/* content: ""; */
	width: 100%;
	height: 30%;
	position: absolute;
	left: 0;
	bottom: -2px;
	background-image: url(../images/line-slide.png);
	z-index: 1;
	background-position: center;
	background-size: 100% 100%;
}

.wrap-support {
	/* padding: 20px 0 0; */
	padding-bottom: 30px;
}

.box-support {
	padding: 20px 20px 0;
	background-color: #fff;
	border: solid 1px #ebebeb;
}

.mw-20 {
	min-width: 20%;
}

.col-support-item {
	margin-bottom: 20px;
}

.support-item {}

.support-item .box {
	display: flex;
	align-items: center;
}

.support-item .box .icon {
	width: 50px;
}

.support-item .box .icon img {}

.support-item .box .content {
	width: calc(100% - 50px);
	padding-left: 10px;
}

.support-item .box .content h3 {
	margin-top: 0;
	text-transform: none;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
}

.support-item .box .content .desc {
	line-height: 1.4;
	font-size: 14px;
}

.wrap-product-home {
	padding: 20px 0 30px;
	background: #f8f8f8;
}

.wrap-product-home-2 {
	background-color: #f2f2f5;
}

.list-product-home {}

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

.page-link:focus {
	box-shadow: inherit;
}

.page-link {
	color: #000;
	background-color: #c3cdb2;
}

.col-product-card {
	margin-bottom: 30px;
}

.product-card {}

.product-card .box {
	border: 1px solid #ddd;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.product-card .box .image {
	position: relative;
}

.product-card .box .image img {}

.product-card .box .hot {
	bottom: 5px;
	right: 10px;
	text-transform: capitalize;
	color: #ffffff;
	background: #C70909;
	font-size: 10px;
	padding: 0 10px 0 8px;
	height: 21px;
	line-height: 23px;
	text-align: center;
	display: block;
	position: absolute;
}

.product-card .box .hot:before {
	content: "";
	background: url(../images/icon-sale.png) no-repeat 0 0;
	width: 11px;
	height: 21px;
	position: absolute;
	left: -11px;
	top: 0;
}

.product-card .box .hot:after {
	content: "";
	background: url(../images/icon1-sale.png) no-repeat 0 0;
	width: 3px;
	height: 21px;
	position: absolute;
	right: -3px;
	top: 0;
}

.product-card .box .sale {
	position: absolute;
	top: 0;
	top: 17px;
	right: 10px;
	background-color: #9f7a49;
	color: #fff;
	padding: .3em .5em;
	font-size: 12px;
	font-weight: bold;
}

.product-card .box .content {
	padding: 10px 15px;
	border-top: 1px solid #ccc;
}

.product-card .box .content .name {
	margin-top: 0;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	height: 45px;
}

.product-card .box .content .name a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.box-price {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.box-price .new-price {
	color: #ff0000;
	font-weight: 700;
	font-size: 20px;
	margin-right: 7px;
}

.box-price .old-price {
	font-size: 15px !important;
	text-decoration: line-through;
	color: #ccc !important;
	font-weight: 400 !important;
}

.product-card .action {
	position: absolute;
	width: 100%;
	top: 0;
	transform: translate(0, -100%);
	opacity: 0;
	transition: all 0.5s;
}

.product-card .box:hover .action {
	top: 50%;
	opacity: 1;
}

.product-card .action ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-card .action ul li {
	width: 40px;
}

.product-card .action ul li a {
	display: flex;
	height: 40px;
	width: 40px;
	align-items: center;
	justify-content: center;
	background-color: #c31f26;
	color: #fff;
}

.product-card .action ul li a i {}

.product-card .action ul li a svg {
	width: 18px;
	fill: #fff;
}

.product-card .action ul li a:hover {
	background-color: #05090a;
	color: #fff;
}

.product-card .action ul li a:hover svg {
	fill: #fff;
}

.group-title {
	text-align: center;
	margin-bottom: 10px;
}

.group-title1 .title1 {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0px;
	font-size: 25px;
	color: #404040;
}

.group-title .title {
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 0;
	line-height: 30px;
	margin-bottom: 30px;
	font-size: 28px;
	color: #333;
	position: relative;
	text-align: center !important
}

/* .group-title .title:after {
    content: "";
    display: table;
    clear: both;
    background: url(../images/line.png);
    width: 100%;
    height: 13px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0px;
} */

.group-title .title-img {
	border-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
	background: #fff;
	font-size: 25px;
	margin-bottom: 0;
	padding: 15px 10px;
	color: #c00;
	font-weight: 600;
}

.item-lq img {
	width: 100%;
}

.Post-des {
	padding: 20px 0 0;
}

.img-title {
	height: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-title img {
	height: 2px;
	width: 186px;
}

.title-h {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

.title-h .text {
	margin: 0;
	font-size: 20px;
	color: #fff;
	padding: 0 15px;
	padding-right: 60px;
	background: linear-gradient(60deg, #c31f26 calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 30px), transparent calc(100% - 35px));
	line-height: 40px;
	font-weight: bold;
	white-space: nowrap;
	/* height: 100%; */
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.title-h1 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
	position: relative;
}

.title-h1:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #ebebeb;
	position: absolute;
	left: 0;
	top: 18px;
}

.title-h1 .text {
	background: #f8f8f8;
	margin: 0;
	font-size: 25px;
	color: #333;
	padding: 0 15px 0 0;
	padding-right: 30px;
	line-height: 40px;
	font-weight: 300;
	white-space: nowrap;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	position: relative;
}

.title-h1 .text strong {
	font-weight: 600;
	padding-right: 5px;
}

#countdown {
	height: auto;
	text-align: left;
	border-radius: 5px;
	/* margin: auto; */
	/* padding: 10px 0 20px; */
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
}

#countdown #tiles {
	position: relative;
	z-index: 1;
}

#countdown #tiles>span {
	width: 58px;
	max-width: 40px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background-color: #05090a;
	border-radius: 3px;
	margin: 0px 1px;
	padding: 1px 0;
	display: inline-block;
	position: relative;
}

#countdown #tiles>span:first-child {
	margin-left: 0;
}

#countdown #tiles>span:last-child {
	margin-right: 0;
}

#countdown .labels {
	width: 100%;
	height: 25px;
	text-align: left;
}

#countdown .labels li {
	width: 102px;
	font: bold 15px 'Droid Sans', Arial, sans-serif;
	color: #d2ae7e;
	text-shadow: 1px 1px 0px #000;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}

.cate-dot-1 .slick-dots {
	width: auto;
	bottom: unset;
	right: 80px;
	top: -25px;
}

.cate-dot-1 .slick-dots li {
	border-radius: 100%;
	width: 12px;
	height: 12px;
	/* position: absolute; */
	background: #eee;
	/* border: 3px solid rgba(255, 255, 255, 0.9); */
	border-radius: 50%;
	cursor: pointer;
	box-sizing: content-box;
	box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

.cate-dot-1 .slick-dots li.slick-active {
	background: #353a3d;
	/* border: 3px solid rgba(0, 0, 0, 1); */
}

.cate-dot-while-1.cate-dot-1 .slick-dots li.slick-active {
	background-color: #eee;
}

.cate-dot-while-1.cate-dot-1 .slick-dots li {
	background-color: #fff;
}

.cate-dot-1 .slick-dots li button {
	width: 12px;
	height: 12px;
}

.cate-dot-1 .slick-dots li button:before {
	width: 12px;
	height: 12px;
}

.cate-arrows-1 .slick-prev,
.cate-arrows-1 .slick-next {
	opacity: 1;
	font-size: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	margin: 0;
	width: 45px;
	height: 45px;
	background-color: #fff;
	color: rgb(0, 0, 0);
	border-radius: 50%;
	border: 1px rgb(255, 255, 255) solid;
}

.fomt_slifer_all .form_slider form {
	margin: 0 auto;
}

.forn-l {
	padding: 15px 0px;
}

.form_slider .headeing h3 {
	margin-top: 0;
	font-size: 40px;
	margin-bottom: 0;
	color: #fff;
	font-weight: 700;
}

.form_slider .headeing p {
	font-size: 20px;
	margin-bottom: 30px;
	color: #fff;
}

.form_slider form .input {
	position: relative;
}

.form_slider form .input i {
	position: absolute;
	color: #00000087;
	top: 50%;
	transform: translateY(-50%);
	font-size: 23px;
	left: 12px;
}

.form_slider .item_2 {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}

.item_2 .input p {
	position: absolute;
	top: 2px;
	left: 49px;
	color: #494b55;
}

.item_2 input[type="date"]::-webkit-calendar-picker-indicator {
	display: none;
}

.item_2 .input {
	width: calc(87% / 2);
}

.item_2 .input select {
	border: none;
}

.item_2 .input .sele {
	width: 100%;
	padding: 27px 10px 8px 45px;
	border-radius: 2px;
	background-color: #fff;
}

.section_tour_policy .tour_policyall {
	display: flex;
}

.tour_policyall .tour_policy .item {
	display: flex;
	justify-content: center;
	padding: 10px;
	border-left: 1px solid #bebebe;
	height: 100%;
}

.tour_policyall .tour_policy:nth-child(1) .item {
	border-left: none;
}

.section_tour_policy {
	background-color: #fff;
	border-bottom: 1px solid #dee2e6;
}

.tour_policy .item .img {
	width: 15%;
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.tour_policy .item .img img {
	border-radius: 50%;
	padding: 10px;
	background-color: #273793;
}

.tour_policy .text {
	width: 75%;
	width: 65%;
}

.Lit_combo {
	padding: 20px 0;
	background: #e5e5e5;
}

.evo-item-blogs .text_blogs a {
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	height: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	margin-bottom: 7px;
	color: black;
	font-weight: 700;
	transition: all .3s;
}

.evo-item-blogs {
	margin-bottom: 20px;
}

.img_blogs {
	overflow: hidden;
}

.img_blogs img {
	transition: all .3s;
	height: 230px;
}

.evo-item-blogs:hover .img_blogs img {
	transform: scale(1.1);
}

.evo-item-blogs .text_blogs a:hover {
	color: #273793;
}

.header_blogs {
	margin-top: 15px;
}

.mt_blogs p {
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	height: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.list_prdunt {
	padding: 20px 0 10px
}

.stt_End {}

.header_prdunt h2:hover,
.header_prdunt h2:hover span {
	color: #e09f26;
}

.item_sp_h .text {
	/* background-color: rgb(221, 221, 221); */
	padding: 10px;
}

.item_sp_h .text .name-sp h2 {
	margin: 0;

}

.item_sp_h .text .name-sp h2 a {
	color: #fff;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	font-size: 20px;
	text-align: center;
}

.icon,
.lich img {
	width: 15px;
}

.item_sp_h .text .name-sp h2:hover a {
	color: #e09f26;
}

.item_sp_h .text .icon_pt {
	padding: 5px 0;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.boc_gia .gia_new p {
	color: #f00;
	font-weight: 600;
	font-size: 18px;
}

.boc_gia .btn_box a {
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	background-color: #086fb8;
	color: #fff;
	font-size: 13px;
	transition: all 300ms;
	-webkit-appearance: none;
	display: block;
	border-radius: 5px;
}

.item_sp_h .img,
.banner-top .img {
	overflow: hidden;

}

.banner-top .img img {
	transition: all .3s;
}

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

.item_sp_h .img img {
	transition: all .3s;
}

.btn_show_all {
	text-align: center;
}

.item_dreLike .img img {
	width: 100%;
	height: 320px;
	transition: all .3s;
}

.list_five_sp .item_dreLike .img img {
	width: 100%;
	height: 160px;
}

.list_five_sp {
	flex: 0 0 20%;
	max-width: 20%
}

.list_five_sp .item_dreLike .text a {
	text-align: left;
}

.item_dreLike {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.item_dreLike .text a p svg {
	width: 12px;
	fill: #e09f26
}

.item_dreLike .text a {
	text-align: center;
}

.item_dreLike:hover .text a h4 {
	color: #1ba0e2;
}

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

.list-item .item_sp_h:hover {
	top: -7px;
}

.item_dreLike .text a h4 {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	transition: all .1s;
}

.item_dreLike .text a p {
	font-size: 12px;
	color: #fff;

}

.item_dreLike .text a p span {
	color: #e09f26;
	font-weight: 600;
}

.item_dreLike .text {
	background-image: url(/public/frontend/images/bg_like_dress.png);
	position: absolute;
	bottom: 0;
	padding: 50px 10px 10px 10px;
	width: 100%;
	color: #fff;
	z-index: 999;
}

.btn_show_all a:hover {
	color: #fff;
	background-color: #e09f26;
}

.dressLike {
	padding: 20px 0;
	background: #f2f5f8;
}

.btn_show_all a {
	transition: all .3s;
	display: inline-block;
	height: 40px;
	line-height: 38px;
	padding: 0 25px;
	border: 1px solid #e09f26;
	color: #e09f26;
	font-weight: 500;
	border-radius: 4px;
}

.list-item .item_sp_h {
	position: relative;
	margin-bottom: 20px;
	top: 0;
	transition: all 300ms;

}

.item_sp_h1 {
	margin: 0 5px 20px;
}

.row {
	/* margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important; */
}

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

.item-tav {
	border: 3px solid rgba(255, 255, 255, .1);
	border-radius: 8px;
	width: 14.2857%;
	display: inline-block;
	margin: 0 10px;
}

.item-tav>a {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 45px;
	border-radius: 6px;
	background-color: #cc0000ba;
	font: 13px/16px Arial;
	color: #fff;
	position: relative;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.nav-tabs .active::before {

	position: absolute;
	width: 19px;
	height: 9px;
	position: absolute;
	left: calc(50% - 9px);
	bottom: -7px;
	background-image: url(../images/attr2.png);
}

.nav-tabs li {
	margin-bottom: 5px;
}

.item-tav>a>span {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	padding: 0 16px;
	text-transform: uppercase;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.box_search1 {
	width: 100%;
	padding: 15px 20px 0 20px;
	background: #fff;
}

.boc_gia .btn_box a:hover {
	background-color: #273793;
	color: #fff;
	border-radius: 4px;
}

.boc_gia {
	padding-top: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.item_sp_h .text .lich span {
	color: #273793;
	font-weight: 600;
}

.item_sp_h .text .lich {
	font-size: 12px;
	align-items: center;
	gap: 5px;
	padding: 5px 0;
	display: flex;
}

.giacu p {
	text-decoration: line-through;
	font-size: 12px;
	color: #999;
}

.text .icon_pt .icon {
	gap: 5px;
	display: flex;
}

.item_sp_h .img img {
	width: 100%;

}

.ss-dddl {
	padding: 15px 0;
}

.header_prdunt p {
	text-align: center;
	color: #888;
	margin-bottom: 20px;
}

.header_prdunt h2 {
	text-align: center;
	font-size: 23px;
	font-weight: 600;
	text-transform: uppercase;
	color: #086fb8;
	letter-spacing: .01em;
	position: relative;
}

.header_prdunt {
	margin-bottom: 15px;
	text-align: center;
	position: relative;
}

.header_prdunt>a {
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 3;
}

.header_prdunt::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	background: #086fb8;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.header_prdunt h2 span {
	color: #e09f26;
}

.lsit_item .item a {
	display: flex;
	align-items: center;
	padding: 15px;
	background: #fff;
	box-shadow: 1px 1px 0 rgb(0 0 0 / 7%);
	z-index: 26;
}

.lsit_item .item a img {
	background-color: #ed0080;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	padding: 12px;
	margin-right: 10px;
}

.lsit_item .item:nth-child(2) a img {
	background-color: #1b448e;
}

.lsit_item .item:nth-child(2) a p span {
	color: #1b448e;
}

.lsit_item .item:nth-child(3) a img {
	background-color: #149abc;
}

.lsit_item .item:nth-child(3) a p span {
	color: #149abc;
}

.lsit_item .item:nth-child(4) a img {
	background-color: #149abc;
}

.lsit_item .item:nth-child(4) a p span {
	color: #149abc;
}

.lsit_item .item a p span {
	font-weight: 700;
	text-transform: uppercase;
	color: #ed0080;
}

.lsit_item .item a p {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	overflow: hidden;
	margin-right: 5px;
}

.tour_policy .text p {
	text-align: justify;
	font-size: 13px;
	color: #888;
	line-height: 1.3;
}

.Lit_combo .row {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.btn_header button {
	border: none;
	box-shadow: none;
	outline: none;
	font-weight: 600;
	text-align: center;
	display: flex;
	align-items: center;
	font-size: 16px;
}

.item_2 .btn_header {
	width: 10%;
}

.form_slider form .input input {
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 0 1em;
	height: 40px;
	font-size: 16px;
	border-radius: 0;
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	background-color: #fff;
	color: #333;
	transition: color .3s, border .3s, background .3s, opacity .3s;
	outline: 0;
	border-radius: 6px;
}

.btn_header {
	background-color: #086fb8;
	line-height: 1.5em;
	min-width: 2.5em;
	padding-left: 30px;
	padding-right: 30px;
	display: inline-block;
	border-color: rgba(0, 0, 0, .05);
	outline: none;
	opacity: 1;
	color: #fff;
	height: 100%;
	margin-left: 15px;
	border-radius: 4px;
}

.item_2 .input input {
	padding: 25px 10px 5px 45px !important;
}

.form_slider .headeing {
	text-shadow: 0 1px 1px #333;

}

.box_search_tour {

	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.fomt_slifer_all {}

.cate-arrows-1 .slick-prev {
	left: 10px;
}

.cate-arrows-1 .slick-next {
	right: 10px;
}

.cate-arrows-1 .slick-prev i,
.cate-arrows-1 .slick-next i {
	font-size: 20px;
	color: inherit;
}

.cate-arrows-1-sm .slick-prev,
.cate-arrows-1-sm .slick-next {
	width: 10px;
	height: 30px;
}

.cate-arrows-1-sm .slick-prev i,
.cate-arrows-1-sm .slick-next i {
	font-size: 10px;
}


/* cate 2 */

.cate-arrows-2 .slick-prev,
.cate-arrows-2 .slick-next {
	opacity: 1;
	font-size: 20px;
	top: 3px;
	transform: translateY(-70px);
	z-index: 3;
	margin: 0;
	width: 25px;
	height: 30px;
	/* background-color: #bababa; */
	color: #333;
}

.cate-arrows-2 .slick-prev {
	left: unset;
	right: 40px;
}

.cate-arrows-2 .slick-next {
	right: 10px;
}

.cate-arrows-2 .slick-prev i,
.cate-arrows-2 .slick-next i {
	font-size: 15px;
	color: inherit;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	/* background-color: #c31f26; */
	/* font-weight: bold; */
	/* font-size: 18px; */
	background-color: unset;
	color: red;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
}

.nav-pills .nav-link {
	font-size: 13px;
	line-height: 24px;
}

.title-nav-tab {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/* align-items: center; */
	border-bottom: 3px solid #000;
	border-top: 1px solid #f2f3f2;
	background-color: #f7f7f7;
	padding-right: 50px;
	margin-bottom: 30px !important;
}

.title-nav-tab h3 {
	margin: 0;
	font-size: 20px;
	color: #fff;
	padding: 5px 15px;
	padding-right: 60px;
	background: linear-gradient(60deg, #c31f26 calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 30px), transparent calc(100% - 35px));
	line-height: 30px;
	font-weight: bold;
	/* white-space: nowrap; */
	/* height: 100%; */
	display: flex;
	align-items: center;
}

.title-nav-tab2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/* align-items: center; */
	border-bottom: 0px solid #000;
	border-top: 0px solid #f2f3f2;
	background-color: #f7f7f7;
	padding-right: 50px;
	margin-bottom: 30px !important;
}

.title-nav-tab2:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #ebebeb;
	position: absolute;
	left: 0;
	top: 19px;
}

.title-nav-tab2 h3 {
	background: #f8f8f8;
	margin: 0;
	font-size: 22px;
	color: #333;
	padding: 0 15px 0 0;
	padding-right: 30px;
	line-height: 40px;
	font-weight: 600;
	white-space: nowrap;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	position: relative;
}

.list_image_video {}

.list_image_video .slick-prev,
.list_image_video .slick-next {
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	opacity: 1;
	margin: 0;
	line-height: normal;
	font-size: 15px;
	background-color: rgba(0, 0, 0, 0.5);
	height: 40px;
}

.list_image_video .slick-prev:before,
.list_image_video .slick-next:before {
	display: none;
}

.list_image_video .slick-prev {
	left: 2px;
}

.list_image_video .slick-next {
	right: 0px;
}

.list_image_video .slick-prev i,
.list_image_video .slick-next i {
	font-size: 15px;
	color: #fff;
}

.list_image_video .item {
	width: 33.3333%;
	padding: 0 2px;
}

.list_image_video .item .image {
	width: 100%;
	cursor: pointer;
}

.list_image_video .item .image img {
	height: 71px;
	object-fit: cover;
}

.nav-pills {
	background: #f8f8f8;
	position: relative;
}

.nav-pills .nav-link {
	padding-left: 5px;
	padding-right: 5px;
}

.wrap-product-tab {
	padding: 30px 0 20px;
	background-color: #f8f8f8;
}

.wrap-product-tab:nth-child(2n) {
	background-color: #f8f8f8;
}

.slide-pro {
	flex: 0 0 100%;
	max-width: 100%;
}

.wrap-news-home {
	padding: 70px 0 50px;
	/* background-color: #f2f2f5; */
}

.wrap-news-home .group-title .title {
	/* color: #e23b41; */
	/* padding-bottom: 0; */
}

.list-news-home {
	/* padding: 0 70px */
}

.fo-03-news {
	/* padding: 0 7.5px; */
	margin-bottom: 25px;
}

.fo-03-news .box {
	position: relative;
}

.fo-03-news .image {
	overflow: hidden;
}

.fo-03-news .image a {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 75%;
}

.fo-03-news-main .image a {
	padding-bottom: 67%;
}

.fo-03-news .date {
	/* margin-bottom: 10px; */
	font-size: 13px;
	color: #898989;
}

.fo-03-news .image img {
	transition: all 0.5s;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.fo-03-news .image:hover img {
	transform: scale(1.1);
}

.fo-03-news .content {
	padding: 10px 0px 20px;
	box-shadow: 0px 15px 16px #f4f4f4;
	position: relative;
	background-color: #fff;
}

.fo-03-news .content .caption {
	padding-left: 115px;
}

.fo-03-news .content .time {
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #c31f26;
	color: #fff;
	width: 70px;
	text-align: center;
	font-size: 16px;
	transform: translateY(-50%);
	left: 20px;
	padding: 5px;
	font-weight: bold;
}

.title-template {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
	border-bottom: 0px solid;
	margin-top: 0;
	font-size: 20px;
}

.title-template-in {
	text-align: center;
	font-weight: 600;
	font-size: 25px;
	text-transform: uppercase;
	padding-bottom: 20px;
	color: #353a3d;
	margin: 0;
}

.count-search {
	font-weight: bold;
	font-size: 15px;
	background-color: #eee;
	padding: 10px 20px;
	margin: 0 0 15px;
}

.title-template .title-inner {
	margin: 0;
	font-size: 20px;
	color: #fff;
	padding: 0 15px;
	padding-right: 60px;
	background: linear-gradient(60deg, #c31f26 calc(100% - 35px), transparent calc(100% - 35px));
	line-height: 40px;
	font-weight: bold;
	white-space: nowrap;
	/* height: 100%; */
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.title-template .orderby {}

.title-template select {
	background-color: inherit;
	border: unset;
}

.product-detail-infor .box-infor .info-desc .desc ul li {
	list-style: disc !important;
	margin-left: 18px;
}

.fix-sidebar {
	position: sticky;
	top: 110px;
}

#side-bar {
	margin-bottom: 30px;
}

.side-bar {
	background-color: #ffffff;
	box-shadow: 0 0px 0px #d9dadb;
	margin: 12px 0 20px 0;
	border: solid 1px #eee;
	border-radius: 5px;
}

.side-bar:last-child {
	margin-bottom: 0;
}

.title-sider-bar {
	font-size: 18px;
	margin: 0px 0 0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	color: #000;
	font-weight: 600;
	padding: 10px 15px 10px;
	border-bottom: 1px solid #eee;
	line-height: 26px;
	text-transform: uppercase;
	background: #f2f0f0;
}

.menu-side-bar {
	background: transparent;
}

.menu-side-bar>li {
	border-radius: 0px;
}

.list-category {
	background: #fff;
}

.list-fill {
	/* padding: 20px 15px; */
	background: #eee;
	padding: 10px;
	margin-bottom: 15px;
}

.box-list-fill {
	margin-bottom: 0px;
	background: #01524c;
	padding: 0 10px;
}

.list-fill .form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
	font-size: 15px;
	line-height: 26px;
}

.list-fill .form-check ul li {
	list-style: disc !important;
}

.box-list-fill:last-child {
	margin-bottom: 0;
}

.title-s {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	padding: 8px 0;
	text-transform: uppercase;
	padding-right: 30px;
	position: relative;
}

.title-s i {
	position: absolute;
	right: 0;
	top: 4px;
	display: inline-flex;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #beb8b8;
}

.title-s i.active:before {
	content: "\f067";
}

.box-list-fill ul {}

.box-list-fill ul li {
	margin-top: 5px;
}

.box-list-fill ul img {
	height: 20px;
	width: auto;
}

.box-list-fill ul li+li {
	margin-top: 5px;
}

.menu-side-bar {}

.menu-side-bar li.active>a {
	color: #000;
	text-transform: none;
}

.list-category ul>li>a>img {
	/*width: 18px;
    height: 18px;
    margin-right: 16px;*/
}

.list-category ul>li>a .pt_icon_right {
	position: absolute;
	right: 0;
	top: 3px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	transition: all 0.5s;
	opacity: 0.4;
}

.list-category ul>li>a .pt_icon_right2 {
	position: absolute;
	right: 0;
	top: 2px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	transition: all 0.5s;
	opacity: 0.4;
}

.list-category ul>li>a .pt_icon_right:before {
	content: "\f067";
}

.list-category ul>li>a .pt_icon_right2:before {
	content: "\f067";
}

.list-category ul>li.active>a>.pt_icon_right:before {
	content: "\f068";
}

.list-category ul>li.nav_item1.active>a>.pt_icon_right2:before {
	content: "\f068";
}

.list-category ul>li.active a .pt_icon_right {
	/* transform: rotate(90deg); */
}

.list-category ul>li>a {
	position: relative;
	user-select: none;
	display: block;
	height: auto;
	line-height: 30px;
	text-decoration: none;
	clear: both;
	font-weight: 600;
	font-size: 14px;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease-in-out;
	-khtml-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-bottom: 1px solid #e5e5e5;
	padding: 6px 10px;
	/* color: #222222; */
	position: relative;
}

.list-category>ul>li>a {
	padding-left: 5px;
	font-size: 15px;
	font-weight: 600;
	padding-right: 5px;
}

ul.menu-side-bar>li>a:before {
	display: none;
}

.list-category ul>li>a:hover {
	color: #fbb03b
}

.list-category ul>li>a>span {
	padding-left: 22px;
}

.list-category ul>li>a:before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: 20px;
	top: 18px;
	font-weight: 900;
}

.list-category ul>li>a>span {
	padding-left: 6px;
	/* border-left: 1px solid #e5e5e5; */
}

.list-product .pull-center {
	text-align: center;
	margin-bottom: 15px;
}

.btn.btn-readmore {
	padding: 0 30px;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	height: 36px;
	line-height: 38px;
	border: none;
	text-align: center;
	letter-spacing: 0px;
	-webkit-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s, opacity 0.3s;
	-moz-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s, opacity 0.3s;
	-o-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s, opacity 0.3s;
	-ms-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s, opacity 0.3s;
	transition: background-color 0.3s, box-shadow 0.3s, color 0.3s, opacity 0.3s;
	cursor: pointer;
	-webkit-box-shadow: 0 2px 1px rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 1px rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 30%);
}

a.btn.btn-readmore {
	background: #e8151b;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	border-radius: 5px;
	text-transform: none;
	box-shadow: none;
	height: 32px;
	line-height: 32px;
}

a.btn.btn-readmore:hover {
	background: #0085bf;
	color: #ffffff;
}

.menu-side-bar-leve-2 {
	display: none;
}

.menu-side-bar-leve-3 {
	display: none;
}

.cate_info {
	background: url(../images/c.gif) no-repeat center 20px;
	text-align: center;
	padding-top: 65px;
	font-size: 18px;
	font-style: italic;
	color: #1a1a1a;
	margin-bottom: 30px;
}

.cate_info .desc {
	line-height: 30px;
	max-width: 820px;
	margin: auto;
}

.cate_info .name {
	font-weight: 700;
	padding-top: 10px;
	height: 40px;
	font-size: 19px;
}

.cate_info .line_column {
	width: 1px;
	height: 30px;
	overflow: hidden;
	background-color: #1a1a1a;
	margin-left: auto;
	margin-right: auto;
}

.cam_ket {
	padding: 40px 0 20px;
	width: 100%;
	background-image: url(../images/bg_conso.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.cam_ket .group-title .title {
	color: #fff;
}

.cam_ket .title-b {
	color: #fff;
}

.cam_ket:before {
	content: '';
	position: absolute;
	background-color: rgb(0 0 0 / 80%);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.list_camket {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.list_camket .item {
	width: 33.3333%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.list_camket .item .box {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}

.list_camket .item .box .image {
	width: 60px;
}

.list_camket .item .box .image img {}

.list_camket .item .box .info {
	width: 100%;
	text-align: center;
	padding-top: 11.2px;
	padding-bottom: 0;
	position: relative;
	font-size: 14.4px;
}

.list_camket .item .box .info .name {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.list_camket .item .box .info .desc {
	margin-top: 1.6px;
	margin-bottom: 1.6px;
	color: #fff;
	text-align: center;
	font-size: 15px;
}

.list-category .menu-side-bar-leve-2>li>a {
	padding-left: 20px;
	line-height: 22px;
	padding: 3px 15px;
	font-weight: 400;
}

.list-category .menu-side-bar-leve-2>li>a:before {
	left: 30px;
	/* top: 11px; */
	display: none;
}

.list-category .menu-side-bar-leve-3>li>a {
	padding-left: 70px;
	line-height: 35px;
	height: 35px;
}

.list-category .menu-side-bar-leve-3>li>a:before {
	left: 58px;
	top: 11px;
}

.list-trending {}

.list-trending ul {
	display: flex;
	flex-wrap: wrap;
}

.list-trending ul>li {
	font-size: 13px;
	margin-top: 0;
	padding: 15px;
	/* border-bottom: 1px solid #f0f0f0; */
}

.list-trending ul>li>.box {
	display: flex;
	flex-wrap: wrap;
}

.list-trending ul>li>.box .xemthem {
	display: inline-block;
	padding: 5px 15px;
	background-color: #ff9a00;
	color: #fff;
	border-radius: 5px;
	margin-top: 5px;
}

.list-trending .box .icon {
	width: 140px;
	overflow: hidden;
	/* height: 125px; */
}

.list-trending .box .icon img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.list-trending .box .icon:hover img {
	transform: scale(1.1);
}

.list-trending .box .content {
	width: calc(100% - 140px);
	padding-left: 10px;
}

.list-trending .box .content .price {
	font-size: 16px;
	font-weight: bold;
	color: #f00;
}

.list-trending .box .content .date {
	text-transform: none;
	font-size: 13px;
	display: inline-block;
	line-height: 1.5;
	padding: 0;
	width: auto;
	color: #a9a9a9;
}

.list-trending .box .content .price-side {
	font-size: 15px;
	color: #f68519;
	font-weight: 600;
}

.list-trending .box .content .name {
	font-size: 16px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 5px;
	/* line-height: 30px; */
}

.list-trending .box .content .name a {
	/* color: inherit; */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 600;
}

.list-trending .box .content .name a:hover {
	/* color: #282e88; */
}

.list-trending .box .content .name a:hover {}

.list-trending .box .content .desc {
	line-height: 20px;
	height: 40px;
	color: #333333;
	font-size: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

.styled_header {
	width: 100%;
	float: left;
	padding: 0 15px;
	margin-bottom: 10px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	margin-top: 10px;
}

.styled_header.use_icon {
	border-bottom: 0px dotted #ff5e00;
}

.styled_header h2 {
	font-size: 16px;
	line-height: 14px;
	margin: 0 0 10px;
	font-weight: 500;
}

.styled_header h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 35px;
	color: #0085bf;
}

.styled_header.use_icon h3 {
	margin: 0px 0 10px;
	border-bottom: solid 2px #eee;
}

.styled_header .icon {
	display: block;
	width: 38px;
	min-height: 20px;
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -15px;
	font-size: 20px;
	background: #fff;
	text-align: center;
}

.styled_header .icon img {
	/* max-width: 20px; */
}

.list-uudiem {
	padding: 10px;
}

.uudiem-item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.uudiem-item:last-child {
	margin-bottom: 0;
}

.uudiem-item .icon {
	width: 35px;
	height: auto;
}

.uudiem-item img {}

.uudiem-item .content {
	padding-left: 15px;
	width: calc(100% - 35px);
}

.uudiem-item .content h3 {
	font-size: 15px;
	/* font-weight: bold; */
	margin: 0;
	margin-bottom: 5px;
}

.uudiem-item .content .desc {
	font-weight: bold;
	font-size: 18px;
}

.wrap-breadcrumbs {
	background: #f5f0e3;
}

.wrap-breadcrumbs .breadcrumb {
	background: #f5f0e3;
	margin: 0px 0 0 0;
	padding: 10px 0px;
}

.wrap-breadcrumbs .breadcrumb li {
	font-size: 13px;
}

.wrap-breadcrumbs .breadcrumb li a:hover {
	color: #e09f26;
}

.wrap-breadcrumbs .breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}

.compare-wrapper {}

.title-compare {
	display: flex;
	justify-content: space-between;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 40px;
	padding: 10px;
	background-color: #eee;
	align-items: center;
	flex-wrap: wrap;
}

.col-compare {
	margin-bottom: 50px;
}

.compare-card {}

.compare-card .box {
	position: relative;
}

.compare-card .image {}

.compare-card .remove-compare {
	position: absolute;
	right: -10px;
	top: -10px;
	border-radius: 100%;
	/* background-color: #ccc; */
	/* border-color: #ccc; */
	color: #c31f26;
	font-size: 30px;
	/* padding: 3px; */
	width: 30px;
	height: 30px;
	padding: 0;
	background-color: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.compare-card .remove-compare i {
	line-height: 30px;
}

.compare-card .sale {
	position: absolute;
	top: 17px;
	left: 10px;
	background-color: #f00;
	color: #fff;
	padding: .3em .5em;
	font-size: 12px;
	font-weight: bold;
}

.compare-card .content {
	border: 1px solid #ddd;
	padding: 10px 20px;
	text-align: center;
}

.compare-card .name {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	/* border-bottom: 1px solid #ddd; */
	padding: 10px 0;
	/* margin-bottom: 10px; */
	text-align: center;
}

.compare-card .view-more {
	text-align: center;
	margin-bottom: 10px;
}

.compare-card .box-price {
	justify-content: center;
}

.compare-card .new-price {}

.compare-card .old-price {}

.compare-card .info {}

.compare-card .info h3 {
	font-size: 20px;
	text-align: center;
	/* border-bottom: 1px solid #cccc; */
	/* padding-bottom: 10px; */
	font-weight: bold;
	color: #c31f26;
	text-transform: uppercase;
}

.compare-card .info ul {}

.compare-card .info ul li {
	padding: 10px;
	/* border-bottom: 1px solid #ddd; */
}

.compare-card .info ul li strong {
	font-weight: bold;
	font-size: 18px;
}

.compare-card .info ul li:last-child {
	border-bottom: unset;
}

.compare-card .info ul li a {}

.box-product-main {
	/* padding-top: 20px; */
	/* border-bottom: 2px solid #e5e5e5; */
	/* padding-bottom: 20px; */
	margin-bottom: 20px;
}

.image-main {
	position: relative;
}

.image-main .sale {
	position: absolute;
	/* right: 0; */
	top: 0;
	top: 10px;
	left: 10px;
	background-color: #f00;
	color: #fff;
	padding: .3em .5em;
	font-size: 12px;
	font-weight: bold;
}

.box-image-product .image-main {
	order: 1;
	display: block;
}

.box-image-product .image-main img {
	width: 100%;
}

.data-warpper-product {
	width: 100%;
}

.box-image-product .image-main.active {
	display: block;
	width: 100%;
}

.box-image-product .image-main a {
	display: block;
	position: relative;
	order: 1;
	/* width: calc(100% - 90px); */
}

.box-image-product .image-main a i {
	top: 10px;
	right: 10px;
	position: absolute;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 100%;
}

.box-image-product .image-main a i:hover {
	border-color: #7c6455;
	background-color: #7c6455;
	color: #fff;
}

.box-image-product .image-main a i {
	/* position: absolute; */
	/* right: 0; */
	/* top: 0; */
}

.box-image-product {
	display: flex;
	flex-flow: column;
	align-items: center;
	position: sticky;
	position: -webkit-sticky;
	/* top: 20px; */
	overflow: hidden;
}

.desc-pro-detail-sm {
	text-align: center;
	font-size: 13px;
	margin-top: 10px;
	padding: 0 5% 5px 5%;
	line-height: 18px;
}

.list-small-images {
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 0 40px;
}

.small-image {
	padding: 5px;
	/* background: #fff; */
	cursor: pointer;
}

.small-image img {
	border: 1px solid #eee;
	background: #000;
	height: 64px;
	object-fit: contain;
	width: 100%;
}

.list-small-image .slick-prev,
.list-small-image .slick-next {
	margin: 0;
	width: 25px;
	height: 25px;
	/* transform: translateY(-50%); */
	z-index: 66;
	text-align: center;
	opacity: 1;
	background-color: unset;
	border-radius: 6px;
	left: 50%;
	transform: translateY(-50%, 0);
}

.list-small-image .slick-prev:hover,
.list-small-image .slick-next:hover {
	opacity: 1;
}

.list-small-image .slick-prev:before,
.list-small-image .slick-next:before {
	content: '';
	/* display: block; */
	/* z-index: 9; */
	/* width: 100%; */
	/* height: 100%; */
	/* background-repeat: no-repeat; */
	/* background-position: center; */
	/* opacity: 1; */
	/* -webkit-transition: all 0.2s ease-out; */
	/*  -o-transition: all 0.2s ease-out; */
	/*  -moz-transition: all 0.2s ease-out; */
	/* transition: all 0.2s ease-out; */
	/* background-size: 14px; */
}

.list-small-image .slick-prev:before {
	/* background-image: url('../images/slick-prev.png'); */
}

.list-small-image .slick-next:before {
	background-image: url('../images/slick-next.png');
}

.list-small-image .slick-prev:hover:before {
	opacity: 0.6;
}

.list-small-image .slick-next:hover:before {
	opacity: 0.6;
}

.list-small-image .slick-prev i,
.list-small-image .slick-next i {
	color: #737373;
	line-height: 24px;
	font-size: 15px;
	/* display: none; */
}

.list-small-image {
	/* position: relative; */
	width: 100%;
}

img.expandedImg {
	/* width: 100%; */
}

.list-small-image .pt-box {
	width: 100%;
	/* height: 100%; */
	overflow: hidden;
}

.list-small-image .slick-prev {
	/* left: 50%; */
	left: 0;
}

.list-small-image .slick-next {
	right: 0;
	bottom: 0;
	left: unset;
}

.product-detail-infor {
	padding: 0 15px;
}

.product-detail-infor .box-infor {
	margin-bottom: 0px;
	padding-top: 0px;
	color: #000;
}

.product-detail-infor .box-infor h2 {
	font-weight: 600;
	/* color: #c31f26; */
	/* padding: 5px 0 5px 0; */
	/* text-transform: uppercase; */
	margin: 0 0 0px;
	font-size: 25px;
}

.product-detail-infor .box-infor .masp {
	/* padding: 5px 0 5px; */
	/* border-top: dashed 1px #eee; */
	/* border-bottom: dashed 1px #eee; */
	/* margin-bottom: 5px; */
	margin-top: 5px;
	font-weight: 400;
	/* font-family: 'Pangea bold'; */
	font-size: 15px;
}

.product-detail-infor .box-infor .masp i {
	font-size: 15px;
	padding-right: 5px;
}

.product-detail-infor .box-infor .status {
	margin-top: 0px;
	font-size: 15px;
	color: #000;
	line-height: 26px;
}

.product-detail-infor .box-infor .status strong {
	font-weight: 600;
}

.product-detail-infor .box-infor .status strong i {
	font-size: 14px;
	padding-right: 5px;
}

.product-detail-infor .box-infor .status span {
	color: #333;
	text-transform: none;
	font-size: 16px;
	font-weight: 600;
}

.product-detail-infor .box-infor .info-desc {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}

.product-detail-infor .box-infor .info-desc .col_2_desc {
	padding: 0 0px 10px 0;
}

.product-detail-infor .box-infor .info-desc .col_2_desc:nth-child(1) {
	width: 100%;
}

.product-detail-infor .box-infor .info-desc .col_2_desc:nth-child(2) {
	width: 58%;
}

.product-detail-infor .box-infor .info-desc h3 {
	margin: 0;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

.product-detail-infor .box-infor .info-desc .desc {
	font-size: 15px;
}

.wrap-price>h3 {
	text-align: center;
	font-size: 13px;
	color: red;
}

.list-attr .price {
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 0px;
	color: #f00;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.list-attr .price span:first-child {
	color: #ff0000;
	font-weight: 600;
}

.list-attr .price span.donvi {
	font-weight: normal;
}

.list-attr .price .title_giacu {
	font-weight: normal;
	color: #666;
	font-size: 16px;
	margin-left: 10px;
}

.list-attr .price .old-price {
	font-weight: normal;
	color: #666;
	font-size: 18px;
	text-decoration: line-through;
}

.list-attr .price .old-price span {
	color: #666;
	font-size: 18px;
}

.list-attr {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 3px;
	padding: 0;
}

.list-attr .attr-item {
	width: 33%;
	padding: 0;
}

.list-attr .attr-item:nth-child(1) {
	width: 100%;
	margin-bottom: 10px;
}

.list-attr .attr-item:nth-child(2) {
	width: 100%;
}

.list-attr .attr-item:nth-child(3) {
	width: 100%;
}

.list-attr .attr-item>h3 {
	font-size: 13px;
	color: #333;
	text-align: left;
	margin-top: 0;
}

.tiet_kiem {
	width: 100%;
}

.tiet_kiem .g2 {
	font-size: 14px;
	color: #333;
	float: left;
	line-height: 26px;
	font-weight: normal;
}

.tiet_kiem .g2 b {}

.tiet_kiem .tk {
	float: left;
}

.tiet_kiem .tk b {
	float: left;
	line-height: 26px;
	width: 60px;
	padding-left: 20px;
	background: #f99f31 url(../images/gc.png) no-repeat left top;
	font-size: 13px;
	color: #fff;
	margin-left: 15px;
	border-radius: 3px;
	font-weight: 700;
}

.home-banner-1,
.banner-bottom {
	margin-top: 15px;
}

.block-home-category {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.block-home-category img {
	width: 100%;
	transition: all 400ms ease-in-out 0s;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.wrap-add-cart {
	display: inline-flex;
	justify-content: space-between;
	margin-left: 5px;
	align-items: center;
}

.add-to-cart1 {
	display: inline-block;
	padding: 8px 60px;
	color: #fff;
	border-radius: 15px;
	border: solid 2px #fdcb4f;
}

.box-add-cart {
	display: flex;
}

.pro_mun {
	display: flex;
}

.pro_mun input {
	border: 1px solid #ddd;
	width: 40px;
	text-align: center;
}

.pro_mun a {
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 9px;
}

.box-add-cart button {
	padding: 10px 20px;
}

.product-detail-infor .box-price {
	/* border-top: dashed 1px #116935; */
	/* padding: 7px 0; */
	/* border-bottom: dashed 1px #116935; */
	font-size: 25px;
}

.product-detail-infor .box-price .price {
	/* font-size: 16px; */
	line-height: 1;
	padding: 8px 0;
	color: #c31f26;
}

.product-detail-infor .box-price .price .name-price {
	margin-right: 10px;
	text-transform: unset;
}

.product-detail-infor .price-number {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-right: 10px;
}

.product-detail-infor .box-price .old-price {
	color: #767373cc;
}

.product-detail-infor .box-rate {
	line-height: 1;
	padding: 8px 0;
	border-bottom: 1px solid #707070;
}

.product-detail-infor .box-rate span.name-danh-gia {
	margin-right: 10px;
	font-size: 20px;
}

.product-detail-infor .box-rate span {}

.product-detail-infor .box-rate span i {
	color: #ffde5a;
	font-size: 20px;
}

.product-detail-infor .desc-product {
	padding: 0px 0 0px;
	margin-top: 10px;
	font-size: 16px;
	background-color: #f5f5f5;
	line-height: 1.6;
}

.product-detail-infor .desc-product ul {
	flex-wrap: wrap;
	padding: 10px 15px 0px;
	display: flex;
}

.product-detail-infor .desc-product ul li {
	width: 50%;
	margin-bottom: 10px;
	padding-right: 10px;
}

.dathang {
	padding: 10px 15px;
	border-top: 1px solid #e0e0e0;
	margin-bottom: 20px;
}

.dathang i {
	color: #c31f26;
	margin-right: 5px;
}

.dathang .phone {
	color: #c31f26;
	font-weight: bold;
}

.box-buy {}

.box-buy-two {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.select-price {
	width: 200px;
}

.box-buy a {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	/* float: left; */
	margin-right: 5px;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	padding: 0 28px 0 67px;
	background-color: #a3a3a3;
	cursor: pointer;
	margin-bottom: 10px;
	font-weight: bold;
}

.box-buy .addnow {
	background-color: #f00;
	font-size: 17px;
	text-align: center;
	text-transform: uppercase;
	line-height: 42px;
	justify-content: center;
	margin: auto;
	height: 42px;
	border: solid 0px #000;
	display: inline-block;
	/* position: absolute; */
	padding: 0 25px;
	border-radius: 10px;
}

.box-buy .addnow:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 42px;
	height: 42px;
	background: url(../images/add-buy.svg) no-repeat center center;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.2);
	background-size: 22px;
	display: none;
}

.box-buy {
	/* margin-bottom: 0; */
	/* float: left; */
	/* width: 100%; */
	/* padding: 10px; */
	background: #fff;
}

.box-buy .add-to-cart {
	background-color: #f26222;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	line-height: 45px;
	border-radius: 0;
	float: right;
	margin-top: 10px;
	height: 45px;
	border: solid 0px #000;
	display: inline-block;
	position: relative;
	font-weight: 500;
}

.box-buy .add-to-cart:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 45px;
	background: url(../images/add-cart.svg) no-repeat center center;
	background-size: 22px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.2);
}

.hen_lich {
	float: left;
	width: 33.33333%;
}

.hen_lich a {
	background-color: #f99f31;
	min-width: 40%;
	text-align: center;
	text-transform: uppercase;
	line-height: 42px;
	border-radius: 20px;
	height: 42px;
	display: inline-block;
	border: solid 0px #f99f31;
	margin-right: 5px;
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
	cursor: pointer;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
	display: block;
}

.sign_now {
	float: left;
	width: 33.333333%;
}

.sign_now a {
	background-color: #ff0000;
	min-width: 40%;
	text-align: center;
	text-transform: uppercase;
	line-height: 42px;
	border-radius: 20px;
	height: 42px;
	display: inline-block;
	border: solid 0px #ff0000;
	margin-right: 5px;
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
	cursor: pointer;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
	display: block;
}

.box-buy .add-compare {}

.giaohang {}

.giaohang ul {
	background-color: #fff8f8;
	padding: 15px 15px 0 15px;
	border: 1px dashed #c31f26;
	margin-bottom: 20px;
}

.giaohang ul li {
	display: flex;
	margin-bottom: 10px;
}

.giaohang ul li .icon {
	width: 50px;
	flex: 0 0 auto;
}

.giaohang ul li .desc {
	padding-left: 10px;
	/* margin-bottom: 10px; */
	line-height: 24px;
}

.list-file {}

.share {
	/* margin-top: 20px; */
}

.tab-product {
	width: 100%;
}

.tab-product .tab-content {
	padding: 0px;
	text-align: justify;
	font-size: 15px;
	line-height: 24px;
	background: #fff;
	background: none;
	/* margin-top: 1px; */
}

.tab-product .tab-content iframe {
	width: 100%;
	height: 400px;
}

.tab-product .tab-content>img {
	width: auto;
	max-width: 100%;
}

.tab-product .tab-content table {
	width: 100% !important;
}

.tab-product .tab-content ul li {
	list-style: disc !important;
	margin-left: 20px;
}

.tab-link {
	position: sticky;
	top: 49px;
}

.tab-link ul {
	display: flex;
	background-color: #f0f0f0;
	flex-wrap: wrap;
}

.tab-link ul li {}

.tab-link ul li a {
	display: inline-block;
	width: 100%;
	height: 43px;
	line-height: 43px;
	padding: 0 14px;
	border-top: 2px solid transparent;
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
}

.tab-link ul li a.active,
.tab-link ul li a:hover {
	color: #c31f26;
	border-top: 2px solid #c31f26;
	background-color: #fff;
}

.tab-pro-content {
	border: 1px solid #ebebeb;
	padding: 20px;
	padding-top: 25px;
}

.tab-item {}

.tab-item iframe {
	max-width: 100%;
}

.content-category {
	text-align: justify;
	/* padding: 15px; */
	/* background-color: #fff8f8; */
	/* border: 1px dashed #eee; */
	margin-top: 0px;
	margin-bottom: 20px;
}

.content-category img {
	max-width: 100%;
}

.content-category ul li {
	list-style: disc !important;
	margin-left: 20px;
}

.contact-form {
	margin-bottom: 20px;
	background: #eee;
	padding: 100px 0 20px 0;
}

.contact-form .form {}

.contact-form .form p {
	margin: 10px 0 15px;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	line-height: 35px;
	text-transform: uppercase;
	border-bottom: solid 1px #ccc;
}


/* .contact-form .form label {
    width: 100%;
    font-size: 15px;
} */

.contact-form .form label span {
	color: #f00;
}

.contact-form .form input {
	font-size: 14px;
	color: #333333;
	border: 1px solid #d8d8d8;
	border-radius: 0px;
	height: 35px;
	padding: 0 15px;
	margin-bottom: 15px;
	outline: 0;
	width: 100%;
}

.contact-form .form textarea {
	font-size: 14px;
	color: #333333;
	width: 100%;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	padding: 10px 15px;
	margin-bottom: 15px;
	outline: 0;
}

.contact-form .form button {
	font-size: 15px;
	border-radius: 5px;
	height: 35px;
	width: 100%;
	cursor: pointer;
	outline: 0;
	background: #f26222;
	text-transform: uppercase;
	border: 2px solid #f26222;
	font-weight: 600;
	color: #fff;
	display: flex;
	align-items: center;
	/* min-width: 180px;
    max-width: 180px; */
	text-align: center;
	justify-content: center;
}

.contact-infor {
	margin-bottom: 20px;
}

.content_retuns .item_content_1 {
	margin-bottom: 20px;
}

.contact-infor .infor {
	margin-bottom: 20px !important;
	line-height: 20px;
}

.contact-infor .infor h2 {
	border-top: dashed 1px #eee;
	text-align: center;
	font-weight: 600;
	padding: 20px 0 20px 0;
	margin: 30px 0 0 0;
}

.contact-infor .infor .address {}

.contact-infor .infor .address .title {
	padding-bottom: 0;
	font-weight: bold;
	margin-bottom: 10px;
}

.contact-infor .infor .address2 .title {
	padding-bottom: 0;
	font-weight: 400;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
}

.contact-infor .infor .address2 .title p {}

.contact-infor .infor .address .pt_list_addres {
	margin-bottom: 15px;
}

li.one_one_one {
	margin-bottom: 7px;
}


.contact-infor .infor .address .pt_list_addres>li {
	line-height: 25px;
	margin-bottom: 3px;
	font-size: 15px;
}

.contact-infor .infor .map {}

.contact-infor .infor .map iframe {
	height: 185px;
	width: 100%;
}


/*end css template contact*/

.category-slide-1 .slick-prev,
.category-slide-1 .slick-next {
	opacity: 1;
	font-size: 25px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	margin: 0;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #cccc;
	border-radius: 100%;
	box-shadow: 0 0 10px #ddd;
	background: #fff;
	color: #000;
	background: #c00;
}

.category-slide-1 .slick-prev:before,
.category-slide-1 .slick-next:before {
	content: unset;
}

.category-slide-1 .slick-prev {
	left: -5px;
}

.category-slide-1 .slick-next {
	right: -5px;
}

.category-slide-1 .slick-prev i,
.category-slide-1 .slick-next i {
	font-size: 18px;
	color: #ffffff;
}

.wrap-partner {
	margin-top: 0px;
	padding: 20px 0;
	background: #eee;
}

.wrap-partner .list-item {
	margin-bottom: 0px;
	border-radius: 3px;
	padding: 7px 0px;
}

.wrap-partner .list-item .item {
	padding: 0px;
}

.wrap-partner .list-item .box {
	text-align: center;
	background: #fff;
	/* height: 115px; */
	/* width: 100%; */
	display: flex;
	/* border: 1px solid #dcdcdc; */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	border: solid 1px #eee;
}

.wrap-partner .list-item .box img {
	height: 95px;
	width: auto;
	max-width: 100%;
	padding: 12px;
}

.box-image img {
	max-width: 100%;
	width: 100%;
	transform: translateZ(0);
	margin: 0 auto;
}

.wrap-partner .list-item img {}

.card-news-horizontal {
	margin-bottom: 5px;
}

.card-news-horizontal .box {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
}

.card-news-horizontal .image {
	width: 100%;
}

.card-news-horizontal .image a {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 73%;
}

.card-news-horizontal .image a img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.col-card-news-horizontal {
	margin-bottom: 15px;
}

.card-news-horizontal .content {
	width: 100%;
	padding-left: 0px;
	padding-top: 10px;
	/*padding: 10px 10px;*/
}

.card-news-horizontal .image img {
	height: 94px;
	object-fit: cover;
}

.card-news-horizontal .content h3 {
	margin: 0;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 5px;
}

.card-news-horizontal .content h3 a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 22px;
	height: 45px;
	color: #000
}

.card-news-horizontal .content .date {
	margin-bottom: 5px;
	font-size: 13px;
	color: #898989;
}

.card-news-horizontal .content .desc {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 80px;
	line-height: 20px;
	font-size: 15px;
	margin-bottom: 10px;
	text-align: justify;
}

.wrap-category-product {
	padding: 20px 0 0;
	background-color: #fff;
}

.col-category-item {
	margin-bottom: 25px;
}

.category-item {}

.category-item .box {
	background-color: #f1e5d5;
	display: flex;
	padding: 30px;
	border-radius: 3px;
}

.category-item .box:hover {
	color: #404040;
	border: 1px solid #404040;
}

.category-item .box:hover img {
	color: red;
	transform: scale(1.1);
}

.category-item .box .content {
	width: 135px;
	flex: 0 0 135px;
	/* display: flex; */
	/* flex-direction: column; */
	/* height: 100%; */
	padding-bottom: 40px;
	position: relative;
	padding-right: 5px;
}

.category-item .box .content h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
}

.category-item .box .content h4 {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 0;
	/* margin-top: 90px; */
	position: absolute;
	bottom: 10px;
}

.category-item .box .image {
	width: 100%;
}

.category-item .box .image .padding-image {
	padding-bottom: 57%;
	position: relative;
	overflow: hidden;
}

.col-category-item-2 .box .image .padding-image {
	padding-bottom: 56%;
}

.category-item .box .image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.wrap-pro-tab-home {
	padding: 0;
	margin-top: 20px;
	position: relative;
}

.wrap-pro-tab-home .nav-tabs {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 0;
	margin-top: 0;
	border: unset;
}

.wrap-pro-tab-home .nav-tabs .nav-item {
	margin: 0 10px;
}

.wrap-pro-tab-home .nav-tabs .nav-item a {
	border: unset;
	padding: 0;
	text-transform: none;
	font-size: 20px;
	font-weight: bold;
	background-color: unset;
}

.wrap-pro-tab-home .nav-tabs .nav-item a.active {
	border-bottom: 0px solid #404040;
	color: #000
		/* font-weight: bold; */
}

.wrap-pro-tab-home .tab-content {}

.col-product-item {}

.col-product-item:hover {}

.col-product-item2 {
	margin-bottom: 30px;
	height: auto;
	padding: 0 15px;
	width: 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.product-item.image a img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block-product .col-product-item .product-item {
	/* padding: 10px 10px; */
	border: 1px solid transparent;
	background-color: #fff;
	/* margin-right: 8px; */
	margin-bottom: 8px;
}

.product-item {
	padding: 10px;
	box-shadow: 2px 2px 20px #00000017;
	border-radius: 10px;
	background: #fff;
	margin: 20px 0px;
	padding-bottom: 10px;
}


.form-check-input {
	position: absolute;
	margin-top: 5px;
	margin-left: -1.25rem;
}

.product-item .box {}

.product-item .box .image {
	/* padding: 15px 0; */
	/* position: relative; */
	/* overflow: hidden; */
}

.product-item .box .image a {
	/* display: inline-block; */
	/* position: relative; */
	/* overflow: hidden; */
	/* font-size: 13px; */
	/* color: #ed1d3d; 
    padding-right: 5px;
    border-right: solid 1px #ccc;*/
}

.product-item .box .image a:hover {
	font-family: inherit;
}

.product-item .box .image a:hover img {
	/* transform:scale(1.1); */
}

.product-item .box .image .km {
	position: absolute;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 12px;
	padding-right: 10px;
	line-height: 20px;
	bottom: 0;
	left: 0;
	color: #fff;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.product-item .box .image .km:before {
	content: "\f06b";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	width: 20px;
	line-height: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ff0b10;
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding-left: 1px;
	position: absolute;
	left: 5px;
}

.product-item1 .box .image:before,
.product-item1 .box .image:after {
	content: '';
	width: 30%;
	height: 30%;
	background-size: 100% 100%;
	position: absolute;
	background-color: #f99f31;
	z-index: -1;
}

.product-item .box .image:before {
	top: 0;
	left: 0;
}

.product-item .box .image:after {
	bottom: 0;
	right: 0;
}

.product-item .box .image a img {
	object-fit: cover;
	/* border-top-left-radius: 5px; */
	/* border-top-right-radius: 5px; */
	transition: all 0.5s;
	width: 65px;
	height: 65px;
}

.product-item .box .actionss {
	width: 100%;
	position: absolute;
	padding-top: 15px;
	padding-bottom: 15px;
	bottom: 0;
	left: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	padding-left: 0 !important;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	list-style: none;
}

.product-item:hover .box .actionss {
	left: 0;
}

.product-item .box .actionss>div {
	float: left;
	text-align: center;
	margin-bottom: 0;
	margin-left: 10px;
	cursor: pointer;
}

.product-item .box .actionss a {
	border: 0px solid transparent !important;
	-webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 10%) inset;
	box-shadow: 0 0 0 1px rgb(0 0 0 / 10%) inset;
	background-color: #ffffff;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	position: relative;
	border: none;
	width: 32px;
	height: auto;
	text-align: center;
	line-height: 32px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	color: #333333;
}

.product-item .box .actionss a i {
	line-height: 32px;
}

.product-item .box .actionss a:hover {
	background-color: #9d9d9d;
	-webkit-box-shadow: 0 0 0 30px #000 inset;
	box-shadow: 0 0 0 30px #9d9d9d inset;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.quang_cao_home {
	margin-bottom: 10px;
}

.product-item .box .content {
	text-align: left;
	padding: 0px 0 0 0;
	position: relative;
	justify-content: flex-start;
	margin-left: 0px;
}

.product-item .box .content h3 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	text-transform: none;
	position: relative;
	height: auto;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 8px 0;
	min-height: 40px;
	padding: 0px 0;
}

.product-item .box .content h3 a {
	color: #000;
	font-size: 15px;
	line-height: 1.1em;
	font-weight: 600;
	margin-bottom: 3px;
	padding: 0px;
}

.product-item .box .content h3 a:hover {
	color: #9f7a49;
}

.ss03_product .product-item .box .content h3 a {
	color: #333;
}

.product-item .box .content .desc {
	font-size: 13px;
	padding-top: 5px;
	line-height: 20px;
	text-align: left;
	/* margin-bottom: 29px; */
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.product-item .box .content .box-price {
	text-align: center;
	width: 100%;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.product-item .box .content .box-price span {
	font-weight: 600;
	display: inline-block;
	background-size: contain;
	padding: 0 10px;
	font-size: 16px;
	min-width: unset;
	height: 20px;
	line-height: 20px;
	color: #f00;
	margin-right: 0;
}

.product-item .box .content .xemthem_home {
	width: 110px;
	border-radius: 0px;
	background: #ed1d3d;
	padding: 10px 10px;
	margin: 10px 0;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
}

.product-item .box .content .xemthem_home a {
	color: #fff;
	font-weight: 600;
}

.wrap-ykkh {
	padding: 30px 0 30px 0;
	background-color: #fff;
	margin: 0px 0;
}

.wrap-ykkh .title {
	font-size: 19px;
	font-weight: 700;
	padding: 20px 0px 0 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	/* border-bottom: 1px solid #929292; */
	width: 100%;
}

.wrap-ykkh .cate-dot-1 .slick-dots {
	position: unset;
}

.list-ykkh {}

.col-ykkh-item {
	padding: 0 15px;
	margin-top: 29px;
}

.item-ykkh {}

.item-ykkh .box {
	width: 76px;
	float: left;
	margin: -7px 13px 0 20px;
	border: 4px solid #fff;
	height: 76px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

.col-ykkh-item .item-ykkh .nd_ykien {
	background: #fff;
	box-shadow: 0 0px 5px 0 rgb(0 0 0 / 21%);
	border-radius: 10px;
	padding: 15px;
	text-align: justify;
	font-size: 15px;
	line-height: 22px;
	min-height: 195px;
	font-weight: 300;
	position: relative;
}

.col-ykkh-item .item-ykkh .nd_ykien1:before {
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	position: absolute;
	top: 0;
	left: 32px;
	transform: translateY(-50%);
	background-color: #353a3d;
	text-align: center;
	line-height: 56px;
	width: 56px;
	height: 56px;
	color: #fff;
	font-size: 24px;
	border-radius: 50%;
}

.col-ykkh-item1 {
	padding: 0 0px;
	margin-top: 60px;
	width: 100%;
}

.item-ykkh {}

.item-ykkh .box {
	width: 76px;
	float: left;
	margin: -7px 13px 0 20px;
	border: 4px solid #fff;
	height: 76px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

.col-ykkh-item1 .item-ykkh .nd_ykien {
	background: #fff;
	box-shadow: 0 0px 5px 0 rgb(0 0 0 / 21%);
	border-radius: 10px;
	padding: 0px;
	text-align: justify;
	font-size: 15px;
	line-height: 22px;
	min-height: 255px;
	font-weight: 300;
	position: relative;
}

.col-ykkh-item1 .item-ykkh2 .nd_ykien:before {
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	position: absolute;
	top: 0;
	left: 32px;
	transform: translateY(-50%);
	background-color: #353a3d;
	text-align: center;
	line-height: 56px;
	width: 56px;
	height: 56px;
	color: #fff;
	font-size: 24px;
	border-radius: 50%;
}

.item-ykkh .box_right {
	text-align: left;
}

.item-ykkh .box_right h2 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
}

.item-ykkh .box_right p {
	font-size: 16px;
	margin: 0;
	color: #959595;
	font-style: italic;
}

.item-ykkh .box img {}

.cate_home {
	padding: 20px 0;
	position: relative;
	width: 100%;
}

.cate_home .cate-dot-1 .slick-dots {
	position: unset;
}

.cate_home .list_cate {
	width: 100%;
	padding: 0 5px;
	margin-bottom: 20px;
}

.cate_home .list_cate2 {
	margin-bottom: 0;
}

.cate_home .list_cate .item {
	padding: 0 10px;
	float: left;
	width: 33.33333%;
}

.cate_home .list_cate2 .item {
	padding: 0 10px;
	float: left;
	width: 50%;
}

.cate_home .list_cate .image {
	width: 100%;
	overflow: hidden;
	border: 1px solid #bbb;
	border-radius: 3px;
}

.cate_home .list_cate .box .image img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 150px;
	object-fit: cover;
	transition: 0.5s;
}

.cate_home .list_cate .box:hover .image img {
	transform: scale(1.2);
}

.cate_home .list_cate .box {
	overflow: hidden;
	color: #222;
	align-items: center;
	border: 0;
	border-radius: 3px;
	font-size: 16px;
	width: 100%;
}

.list_cate .box .content {}

.list_cate .box .content h4 {
	font-size: 15px;
	text-align: center;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.6px;
	margin-bottom: 14px;
	margin-top: 10px;
	color: #000;
	text-transform: uppercase;
}

.list_cate .box .content .category-list {
	font-size: 13px;
	line-height: 1.2;
}

.list_cate .box .content .category-list li {
	white-space: nowrap;
	color: #fff;
	margin-bottom: 9px;
}

.list_cate .box .content .category-list li:last-child {
	margin-bottom: 0;
}

.list_cate .box .content .category-list a {
	position: relative;
	display: inline-block;
	transition: text-decoration .3s;
	color: #fff;
}

.list_cate .box .content .category-list li::before {
	content: "\f054";
	color: inherit;
	padding-right: 8px;
	font-family: 'Font Awesome 5 Free';
	font-size: 13px;
	font-weight: 600;
}

.cate_home .list_banner {
	padding: 0 5px;
	width: 100%;
}

.cate_home .list_banner .item {
	float: left;
	width: 50%;
	padding: 0 10px;
}

.tieu_chi {
	padding: 35px 0 60px 0;
	background-color: rgba(22, 101, 178, 1);
	background-image: url(../images/bg_trothinh.jpg);
	position: relative;
}

.tieu_chi:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.5;
	background: #333;
}

.title_home {
	text-align: center;
	font-size: 15px;
	color: #333;
	line-height: 22px;
}

.title_home h2 {
	font-size: 40px;
	font-weight: 600;
	text-align: left;
	color: #fff;
	padding-bottom: 10px;
	padding: 80px 0 50px 0;
	margin: 0;
}

.list_tieu_chi {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.list_tieu_chi .item {
	max-width: 33.33%;
	padding: 0 15px;
}

.list_tieu_chi .box {
	width: 100%;
	text-align: left;
	border-radius: 5px;
	padding: 20px 20px 50px 20px;
	color: #000;
	margin-top: 25px;
	background: #fff;
}

.list_tieu_chi .box .image {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: left;
	margin-bottom: 10px;
}

.list_tieu_chi .box .image img {
	width: 70px;
	height: auto;
}

.list_tieu_chi .box .name {
	font-size: 22px;
	font-weight: 600;
	position: relative;
	margin-bottom: 10px;
}

.list_tieu_chi .box .name1:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 50px;
	height: 2px;
	background-image: linear-gradient(to right, #1275b1, #13b8be);
	transform: translateX(-50%);
}

.list_tieu_chi .box .desc {
	font-size: 15px;
	font-weight: 300;
	line-height: 25px;
	color: #000;
}

.cate_home .list_banner .box {
	display: block;
	position: relative;
	color: #fff;
}

.cate_home .list_banner .box .image {
	width: 100%;
}

.cate_home .list_banner .box .image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 3px;
	min-height: 213px;
	object-fit: cover;
}

.cate_home .list_banner .banner_content {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 40px;
}

.cate_home .list_banner .banner_content h4 {
	font-size: 22px;
	line-height: 24px;
	letter-spacing: -0.8px;
	margin-bottom: 0;
	font-weight: 700;
	margin: 0;
}

.cate_home .list_banner .banner_content h4 span {
	color: #fcb819;
}

.cate_home .list_banner .banner_content h3 {
	font-size: 30px;
	letter-spacing: 0.5px;
	margin-bottom: 6px;
	line-height: 33px;
	font-weight: 700;
	margin-top: 0;
}

.cate_home .list_banner .banner_content .dec {
	font-size: 14px;
	letter-spacing: -0.1px;
	margin-bottom: 22px;
	opacity: .8;
}

.cate_home .list_banner .banner_content a {
	padding: 9px 34px 9px 34px;
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 3px;
}

.cate_home .list_banner .banner_content a:hover {
	color: #fcb819;
	background-color: #fff;
}

.cate_home .list_banner .banner_content a i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
	line-height: 0;
	font-size: 14px;
	margin-bottom: 2px;
}

.col-item-service {
	margin-bottom: 5px;
}

.item-service {}

.item-service .box {
	margin: 0 auto;
	padding: 10px 0px 5px 0;
	border-radius: 4px;
}

.item-service .box .icon {
	width: 80px;
	margin: 10px auto 10px;
}

.item-service .box .icon img {
	width: auto;
	height: auto;
	object-fit: contain;
}

.item-service .box .name {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #403426;
}

.item-service .box .text_grey {
	font-size: 15px;
	text-align: center;
	line-height: 1.2;
	padding: 0;
	color: #403426;
}

.col-1-5 {
	min-width: 20%;
}

.wrap-service {
	padding: 0px 0 20px;
	bottom: 0;
	left: 0;
	width: 100%;
	background-image: url(../images/bg_conso.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
	position: relative;
}

.list_service {
	width: 100%;
}

.wrap-service .cate-dot-1 .slick-dots {
	position: unset;
	transform: unset;
}

.wrap-post-home {
	padding: 0;
	/* background: #eee; */
	position: relative;
	z-index: 2;
	/* margin-top: -360px; */
}

.wrap-post-home:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 64%;
	/* background-color: #cbcbcb; */
}

.wrap-post-home .group-title .title {
	color: #fff;
}

.wrap-post-home .group-title .title-b {
	color: #fff;
}

.item-post {
	padding: 15px;
	background: #fff;
	margin: 0 10px 20px;
	box-shadow: 0px 0px 5px 0px #ccc;
	margin-top: 5px;
}

.item-post .box {
	display: flex;
	align-items: center;
	/* padding: 0 80px; */
	flex-wrap: wrap;
}

.item-post .box .image {
	width: 100%;
	position: relative;
}

.item-post .box .image .info {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #858585;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
}

.item-post .box .image img {
	object-fit: cover;
	height: 210px;
}

.item-post .box .content {
	width: 100%;
}

.item-post .box .content .name {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 10px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 40px;
}

.item-post .box .content .info {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}

.item-post .box .content .info span {
	margin: 0 10px;
}

.item-post .box .content .info span i {
	margin-right: 8px;
}

.item-post .box .content .desc {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.3;
	letter-spacing: -.025em;
	color: #666;
	text-align: justify;
}

.item-post .box .content .link-detail {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: #353a3d
}

.item-post .box .content .link-detail i {
	padding-left: 10px;
}

.info-count-pro {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.info-count-pro .count-pro {
	font-size: 22px;
	color: #000;
	font-weight: 700;
}

.info-count-pro .orderby {
	width: 100%;
	max-width: 250px;
}

.img_about {
	margin: 0 -15px;
}

.desc_nd {
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
	max-width: 750px;
	padding-top: 10px;
	margin: auto;
}

.parallax-section2 {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	/* height: 400px; */
}

.parallax {
	position: relative;
	overflow: hidden;
	background-color: #fdcb4f;
}

.shape-divider2,
.shape-divider3,
.shape-divider4 {
	overflow: hidden;
}

.shape-divider2 svg,
.shape-divider3 svg,
.shape-divider4 svg {
	position: absolute;
	left: 0;
	width: 100vw;
	z-index: 1;
}

.shape-divider2 svg {
	top: 0;
}

.parallax-section2 .parallax {
	min-height: 500px;
}

.shape-divider4 svg {
	top: -24%;
}

.form-tv .modal-dialog {
	max-width: 400px;
}

.form-tv {
	text-align: center;
}

.form-tv form {

	width: 100%;
	height: 100%;
	padding: 20px;
	display: flex;
	align-items: center;
	color: #3333;
	/* justify-content: center; */
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
	background-color: #00000054;
}

.box-content-form {
	position: relative;
	width: 100%;
}

.box-content-form .text-center {
	position: absolute;
	top: -15px;
	right: -10px;
}

.box-content-form .form-tv .box-content-form {
	width: 100%;
}

.form-tv .modal-body {
	padding: 0;

	/*! border-radius: 100%; */
	overflow: hidden;
	background-color: #fff;
	border: solid 4px #273793;
}

.form-tv .modal-content {
	background-color: unset;
	border: 0px solid rgba(0, 0, 0, .2);
}

.close-form-modal {
	font-size: 18px;
	margin: 0;
	display: inline-block;
	color: #000;
}

.form-tv .modal-title {
	text-align: center;
	margin-bottom: 0px;
	font-size: 35px;
}

.form-tv .modal-title img {
	width: 220px;
	display: none;
}

.title-form-m {
	text-align: center;
	background-image: linear-gradient(84deg, #353a3d 0%, #353a3d 47%, #353a3d 72%, #353a3d 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	/* color: #954220; */
	font-size: 35px;
	text-transform: uppercase;
	font-weight: bold;
}

.title-form-sm {
	text-align: center;
	color: #333;
	margin: 0px 0 10px;
}

.form-tv input {
	/* border: 1px solid #008c46 !important; */
	height: 40px;
}

.form-tv button {
	width: 50%;
	background-color: #e09f26;
	border-color: #273793;
	box-shadow: unset;
	/* margin-bottom: 20px; */
	height: 40px;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 0;
	margin: 0;
	margin-bottom: 10px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	border: 0;
}

.form-tv button:hover {
	/*! background: #353a3d; */
	color: #fff;
}

.form-tv textarea {}

.form-tv .text {
	font-size: 14px;
	text-align: center;
	padding: 0 30px;
	color: #5c5c5c;
}

.wrap-banner-home {}

.item-banner {}

.item-banner a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
}

.item-banner a:hover img {
	transform: scale(1.1);
}

.item-banner a img {
	transition: all 0.5s;
	width: 100%;
	height: auto;
}

.quatang {
	border: solid 1px #ff0b10;
	position: relative;
	z-index: 1;
	border-radius: 6px;
	padding: 15px 10px 10px;
	width: 100%;
	margin-top: 15px;
}

.quatang .title {
	position: absolute;
	top: -10px;
	display: inline-block;
	background-color: #fff;
	padding: 0 10px;
	left: 50%;
	font-weight: 500;
	transform: translateX(-50%);
	text-transform: uppercase;
	font-size: 14px;
	white-space: nowrap;
}

.quatang .box_quatang {}

.box_quatang ul {}

.box_quatang li {
	padding-left: 24px;
	padding-bottom: 3px;
	font-size: 13px;
	line-height: 20px;
}

.box_quatang li strong {
	color: #ff0b10;
}

.box_quatang li:before {
	content: "\f06b";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	width: 20px;
	line-height: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ff0b10;
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding-left: 1px;
	position: absolute;
	left: 0;
}

.modal-First .modal-dialog {
	max-width: 800px;
	/* overflow: hidden; */
}

.modal-First .modal-dialog .modal-body {
	padding: 0;
}

.modal-First .modal-content {
	border: none;
	background-position: 60% center;
	background-color: #f3f3f5;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
	border: solid 1px #eee;
}

.modal-First .close {
	position: absolute;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	right: -25px;
	top: -25px;
	left: unset;
	/* transform: translate(0%,-100%); */
	opacity: 1;
	color: #fff;
	font-size: 30px;
	background: #000 url(../images/ik.png) no-repeat center center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.modal-First .close:hover {
	opacity: 1;
}

.image-modal {}

.image-modal .image {
	width: 380px;
	float: left;
}

.image-modal .info_product_modal {
	width: 380px;
	height: 100%;
	float: left;
	padding: 15px 15px 15px 15px;
	background-color: #fff;
	border-radius: 10px 0 0 10px;
}

.image-modal .info_product_modal .title {
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.info_product_modal .list-attr .price span:first-child {
	font-size: 22px;
}

.image-modal .info_product_modal .image {
	width: 100%;
	float: unset;
}

.image-modal .info_product_modal .image img {
	height: auto;
}

.image-modal .image img {
	height: 450px;
	object-fit: cover;
	border-radius: 10px;
}

.image-modal a {
	display: block;
}

.image-modal a img {
	border-radius: 10px;
}

.newsletter-content {
	margin-left: auto;
	text-align: center;
	padding: 40px 28px 40px;
	float: right;
	width: calc(100% - 0px);
}

.newsletter-content h4 {
	margin-bottom: 6px;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
	margin-top: 0;
}

.newsletter-content h4 span {
	color: #fcb819;
}

.newsletter-content h2 {
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: -1.4px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
	color: #03a5dc;
}

.newsletter-content h2 span {
	font-weight: 800;
}

.newsletter-content .dec {
	max-width: 100%;
	margin: 0 2px 20px;
	font-size: 16px;
	color: #333;
	line-height: 1.7;
}

.newsletter-content .dec b {
	color: #eb1c24;
}

.newsletter-content .input-wrapper-inline {
	position: relative;
	width: 100%;
}

.newsletter-content .input-wrapper-inline label {
	display: inline-block;
	width: 70px;
	text-align: left;
}

.newsletter-content .input-wrapper-inline .ngay_den {
	width: calc(100% - 74px);
	display: inline-block;
}

.newsletter-content .form-control {
	flex: 1;
	min-width: 40px;
	border-radius: 3px;
	min-height: 38px;
	font-size: 16px;
	color: #333;
	background-color: Transparent;
	padding: 7px 10px;
	overflow: hidden;
	height: 48px;
	border: solid 1px #ddd;
	background-color: #fff;
	margin-bottom: 12px;
}

.newsletter-content .input-wrapper-inline button {
	border-radius: 3px;
	padding: 0;
	border-color: #f99f31;
	display: block;
	background-color: #f99f31;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	font-size: 20px;
	position: relative;
	line-height: 50px;
	text-align: center;
	width: 100%;
}


/*Quickview*/

#quick-view-modal {
	background: rgba(0, 0, 0, 0.31);
	z-index: 9999;
}

#quick-view-modal .modal-footer {
	border-top: 1px solid #ccc;
}

#quick-view-modal .selector-wrapper label {
	width: 25%;
	font-weight: bold;
}

#quick-view-modal .selector-wrapper {
	width: 100%;
	float: left;
}

#quick-view-modal .btn-detail {
	float: left;
}

#quick-view-modal .form-input label {
	width: 100%;
	color: #333333;
	margin-bottom: 5px;
	font-weight: 700;
}

#quick-view-modal .form-input {
	float: left;
	width: 300px;
	max-width: 100%;
	padding: 10px 0px;
}

.product-price {
	/* border-bottom: 1px solid #ebebeb; */
	padding-bottom: 6px;
	margin-top: 10px;
	font-weight: 500;
	color: #bd140c;
	font-weight: 600;
	font-size: 25px;
	line-height: 20px;
	letter-spacing: .03em;
}

.product-price span {
	font-size: 24px;
	color: #db2121;
	margin-right: 25px;
}

.clearfix {
	zoom: 1;
}

.btn-detail {
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	font-size: 14px;
	border: 0;
	color: #ffffff;
	text-align: center;
	height: 42px;
	cursor: pointer;
}

.btn-color-add {
	background: #b49149;
	width: 200px;
	margin: 0;
	line-height: 42px;
	color: #fff;
}

.btn-color-add:hover {
	color: #fff;
}

#quick-view-modal .btn-color-add:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 42px;
	height: 42px;
	background: url(../images/add-cart.svg) no-repeat center center;
	background-size: 22px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.2);
}

#quick-view-modal .modal-body {
	padding: 10px 15px;
}

#quick-view-modal .form-input input[type=number] {
	max-width: 60px;
	text-align: center;
	padding: 6px;
	border-radius: 0px;
	border: 1px solid #ebebeb;
	outline: none;
	color: #737373;
}

#quick-view-modal .modal-header h2 {
	padding: 10px 0px;
	background: #53A1CC;
	color: #fff;
	line-height: 29px;
	text-align: center;
}

#quick-view-modal .qv-readmore {
	float: left;
	padding: 9px 10px;
}

#quick-view-modal .p-price {
	font-size: 24px;
	color: #db2121;
	margin-right: 25px;
}

#quick-view-modal i.fa.fa-plus,
#quick-view-modal i.fa.fa-times {
	margin-right: 8px;
}

#quick-view-modal .modal-content,
#quick-view-modal .btn {
	border-radius: 2px;
}

#quick-view-modal del {
	font-size: 20px;
	color: #898989;
}

#quick-view-modal .zoom>img {
	max-width: 100%;
	max-height: 300px;
}

#quick-view-modal .quickview-slider {
	width: 300px;
	margin: auto;
}

#quick-view-modal .zoom {
	text-align: center;
	width: 100%;
	height: 230px;
	padding: 10px;
}

#quick-view-modal .product-thumb:hover,
#quick-view-modal .product-thumb.active {
	border: 1px solid #b49149 !important;
}

#quick-view-modal .product-thumb:hover:after,
#quick-view-modal .product-thumb.active:after {
	border-top: 5px solid rgba(224, 85, 68, 0) !important;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid #b49149;
	content: "";
	position: absolute;
	top: -11px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 6px;
}

#quick-view-modal .image-zoom {
	text-align: center;
	padding: 15px 0;
}

#quick-view-modal .image-zoom>img {
	max-width: 100%;
	max-height: 300px;
	margin-bottom: 5px;
}

#quick-view-modal .btn-soldout {
	width: 100%;
}

#quick-view-modal .modal-title.p-title {
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	margin: 0;
	font-size: 18px;
}

#quick-view-modal .btn-color-add {
	width: 200px;
}

.quickviewOverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.4);
}

.wrapper-quickview {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1135;
}

.jsQuickview {
	position: absolute;
	max-width: 900px;
	top: 10%;
	height: auto;
	margin: 0px auto;
	left: 0px;
	right: 0px;
	padding: 0px;
	z-index: 2;
	background-color: #fff;
}

.quickview-close {
	position: absolute;
	top: 25%;
	right: 16px;
	color: #fff;
}

.quickview-close a {
	color: #fff;
}

.wrapper-quickview .modal-header {
	padding: 15px 0px;
	text-align: center;
	position: relative;
	background: #b49149;
	margin: 0;
	border-radius: 0;
}

.quickview-slider .owl-next,
.quickview-slider .owl-prev {
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	top: calc(50% - 16px);
	cursor: pointer;
	text-indent: -999em;
	border-radius: 50%;
	opacity: 0;
}

.quickview-slider .owl-item .product-thumb {
	margin: 0px 3px;
	border: 1px solid #ebebeb;
	padding: 2px;
	text-align: center;
	width: auto;
	display: block;
}

.quickview-slider .owl-prev,
.quickview-slider .owl-next {
	width: 32px;
	height: 32px;
	display: block;
	background: url(../images/slide-arrow.png) no-repeat;
}

.quickview-slider .owl-prev {
	left: -33px !important;
	background-position: 0% -8px;
}

.quickview-slider .owl-next {
	right: -33px !important;
	background-position: 100% -8px;
}

.quickview-slider:hover .owl-next,
.quickview-slider:hover .owl-prev {
	opacity: 1;
}

.may-tro-thinh {
	padding-left: 22px;
}

.may-tro-thinh::before {
	position: absolute;
	content: "\f02b";
	font-family: 'FontAwesome5Solid';
	font-size: 16px;
	top: -1px;
	left: 1px;
	width: 30px;
	height: 30px;
	color: #ed1d3d;
}

.product-item .box .content h3 a::after {
	position: absolute;
	content: "";
	bottom: -20px;
	left: 0;
	background-color: #ed1d3d;
	width: 3.75rem;
	height: 2px;
	margin-left: 0px;
	display: none;
}

.blog-product-detail .contact-form {
	margin-bottom: 20px;
	background: none;
	padding: 0px;
}

.slide-product-detail .slick-slide img {
	width: 100%;
}

.slider-banner-img .slide_banner img {
	width: 100%;
}

.slide-product-detail .slick-prev {
	left: 10px;
}

.slide-product-detail .slick-next {
	right: 10px;
}

.slide-product-detail .slick-prev,
.slide-product-detail .slick-next {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	border: 2px solid #fff;
	font-size: 22px;
	z-index: 2000;
	color: #fff;
	line-height: 40px;
	text-align: center;
}

.slide-product-detail .slick-prev:hover,
.slide-product-detail .slick-prev:focus,
.slide-product-detail .slick-next:hover,
.slide-product-detail .slick-next:focus {
	background-color: #c0392b;
	border-color: #c0392b;
	color: #fff;
}

.slide-product-detail .slick-prev,
.slide-product-detail .slick-next {
	opacity: 0;
}

.slide-product-detail .slider-product-detail:hover .slick-next {
	opacity: 1;
	webkit-animation: stuckMoveLeft .6s;
	animation: stuckMoveLeft .6s;
}

.slide-product-detail .slider-product-detail:hover .slick-prev {
	opacity: 1;
	webkit-animation: stuckMoveRight .6s;
	animation: stuckMoveRight .6s;
}

.slide-product-detail .slick-dots {
	bottom: 0;
}

.slide-product-detail .slick-dots li button {
	height: 12px;
	width: 12px;
	border-radius: 50%;
	overflow: hidden;
}

.slide-product-detail .slick-dots li button:before {
	height: 12px;
	width: 12px;
	border: 3px solid #dedede;
	border-radius: 50%;
	content: "";
}

.slide-product-detail .slick-dots li.slick-active button:before {
	background-color: #fff;
	opacity: .75;
}

.variations_form.cart.wvs-loaded {
	background: #ededed;
	padding: 12px;
}

.variations {
	margin-bottom: 5px;
}

td.label {
	color: #000;
	display: block;
	width: auto !important;
}

td.label label {
	display: inline-block;
	margin: 0 2px;
	font-size: 0.9em;
	font-weight: bold;
}

.woo-selected-variation-item-name {
	display: inline-block;
	margin: 0 2px;
	font-size: 0.9em;
}

.variable-items-wrapper.button-variable-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 !important;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
}

.variable-item.button-variable-item {
	/* pointer-events: none; */
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 0 0 1px rgb(0 0 0 / 30%);
	padding: 2px;
	margin: 4px 8px 4px 0;
	border-radius: 2px;
	width: auto;
	height: 30px;
	min-width: 30px;
}

.variable-item-contents {
	opacity: .3;
	display: contents;
	width: 100%;
	height: 100%;
	position: relative;
}

.variable-item-span {
	padding: 0 5px;
	/* opacity: 0.3; */
}

.disabled .variable-item-contents::before {
	position: absolute;
	content: " " !important;
	width: 100%;
	height: 1px;
	background: red !important;
	left: 0;
	right: 0;
	bottom: 0;
	top: 50%;
	visibility: visible;
	opacity: 1;
	border: 0;
	margin: 0 !important;
	padding: 0 !important;
	min-width: auto;
	-webkit-transform-origin: center;
	transform-origin: center;
	z-index: 0;
	transform: rotate(45deg);
}

.woo-variation-swatches .variable-item:not(.radio-variable-item):hover {
	box-shadow: 0 0 0 3px rgb(0 0 0 / 10%);
}

.disabled {
	pointer-events: none;
}

.disabled .variable-item-contents::after {
	position: absolute;
	content: " " !important;
	width: 100%;
	height: 1px;
	background: red !important;
	left: 0;
	right: 0;
	bottom: 0;
	top: 50%;
	visibility: visible;
	opacity: 1;
	border: 0;
	margin: 0 !important;
	padding: 0 !important;
	min-width: auto;
	-webkit-transform-origin: center;
	transform-origin: center;
	z-index: 0;
	transform: rotate(-45deg);
}

.pt_list_contact {
	border: solid 1px #eee;
	padding: 10px;
}

.pt_list_contact li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
}

.pt_list_contact li:last-child {
	margin-bottom: 0;
}

.pt_list_contact li .pt_icon {
	width: 50px;
	font-size: 30px;
	margin-right: 5px;
	text-align: left;
	color: #c0392b;
}

.pt_list_contact li .pt_infor_contact {
	width: calc(100% - 55px);
}

.pt_list_contact li .pt_infor_contact .pt_name {
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	margin-bottom: -2px;
}

.pt_list_contact li .pt_infor_contact .pt_contact {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
}

.mli-phone:before {
	content: "";
	background: url(/frontend/images/fbel.png) center no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 1%;
	background-position: 0 -30px;
	filter: brightness(0);
	-webkit-animation: ml-phonering 1s infinite ease-in-out;
	animation: ml-phonering 1s infinite ease-in-out;
}

@-webkit-keyframes ml-phonering {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

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

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

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

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

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
}

@keyframes ml-phonering {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}

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

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

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

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

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

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}
}

.variable-item.button-variable-item.selected {
	box-shadow: 0 0 0 2px rgb(192 57 43) !important;
}

.variable-item.button-variable-item.selected .variable-item-contents::after {
	display: none;
}

.variable-item.button-variable-item.selected .variable-item-contents::before {
	display: none;
}

.single_variation_wrap .single_add_to_cart_button {
	background-color: #c0392b;
	border: 1px solid #c0392b;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	line-height: 1;
	padding: 0.5em 0;
	border-radius: 3px;
	margin-bottom: 0;
	margin-right: 0;
	font-size: 1em;
	color: #fff;
	width: 100%;
}

.single_variation_wrap .atcb {
	clear: both;
	color: #000;
	width: 100%;
	text-align: center;
	padding: 10px;
	border: solid 1px;
	font-size: 16px;
	margin-top: 10px;
	display: inline-block;
}

.product-item .box {
	position: relative;
	display: flex;
	align-items: center;
}

.list_feedback1 .box .cart {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.list_feedback1 .box .cart span {
	display: flex;
	width: 87%;
	justify-content: center;
	height: 51px;
	align-items: center;
	color: white;
	font-size: 16px;
	margin-bottom: 15px;
	background-color: rgba(211, 5, 9, 0.5);
	opacity: 0;
	cursor: pointer;
	z-index: 0;
	transition: 0.7s;
}

.list_feedback1 .box:hover .cart span {
	z-index: 10 !important;
	opacity: 1 !important;
}

.list_feedback1 .box .cart img {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.list_feedback1 .box .cart img {
	max-width: 30px;
	max-height: 35px;
	position: sticky;
	margin-right: 10px;
}

.list_feedback1 .box:hover {}

.tab-ss04-desktop {}

.tab-ss04-desktop .tabs-title {
	padding: 0;
	text-align: center;
	margin-bottom: 20px;
}

.tab-ss04-desktop .tabs-title .tab-link {
	padding: 0 20px;
	line-height: 38px;
	/* padding: 0 24px; */
	border-bottom: 2px #d9d9dd solid;
	border-radius: 0px;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	background: 0 0;
	display: inline-block;
	cursor: pointer;
}

.tab-ss04-desktop .tabs-title .tab-link.active {
	border-color: #f2f0f0;
	background: #f2f0f0;
	border-bottom: solid 2px #333;
	color: #000;
}

.tab.list-product img.has-hover {
	display: none;
}

.tab.list-product img {
	position: relative;
	top: 0;
	left: 0;
	/* width: 100%; */
	/* height: 100%; */
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.tab.list-product .image {
	position: relative;
}

.list-product .box .image:hover img.has-hover {
	display: block;
}

.list-product .box .image::before {
	content: "";
	display: block;
	padding-top: 100%;
	height: 0;
	width: 100%;
}

.grid__column {
	position: relative;
	box-sizing: border-box;
	min-height: 1px;
	vertical-align: top;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 0px;
	width: 100%;
	display: block;
}

.product-grid {
	position: relative;
	padding-bottom: 12px;
}

.product-grid__thumbnail {
	position: relative;
	overflow: hidden;
	box-shadow: 2px 2px 20px #00000017;
	border-radius: 10px;
	background: #fff;
	margin: 20px 0px 0 0;
	padding-bottom: 10px;
}

.product-grid__image {
	position: relative;
	padding-bottom: 75%;
}

.product-grid__image:before {
	content: "";
	display: block;
	padding-top: 75%;
	height: 0;
	width: 100%;
	position: absolute;
}

.product-grid__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	border-radius: 0;
}

.product-grid__image .km {
	height: 40px;
	width: 40px;
	border-radius: 100%;
	line-height: 40px;
	color: #fff;
	background-color: #f26222;
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 3;
	text-align: center;
	font-size: 14px;
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
}

.slick-initialized .slick-slide {
	display: block;
}

.product-grid__thumbnail .hover {
	display: none;
}

.product-grid__tags {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 10px;
	height: 20px;
	padding: 0 10px;
	border-radius: 5px;
	font-weight: 500;
	color: #000;
	background-color: #f9f86c;
	text-transform: capitalize;
}

.product-grid>* {
	transition: all .3s;
}

.options-color {
	display: flex;
	flex-wrap: wrap;
	margin-left: -2px;
	margin-right: -2px;
	margin-bottom: 10px;
}

.option-color__item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3px;
	cursor: pointer;
}

.option-color__item.is-current:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* border: 1px solid #000; */
	border-radius: 16px;
}

.option-color__item .checkmark {
	display: block;
	width: 35px;
	height: 20px;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: 250%;
	background-position: 50%;
}

.product-grid__title {
	text-align: center;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: 600;
	margin-bottom: 26px;
	padding: 0 10px;
	min-height: 40px;
	height: auto;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.product-prices {
	display: flex;
	justify-content: center;
	flex-flow: row-reverse;
	font-size: 14px;
	font-weight: 600;
}

.product-prices del {
	color: #c4c4c4;
	font-size: 15px;
	padding-left: 10px;
	font-weight: 300;
	line-height: 24px;
}

.product-prices del+ins {
	color: #f00;
	margin-right: 5px;
	font-size: 16px;
}

.product-prices ins {
	text-decoration: none;
	color: #f00;
	font-weight: 600;
	font-size: 16px;
}

.product-grid__reviews {
	margin-top: 10px;
	cursor: pointer;
}

.reviews-rating {
	display: inline-flex;
	align-items: center;
	margin-left: -3px;
	margin-right: -3px;
	position: relative;
}

.reviews-rating__star.is-active,
.reviews-rating__star.is-full {
	background-image: url('https://www.coolmate.me/images/star.svg?9032b9976af477fff0e8b7f2de9556d2');
	width: 8px;
	height: 8px;
	margin: 0 2px;
	display: block;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
}

.product-grid__thumbnail .reviews-rating__number {
	font-size: 11px;
	line-height: 14px;
	/*position: absolute;
    right: -25px;
    top: 3px;*/
	color: #666;
	padding-left: 5px;
}

.product-grid__image img.has-hover {
	display: none;
}

.product-grid__image:hover img.has-hover {
	display: block;
	position: absolute !important;
	/* height: 100%; */
	/* width: 100% !important; */
	left: 0 !important;
}

.product-grid__content {
	background-image: linear-gradient(to right, #bebebe, #dedede);
	padding: 20px 10px 20px;
	text-align: center;
	line-height: 24px;
	position: relative;
}

.myslide {
	display: none;
}

.ss04_product .container-fluid>.row {
	margin-left: 0;
	margin-right: 0;
}

.col-min-1500 {
	padding: 0;
}

.row.fix-row-ykkh {
	margin-left: -8px;
	margin-right: -8px;
}

.col-wrap-ykkh {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 8px;
}

.col-wrap-ykkh:hover {
	box-shadow: 0 0 0 1px #333;
	transition: all 0.6s ease;
}

.wrap-ykkh .post-cate {
	margin: 0;
}

.wrap-ykkh .post-cate a {
	display: block;
	position: relative;
}

/* .wrap-ykkh .post-cate img {
    border-radius: 8px;
} */

.post-cate:hover .col-wrap-ykkh {
	border: 1px solid #666;
}

.group-title-desc p {
	text-align: center;
	margin-bottom: 16px;
	margin-top: 4px;
}

.box-wrap-ykkh-btn {
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: center;
}

.pl-Button.pl-Button--primary {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	text-align: inherit;
	border: 0;
	background-color: transparent;
	padding: 0;
}

.pl-Button-content {
	background-color: #7f187f;
	color: #fff;
	transition: transform .1s cubic-bezier(.65, .05, .36, 1), background-color .25s cubic-bezier(.65, .05, .36, 1), color .25s cubic-bezier(.65, .05, .36, 1), border-color .25s cubic-bezier(.65, .05, .36, 1);
	position: relative;
	vertical-align: middle;
	border-radius: 50vw;
	padding: 0 16px;
	pointer-events: none;
	line-height: 48px;
	height: 48px;
	min-width: 48px;
	font-size: 16px;
	white-space: nowrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.block-product .col-product-item .product-item:hover {
	transition: all 0.6s ease;
	border: 1px solid #333;
}

.block-product-category-top {
	background-color: rgba(245 245 245);

	padding-bottom: 10px;
}

.product-item2 {
	flex: 0 0 20%;
	max-width: 20%;
}

.product-item2 .box {
	display: block;
}

.product-item2 .box h3 a {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 22px;
	text-align: center;
	height: auto;
	color: #000;
}

.text_subnav ul li {
	list-style: disc;
	margin-left: 20px;
}

.product-item2 .box h3 {
	margin: 0;
	font-size: 17px;
	font-weight: 600;
	padding: 5px 0 5px 0;
	margin-bottom: 5px;
}

.product-item2.box .image {
	width: 100%;
}

.product-item2 .product-item .box .image a img {
	width: unset;
	height: unset;
}

.product-item2:hover {
	border: 0px solid #999;
	transition: all 0.6s ease;
}

.product-item2 {
	border: 0px solid transparent;
	border-radius: 7px;
}

.product-item2 .product-item .box .image {
	position: relative;
	padding-bottom: 75%;
}

.product-item2 .product-item .box .image a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.box-right a {
	color: #25266c;
}

.product-item3 {
	max-width: unset;
}

.product-item3 .box {
	display: block;
}

.product-item3 .product-item .box .image a img {
	width: unset;
	height: unset;
}

.product-item3:hover {
	border: 0px solid #999;
	transition: all 0.6s ease;
}

.product-item3 {
	border: 0px solid transparent;
	border-radius: 7px;
}

.product-item3 .product-item .box .image {
	position: relative;
	padding-bottom: 75%;
}

.product-item3 .product-item .box .image a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tab.list-product .product-grid__image .big-image {
	position: absolute;
}

.rating-star .bought {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: .03em;
	font-weight: 500;
}

.options-title .guide {
	float: right;
	font-family: Pangea, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
	color: #2f5acf;
}

.btn-mua {
	width: calc(100% - 150px);
}

.vouchers {
	display: block;
	color: #2f5acf;
	font-size: 12px;
	margin-top: 5px;
	font-weight: 600;
	font-style: italic;
}

#addCart:hover {
	color: #fff;
	background-color: #000;
	border: 0px solid #d9d9d9;
}

.box-policy {
	padding-top: 10px;
	padding-bottom: 10px;
	/* border-top: 1px solid #d9d9d9; */
	border-bottom: 1px solid #d9d9d9;
}

.product-policy {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	letter-spacing: .03em;
}

.product-policy-item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	width: 33.33333333%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.prolicy-icon {
	position: relative;
	width: 35px;
	height: 35px;
	margin-bottom: 10px;
}

.prolicy-icon img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.prolicy-title {}

.features-heading {
	display: block;
	position: relative;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	padding-top: 15px;
	padding-bottom: 20px;
	margin-bottom: 0;
	cursor: pointer;
}

.features-heading::after {
	position: absolute;
	content: "\f067";
	right: 10px;
	width: 9px;
	height: 16px;
	font-size: 10px;
	top: 15px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	transition: all 0.6s ease;
}

.features-listing {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 20px;
}

.features-item {
	line-height: 1.5em;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 15px;
	margin-top: 10px;
}

.features-item::before {
	position: absolute;
	content: "-";
	left: 0;
	width: 10px;
	height: 10px;
	top: 0px;
}

.product-features {
	max-height: 53px;
	overflow: hidden;
}

.product-features.is-active {
	max-height: 100%;
}

.product-features.is-active .features-heading.change::after {
	transform: rotate(135deg);
}

.product-features .features-listing {
	display: none;
}

.product-features.is-active .features-listing {
	display: block;
}

.col-box-product-main-left {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-box-product-main-right {
	flex: 0 0 50%;
	max-width: 50%;
}

.box-related {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d9d9d9;
}

.product-related_title {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	margin-bottom: 10px;
}

.product-related_listing {
	display: flex;
	flex-wrap: wrap;
	margin-left: -6px;
	margin-right: -6px;
}

.product-related_item {
	width: 33.33333333%;
	padding: 6px;
}

.product-grid_prod {
	position: relative;
	padding-bottom: 12px;
}

.product-grid_thumbnail {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 8px;
}

.product-grid_img {
	position: relative;
}

.product-grid_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.product-grid_prod>* {
	transition: all .3s;
}

.product-grid_title {
	flex: 1;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: 600;
	margin-bottom: 3px;
	margin-top: 0;
	color: #231f20;
}

.product-grid_price {
	font-size: 10px;
}

.product-price-grid {
	display: flex;
	justify-content: flex-end;
	flex-flow: row-reverse;
	font-weight: 400;
	font-size: 14px;
}

.product-price-grid ins {
	font-weight: 700;
	text-decoration: none;
	color: #ff3102;
	margin-right: 14px;
}

.product-price-grid del {
	font-size: 11px;
	line-height: 20px;
}

.product-grid_img::before {
	content: "";
	display: block;
	padding-top: 133.77926421%;
	height: 0;
	width: 100%;
}

.product-promotion-wrapper {
	position: relative;
	border: 1px solid #bd140c;
	border-radius: 16px;
}

.product-promootion_tags {
	background-color: #bd140c;
	display: inline-flex;
	align-items: center;
	padding: 5px 20px;
	margin: 15px 15px 5px;
	border-radius: 5px;
	color: #fff;
	height: 34px;
}

.product-promootion_tags svg {
	width: 20px;
	height: 20px;
	display: block;
	margin-right: 10px;
	fill: #fff;
}

.product-promotion-body {
	padding: 0 1rem;
}

.promotion-two-columns {
	display: flex;
	display: -webkit-flex;
	-moz-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -9px;
	margin-right: -9px;
	padding: 0;
	position: relative;
	float: none;
}

.product_column {
	position: relative;
	box-sizing: border-box;
	min-height: 1px;
	vertical-align: top;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 9px;
	width: 50%;
}

#load-image.box-image-product {
	display: block;
}

.slider-small-img {
	position: absolute;
	top: 30px;
	left: 30px;
}

.box-image-product {
	position: relative;
}

.slider-small-img-item {
	position: relative;
	display: block;
	width: 50px !important;
	height: 50px;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, .26666666666666666);
	opacity: .4;
	transition: all .3s;
	cursor: pointer;
	margin-bottom: 13px;
}

.slider-small-img .slick-track {
	display: flex;
	transform: none !important;
	flex-flow: column !important;
	width: 50px !important;
}

.big-img-slider .slick-dots {
	top: 0px;
	bottom: unset;
	display: flex;
	justify-content: space-between;
}

.big-img-slider .slick-dots li {
	flex: 1;
	font-size: 0;
	list-style: none;
	padding: 0 5px;
}

.big-img-slider {
	padding-top: 15px;
}

.big-img-slider .slick-dots li button {
	position: relative;
	width: 100%;
	height: 20px;
	border: 0;
	padding: 0;
	cursor: pointer;
	background-color: transparent;
}

.slick-dots li button:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: black;
}

.wrap-about-us .group-title .title {
	color: #333;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 15px;
}

.desc-about {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 25px;
}

.slider-small-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.slider-small-img-item.slick-current {
	border-color: #000;
	opacity: 1;
}

.product-relate .list-product-card {
	padding: 0 15px;
}

#category-product .col-product-item {
	/* padding: 0 8px 0 0; */
}

#category-product .col-product-item:nth-child(4n-2) {}

#category-product .col-product-item:nth-child(4n+1) {}

.reviews-rating i.fa-star {
	color: #222;
	font-size: 11px;
}

.form_danhgia.rating-star {
	display: flex;
}

.box-rating {
	display: flex;
	flex-flow: column;
	justify-content: center;
	/* width: 50%; */
}

.medium-rating {
	text-align: center;
	font-size: 3.815rem;
	line-height: 1.32;
}

#rating {
	text-align: center;
	display: flex;
	justify-content: center;
}

.feedbacks {
	text-align: center;
	font-size: 16px;
	margin-top: 16px;
}

.rating_detail {
	max-width: 300px;
	min-width: 250px;
	display: flex;
	flex-flow: column;
}

.form_danhgia.rating-star-main {
	display: flex;
	justify-content: space-around;
}

.percent-rating {
	width: calc(100% - 70px);
	height: 24px;
	border-radius: 50px;
	overflow: hidden;
	background-color: rgb(209, 209, 214);
}

.box-percent {
	width: 0;
	height: 100%;
	background-color: #bd140c;
}

.rating_detail-item button {
	border: none;
	background: transparent;
	color: #000;
	display: flex;
	align-items: center;
	min-width: 200px;
	max-width: 250px;
	justify-content: space-between;
}

.b-r-8 {
	border-radius: 8px;
}

.m-t-20 {
	margin-top: 20px;
}

.p-y-4 {
	margin-top: 4px;
	margin-bottom: 4px;
}

.flex-column {
	flex-direction: column;
}

.justify-between {
	justify-content: space-between;
}

.justify-content-start {
	justify-content: flex-end;
}

.p-x-24 {
	padding-left: 15px;
	padding-right: 15px;
}

.p-y-24 {
	padding-top: 24px;
	padding-bottom: 24px;
}

.product-review-detail {
	width: 45%;
}

.m-b-12 {
	margin-bottom: 12px;
}

.fs-p-13 {
	font-size: 13px;
	line-height: 1.23;
}

.product-review-detail-cmt {
	margin-bottom: 12px;
	color: #646266;
}

.product-user-comments {
	max-height: 6em;
	overflow: hidden;
}

.product-user-comments span {
	position: relative;
	word-break: break-word;
}

.product-review-btn {
	position: relative;
	word-break: break-word;
}

.product-review-btn-box {
	display: inline-block;
	position: relative;
	padding: 8px 0;
	min-width: 48px;
	line-height: 1;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

.product-review-content {
	white-space: nowrap;
	border: 1px solid #777279;
	border-radius: 24px;
	display: flex;
	position: relative;
	pointer-events: none;
	align-items: center;
	justify-content: center;
	padding: 3px 16px;
	height: 32px;
	color: #211e22;
	transition: border-color 1ms cubic-bezier(.22, .61, .36, 1), background-color 1ms cubic-bezier(.22, .61, .36, 1);
}

.product-review-cout {
	margin-left: 8px;
}

.review-info-name {
	color: #211e22;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 12px;
}

.review-info-location {
	font-size: 13px;
	line-height: 1;
	color: #646266;
}

.contact-form .form button.product-review-info-btn {
	color: #646266;
	font-size: 13px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 400;
}

.show-3-item {
	/* max-height: 480px;
    overflow: hidden;*/
	transition: all 0.3s ease;
}

.show-3-item.current {
	max-height: 100%;
}

.contact-form .form button.review-btn-show-all {
	margin: 0 auto;
	justify-content: center;
}

.contact-form .form button.review-btn-show-all i,
.contact-form .form button.review-btn-show-less i {
	padding-left: 10px;
}

.contact-form .form button.review-btn-show-less {
	margin: 0 auto;
	justify-content: center;
}

.form_danhgia.form-feedback {
	padding-top: 30px;
	padding-bottom: 30px;
}

.results td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#danhgia .form form {
	display: flex;
	flex-wrap: wrap;
}

.form_danhgia.rating-star-main,
.form_danhgia.form-feedback {
	width: 100%;
	background: #fff;
	padding: 15px 0;
}

.form_danhgia:not(.rating-star-main)+.form_danhgia:not(.form-feedback) {
	width: 50%;
}

.form_danhgia:nth-child(2n+2):not(.rating-star-main):not(.form-feedback) {
	padding-right: 15px;
}

.form_danhgia:nth-child(2n+1):not(.rating-star-main):not(.form-feedback) {
	padding-left: 15px;
}

.big-img-item img {
	width: 100%;
	border-radiu: 10px;
	height: auto;
}

.swatch .color label span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	opacity: 0;
	pointer-events: none;
	transition: all .3s;
	top: 0;
	left: 0;
}

.swatch input:checked+label span::before {
	border: 4px solid #fff;
	opacity: 1;
}

.swatch .color label span::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	opacity: 0;
	pointer-events: none;
	transition: all .3s;
	top: 0;
	left: 0;
}

.swatch input:checked+label span::after {
	border-radius: 12px;
}

.swatch input:checked+label {
	border-radius: 12px;
}

.group-power {
	margin-bottom: 15px;
}

.swatch label[for=color-101] span::before {
	border-color: #ddd;
}

.custom-btn-number {
	margin-right: 30px;
}

.category_menu {
	width: 100%;
	position: relative;
	z-index: 4;
}

.home-top-left {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
}

.danh-muc-menu {
	background: #fff;
	position: relative;
	height: 100%;
	border: solid 1px #eee;
}

.danh-muc-menu ul {
	overflow-y: scroll;
	max-height: 370px;
	/* box-shadow: 0 2px 1px 0 rgb(0 0 0 / 25%); */
}

.danh-muc-menu>ul>li {
	border-bottom: 1px solid #f0f0f0;
	position: unset;
}

.danh-muc-menu>ul>li>a {
	display: block;
	padding: 5px 10px 5px 10px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	position: relative;
}

.danh-muc-menu>ul>li>a::before {
	content: "";
	width: 7px;
	height: 1px;
	display: inline-block;
	background: #9c9c9c;
	position: absolute;
	top: 50%;
	right: 10px;
}

.danh-muc-menu>ul>li>a::after {
	content: "";
	width: 7px;
	height: 1px;
	display: inline-block;
	background: #9c9c9c;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.li-parent .sub_menu {
	display: none;
	cursor: default;
	overflow: hidden;
	position: absolute;
	width: 900px;
	top: -1px;
	left: 100%;
	min-height: 373px;
	background: #fff;
	padding: 10px;
	border-bottom: solid 1px #f0f0f0;
	border-right: solid 1px #f0f0f0;
	/* box-shadow: 0 2px 1px 0 rgb(0 0 0 / 25%); */
}

.sub_menu strong {
	border-bottom: solid 1px #ddd;
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	padding: 4px 10px;
}

.sub_menu>strong a {
	font-size: 12px;
	color: #1DA04E;
	font-weight: bold;
	margin-top: -15px;
	display: block;
	text-align: right;
}

.danh-muc-menu ul {
	overflow-y: scroll;
	max-height: 320px;
	/* box-shadow: 0 2px 1px 0 rgb(0 0 0 / 25%); */
}

.danh-muc-menu ul {
	margin: 0;
	list-style: none;
}

.list-level-2>li {
	display: block;
}

.list-level-2>li .item-sub {
	display: block;
	text-transform: none;
	line-height: 20px;
	margin-bottom: 10px;
}

.list-level-2>li .item-sub>a {
	font-weight: bold;
	font-size: 14px;
	color: #333;
	padding: 6px 0;
	text-decoration: none !important;
}

.item-sub_2 {
	list-style: disc !important;
	line-height: 20px;
	margin-top: 5px;
}

.col-category_menu {
	-ms-flex: 0 0 20%;
}

.col-slide {}

.danh-muc-menu>ul>li.li-parent:hover .sub_menu {
	display: block;
}

.list-level-2 {
	padding: 5px 10px;
	overflow: hidden;
	cursor: default;
	width: 100%;
	flex-wrap: wrap;
}

.danh-muc-menu ul::-webkit-scrollbar {
	display: none;
}

.danh-muc-menu li a:hover {
	color: #00923f;
}

.nav-category-heading {
	background-color: #000;
	color: #fff;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 10px 8px;
}

.nav-category-heading .title-box {
	font-size: 16px;
	line-height: 20px;
	padding: 15px;
	text-transform: uppercase;
	margin-bottom: 0;
	position: relative;
	text-align: left;
	font-weight: 600;
	margin-top: 0;
}

.nav-category-heading .fa {
	font-size: 18px;
	position: absolute;
	right: 14px;
}

.nav-category {
	display: block;
}

.nav-category ul {
	/* border: 1px #ddd solid; */
	border-top: 0;

}

.nav-category ul.nav-main li {
	position: relative;
	color: #acacac;
	display: block;
	float: unset;
}

.nav-category ul.nav-main li {
	position: relative;
	margin: 0;
	/* padding: 0 15px; */
	display: block;
	border-top: 1px #fff solid;
	font-size: 14px;
	line-height: 46px;
	color: #FFF;
}

.nav-category ul.nav-main li a:hover {
	color: #fff;
	background-color: #000;
}

.nav-category ul.nav-main li .nav-sub {
	position: absolute;
	top: 0;
	left: auto;
	left: 100%;
	display: none;
	background-color: #eeee22;
}

.nav-category ul.nav-main ul.nav-sub li:hover {
	background-color: #000;
	color: #fff;
}

.nav-category ul.nav-main li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000;
}

.nav-category ul.nav-main li.nav-item:not(.show) {
	display: none;
}

.nav-category ul.nav-main li:hover .nav-sub {
	display: block;
}

.nav-category ul.nav-main li:hover {
	background-color: #000;
	color: #fff;
}

.nav-category ul.nav-main li a i {
	color: #333;
}

/* .nav-category ul.nav-main .nav-sub li {
    padding: 4px 15px;
} */

.box-aside {
	height: 100%;
}

.box-aside .box-content {
	height: calc(100% - 50px);
}

.box-aside .box-content .nav-category {
	height: 100%;
	background: #eeee22;
	border-radius: 10px;
	-moz-outline-radius: 10px;
}

.nav-category ul.nav-main li.nav-item .nav-sub li:hover .nav-sub-c2 {
	display: block;
}

.nav-category ul.nav-main li.nav-item .nav-sub li .nav-sub-c2 {
	border-top: 1px solid #ddd;
}

.wrap-ykkh .box {
	background-color: #2b2b2b;
	color: #fff;
	padding: 15px 15px;
	display: flex;
	flex-wrap: wrap;
	/* border-radius: 10px; */
}



.list-small-image-feedback {
	width: 40%;
	margin: 53px 0;
	position: relative;
	max-height: 300px;
	overflow-y: scroll;
}

.list-small-image-feedback::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.list-small-image-feedback::-webkit-scrollbar-thumb {
	background-color: #eeee22;
}

.list-small-feedback {
	display: flex;
}

.list-small-feedback .small-image {
	display: flex;
	width: 100% !important;
}

.list-small-feedback .slick-track {
	width: 100% !important;
}

.list-small-feedback .small-image .box-image {
	width: 80px;
}

.list-small-feedback .small-image .box-content {
	width: calc(100% - 80px);
	padding-left: 15px;
}

.list-small-feedback .small-image .box-content .feedback-title h3 {
	font-size: 13px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	height: 37px;
	margin-top: 0;
	margin-bottom: 5px;
	-webkit-box-orient: vertical;
	line-height: 1.4;
	font-weight: 500;
}

.list-small-feedback .small-image .box-content .Interactive {
	display: flex;
}

.list-small-feedback .small-image .box-content .Interactive .view {
	margin-right: 20px;
	font-size: 12px;
}

.list-small-feedback .small-image .box-content .Interactive .view i {
	color: #e77608;
}

.list-small-feedback .small-image .box-content .Interactive .fb-view {
	font-size: 12px;
	display: none;
}

.list-small-feedback .small-image .box-content .Interactive .fb-view i {
	color: #0c78ef;
}

.list-small-feedback .small-image .box-image img {
	border: none;
}

.box-btn-play {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50%;
}

.box-btn-play .btn-play {
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-left: 35px solid #444;
	border-bottom: 17px solid transparent;
	/* margin: 0 auto; */
	margin-left: 9px;
}

.list_feedback-box {
	width: 60%;
	padding-right: 15px;
}

.list-small-image-feedback::before {
	position: absolute;
	content: "";
	width: 80px;
	height: 0;
	top: 0;
	left: 5px;
	background-color: #000;
}

.wrap-ykkh .post-cate .box-image {
	padding: 8px 20px 8px 8px;
	background-color: #000;
}

.wrap-ykkh .post-cate .box-image iframe {
	width: 100%;
	height: 275px;
}

/* HHHH */

.toggle-1 {
	-webkit-animation-name: toglle;
	-webkit-animation-duration: 3s;
	animation-name: toglle;
	animation-duration: 3s;
}

@-webkit-keyframes toglle-1 {
	0% {
		max-width: 0%;
	}

	50% {
		max-width: 50%;
	}

	100% {
		max-width: 100%;
	}
}

@keyframes toggle-1 {
	0% {
		max-width: 0%;
	}

	50% {
		max-width: 50%;
	}

	100% {
		max-width: 100%;
	}
}

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 3s;
	animation-name: fade;
	animation-duration: 3s;
}

@-webkit-keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

.box-link-paragraph {
	background-color: #fff;
	margin-bottom: 30px;
	background: #f9f9f9;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	display: table;
	margin-bottom: 1em;
	padding: 10px;
	position: relative;
	width: 100%;
}

.box-link-paragraph .title {
	display: flex;
	justify-content: space-between;
}

.box-link-paragraph .title h5 {
	margin: 0;
	font-size: 20px;
	font-weight: 400;
}

.title-link-header {
	background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
	background-color: #f5f5f5;
	border-color: #ddd;
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.box-link-paragraph>ul {
	width: 100%;
	max-height: 250px;
	padding: 0;
	overflow-y: auto;
}

.index {
	margin-right: 3px;
}

.box-link-paragraph ul li {
	margin-bottom: 0;
	margin-left: 30px;
}

.box-link-paragraph>ul>li {
	font-weight: 300;
	list-style: none !important;
	font-size: 15px;
	line-height: 24px;
}

.box-link-paragraph>ul>li ul {
	margin-top: 0px;
	font-weight: normal;
	font-size: 90%;
}

.box-link-paragraph ul li a {
	color: #000;
	font-weight: 600;
}

.list-content-paragraph>div {
	/* display:flex; */
	margin-bottom: 15px;
}

.list-content-paragraph>div ul,
.list-content-paragraph>div ol {
	list-style: none;
}

.name-p {
	color: #09428f;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 18px;
}

.list-content-paragraph>div .index {
	width: auto;
	display: inline-block;
	flex: 0 0 auto;
	margin-right: 3px;
}


/*tag blog*/

.hastag {
	display: flex;
	margin-top: 3px;
	min-width: 100%;
	padding: 10px 0;
}

.hastag .tags {

	padding: 3px 10px;
	background: #f7f7f7;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #847c7c;
}

.tag_title {
	display: inline-block;
	padding: 3px 10px;
	background: #f7f7f7;
	font-size: 12px !important;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #847c7c;
	/* font-size: 12px; */
}

.tag_title:hover {
	color: #0c4da2;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
	transform: translate3d(0, -2px, 0);
	-webkit-transform: translate3d(0, -2px, 0);
}

.tags i {
	margin-right: 5px;
}

.box-comment {
	background-color: #eeee;
	padding: 5px;
}

.comment-form-container input:nth-child(3) {
	opacity: 0;
	height: 0px;
	padding: 0px;
}

.comment-form-container input {
	width: 49%;
	height: 40px;
	padding: 10px;
}

.box-comment .form-control::placeholder {
	color: #393636;
	opacity: 1;
}

.box-comment .form-control {
	display: block;
	width: 100%;

	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: white;
	background-clip: padding-box;
	border: 1.6px solid var(--color-main);
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.box-comment button {
	color: white;
	background-color: var(--color-main);
	border: 0;
	border-radius: 5px;
	padding: 5px 15px;
}

.comment .luot-cmt {
	padding: 5px;
	font-size: 16px;
	font-weight: 500;
}

.box-binhluan {
	display: flex;
}

.list-binhluan {
	padding-bottom: 20px;
}

.box-binhluan-left {
	width: 50px;
	height: 50px;
	margin-right: 20px;
}

.box-binhluan-right {
	background-color: #f0f2f5;
	padding: 8px;
	border-radius: 15px;
	flex: 2;
}

.box-binhluan-left a img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.box-binhluan-right a {
	font-size: 16px;
	color: var(--color-main);
	font-weight: 600;
}



.news-lq .title h3 {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	padding: 7px 5px;
	text-transform: uppercase;
	margin: 0;
	background-color: #eeee;
}

.news-lq .title ul li {
	padding: 5px 20px;
	position: relative;
}

.news-lq .title ul li::after {
	content: "";
	height: 4px;
	width: 4px;
	background-color: #4d6f76;
	border-radius: 50%;
	display: flex;
	position: absolute;
	left: 8px;
	top: 14px;
}

.deal_sale {
	padding: 30px 0 0 0;
	margin-bottom: 30px;
}

.deal_sale .list_deal_sale {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.deal_sale .title-heading-sale {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 8px 0 12px;
}

.deal_sale .title-heading-sale .title {
	font-size: 30px;
	font-weight: 600;
	line-height: normal;
}

.deal_sale .title-heading-sale .sale_all {}

.deal_sale .title-heading-sale .sale_all a {
	text-decoration: underline;
	color: #be140b;
	font-size: 15px;
}

.deal_sale .title-heading-sale .sale_all a:hover {
	text-decoration: unset;
}

.ss04_product {
	padding: 30px 0 30px 0;
	background: #fff;
	margin-bottom: 0px;
}

.ss04_product img {
	padding: 10px;
}

.swatch {
	margin-bottom: 10px;
	position: relative;
}

.swatch .options-title {
	margin-bottom: 10px;
	text-align: left;
	float: none;
	min-width: 100px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
}

.size-guide-box {
	font-size: 16px;
	margin-bottom: 10px;
	padding-top: 0;
	position: relative;
}

.swatch .swatch-element input {
	cursor: pointer;
	line-height: 30px;
}

.swatch .swatch-element input[type=checkbox],
.swatch .swatch-element input[type=radio] {
	display: inline;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 33px;
	position: absolute;
	background: 0 0;
	outline: none;
	opacity: 0;
}

.swatch input:checked+label {
	color: #36474f;
	border: 1px solid #36474f;
	padding: 0 15px;
	position: relative;
	line-height: 34px;
	border-radius: 16px;
	font-size: 15px;
	height: 35px;
}

.swatch-element label {
	padding: 0 5px;
	padding: 0 15px;
}

.swatch label {
	float: left;
	min-width: 66px !important;
	height: 35px;
	margin: 0;
	/* padding: 15px; */
	border: 1px solid #dde1ef;
	font-size: 16px;
	text-align: center;
	line-height: 34px;
	white-space: nowrap;
	/* font-family: svn-gilroy bold; */
	padding: 0;
	border-radius: 16px;
	font-size: 15px;
}

.swatch .color label span {
	display: inline-block;
	width: 100%;
	height: 40px;
	vertical-align: top;
	border-radius: 50%;
}

.swatch .color label[for] {
	cursor: pointer;
	padding: 0;
}

label[for] {
	cursor: pointer;
	padding: 0 15px;
}

.list-footer-box {
	padding: 0 !important;
}

.swatch .swatch-element:not(.color) input:checked+label:after {
	/*content: '';*/
	position: absolute;
	bottom: 0;
	right: 0;
	background: url('../images/select-pro.webp') center center no-repeat;
	width: 15px;
	height: 17px;
}

.swatch .swatch-element {
	float: left;
	-webkit-transform: translateZ(0);
	-webkit-font-smoothing: antialiased;
	margin: 0 10px 5px 0;
	position: relative;
	line-height: 31px;
}

.form-product .custom-btn-number .custom-btn-numbers {
	position: relative;
	margin-bottom: 10px;
}

.form-product .custom-btn-number .custom-btn-numbers {
	position: relative;
	margin-bottom: 10px;
}

.form-product .custom-btn-number .custom-btn-numbers button.btn-minus {
	border-radius: 20px 0 0 20px;
}

.form-product .custom-btn-number .custom-btn-numbers button {
	width: 40px;
	height: 40px;
	border: 1px solid #000;
	background-color: #fff;
	font-size: 14px;
	padding: 0;
	font-weight: 400;
	float: left;
	border-radius: 0;
	line-height: 33px;
	outline: none;
}

.form-product .custom-btn-number .custom-btn-numbers input {
	float: left;
	width: 40px;
	height: 40px;
	border: #000 solid 1px;
	border-left: none;
	border-right: none;
	border-radius: 0;
	margin: 0;
	color: #333f48;
	padding: 0;
	text-align: center;
	font-size: 18px;
	min-height: unset;
	font-family: svn-gilroy bold;
}

.form-product .custom-btn-number .custom-btn-numbers button.btn-minus {
	border-radius: 15px 0 0 15px;
	border-right: none;
}

.form-product .custom-btn-number .custom-btn-numbers button.btn-plus {
	border-radius: 0 15px 15px 0;
	border-left: none;
}

.product_count_total_cnt img {
	width: 100%;
}

.option-color__item .checkmark.active {
	position: relative;
}

.option-color__item .checkmark.active::after {
	position: absolute;
	content: "";
	padding: 1px;
	border: 2px solid #333;
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.hot-item {
	background: #bd140c;
	padding: 0 7px;
	font-size: 14px;
	margin-left: 5px;
	border-radius: 3px;
	color: #fff;
}

.product-detail-images {
	padding: 0 35px;
}

.image-main.active>a>img {
	width: 100%;
	object-fit: cover;
}

.pcd-rating {
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
	flex-direction: column;
	margin-bottom: 15px;
}

.pdc-title_serial {
	position: relative;
	cursor: pointer;
	font-size: 16px;
	color: #b6c0ce;
}

.pcd-rating ul {
	display: inline-flex;
	align-items: center;
}

.pcd-rating ul li:not(:last-child) {
	margin-right: 2px;
}

.txt-gray,
.spinner-text,
.small,
.lc__rating-star {
	color: #718198;
	margin-left: 10px;
}

.pcd-rating ul li i {
	color: #f59e0b;
	font-size: 12px;
}

.pcd-rating .link {
	color: #333;
	position: relative;
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
}

.from-action-addcart {
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
}

.menu-order {
	justify-content: center;
	display: flex;
	width: 100%;
	margin-left: 0px;
}

.menu-order .nav-main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.menu-order .nav-main>li.active>a {
	background-color: #ffd68c;
	/* color: #fff;
    background-color: #343a40;
    border-color: #343a40;*/
	color: #000 !important;
}

.box_brand img {
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 5px;
}

.menu-order {
	width: 100%;
}

.menu-order .nav-main-order {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	border-bottom: 1px solid rgb(209, 209, 214);
}

.menu-order .nav-main-order li {
	flex: 1 1 20%;
	text-align: center;
	cursor: pointer;
	padding: 8px;
}

.block-item {
	margin-top: 20px;
}

.cart-top table {
	width: 100% !important;
	margin: 8px 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	font-weight: 500;
}

.cart-top table tr td {
	padding: 10px;
	text-align: center;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.cart-table-header {
	background-color: #eaeaea;
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
}

.cart-top-thumb-img {
	height: 100px;
	width: 100px;
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}

.thumb-cover img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
}

.cart-title-pro {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #3c3d41;
	margin-bottom: 5px;
}

.quanlity-number-td {
	position: relative;
	display: inline-block;
}

.cart-input-quantity {
	width: 150px;
	height: 40px;
	padding: 0 10px;
	font-size: 18px;
	color: #000;
	outline: none;
	border: 1px solid#d8d8d8;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
}

.active-cart-title {
	color: red;
	font-weight: 500;
	font-size: 15px;
	border-bottom: 2px solid red;
	text-transform: uppercase;
}

.nav-item-order:before {
	content: "";
	position: absolute;
	inset: 0;
	box-shadow: green;
	z-index: 1;
}

.avatar_account {
	font-size: 56px;
}

.avatar-login {
	width: 36px;
	height: 36px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #b6c0ce;
	border-radius: 50%;
}

.avatar-login {
	position: relative;
	margin-top: -60px;
}

.avatar-login-background {
	width: 120px;
	height: 120px;
	font-size: 56px;
	line-height: 56px;
}

.account-sidebars {
	border-right: 1px solid #d9d9d9;
	padding: 0 10px 10px 10px;
}

.account-sidebar-items {
	margin-top: 25px;
}

.clientlogin-name {
	font-size: 30px;
	font-weight: 700;
	margin: 20px 0 10px;
}

.account-sidebar-item.active {
	background-color: #000;
	color: #fff;
}

.account-sidebar-item:hover {
	background-color: #d9d9d9;
	color: #000;
}

.account-sidebar-item:not(:last-child) {
	margin-bottom: 1rem;
}

.account-sidebar-item {
	width: 100%;
	height: 39px;
	background-color: #fff;
	border: 1px solid #000;
	padding: 10px 20px;
	transition: all .2s;
	display: block;
	border-radius: 16px;
	font-size: 15px;
}

.form-change-info {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #231f20;
	text-align: left;
}

.form-change-info .form-control {
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
	border-radius: 16px;
	height: 40px;
	width: 100%;
	padding: 5px 20px;
	transition: .2s all;
	color: #000;
}

.alert-danger-cus {
	color: #b91c1c;
}

.alert-md.alert-des {
	font-size: 16px;
}

.popup-rating {
	border-radius: 10px;
}

.poup-header {
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #d70018;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	font-weight: 700;
	box-sizing: border-box;
}

.popup-rating .fancybox-close-small {
	color: #fff !important;
	font-weight: 700;
}

.poup-header p {
	padding-left: 10px;
}

.cps-input {
	width: 100%;
	height: 40px;
	font-size: 14px;
	border: 1px solid#d4d4d4;
	outline: none;
	box-sizing: border-box;
	margin-top: 15px;
	border-radius: 10px;
	padding: 0px 10px;
	color: #333;
	background-color: #fff;
	float: left;
}

.cps-textarea {
	margin-top: 15px;
	width: 100%;
	height: 120px;
	outline: none;
	border: 1px solid#d4d4d4;
	padding: 8px 10px;
	box-sizing: border-box;
	border-radius: 6px;
}

.rate-title {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 700;
	color: #333;
}

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

.rate:not(:checked)>input {
	display: none;
}

.rate:not(:checked)>label {
	float: right;
	width: 50px;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 40px;
	color: #ccc;
	/* margin-right: 30px; */
}

.rate:not(:checked)>label:before {}

.rate>input:checked~label {
	color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
	color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
	color: #c59b08;
}

.btn-submit-rate {
	width: 100%;
	height: 40px;
	border: 1px solid#d4d4d4;
	outline: none;
	box-sizing: border-box;
	margin-top: 15px;
	border-radius: 10px;
	padding: 0px 10px;
	color: #fff;
	background-color: #d70018;
}

.single-start-top-bottom {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-right: 1px solid #dee2e6;
}

.single-vote-sub-title {
	font-size: 15px !important;
	color: #333;
}

.single-vote-btn {
	margin-top: 10px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0px 30px;
	background-color: #d70018;
	border-radius: 10px;
	color: #fff;
	font-size: 15px;
}

.single-vote-btn:hover {
	color: #fff;
}

.review__title {
	font-weight: bold;
}

.review_image {
	cursor: pointer;
}

.review_image-message {
	border-radius: 16px;
	min-height: 120px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: grey;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #d9d9d9;
}

.review_image .dz-initial-inner {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.review_image .dz-initial-inner-image {
	width: 96px !important;
	height: 96px !important;
	padding: 5px;
	border: 1px solid #d9d9d9;
	border-radius: 16px !important;
}

.review_image .dz-initial-inner-image:before {
	content: "+";
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	color: rgba(250, 100, 0, 0.5);
	line-height: 40px;
}

.review_image .dz-initial-inner-image {
	position: relative;
}

.load-multiple-image>img {
	max-width: 55px;
	width: 100%;
}

.review__subtitle {
	font-size: 13px;
}

.is-flex {
	display: flex;
}

.is-hidden {
	display: none !important;
}

.input__file {
	color: #919191;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	flex: 1;
	padding: 0 8px;
}

.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.is-align-items-center {
	align-items: center !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

.btn-add-image-rating {
	height: 35px;
	padding: 7px 11px;
	background: #e5e7eb;
	color: #444;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 700;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.input-icon {
	height: 20px;
	width: 20px;
	margin-top: 3px;
	margin-right: 5px;
}

.input-icon i {
	height: 12px;
}


#check-4 {

	display: flex;
	align-items: center;
	gap: 5px;
}

.list-footer-content {
	display: flex;
	align-items: center;
	gap: 5px;
}

.fas.fa-angle-double-right {}

@-webkit-keyframes stuckMoveLeft {
	0% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 45%;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		top: 45%;
	}
}

@keyframes stuckMoveLeft {
	0% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 45%;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		top: 45%;
	}
}

@-webkit-keyframes stuckMoveRight {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		top: 45%;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		top: 45%;
	}
}

@keyframes stuckMoveRight {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		top: 45%;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		top: 45%;
	}
}



.link-service {
	display: block;
	max-width: 790px;
	background: #fdcb4f;
	color: #fff;
	padding: 10px 15px;
	line-height: 35px;
	font-size: 20px;
	margin-bottom: 20px;
}

.link-service:hover {
	color: #fff;
}

.link-service i {
	margin-left: 10px;
}

.pd-10 {
	padding: 0 10px;
}

.text-service {
	padding: 0 5px;
}

.title-service {
	font-size: 63px;
	color: #fdcb4f;
	text-transform: uppercase;
	font-weight: bold;
}

.service-view {
	border: 1px solid #fdcb4f;
	border-radius: 20px;
	padding: 0 19px;
	line-height: 34px;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 5px;
	display: inline-block;
	color: #fdcb4f;
}

.service-view:hover {
	color: #fff;
	background-color: #fdcb4f;
}

.col-service-item {
	padding: 0 5px;
	margin-bottom: 20px;
}

.service-item {
	box-shadow: 1px 15px 19px #dddddd;
}

.service-item .box {
	text-align: center;
	padding: 0 0 15px;
	background-color: #fff;
}

.service-item .box .image {
	margin-bottom: 15px;
}

.service-item .box .image img {
	object-fit: cover;
	width: auto;
}

.service-item .box .name {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fdcb4f;
	line-height: normal;
}

.service-item .box .name span {
	max-width: 112px;
	display: inline-block;
}

.wrap-service .col-service-item:nth-child(2) .box .name a:hover {
	color: #282e88;
}

.wrap-service .col-service-item:nth-child(3) .box .name a:hover {
	color: #fdcb4f;
}

.wrap-service .col-service-item:nth-child(4) .box .name a:hover {
	color: #fad187;
}

.icon-dv-right {
	margin-top: 5px;
}

.line-div {
	width: 50px;
	height: 1px;
	background: #707070;
	margin: 0 auto;
}

.form-product .btn-mua button {
	border-radius: 17px;
	display: block;
	text-align: center;
	border: 1px #eeee22 solid;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	background-color: #eeee22;
	line-height: 24px;
	cursor: pointer;
	width: 100%;
	margin-top: 22px;
	color: #000;
}

.form-product .btn-mua button:hover,
.form-product .btn-mua button:focus {
	box-shadow: none;
	outline: none;
	border-color: red;
	color: red;
}

.title-xemthem {
	font-size: 24px;
	color: #707070;
	font-weight: normal;
	text-transform: none;
	text-decoration: underline;
}

.title-#c31f26 {
	color: #fdcb4f;
}

.title-while {
	color: #fff;
}

.group-title .desc {
	color: #222;
	margin-bottom: 0;
	line-height: 24px;
	max-width: 750px;
	font-size: 15px;
	text-align: center;
	margin: auto;
}

.wrap-system {
	padding: 25px 0 60px;
	background-color: #fdcb4f;
	color: #fff;
}

.box-system {
	position: relative;
}

.list-icon {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/* background-color: rgba(0, 0, 0, 0.2); */
}

.list-icon span {
	/* display: inline-block; */
	position: absolute;
	width: 25px;
	height: 25px;
	cursor: pointer;
	font: normal normal normal 14px/1 FontAwesome;
	text-align: center;
	color: #3895f2;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	transition: all 0.5s;
	transform: translate(-50%, -50%);
}

.list-icon span:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	border-radius: 100%;
	animation-duration: 2s;
	animation-delay: 1s;
	animation-name: animation-glowing-white-2;
	animation: animation-glowing-white-2 1.5s infinite;
}

.list-icon span.active:after {
	animation-name: animation-glowing-white-2-active;
}

@keyframes animation-glowing-white-2-active {
	0% {
		box-shadow: inset 0 0 0 0 #fff;
	}

	50% {
		box-shadow: 0 0 0 0 rgba(226, 59, 65, 0.5);
	}

	100% {
		box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.1);
	}
}

@keyframes animation-glowing-white-2 {
	0% {
		box-shadow: 0 0 0 0 #fff;
	}

	50% {
		box-shadow: 0 0 0 0 rgba(226, 59, 65, 0.1);
	}

	100% {
		box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.1);
	}
}

.list-icon span.active {
	transform: translate(-50%, -50%) scale(1.5);
}

.list-icon span:before {
	content: "\f041";
}

.close-map {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	z-index: 1;
	top: 0;
	line-height: 23px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
}

.close-map:before {
	content: "x";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 100%;
}

.bg-image-load {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
}

.bg-image-load.active {
	z-index: 1;
	opacity: 1;
}

.bg-image-load.active .image-load {
	transform: translate(-50%, -50%) scale(1);
}

.box-system .image-load {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	/* opacity: 0; */
	text-align: center;
	max-width: 500px;
	/* overflow: hidden; */
	transition: all 0.5s;
}

.box-image-load {
	padding-bottom: 100%;
	position: relative;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 100%;
	text-align: center;
	border: 3px solid #e23b41;
}

.box-system .image-load img {
	width: auto;
	max-width: 70%;
	/* max-width: 100%; */
	height: 80%;
	object-fit: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.wrap-system .image-sytem {}

.wrap-system .image-sytem img {}

.btn-view {
	display: inline-block;
	border-radius: 40px;
	line-height: 45px;
	background-color: #fff;
	color: #e23b41;
	font-size: 18px;
	padding: 0 20px;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #e23b41;
	box-shadow: 0px 1px 5px 1px #a38a8a;
	visibility: visible;
	animation-duration: 2s;
	animation-delay: 1s;
	animation-name: animation-glowing-white;
	animation: animation-glowing-white 1.5s infinite;
}

.btn-light {
	padding: 3px 12px;
	font-size: 14px;
	color: #333;
	background-color: #f99f31;
	border-color: #f99f31;
}

@keyframes animation-glowing-white {
	0% {
		box-shadow: 0 0 0 0 #fff;
	}

	100% {
		box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
	}
}

.btn-view:hover {
	color: #fff;
	background-color: #e23b41;
}

.btn-view i {
	font-size: 28px;
	margin-right: 10px;
}

.wrap-count {
	padding: 25px 0;
}

.wrap-count .group-title .title {
	padding-bottom: 0;
	color: #e23b41;
}

.image-about {}

.image-about .image {
	overflow: hidden;
	display: block;
}

.image-about img {
	transition: 0.5s;
}

.image-about .image:hover img {
	transform: scale(1.2);
}

.link_about {
	text-align: center;
	width: 100%;
	margin-top: 20px;
}

.link_about a {
	display: inline-block;
	color: #e23b41;
	border-radius: 50px;
	border: 1px solid #e23b41;
	text-transform: uppercase;
	line-height: 40px;
	padding: 0 16px;
	font-weight: 500;
	font-size: 18px;
}

.link_about a:hover {
	background-color: #e23b41;
	color: #fff;
}

.list_count {}

.item_count {
	text-align: center;
	margin-bottom: 20px;
}

.item_count .box_count {}

.item_count .box_count .counter-value {
	color: #e23b41;
	font-size: 65px;
	font-weight: bold;
	margin-bottom: 5px;
}

.item_count .box_count p {}

.list-news-2 .fo-03-news .content {
	padding-top: 30px;
}

.list-news-2 .fo-03-news h3 a {
	color: #e23b41;
}

.list-news-2 .fo-03-news h3 a:hover {
	color: #282e88;
}

.list-news-2 .fo-03-news .desc {
	-webkit-line-clamp: 2;
	height: 46px;
	margin-bottom: 5px;
}

.fo-03-news h3 {
	font-weight: 500;
	font-size: 17px;
	color: #333;
	line-height: 20px;
	margin: 0px 0 0px;
	position: relative;
	margin-top: 10px;
}

.fo-03-news h3 a {
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

.fo-03-news h3 a:hover {
	color: #e23b41;
}

.fo-03-news .desc {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	max-height: 92px;
	margin-bottom: 25px;
}

.fo-03-news-main .content {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.block-action-news {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fo-03-news-main .block-action-news {
	color: #e23b41;
}

.fo-03-news-main .date {
	color: #e23b41;
}

.xemthem {
	text-decoration: underline;
}

.wrap-bg {
	background-image: url(../images/bg-01.png);
	padding: 15px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.box-bg {
	position: relative;
	margin: 0 auto;
}

.box-bg>img {
	/* min-height: 300px; */
	/* object-fit: cover; */
	width: 100%;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
}

.justify-center {
	justify-content: center;
}

.align-items-center {
	align-items: center;
}

.before-after-unset:before,
.before-after-unset:after {
	content: unset;
}

.box-bg .d-flex {}

.box-bg-content {
	justify-content: center;
	align-items: center;
	bottom: 0px;
	position: absolute;
	width: 100%;
}

.box-bg-content .logo-bg {
	width: 50%;
	text-align: right;
	padding-right: 10px;
}

.box-bg-content .button_tuvan {
	width: 50%;
	padding-left: 10px;
}

.box-bg-content .logo-bg img {
	width: auto;
	max-width: 328px;
}

.wrap-contact-footer {
	padding: 15px 0 0;
}

.col-1-5 {
	min-width: 20%;
}

.col-item-contact {
	color: #e23b41;
	margin-bottom: 15px;
}

.col-item-contact .box {
	text-align: center;
}

.col-item-contact .box .icon {
	text-align: center;
}

.col-item-contact .box .icon img {
	height: 75px;
	width: auto;
	margin: 0 auto;
}

.col-item-contact .box .name {
	margin: 0;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
}

.col-item-contact .box .desc {
	font-size: 17px;
}

.col-item-img {
	margin-bottom: 15px;
}

.col-item-img .box {}

.col-item-img .box .image {
	text-align: center;
}

.col-item-img .box .image img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.breadcrumbs {
	position: relative;
	width: 100%;
	/* padding-top: 20px; */
	background-color: #fff;
}

.breadcrumbs:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: #2b2b2b; */
	z-index: 1;
}

.breadcrumbs ul {
	float: left;
	width: 100%;
	padding: 12px 15px;
	/* border-bottom: 1px solid #ddd; */
	/* margin-bottom: 20px; */
	display: inline-block;
	max-width: 795px;
	background-color: #e23b41;
}

.breadcrumbs ul>li {
	display: inline-block;
	float: left;
	position: relative;
	z-index: 2;
	font-size: 14px;
	color: #a8a8a8;
	font-weight: 400;
}

.breadcrumbs ul>li>a {
	color: #fff;
	font-weight: 400;
	font-size: 24px;
	float: left;
}

.breadcrumbs ul>li>a:after {
	content: "/";
	/*    content: "\f101";
    margin: 0px 10px;
    font: normal normal normal 14px/1 FontAwesome;
    */
}

.breadcrumbs ul>li:last-child a:last-child:after {
	content: "\f107";
	margin: 0px 0px 0 20px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 32px;
	position: relative;
	top: 2px;
}

.breadcrumbs ul>li span {
	display: inline-block;
	color: #fff;
}

.blog-news {
	padding: 50px 0;
}

.line-div-long {
	width: 100%;
	height: 1px;
	background-color: #000;
	max-width: 670px;
	margin: 30px auto;
}

.list-news-2 {}

.list-news-2 .row {
	padding: 0 7.5px;
}

.list-news-2 .row .col-xs-12 {
	padding: 0 7.5px;
}

.list-news-2>.row:nth-child(2n) .left {
	float: right;
}

.list-news-2 .left {}

.list-news-2 .right {}

.list-news-2 .fo-03-news {
	margin-bottom: 15px;
}

.list-news-blog {}

.list-news-blog .fo-03-col-news:nth-child(1),
.list-news-blog .fo-03-col-news:nth-child(6) {
	width: 50%;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .content,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .content {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .image a,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .image a {
	padding-bottom: 66.7%;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .content,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .content {
	background-image: linear-gradient(0deg, rgba(204, 204, 204, 0.9), rgba(237, 233, 233, 0.9), transparent);
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .content {
	color: #e23b41;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .date,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .date {
	color: inherit;
}

.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .content {
	color: #3e4494
}

.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(1) .fo-03-news .content,
.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(6) .fo-03-news .content {
	color: #707070;
}

.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(1) .fo-03-news .content .block-action-news,
.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(6) .fo-03-news .content .block-action-news {
	color: #e23b41;
}

.blog-news-detail {
	padding: 0px 0;
}

.p-75 {
	padding: 0 7.5px;
}

.p-5 {
	padding: 0 5px;
}

.p-10 {
	padding: 0 10px;
}

.padding-content {
	padding: 25px 38px 35px;
}

.news-detail {
	text-align: justify;
	/* border-radius: 15px; */
	overflow: hidden;
	margin: 30px 0px;
}

.img-detail {
	padding-bottom: 20px;
}

.title-detail {
	color: #333;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.7;
}

.title-detail h3 {
	color: #333;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.5;
}

.title-detail h1 {
	color: #333;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.5;
}

.box-pt-detail {
	padding: 15px;
	background-color: #f3f5f0;
	margin-bottom: 5px;
	font-size: 16px;
	text-align: justify;
}

.content_block-news_left .desc2 {
	font-size: 16px;
	text-align: justify;
}

.content_block-news_left .desc2 p {
	padding-bottom: 15px;
}

.content_block-news_left .desc2 h1,
h2 {
	font-size: 20px;
}

.content_block-news_left .desc2 h3 {
	font-size: 17px;
}

.title-lg {
	font-size: 45px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.news-detail .box_content {
	font-size: 15px;
	line-height: 1.6;
}

#wrapSizeChange h1 {
	font-size: 1.6em;
	font-weight: bold;
}

#wrapSizeChange h2 {
	font-size: 1.5em;
	font-weight: bold;
}

#wrapSizeChange h3 {
	font-size: 1.3em;
	font-weight: bold;
}

#wrapSizeChange h4 {
	font-size: 1.2em;
	font-weight: bold;
}

#wrapSizeChange h5 {
	font-size: 1.1em;
	font-weight: bold;
}

.news-detail .author {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background: #eee;
	/* padding: 5px; */
}

.news-detail .author .date {
	text-transform: none;
	font-size: 13px;
	display: inline-block;
	line-height: 1.5;
	padding: 0;
	width: auto;
	color: #a9a9a9;
	padding: 0 10px;
}

.changeFontSize {}

.changeFontSize * {
	cursor: pointer;
	display: inline-block;
	padding: 5px;
	font-size: 13px;
}

.news-detail .box_content .content-news {}

.news-detail .box_content .content-news img {
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.content-news p {
	margin-bottom: 15px;
}

#fix-sidebar {
	position: sticky;
	top: 60px;
}

.shadow {
	box-shadow: 7px 10px 14px 4px #ccc;
}

.wrap-relate {
	/* margin-top:30px; */
	margin-bottom: 20px !important;
}

.blog-tuyendung {
	padding-bottom: 40px;
	padding-top: 40px;
}

.blog-tuyendung .card-news-horizontal .image a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(226, 59, 65, 1);
	z-index: 1;
	background-image: url(../images/logo-bg.png);
	background-size: 60% auto;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
}

.blog-tuyendung .card-news-horizontal .image a:hover img {
	opacity: 0.8;
}

.blog-tuyendung .card-news-horizontal .image a:hover:before {
	opacity: 1;
}

.blog-tuyendung .padding-content {}

.blog-tuyendung .card-news-horizontal:nth-child(3n+1) .content h3 {
	color: #282e88;
}

.blog-tuyendung .card-news-horizontal:nth-child(3n+2) .content h3 {
	color: #e23b41;
}

.blog-tuyendung .card-news-horizontal:nth-child(3n+3) .content h3 {
	color: #fecf78;
}

.list-trending ul>li:nth-child(3n+1) .content .name a {
	/* color: #282e88; */
}

.list-trending ul>li:nth-child(3n+2) .content .name a {
	/* color: #e23b41; */
}

.list-trending ul>li:nth-child(3n+3) .content .name a {
	/* color: #fecf78; */
}

.blog-product {
	padding: 30px 0;
	width: 100%;
}

.blog-product .group-title .title {
	padding-bottom: 0;
	color: #e23b41;
}

.blog-product .group-title {
	margin-bottom: 18px;
}

.blog-product .btn-view {
	box-shadow: 6px 11px 30px -4px #ccc;
	animation-name: unset;
}

.list-service-2 {
	margin-bottom: 10px;
}

.col-service-item-2 {
	margin-bottom: 15px;
}

.col-service-item-2:nth-child(2) .service-item-2 .box:hover {
	color: #282e88;
}

.col-service-item-2:nth-child(2) .service-item-2 .box:hover .line-div-2 {
	background-color: #282e88;
}

.col-service-item-2:nth-child(2) .service-item-2 .box:hover .line-div-2:after {
	border-left-color: #282e88;
}

.col-service-item-2:nth-child(3) .service-item-2 .box:hover {
	color: #ff0;
}

.col-service-item-2:nth-child(3) .service-item-2 .box:hover .line-div-2 {
	background-color: #ff0;
}

.col-service-item-2:nth-child(3) .service-item-2 .box:hover .line-div-2:after {
	border-left-color: #ff0;
}

.service-item-2 {}

.service-item-2 .box {
	box-shadow: 6px 11px 30px -4px #ccc;
	display: block;
	padding: 25px 48px 35px;
	background-color: #fff;
}

.service-item-2 .box:hover {
	color: #e23b41;
}

.service-item-2 .box:hover .line-div-2:after {
	content: "";
	border-top: 6px solid transparent;
	border-left: 6px solid #c31f26;
	/* border-right:4px solid #c31f26; */
	border-bottom: 6px solid transparent;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.service-item-2 .box:hover .line-div-2 {
	background-color: #e23b41;
}

.service-item-2 .icon {
	margin-bottom: 15px;
}

.service-item-2 .icon img {
	height: 135px;
	width: auto;
	object-fit: contain;
}

.service-item-2 .name {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 0;
}

.service-item-2 .desc {
	font-size: 17px;
	line-height: 24px;
	height: 72px;
	font-style: italic;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 30px;
}

.line-div-2 {
	width: 50px;
	background-color: #000;
	height: 2px;
	position: relative;
}

.wrap-tab-service {
	padding: 30px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.wrap-tab-service .nav-tabs {
	border: unset;
	border-top: 2px solid #707070;
	max-width: 830px;
	margin: 0 auto;
}

.wrap-tab-service .nav-tabs li {}

.wrap-tab-service .nav-tabs li a {
	background-color: #fff;
	border-radius: 0;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	margin: 0;
	/* box-shadow: inset 0px 1px 1px 0.8px #ccc; */
	outline: unset;
	border: unset;
}

.wrap-tab-service .nav-tabs li.active a {
	background-color: #2c8ff2;
}

.icon-tab {}

.icon-tab img {
	height: 60px;
	width: auto;
	object-fit: contain;
}

.wrap-tab-service .tab-content {
	padding-top: 30px;
}

.title-service-tab {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 40px;
	color: #e23b41;
}

.title-service-tab-sm {
	text-transform: uppercase;
	font-size: 20px;
	color: #707070;
	font-weight: bold;
}

.desc-tab {
	font-size: 15px;
	line-height: 1.6;
}

.product-relate {
	padding-top: 20px;
	width: 100%;
}

.blog-product-detail {}

.blog-product-detail .group-title {
	margin-bottom: 18px;
}

.blog-product-detail .group-title .title {
	/* padding-bottom: 0;
    color: #353a3d;
    font-size: 25px; */
}

.blog-contact {
	padding: 40px 0;
}

.tuvan_ct {
	width: 100%;
	text-align: center;
	margin-top: 25px;
}

.image-contact {
	text-align: center;
}

.image-contact {
	max-width: 1000px;
	margin: 0 auto;
}

.image-contact .wrap-system {
	padding: 0;
}

.form-search-icon {
	padding-left: 15px;
	width: 100%;
	max-width: 400px;
}

.form-search-icon .form-group {
	margin-bottom: 0;
}

.form-search-icon input {
	height: 50px;
	border-radius: 30px;
	padding-left: 40px;
	font-size: 18px;
	width: 100%;
}

.form-search-icon .search-label {
	position: relative;
	margin: 0;
	width: 100%;
}

.form-search-icon .search-label:before {
	content: "\f002";
	font-family: FontAwesome;
	position: absolute;
	left: 15px;
	font-size: 18px;
	top: 50%;
	transform: translate(0, -50%);
	color: #707070;
	display: none;
}

.form-search-icon .search-label button {
	font-size: 18px;
	background-color: transparent;
	border: 0;
	box-shadow: unset;
	position: absolute;
	top: 12px;
	left: 12px;
}

.form-search-icon .search-label button i {
	color: #707070;
}

.wrap-list-contact-address {
	padding-top: 40px;
}

.blog-lienhe-hoptac {
	padding: 40px 0;
}

.blog-lienhe-hoptac .group-title {
	margin-bottom: 5px;
}

.blog-lienhe-hoptac .group-title .title {
	color: #e23b41;
	padding-bottom: 0;
}

.content-lienhe-hoptac {
	max-width: 1000px;
	margin: 0 auto 10px;
	text-align: justify;
	font-size: 16px;
}

.form-contact-hoptac {
	max-width: 800px;
	margin: 0 auto;
}

.form-contact-hoptac input:not([type=radio]):not([type=checkbox]),
.form-contact-hoptac select {
	height: 50px;
	border-radius: 0;
}

.form-contact-hoptac textarea {
	border-right: 1px solid;
	border-left: 1px solid;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #000;
	font-size: 15px;
	border-radius: 0;
}

.form-contact-hoptac .border-input {
	border-right: 1px solid;
	border-left: 1px solid;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #000;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	padding: 10px 30px;
}

.form-contact-hoptac .border-input label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	margin: 12px 0;
	cursor: pointer;
	position: relative;
	padding-left: 0;
}

.form-contact-hoptac .border-input input {
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.form-contact-hoptac .border-input .design {
	width: 22px;
	height: 22px;
	border: 2px solid #242424;
	border-radius: 100%;
	margin-right: 8px;
	position: relative;
}

.form-contact-hoptac .border-input .design::before,
.form-contact-hoptac .border-input .design::after {
	content: "";
	display: block;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	position: absolute;
	transform: scale(0);
	transform-origin: center center;
}

.form-contact-hoptac .border-input .design:before {
	background-color: #242424;
	opacity: 0;
	transition: .3s;
}

.form-contact-hoptac .border-input .design:after {
	background-color: #2500e0;
	opacity: .4;
	transition: .6s;
}

.form-contact-hoptac .btn-view {
	line-height: 58px;
	padding: 0px 26px;
	font-size: 24px;
	margin-top: 20px;
}

.form-contact-hoptac .border-input input:checked+.design::before {
	opacity: 1;
	transform: scale(.6);
	top: -2px;
	left: -2px;
}

.form-contact-hoptac .border-input .text {
	color: #5d5656;
	font-size: 16px;
}

.form-contact-hoptac label:not(.radio-inline):not(.checkbox label) {
	font-size: 24px;
	font-weight: normal;
}

.form-contact-hoptac .checkbox label {
	font-size: 17px;
}

.form-contact-hoptac .checkbox label input {
	float: left;
	position: relative;
	top: 3px;
}

.form-contact-hoptac label a {
	text-decoration: underline;
	font-weight: 700;
}

.form-contact-hoptac input {
	border-right: 1px solid;
	border-left: 1px solid;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #000;
	font-size: 15px;
}

.form-contact-hoptac select {
	border-right: 1px solid;
	border-left: 1px solid;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #000;
}

.border-input {
	border: 1px solid #ccc;
	height: 50px;
	display: flex;
	align-items: center;
	padding: 10px 15px;
}

.title-form {
	text-align: center;
	text-transform: uppercase;
	color: #e23b41;
	font-weight: bold;
	font-size: 31px;
	margin-bottom: 10px;
}

.blog-about-us {
	padding: 5px 0 0;
}

.wrap-about-us .group-title .title {
	border-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
	background: #fff;
	font-size: 25px;
	margin-bottom: 0;
	padding: 15px 10px;
	color: #c00;
	font-weight: 600;
	text-align: center;
}

.wrap-about-us .desc-about {
	/* max-width: 560px; */
}

.wrap-about-us {}

.wrap-about-us .container>.row {
	align-items: flex-end;
}

.about-text,
.wrap-template-contact {
	padding-top: 30px;

}

.about-text .group-title {
	margin-bottom: 0;
}

.desc-about {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 25px;
}

.image-about-us {
	margin-bottom: 20px;
}

.image-about-us img {}

.wrap-tam-nhin {
	padding: 30px 0;
	box-shadow: 0 0 25px 0px #ccc;
	position: relative;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.wrap-tam-nhin:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.6);
}

.box-tam-nhin {
	max-width: 800px;
	margin: 0 auto;
}

.item-tam-nhin {}

.item-tam-nhin:last-child .line-tam-nhin {
	display: none;
}

.title-tam-nhin {
	font-size: 44px;
	font-weight: bold;
	margin: 0 auto;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	color: #282e88;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	position: relative;
	line-height: 80px;
}

.title-tam-nhin img {
	width: auto;
	position: absolute;
	left: 0;
}

.item-tam-nhin:nth-child(3n+2) .title-tam-nhin {
	color: #eb1c23;
}

.item-tam-nhin:nth-child(3n+3) .title-tam-nhin {
	color: #f9bb5a;
}

.item-tam-nhin .desc {
	line-height: 32px;
	font-size: 24px;
	font-style: italic;
	width: 100%;
}

.wrap-ls {
	padding: 40px 0 50px;
}

.item-ls {}

.item-ls .image-ls {
	margin-bottom: 25px;
}

.item-ls .image-ls img {}

.ls-text {
	margin-bottom: 25px;
}

.title-ls {
	color: #e23b41;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
}

.desc-ls {
	font-size: 20px;
	line-height: 32px;
	font-style: italic;
}

.line-tam-nhin {
	width: 100%;
	max-width: 600px;
	height: 1px;
	background-color: #707070;
	margin: 20px auto;
}

.bg-line {
	background-image: url(../images/bg-line.png);
	height: 17px;
	margin-bottom: 25px;
}

.item-ls-sm {
	padding: 5px 1px;
}

.item-ls-sm:first-child .box {
	border-left: 1px solid #707070;
}

.item-ls-sm .box {
	text-align: center;
	/* border-left:1px solid #707070; */
	border-right: 1px solid #707070;
	line-height: 20px;
	padding: 0px 5px;
	font-size: 15px;
	cursor: pointer;
}

.slide-ls-sm {
	padding: 0 20px;
}

.item-ls-sm.slick-current {
	padding: 0;
}

.item-ls-sm.slick-current .box {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
}

.wrap-banner-home-2 {
	background: #f8f8f8
}

.title_danhmuc {
	background: #c31f26;
	padding: 10px 10px;
}

.title_danhmuc h2 {
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.video {
	width: 100%;
}

.video iframe {
	width: 100%;
	height: 262px;
}

.list-attr .attr-item .form-group label {
	font-size: 15px;
}

.sale {
	height: 40px;
	width: 40px;
	border-radius: 100%;
	line-height: 40px;
	color: #fff;
	background-color: #f26222;
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 3;
	text-align: center;
	font-size: 14px;
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
}








.title-1 {
	text-align: left;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
	border-bottom: solid 1px #eee;
	margin-bottom: 20px;
}

.wrap-fill {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.wrap-fill>.form-group {
	width: 180px;
	margin: 0 5px;
	margin-bottom: 10px;
}

.wrap-fill>.form-group select {
	font-size: 14px;
	padding: 6px 6px;
}

.tab-content>.active {
	padding-bottom: 0px;

}

.tab-content>.active h2 {
	font-size: 25px;
}

.tab-content>.active h3 {}

.tab-content>.active h4 {
	font-size: 20px;
}

.tab-content>.active h5 {
	font-size: 18px;
}


.group-title1 {
	width: 100%;
	text-align: center;
	position: relative;
}

.group-title1 .title1:before {
	content: "";
	position: absolute;
	left: 50%;
	top: calc(100% + 0px);
	width: 120px;
	height: 2px;
	background-color: #353a3d;
	transform: translate(-50%, 0);
}

.title-b {
	max-width: 750px;
	text-align: center;
	padding-top: 15px;
	font-size: 15px;
	line-height: 1.3;
	margin: 0 auto;
}

.xoatatca {
	text-align: right;
	width: 100%
}

.item_news td {}

.title-b span {
	width: 100%;
}

.item-camnhan .content .desc i.fa-quote-left {
	margin: 0 10px 18px 0;
	vertical-align: bottom;
}

.item-camnhan .content .desc i {
	font-size: 34px;
	line-height: 30px;
	display: inline-block;
	color: #dddddd
}

.wrap-suutap {
	/*background: url(../images/bg_bosuutap.jpg);*/
	padding: 120px 0;
	overflow: hidden;
	background: #eee;
	position: relative;
}

.wrap-suutap .box-about {
	width: 100%;
	display: flex;
}

.wrap-suutap .box-about .bosuutap {
	padding: 110px 0;
}

.wrap-suutap .box-about .bosuutap h4 {
	font-size: 30px;
}

.wrap-suutap .box-about .bosuutap h2 {
	font-size: 50px;
	font-weight: 600;
}

.wrap-suutap .box-about .bosuutap p {
	font-size: 20px;
}

.wrap-suutap .btn-about {
	border-color: #fff;
	padding: 10px 30px;
	background: #613d00;
	margin-top: 30px;
	border-radius: 30px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}

.bg_slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.bg_slide .image {
	width: 100%;
	display: none
}

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

.bg_slide1 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: none
}

.bg_slide1 .image1 {
	width: 100%;
}

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

.free {
	font-size: 13px;
	text-align: left;
	color: #333;
}

.free img {
	width: 40px;
	padding-right: 5px;
}

.title_sp_detail {
	text-align: left;
	padding-bottom: 0px;
	position: relative;
	margin-bottom: 10px;
	margin-top: 0px;
}

.title_sp_detail1:before {
	content: "";
	width: 120px;
	height: 3px;
	background-color: #f28222;
	position: absolute;
	left: 0;
	top: 100%;
}

.title_sp_detail h1 {
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25em;
	margin-bottom: 5px;
	margin-top: 0px;
	color: #25266c;
}

.title_sp_lienquan {
	background: #0085bf;
	margin-bottom: 15px;
}

.title_sp_lienquan h2 {
	color: #fff;
	padding: 9px 20px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}

.product-relate .product-item {}

.product-relate .product-item .box .image a {}

.list-tag {
	padding: 20px;
}

.list-tag>ul {
	/* margin-top: 20px; */
}

.list-tag>ul>li {
	display: inline-block;
}

.list-tag>ul>li>a {
	position: relative;
	display: block;
	margin: 0 10px 10px 0;
	padding: 0 20px 0 23px;
	line-height: 26px;
	height: 26px;
	background: #ffffff;
	color: #000000;
	text-decoration: none;
	font-size: 14px !important;
	-webkit-transition: all 0.4s;
	-khtml-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
	border: 1px solid #f0f0f0;
	border-radius: 2px;
	font-weight: 500;
}

.list-tag>ul>li>a:hover {
	background-color: #e9242d;
	border-color: #e9242d;
	color: #ffffff;
}

.list-tag>ul>li>a:before {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
	content: '';
	-webkit-transition: all 0.4s;
	-khtml-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.list-trending {}

.list-trending ul {
	display: flex;
	flex-wrap: wrap;
}

.list-trending ul>li {
	font-size: 13px;
	margin-top: 0;
	padding: 10px;
	border-bottom: 1px solid #f0f0f0;
}

.list-trending ul>li>.box {
	display: flex;
	flex-wrap: wrap;
}

.list-trending ul>li>.box .xemthem {
	display: inline-block;
	padding: 5px 15px;
	background-color: #ff0506;
	color: #fff;
	border-radius: 5px;
	margin-top: 5px;
}

.list-trending .box .icon {
	width: 95px;
	overflow: hidden;
	height: 75px;
}

.list-trending .box .icon img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	width: 100%;
}

.list-trending .box .icon:hover img {
	transform: scale(1.1);
}

.list-trending .box .content {
	width: calc(100% - 95px);
	padding-left: 10px;
}

.list-trending .box .content .name {
	font-size: 16px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 5px;
	line-height: 20px;
}

.list-trending .box .content .name a {
	/* color: inherit; */
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 600;
	font-size: 15px;
	line-height: 19px;
}

.list-trending .box .content .name a:hover {}

.list-trending .box .content .desc {
	line-height: 1.42857143;
	color: #333333;
	font-size: 13px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.side-bar2 {
	margin-top: 10px;
	background-color: #eee;
	padding-bottom: 0px;
	width: 100%;
	border-radius: 5px;
	border: solid 1px #ccc;
}

.support1 {
	padding: 0px 0px;
}

.support_in {
	background: #ccc;
	padding: 10px;
	border-bottom: solid 1px #333;
}

.support_in h2 {
	font-size: 17px;
	font-weight: 500;
	color: #333;
	padding: 0;
	margin: 0;
}

.support_in_in {
	font-size: 20px;
	color: #0085bf;
	font-weight: 600;
}

.support_in_in img {
	width: 20px;
	margin-right: 5px;
}

.padding_in {
	padding: 0 15px 0 0;
}

.ss01_about {
	padding: 30px 0;
	background: url(../images/maps_home.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	background: #fff;
}

.ss01_about .item .box img {
	width: 100%;
	margin: 0;
	padding: 0;
}

.box_about {
	text-align: left;
	padding: 5% 10% 5% 10%;
}

.box_about h4 {
	text-transform: none;
	font-size: 20px;
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

.box_about h4::after {
	content: "";
	position: absolute;
	width: 105px;
	height: 0px;
	bottom: 0px;
	left: 0;
	background-color: #000;
}

.box_about h4 span {
	padding-left: 0px;
	font-size: 40px;
	font-weight: 600;
	color: #333;
}

.box_about h4 span strong {
	color: #f99d1b
}

.box_about .desc {
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}

.list_feedback .box {
	padding-bottom: 12px;
	margin: 0 10px;
}

.list_feedback .box .box_content {
	background-color: #f4f5f7;
	padding: 20px;
	font-size: 14px;
	color: #000;
	border-radius: 8px;
	min-height: 120px;
	position: relative;
	text-align: justify;
	margin-bottom: 27px;
}

.list_feedback .box .box_content:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 45px;
	border-top: 16px solid #f4f5f7;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}

.list_feedback .box .box_info {
	display: flex;
	align-items: center;
	padding: 0 18px;
}

.list_feedback .box .avatar {
	padding: 5px;
	width: 80px;
	height: 80px;
	background-color: #fff;
	box-shadow: 0 0 7px 0 #ccc;
	border-radius: 50%;
	position: relative;
}

.list_feedback .box .avatar .image {
	overflow: hidden;
	border-radius: 50%;
}

.list_feedback .box .avatar .image img {
	width: 100%;
	height: 100%;
}

.list_feedback .box .avatar i {
	height: 38px;
	width: 38px;
	background-color: #e8151b;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 38px;
	font-size: 18px;
	position: absolute;
	bottom: -9px;
	right: 47%;
}

.list_feedback .box .box_info .box_author {
	width: calc(100% - 80px);
	padding-left: 13px;
}

.ss02_product {
	padding: 40px 0;
	background: url(../images/bg_product.png);
}

.ss03_product {
	padding: 20px 0 0px 0;
	background: rgb(243, 244, 247);
}

.ss03_product:nth-child(2) {
	background: #fff;
}

.ss03_product .product-item .box .content {
	margin-left: 0;
}

.product-grid__prices {
	margin-bottom: 5px;
}

.container-fluid {
	padding: 0 45px;
}

.ss04_tintuc {
	padding: 50px 0 10px 0;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	background: #fff;
	display: none;
}

.ss04_tintuc .news_home {
	width: 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.ss05_duan {
	padding: 40px 0;
	background: url(../images/bg_product.png);
	background: #eee;
}

.duan_tb {}

.duan_tb .image {
	position: relative;
}

.duan_tb .image img {
	object-fit: cover;
	width: 100%;
	height: 260px;
	border-radius: 5px;
}

.duan_tb h3 {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	position: absolute;
	background: #fff;
	bottom: 0;
	margin: 0;
	height: 80px;
	line-height: 80px;
	/* padding-right: 82px; */
}

.duan_tb h3 span {
	background: #f00;
	height: 80px;
	line-height: 80px;
	padding: 0 30px;
	position: absolute;
}

.duan_tb h3 a {
	padding: 0 20px 0 20px;
	display: inline-block;
	width: 250px;
}

.ss05_duan .col-product-item {
	margin-bottom: 0px;
	height: auto;
	padding: 0 15px;
}

.ss05_duan a.btn.btn-readmore {
	margin-top: 5px;
}

.block-product .col-product-item {}

.box_tuvan {
	margin: auto;
	width: 200px;
	background: #f28222;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	padding: 5px 0;
	font-size: 17px;
	text-transform: uppercase;
}

.product .title {
	padding: 0 0px;
	margin-bottom: 10px;
}

.product h2 {
	background-color: #25266c;
	font-size: 14px;
	display: inline-block;
	padding: 12px 16px;
	width: 230px;
	position: relative;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	border-radius: 0px 10px 10px 0px;
}

.product h2 img {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	width: 48px;
	height: 25px;
}

.product h2:before {
	content: '';
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-left-color: #25266c;
	position: absolute;
	left: 98%;
	top: 2px;
}

.list-attr1 {
	width: 49%;
	float: left;
	margin-top: 15px;
}

.banner-home {
	background: #fff;
	padding: 0px 0 10px 0;
}

.product-image-in {
	text-align: center;
	width: 100%;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.product-image-in h2 {
	position: absolute;
	top: 50%;
	color: #fff;
	text-align: center;
	justify-content: center;
	font-size: 18px;
	left: 50%;
	font-weight: 600;
	text-transform: uppercase;
	z-index: 2;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 166px;
}

.product-image-in h2 a {
	color: #fff;
	border: 1px solid #fff;
	display: block;
	line-height: 44px;
	border-radius: 5px;
}

.product-image-in:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1;
}

.product-image-in h2 a:hover {
	background-color: #fff;
	color: #000;
}

.product-image-in .images_menu {
	width: 100%;
}

.product-image-in .images_menu img {
	width: 100%;
	border-radius: 5px;
	height: 290px;
	object-fit: cover;
}

.product-image-in .desc_sanpham {
	font-size: 16px;
	line-height: 22px;
	padding: 5px 15px 15px 15px;
}

.btn_timhieuthem {
	font-size: 14px;
	text-transform: uppercase;
	color: #f26222;
	font-weight: 600;
}

.btn_timhieuthem:hover {
	color: #000;
}

.menu_home {
	width: 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 30px;
}

.menu_home:nth-child(2) {
	width: 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.menu_home:nth-child(3) {
	width: 65%;
	flex: 0 0 65%;
	max-width: 65%;
}

.menu_home:nth-child(4) {
	width: 35%;
	flex: 0 0 35%;
	max-width: 35%;
}

.single_variation_wrap button {
	width: 100%;
	background: #fbb03b;
	padding: 5px 20px;
	border: none;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border-radius: 5px;
}

.single_variation_wrap button span {
	font-size: 14px;
	font-weight: 300;
}

.md-brand {
	background: #ffffff;
	padding-top: 1px;
	padding: 35px 0;
}

.brand-cas,
.partners {
	padding: 0 15px;
}

.brand img,
.service .icon img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.brand .service_name .item:first-child {
	text-transform: uppercase;
	font-size: 18px;
}

.brand .service_name .item {
	font-size: 16px;
}

.support {
	width: 100%;
	padding: 25px 0;
	background-position: 50% 15.8558px;
	background-attachment: fixed;
	background-size: cover;
	background: #101010
}

.support .item {
	width: 25%;
	padding: 0 15px;
}

.support .item .box_item {
	display: flex;
	position: relative;
	padding: 10px 0 0;
	padding-left: 0px;
	flex-wrap: wrap;
	justify-content: center;
}

.support .item .box_item .icon {}

.support .item .box_item .icon img {
	width: 120px;
}

.support .item .box_item .info {
	width: 100%;
	text-align: center;
	margin-top: 22px;
}

.support .item .box_item .info .title {
	color: #9f7a49;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 700;
	line-height: normal;
	/* height: 25px; */
}

.support .item .box_item .info .desc {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
}

.support .item .box_item .form-control {
	background-color: transparent;
	box-shadow: unset;
	border: 1px solid #fff;
	height: 34px;
	width: 150px;
	color: #fff;
}

.padding_slide {
	padding-left: 0;
}

.slide_sub_home {
	margin-bottom: 15px;
	height: calc((100% - 15px)/2);
}

.slide_sub_home:last-child {
	margin-bottom: 0;
}

.slide_sub_home img {
	object-fit: cover;
	width: 100%;
	/* height: 215px; */
	height: 100%;
}

.countdown1 {
	height: auto;
	text-align: center;
	border-radius: 5px;
	margin: auto;
	padding: 5px;
	overflow: hidden;
	justify-content: center;
}

.countdown1 .tiles1 {
	position: relative;
	z-index: 1;
	display: flex;
	/* width: 100%; */
}

.countdown1 .tiles1 .item1 {
	width: 25%;
	display: inline-block;
	float: left;
	background: #fbb03b;
	margin: 0px 2px;
	border-radius: 5px;
}

.countdown1 .tiles1 span {
	width: 35px;
	max-width: 35px;
	height: 35px;
	font-weight: 500;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background-color: #fbb03b;
	border-radius: 3px;
	margin: 0px 7px;
	padding: 3px 3px;
	display: inline-block;
	position: relative;
}

.countdown1 .tiles1 span:first-child {
	/* margin-left: 15px; */
}

.countdown1 .tiles1 span:last-child {
	margin-right: 0;
}

.countdown1 .labels1 {
	width: 50px;
	height: 22px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	/* background: #333; */
	font-weight: 500;
	margin-top: 3px;
	font-size: 12px;
}

.countdown1 .labels1 li {
	width: 102px;
	font-weight: bold;
	font-size: 15px;
	color: #d2ae7e;
	text-shadow: 1px 1px 0px #000;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}

.group_title {
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}

.group_title:before {
	content: "";
	width: 100%;
	height: 2px;
	background: #ccc;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: -24px;
}

.group_title .title-underline {
	position: relative;
	margin-bottom: 0px;
	background: #fff;
	display: inline-block;
	color: #000;
	padding: 7px 15px 10px 0;
	font-size: 28px;
	text-align: left;
	float: left;
	text-transform: uppercase;
	margin: 0;
	font-weight: 600;
}

.group_title .xemthem_home {
	float: right;
	background: #ffff;
	padding: 10px 0 10px 15px;
	position: relative;
}

.group_title .xemthem_home a {
	color: #fbb03b
}

.images_danhmuc {
	margin-bottom: 15px;
}

.images_danhmuc img {
	border-radius: 5px;
}


/* box video home */

.posts-cas,
.posts-cas-video {
	padding: 0 52px;
}

.post-cate {
	/* padding-bottom: 15px; */
	position: relative;
	margin: 0 10px;
}

.post-cate .mfw-absolute-full {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	font-size: 50px;
	color: white;
	height: calc(100% - 32px);
}

.post-cate .mfw-absolute-full i {
	font-size: 65px;
	opacity: 0.7;
}

.post-cate .title {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	color: #2c2c2c;
	position: relative;
}

.post-cate .title:after,
.pro .title:after {
	content: "";
	width: 150px;
	height: 24px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.post-cate .title a {
	color: #282828;
	font-size: 16px;
}

i.cas-arrow.fas.fa-chevron-circle-left.slick-arrow {
	left: 10px;
}

i.cas-arrow.fas.fa-chevron-circle-right.slick-arrow {
	right: 30px;
}

.post-cate .title-video {
	left: 0;
	right: 0;
	line-height: 21px;
	text-align: center;
	font-size: 16px;
	display: -webkit-box;
	overflow: hidden;
	height: 46px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 0;
	margin: 5px 0 0 0;
}

.post-cate .title-video:after {
	display: none;
}

.post-cate .title-video a {
	color: #fff;
	font-size: 13px;
	padding: 0;
}

.post-cate .title:hover a {
	color: #ff0;
}

.post-cate .desc {
	font-size: 15px;
	height: 61px;
	overflow: hidden;
	line-height: 20px;
}

.post-cate .c-img a>img {
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	object-fit: cover;
}

.md-button-show-more a {
	font-size: 18px;
	border-radius: 35px;
	padding: 10px 30px;
}

.md-news-host .post-cate .c-img a>img {
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.post-cate .c-img .title {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 34px;
	line-height: 1.16667;
	font-weight: 500;
	font-family: Montserrat;
}

.post-cate .c-img .title strong {
	display: block;
}

.post-cate .c-img:hover img {
	object-fit: cover;
	height: 350px;
	opacity: 1;
	transform: scale(1.1);
}


/* end box video */

.wrap-price {
	display: inline-block;
	width: 100%;
	background: #fff;
	/* float: left; */
	/* padding-top: 10px; */
	/* margin-right: 20px; */
}

.select_size {
	display: inline-block;
	margin-right: 20px;
}

.select_size .group-control {
	display: inline-block;
	margin-left: 5px;
}

.select_size .group-control label {
	border: solid 1px #01524c;
	padding: 2px 15px;
	cursor: pointer;
}

.select_size .group-control input[type="radio"] {
	display: none;
}

.select_size input[type="radio"] {
	display: none;
}

.select_size label {
	border: solid 1px #01524c;
	padding: 2px 15px;
	cursor: pointer;
	margin-bottom: 0;
}

.select_size .group-control input:checked+label {
	background: #01524c;
	color: #fff;
	padding: 2px 15px;
}

.select_size input:checked+label {
	background: #01524c;
	color: #fff;
	padding: 2px 15px;
}

.section_news {
	width: 100%;
	padding: 0px 0;
	/* background: #fbfaf8; */
}

.col-mtc-new-hot {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.col-mtc-new-hot-left {
	width: 33.33%;
	float: left;
	padding: 0 10px;
}

.col-mtc-new-hot-right {
	width: 66.66%;
	padding: 0 10px;
	float: right;
}

.col-mtc-new-hot .col-mtc-new-hot-left .box-img {
	width: 100%;
	position: relative;
}

.col-mtc-new-hot .col-mtc-new-hot-left .img-cover {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 9.82%, #020202 100%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50%;
	z-index: 1;
	transition: 0.3s;
}

.col-mtc-new-hot .col-mtc-new-hot-left .box-img:hover .img-cover {
	background: #F4AA30;
	opacity: 0.7;
	height: 100%;
}

.col-mtc-new-hot .col-mtc-new-hot-left .box-img img {
	height: 200px;
	width: 100%;
	object-fit: cover;
}

.col-mtc-new-hot-left .box-info .desc_home_in {
	line-height: 20px;
	height: 58px;
	color: #333333;
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
	text-align: justify;
	margin-top: 5px;
}

.col-mtc-new-hot-left .box-info h2 {
	line-height: 20px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 600;
}

.col-mtc-new-hot-left .box-info h2 a:hover {
	color: #17a349;
}

.col-mtc-new-hot-left .box-info {
	padding: 5px 0px;
}

.col-mtc-new-hot-left .box-info .cate_news {
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

.col-mtc-new-hot-left .box-info .cate_news a {
	color: #333;
}

.col-mtc-new-hot-left .box-info h3 {
	font-weight: 600;
	font-size: 15px;
	line-height: 126.69%;
	color: inherit;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: justify;
}

.col-mtc-new-hot-left .box-info h3 a {
	color: #44705b;
}

.col-mtc-new-hot-right .list {}

.col-mtc-new-hot-right .list .list-item {
	padding: 5px 0px;
}

.col-mtc-new-hot-right .list .list-item:first-child {
	padding-top: 0px;
}

.col-mtc-new-hot-right .list .list-content-img {
	width: 115px;
	margin-right: 10px;
	padding: 0px;
	margin-bottom: 0px;
	height: 88px;
	position: relative;
	flex: 0 0 auto;
	float: left;
}

.col-mtc-new-hot-right .list-content .list-content-img img {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	margin: auto;
	height: 100%;
	object-fit: cover;
}

.col-mtc-new-hot-right .list .list-content-body {}

.col-mtc-new-hot-right .list .list-content-body .desc {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: justify;
}

.col-mtc-new-hot-right .list .list-content-body .list-content-title {
	clear: none;
	padding: 0px;
}

.list_news2 {
	margin: 0px;
}

.list_news2 .item {
	margin-bottom: 20px;
}

.list_news2 .box {
	display: flex;
	flex-wrap: wrap;
}

.list_news2 .box .image {
	padding: 0px;
	width: 100%;
}

.list_news2 .box .image img {
	object-fit: cover;
	width: 100%;
	max-height: 100%;
	height: 210px;
}

.list_news2 .box .info {
	width: 100%;
	padding: 10px 0px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.list_news2 .box .cate_news {
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	color: #F4AA30;
	margin-bottom: 0px;
}

.list_news2 .box .cate_news a {
	color: #1665b2;
}

.list_news2 .box .cate_news a:hover {
	color: #0b8de2;
}

.list_news2 .box .post_title {
	font-weight: 600;
	font-size: 17px;
	line-height: 22px;
	text-align: left;
	width: 100%;
	color: #333;
	/* letter-spacing: 0.03em; */
	margin-bottom: 5px;
	margin-top: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list_news2 .box .post_title a {
	color: #333
}

.list_news2 .box .post_title a:hover {
	color: #01524c;
}

.list_news2 .box .date {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.16em;
	text-transform: none;
	color: #01524c;
	padding-right: 0;
	width: 100%;
}

.list_news2 .box .info .desc_home_in {
	line-height: 22px;
	height: 66px;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
	text-align: justify;
}

.about-us-right {
	display: flex;
	align-items: left;
	justify-content: left;
	flex-wrap: wrap;
	margin-top: 80px;
}

.about-us-right-item {
	width: 50%;
}

.about-us-right-item .about-us-img {
	width: 60px;
	margin-right: 10px;
}

.about-us-right-item .about-us-img img {
	width: auto;
	margin-top: 20px;
}

.about-us-right-item .text {
	text-align: left;
	float: left;
	width: 100%;
}

.about-us-right-item .text .number {
	font-size: 40px;
	color: #f99d1b;
	font-weight: 600;
}

.about-us-right-item .text p {
	font-size: 16px;
}

.about-us-right-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.wrap-project {
	display: flex;
	justify-content: space-between;
}

.fastcontact {
	margin-top: 10px;
}

#side-bar .product_sharing {
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
}

#side-bar .product_sharing .fastcontact {
	margin-top: 0;
	padding: 5px 0;
}

.wapper-box-sale img {
	border-radius: 10px;
}

.product-grid__hint>* {
	display: inline-block;
	border: 1px solid #2f5acf;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 4px 14px;
	margin-top: 10px;
	font-size: 13px;
}

.text--primary {
	color: #2f5acf;
}

.bk-btn {
	background: none;
}

.title-h {
	border-bottom: 2px #25266c solid;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	margin-top: 10px;
	padding-right: 0;
	flex-wrap: nowrap;
	white-space: nowrap;
	position: relative;
	margin-bottom: 15px;
}

.title-h span {
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	margin-right: 0;
	border: 0;
	background: url(../images/heading.png)repeat-x;
	position: relative;
	display: inline-block;
	line-height: 40px;
	padding: 0 20px;
	font-weight: 600;
	text-transform: uppercase;
	background: #25266c;
}

.title-h span:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-bottom: 30px solid transparent;
	border-top: 40px solid transparent;
	border-left: 30px solid #00923f;
	display: none;
}

.title-h span:before {
	content: '';
	top: 0;
	right: 100%;
	width: 0;
	height: 0;
	border-bottom: 0px solid transparent;
	border-top: 40px solid transparent;
	border-right: 30px solid #00923f;
	display: none;
}

.content_tuvan {
	text-align: left;
}

.content_tuvan ul li {
	list-style: disc !important;
	margin-left: 20px;
}

.content_tuvan ul li a {
	line-height: 26px;
	color: #333;
	font-weight: 600;
}

.list-news2 {
	position: relative;
	max-height: 355px;
	overflow-y: scroll;
}

.list-news2::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.list-news2::-webkit-scrollbar-thumb {
	background-color: #333;
}

.list-news2 .list-news2-item {
	float: left;
	width: 100%;
	padding: 0;
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
}

.list-news2 .list-news2-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.list-news2 .list-news2-item .image {
	position: relative;
	width: 150px;
	margin-right: 10px;
	overflow: hidden;
}

.list-news2 .list-news2-item .image img {
	object-fit: cover;
	height: 100px;
	width: 100%;
	transition: 0.5s;
}

.list-news2 .list-news2-item .image:hover img {
	transform: scale(1.1);
}

.list-news2 .list-news2-item .info {
	width: calc(100% - 110px);
}

.list-news2 .list-news2-item h3 {
	margin-bottom: 7px;
	margin-top: 1px;
	width: 100%;
	color: #333;
	font-weight: 600;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.list-news2 .list-news2-item h3 a {}

.list-news2 .list-news2-item .info .desc_in {
	line-height: 1.2;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 15px;
	font-weight: 300;
	color: #333;
	text-align: justify;
}

.list-news2 .list-news2-item h3 a:hover {
	color: #bd140c
}

.custom-html-widget iframe {
	width: 100%;
	height: 220px;
}

.product-item .product-prices {
	justify-content: center;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

/* Them-about */
.online-contact-big {
	background-color: #fdf2e7;

}

.title_dichvu3 {
	width: 100%;
	margin: 0px 0px 0px 0px;

	background: red;
	height: 30px;
}

.title_right {
	line-height: 30px !important;
}

.online-contact {
	margin-bottom: 20px;
	margin-left: 10px;
}

.name-suport {
	color: #333;
	text-align: left;
	padding-left: 0px;
	line-height: 17px;
	padding-top: 7px;
	float: left;
	font-weight: bold;
	font-size: 16px;
}

.suport_tt {
	display: flex;
	justify-content: space-between;
}

.icon-suport {
	display: flex;
	margin-top: 5px;
}

.skype-suport {
	height: 35px;
	width: 35px;

}

.zalo-suport {
	width: 25px;
	margin-right: 10px;
}

.zalo-suport img {
	width: 100%;
}

.suport-hotline p {
	font-size: 15px;
	color: #434242;
	font-weight: normal;
	line-height: 18px;
}

.suport-hotline p span {
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
}








.abouts {
	padding-top: 10px;
	background: #fff;
	padding-bottom: 15px;
}

.abouts .title-home {
	font-size: 21px;
	text-transform: uppercase;
	color: #0f75bc;
	font-weight: 700;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.abouts .title-home a {
	color: #25266c;
}

.abouts .line {
	width: 100px;
	height: 2px;
	background-color: #f26222;
}

.abouts .content-wc {
	margin-top: 15px;
	line-height: 25px;
	text-align: justify;
	color: #000;
}

.abouts .link-viewmore {
	display: inline-block;
	background-color: #25266c;
	color: #fff;
	padding: 8px 25px;
	-webkit-border-radius: 6px;
	border-radius: 25px;
	margin-top: 15px;
}

.why {
	background: #fff;
	padding-bottom: 30px;
	padding-top: 10px;
}

.item-w {
	padding-bottom: 20px;
	padding-top: 20px;
	padding: 20px 0 20px 10px;
	-webkit-border-radius: 3px;
	border-radius: 6px;
	padding-right: 0;
	display: block;
	border: solid 1px #f26222;
	height: 120px;
	margin-bottom: 20px;
}

.item-w .icon-w {
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 49px;
	height: 50px;
	margin-right: 9px;
	float: left;
}

.item-w .title-w {
	font-size: 17px;
	font-weight: normal;
	color: #656565;
	margin: 0;
	line-height: normal;
}

.item-w .title-w a {
	color: #333;
	font-weight: 700;
}

.item-w .intro-w {
	font-size: 13px;
	line-height: 18px;
	padding-top: 6px;
	color: #333;
}

.ss04_image {
	padding: 30px 0 30px 0;
	background: rgb(243, 244, 247);
	margin-bottom: 0px;
}

.ss04_image .gallery-col {
	padding: 2px !important;
}

.col-inner {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.ss04_image .box {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.has-format,
.video-fit,
.image-cover {
	position: relative;
	height: auto;
	overflow: hidden;
	padding-top: 75%;
	background-position: 50% 50%;
	background-size: cover;
}

.video-fit video,
.video-fit iframe,
img.back-image,
.image-cover img,
.has-format img,
.has-equal-box-heights .box-image img {
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	top: 0;
	position: absolute;
	object-position: 50% 50%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.box-image img {
	max-width: 100%;
	width: 100%;
	transform: translateZ(0);
	margin: 0 auto;
}

.has-hover .bg,
.has-hover [class*="image-"] img {
	transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}


.section {
	padding: 30px 0;
	position: relative;
	min-height: auto;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-align: center;
	align-items: center;
}

.relative {
	position: relative !important;
}

.section-content {
	z-index: 1;
}

.section-bg,
.section-content {
	width: 100%;
}

.section-title {
	position: relative;
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.section-title-center span {
	margin: 0 15px;
	color: rgb(46, 148, 43) !important;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 28px !important;
	font-weight: bold;
}

.section-content .row {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.accordion-item {
	border-radius: 5px;
	box-shadow: 2px 2px 20px #00000014;
	margin-bottom: 15px;
	border-top: 1px solid #e6e6e6;
}

.accordion-item a {
	font-size: 15px;
}

a.plain {
	color: currentColor;
	transition: color .3s, opacity .3s, transform .3s;
}

.accordion-title {
	font-size: 110%;
	padding: 0.6em 2.3em;
	display: block;
	position: relative;
	border-top: 1px solid #ddd;
	transition: border 200ms ease-out, background-color .3s;
}

.accordion-inner {
	padding: 20px !important;
}

.accordion-inner p {
	display: block;
	font-size: 15px;
	color: #444444;
	margin-bottom: 10px;
}

.accordion-item a:hover {
	color: #8bc34a;
}

.accordion-title.active {
	background: #2ba24c;
	color: white;
	font-weight: normal;
}

.ss04_product_top {
	padding: 30px 0 30px 0;
	background: #25266c;
	margin-bottom: 0px;
}

.ss04_product_top .group-title .title {
	color: #25266c;
}

.box_sp_dm {
	background: #fff;
	border-radius: 20px;
	padding: 30px 20px 20px 20px;
}

.ss04_product_top .product-item2 .box {
	border: solid 1px #eee;
	margin: 20px 0;
	border-radius: 5px;
}

.ss04_product_top .product-item .box .content h3 a {
	text-align: center;
	text-transform: uppercase;
	color: #25266c;
	font-weight: 700;
	font-size: 16px;
}

.video-container img {
	border-radius: 5px;
}

.box_sp {
	box-shadow: 2px 2px 20px #00000017;
	border-radius: 10px;
	background: #fff;
	margin: 20px 10px;
	padding-bottom: 10px;
}

.padding_none {
	padding: 0
}

.images_sp {
	position: relative;
}

.images_sp .km {
	height: 40px;
	width: 40px;
	border-radius: 100%;
	line-height: 40px;
	color: #fff;
	background-color: #f26222;
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 3;
	text-align: center;
	font-size: 14px;
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
}

.thuong-hieu-section {
	background: #fff;
}

.product_item {
	padding: 10px;
	margin: 20px 0;
	border: solid 1px #eee;
	border-radius: 5px;
	text-align: center;
}

.product_item .image {
	width: 100%
}

.product_item .image img {
	width: 100%;
	object-fit: contain;
	height: auto;
}

.product_item .content h3 {
	text-transform: uppercase;
	font-weight: 700;
	padding: 0;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0px;
	letter-spacing: 0;
	color: #25266c;
}

.box_content_detail {
	background: #fff;
	padding: 20px;
	margin-top: 20px;
	border-radius: 5px;
}

.box_content_detail h2 {
	text-align: center;
	font-weight: 600;
	font-size: 22px;
	color: #25266c;
	position: relative;
	margin-bottom: 20px;
}

.box_content_detail h2::after {
	position: absolute;
	bottom: -8px;
	left: 43%;
	width: 14%;
	text-align: center;
	margin: auto;
	height: 3px;
	background-color: #f26222;
	content: "";
}

.box_content_detail .tab-text {
	font-size: 15px;
	text-align: justify;
	line-height: 26px;
	font-weight: 300;
}

/*home*/
/*sidebar-left*/
.showmenu {
	display: block !important;
}

.sidebar {
	width: 100%;
	margin-bottom: 5px;
}

.title_dichvu i,
.title_dichvu2 i {
	display: none;
}

.title_dichvu {
	width: 100%;
	margin: 0px 0px 0px 0px;
	float: left;
	background: #db1061;
	height: 30px;
	display: flex;
	justify-content: space-between;
}

.title_dichvu i,
.title_dichvu2 i {
	margin-right: 10px;
	margin-top: 4px;
	color: white;
}

.title_dichvu i svg,
.title_dichvu2 i svg {
	font-weight: bold;
}

.title_dichvu2 {
	width: 100%;
	margin: 0px 0px 0px 0px;
	float: left;
	background: #ea4323;
	height: 30px;
	display: flex;
	justify-content: space-between;
}

.title_left {
	color: #fff;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 12px;
}

div#wraper {
	width: 500px;
	float: left;
	line-height: 2em;
	font-family: helvetica, arial, tahoma;
	font-size: 12px;
}

div#mainNav {
	width: 100%;
	float: left;
}

div#mainNav ul {
	list-style: none;
	border: 0px solid #E5E6E6;
}

div#mainNav ul li {
	position: relative;
	border-bottom: 1px dashed #d3a578;
	text-align: left;
	line-height: 16px;
	padding: 10px 5px;
	background-color: #fdf2e7;
}

div#mainNav ul li i {
	color: #db1061;
	font-size: 12px;
}

#cl_dichvu2 #mainNav ul li i {
	color: red !important;
	font-size: 12px;
}

div#mainNav ul li a {
	color: #000;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	padding: 6px 0;
}

.all-tour {
	height: 100%;
	background: white;
}

.diadiem-noibat h2 {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 20px;
	text-align: left;
	color: #333;
	padding-top: 0;
	font-weight: bold;
	margin-bottom: 0;
	margin-left: 0;
}

.name-sp {
	/* height: 50px; */
}

.name-sp h2 {
	font-size: 16px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-height: 1.2;
}

.name-sp h2 a {}

.name-sp h2 a:hover {
	color: #0b8de2;
}

.red {
	font-size: 14px;
	color: #e20202;
	font-weight: bold;
}

.bynow {
	width: auto;
	float: left;
	background: #e66e00;
	height: 23px;
	border-radius: 5px;
	margin-top: 8px;
}

.bynow p a {
	color: #fff;
	display: block;
	background: #f18d13;
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

.bynow p a:hover {
	color: #fff;
	display: block;
	background: #69a023;
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
	height: 23px;
}

.quang-cao {
	margin: 15px 0px 15px 0px;
}

.quang-cao a p img {
	width: 100% !important;
}

.title_khoihanh {
	background: #d40461;

	text-align: left;
	border-bottom: solid 6px #ffa800;
	width: 100%;
	height: 36px;

}

.text-khoihanh {
	margin-left: 10px;
	float: left;
}

.text-khoihanh a {
	font-size: 15px;
	color: #fff;
	line-height: 33px;
	text-transform: uppercase;
	font-weight: bold;
}

.text-khoihanh a:hover {
	color: #FFFF00;
}


.xemthem_x {
	position: relative;
	float: right;
	background-image: url(../images/bg_xemthem.png);
	line-height: 30px;
	width: 118px;
	margin-right: 20px;
	text-align: center;
	font-weight: normal;
}

.xemthem_x a:hover {
	color: #FF0000;
}

.ico_more_home {
	background: url(../images/ico_view.gif) left no-repeat;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	clear: both;
}

.ico_more_home h3 {
	display: flex;
	align-items: center;
	margin: 0;
}

.li_kh {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
}

.left {
	float: left;
}

.price_kh {
	font-size: 12px;
	font-weight: bold;
	color: #eb0202;
	float: right;
	margin-top: -4px;
	font-style: italic;
}

.space_10 {
	background: url(../images/space.gif);
	height: 1px;
	background-repeat: repeat-x;
	background-position: center;
	padding-bottom: 0px;
	padding-top: 5px;
	clear: both;
	width: 100%;
}

.ico_more_home h3 a {
	color: #034086;
	font-weight: 600;
	font-size: 14px;
}

.ico_more_home h3 a:hover {
	color: #CC0066;
}

.title_du-lich {
	background: #4d9b00;
	float: left;
	text-align: left;
	border-bottom: solid 6px #ffa800;
	width: 100%;
	height: 36px;

}

.text-du-lich {
	margin-left: 10px;
	float: left;
}

.text-du-lich a {
	font-size: 15px;
	color: #fff;
	line-height: 33px;
	text-transform: uppercase;
	font-weight: bold;
}

.text-du-lich a:hover {
	color: #FFFF00;
}

.xemthem_y {
	position: relative;
	float: right;
	background-image: url(../images/bg_xemthem.png);
	line-height: 30px;
	width: 118px;
	margin-right: 20px;
	text-align: center;
	font-weight: normal;
}

.xemthem_y a:hover {
	color: #FF0000;
}

.tour_home {
	width: 100%;
	display: flex;
	padding: 5px 0px;
}

.img_tour_home {
	height: 94px;
	flex: 1;
	float: left;
	border: 1px solid #d2d2d2;
}

a.more_link {
	color: #df0803;
	text-align: left;
	line-height: 24px;
	font-size: 11px;
	font-weight: normal;
}

.about_tour_home {
	flex: 2;
	float: left;
	text-align: left;
	margin-left: 10px;
	margin-top: -20px;
}

.about_tour_home one h3 a {
	color: #034086;
	font-weight: bold;
	line-height: 18px;
	font-size: 13px;
}

.about_tour_home p .khoi_hanh {
	color: #004376;
	font-style: italic;
}

.khoi_hanh {
	font-size: 12px;
	color: #414141;
	font-weight: normal;
}

.bynow {
	width: auto;
	float: left;
	background: #e66e00;
	height: 23px;
	border-radius: 5px;
	margin-top: 8px;
}

.about_tour_home h3 {
	line-height: 22px;
}

.about_tour_home h3 a {
	color: #034086;
	font-weight: bold;
	line-height: 18px;
	font-size: 13px;
}

.about_tour_home h3 {
	margin-block-end: 0px;
}

.about_tour_home p {
	font-size: 13px;
}

.about_tour_home p a {
	line-height: 21px;
}


.title_amthuc {
	background: #016cc7;
	float: left;
	text-align: left;
	border-bottom: solid 6px #ffa800;
	width: 100%;
	height: 36px;

}

.text-amthuc {
	margin-left: 10px;
	float: left;
}

.text-amthuc a {
	font-size: 15px;
	color: #fff;
	line-height: 33px;
	text-transform: uppercase;
	font-weight: bold;
}

.text-amthuc a:hover {
	color: #FFFF00;
}

.xemthem_z {
	position: relative;
	float: right;
	background-image: url(../images/bg_xemthem.png);
	line-height: 30px;
	width: 118px;
	margin-right: 20px;
	text-align: center;
	font-weight: normal;
}

.xemthem_z a:hover {
	color: #FF0000;
}

.list-amthuc li i {
	font-size: 10px;
	color: #d51e3e;
}

.list-amthuc li a:hover {
	color: #d51e3e;
}

.list-amthuc li a {
	font-size: 13px;
	color: #134aa1;
	font-weight: normal;
}

.list-amthuc li {
	border-top: 1px dashed #dbd4d7;
	padding: 5px 0px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.list-footer {
	margin-left: 60px;
}





/* Sua footer */
.title-footer h2 {
	color: white;
	font-size: 16px;
	font-weight: 500;
}

.fin-ct {
	margin-top: 20px;
}

.fin-ct li {
	position: relative;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	color: #ffffff;
	margin-top: 3px;
	font-size: 15px;
}

.title-footer ul {
	/* padding: 15px 0; */
}

.information-footer .information-dtft {
	color: white;
	font-size: 12px;
	margin-bottom: 4px;
	font-weight: 100;
}

.information-footer .information-dtft strong {
	margin-right: 5px;
	font-weight: 600;
}

.title-footer:before {
	content: "" !important;
	width: 0px !important;
	height: 0px !important;
	background-color: #fff !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
}

.title-footer {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	position: relative;
	font-size: 15px;
	font-weight: 600;
}

.icon-information-ft {
	/* background-color: #000;
    height: 400px;
    width: 400px; */
}

.icon-information-ft {
	display: flex;
	float: right;

}

.img-ifo-ft {
	height: 30px;
	width: 30px;
	margin: 0px 3px;

}

.img-ifo-ft img {
	border-radius: 50%;
	width: 100%;
}

.footer-top {
	padding: 20px 0px;
	background-color: #dddddd;
	border-top: #b8b8b8 solid 5px;
}

.list-footer {
	margin-bottom: 10px;
	margin-left: 5px !important;
}

.list-footer li a h2 {
	color: #000;
	text-align: left;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.list-footer li i {
	font-size: 9px;
	color: #d51e3e;
}

.list-footer li a {
	color: #484848;
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	text-decoration: none;
}

.title-ks {
	padding: 9px 0;
	background: rgb(241, 241, 241);
	margin-bottom: 20px;
}

.title-ks h3 {
	text-align: center;
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
	color: #086fb8;
	letter-spacing: .01em;
	position: relative;
	margin: 0;
}

.img-item-ks {
	margin-bottom: 20px;
	position: relative;
}

.img-item-ks img {
	filter: brightness(0.6);

}

.img-item-ks .if-img-ks {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	width: 100%;
}

.if-img-ks h3 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
}

.if-img-ks h3::before {
	content: '';
	width: 45%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: -8px;
	transform: translateX(-50%);
}

.img-dddl {
	margin-left: -3px;
	margin-right: -3px;
}

.img-dddl .item-dddl {
	padding: 0 3px;
	margin-bottom: 6px;
}

.ss-dddl {
	padding: 20px 0;
}

.div-1 {
	/* padding: 25px 0 10px; */
	margin-bottom: 15px;
}

.wapper-right {
	padding: 25px 0 10px;
	position: sticky;
	top: 0;
}

.titlw-right {
	background: #086fb8;
	padding: 5px 15px;
}

.titlw-right h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	color: #fff;
}

.list-dm {}

.img-demo {
	margin-top: 15px;
	border-top-right-radius: 5px;
	overflow: hidden;
	border-top-left-radius: 5px;
}

.item-img-right {
	margin-bottom: 5px;
}

.content-right .list-dm li {
	font-size: 14px;
	padding: 5px 5px;
	border-bottom: 1px dashed #fff;
	font-weight: 400;
	background: rgb(215, 238, 246);
}

.list-dm .fas.fa-angle-double-right {
	color: rgb(135, 202, 240);
	font-size: 10px;
	margin-right: 3px;
}

.form-tv-foter {
	background: rgb(218, 218, 218);
	padding: 25px 0 20px;
	position: relative;
}

.form-tv-foter::before {
	top: -6px;
	background-position: top;
	z-index: 8;
	content: "";
	display: block;
	width: 100%;
	height: 14px;
	position: absolute;
	left: 0;
	background: url(https://bevivu.com/theme/border-wave.svg) top left repeat-x;
}

.titlel-form h3 {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 600;
	color: #c00;
}

.titlel-form p {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	margin-top: 0;
}

.item-input {
	margin-bottom: 10px;
}

.item-input span {
	display: block;
	text-align: left;
	color: #000;
	padding: 10px 0px;
	font-size: 15px;
	font-weight: 500;
	padding-bottom: 5px;
}

.item-input>input {
	box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
	border: none;
	height: 34px;
	padding: 0 15px;
	background: #fff;
	font-size: 14px;
	width: 100%;
	border-radius: 3px;
}

.row-form {
	padding: 10px 0;
}

.titlel-form {
	padding: 15px 0 0px;
}

.item-input textarea {
	width: 100%;
	border: none;
	padding: 10px 15px;
	border-radius: 3px;
}

.col-form-right {

	text-align: left;
}

.gyc {
	border: none;
	background: #c00;
	color: #fff;
	padding: 5px 20px;
	font-size: 18px;
	font-weight: 300;
	border-radius: 5px;

}


.wave {
	height: 50px;
	position: relative;
	background: linear-gradient(90deg, #27b6b9 0%, #0f4061 100%);
}

/* Wave text css */
.wave {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	padding-top: 25px;
	padding-bottom: 25px;

}

/* */


.wrap-partner .group-title {
	position: relative;
	margin-top: 0px;
}

.wrap-partner .group-title::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #c00;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.item-img-right a {
	display: block;
	position: relative;
}

.item-img-right a img.video {
	filter: brightness(0.6);
}

.item-img-right a i {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 25px;
	transform: translate(-50%, -50%);
	color: white;
	border: 2px solid #fff;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
}

.all-tour .img a {
	position: relative;
}

.dead {
	position: absolute;
	right: 5px;
	top: 5px;
	background: #e09f26;
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	padding: 5px 20px;
	border-radius: 50px;

}

.sm-lq .group-title {
	margin-bottom: 0;
	position: relative;
}

.sm-lq .group-title::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #c00;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sm-lq .tag-lq>ul {
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
	justify-content: center;
	align-items: center;
	border: none;
}

.sm-lq .tag-lq>ul>li {
	display: inline-block;
	background: #086fb8;
	padding: 5px 10px;
	border-radius: 50px;
	margin: 0 5px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
}

.if-lq {
	padding: 10px 0;
}

.wrapper.home {
	overflow: hidden;
}

.if-lq h3 {
	font-size: 16px;
	color: #086fb8;
	font-weight: 500;
	line-height: 1.3;
	margin: 0;
}

.content_block-news_left .desc2 ol li {
	list-style: auto !important;
}

.if-lq h3 a {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.content-sm-lq {
	padding: 20px 0px;
}

.bdus {
	margin-left: -10px;
	margin-right: -10px;
}

.bdus .item-lq {
	margin-left: 10px;
	margin-right: 10px;
}

.tag-lq {
	margin-bottom: 0px;
}

.tab {
	text-align: center;
}

ul.list-nav-ba {
	margin-bottom: 5px;
	justify-content: center;
	border: none;
	flex-wrap: nowrap;
}

.list-nav-ba li {
	display: inline-block;
	color: #fff;
	font-weight: 600;
}

.list-nav-ba li .active {
	color: #000;
	background: #fff;
	display: inline-block;
	border-radius: 0;
}

.list-nav-ba>li {
	background: #fff;
	border: 1px solid #d5d5d5;
	color: #2d4271;
	border-radius: 0;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 0px;
	padding: 0px;
	margin: 0 2px;
	border-radius: 8px;
}

span.new {
	position: absolute;
	background: aqua;
	width: 70px;
	height: 35px;
	top: 6px;
	left: 6px;
	background: url(../images/new.png);
	background-position: center;
	background-size: cover;
}

.tag-lq .nav-tabs .nav-link {
	padding: 0;
}

.tag-lq .nav-tabs .nav-link.active {
	color: unset;
	background-color: unset;
	border-color: unset;
	border: unset;
	padding: 2px 7px;
}

.a-dddl {
	display: block;
	position: relative;
	height: 100%;
}

.a-dddl .ifo-dd {
	position: absolute;
	bottom: 5px;
	z-index: 2;
	color: #fff;
	left: 15px;
}

.a-dddl .ifo-dd h3 {
	color: #fff;
	font-size: 25px;
	margin: 0;
}

.a-dddl .ifo-dd p {
	font-size: 15px;
}

.a-dddl::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0) 100%);
}

.a-dddl img {
	height: 100%;
}

.dead sub {
	bottom: 10px;
}

.languagee {
	display: flex;
	justify-content: space-between;
}

.address>span {
	display: inline-block;
}

.bdus>button {
	opacity: 1;
	font-size: 18px;
	z-index: 3;
	margin: 0;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #cccc;
	border-radius: 100%;
	box-shadow: 0 0 10px #ddd;
	color: #000;
	background: #086fb8 !important;
	color: #fff !important;
}

.bdus>button i {
	color: #000;
}

.bdus .slick-prev {
	top: 50%;
	left: 0;
	/* transform: translate(-100%,-50%); */
}

.bdus .slick-next {
	top: 50%;
	right: 0;
	/* transform: translate(100%,-50%); */
}

.sm-lq .tag-lq>ul>li.active {
	background: rgb(26, 99, 161);
}

.title_tin h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* height: 45px; */
	margin-bottom: 8px;
	font-size: 17px;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.title_tin p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-align: justify;
	line-height: 22px;
}

.col-left-form {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.col-left-form img {
	border-radius: 10px;
}

.slg h3 {
	margin-top: 20px;
}

.searchbox {
	width: 100%;
	background-color: rgba(45, 66, 113, .8);
	text-align: left;

}

.div-searchbox {
	margin-bottom: -1px;
	background: 0 0;

	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	font-weight: 700;
	line-height: 20px;
	font-size: 13px;
	background: #fff;
	color: #000;
	text-align: center;

}

.div-searchbox i {
	font-size: 30px;
	display: block;
	margin-bottom: 10px;
}

#myTab .nav-item .nav-link {
	padding: 8px 20px;
	border-radius: 8px;
	border: 1px solid white;
}

.list-nav-ba .nav-link {
	border: none;
	border-radius: 0;
	color: black;
	/* margin-bottom: 8px; */
	padding: 0;
	font-size: 18px;
	font-weight: 400;
	text-transform: initial;
}

.diem-di {
	display: flex;
	align-items: center;
	height: auto;
	border-radius: 10px;
	line-height: 1.25;
	background-color: #fff;
	border: 2px solid #086fb8;
	border: 2px solid #086fb8;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.icon-map {
	padding: 1rem;
	font-size: 20px;
	padding: 12px 10px 12px 5px;
}

.inut-diem {
	flex-grow: 1 !important;
	text-align: left;
}

.inut-diem span {
	display: block;
}

.inut-diem>span:nth-child(1) {
	display: block;
	color: #2d4271;
	font-size: 13px;
}

.inut-diem>span:nth-child(2) {
	display: block;
	font-weight: 700;
	line-height: 28px;
	font-size: 15px;
}

.select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0px;
	text-overflow: '';
	border: none;
	font-weight: 700;
	line-height: 28px;
	font-size: 15px;
}

.inut-ngay select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0px;
	text-overflow: '';
	border: none;
	font-weight: 700;
	line-height: 28px;
	font-size: 15px;
}

.bnt-seach {
	justify-content: center;
	padding: 7px 16px;
	background: #e09f26;
	color: #FFC709;
}

.bnt-seach .icon-map {
	padding: 0;
}

.select2-selection {
	border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}

.select2-selection__rendered {
	font-weight: 700;
	line-height: 28px;
	font-size: 15px;
	padding: 0;
}

.select2-container--default .select2-selection--single {
	border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
	border: 1px solid #aaa;
	width: 168px !important;
}

.select2-container--default .select2-selection--single {
	border-radius: 0;
}

.equivalent i {
	font-size: 27px;
	color: #333;
}

.equivalent {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.slick-slide {
	height: auto;
}

.form_slider {
	/* box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%); */
}

.date-khoi-hanh input {
	border: none;
	font-weight: bold;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #fff;
	border: 1px solid #c00 !important;
	background-color: #c00;
	border-color: transparent;
	padding: 0;
	width: 100%;
	justify-content: center;
}

.box_logo {
	width: 450px;
	margin: 15px auto;
}

.date-mobi {
	display: none;
}

.date-pc b {
	width: 100%;
}

.date-pc span {
	font-size: 12px;
	width: 100%;
}

.title_content_lp {
	font-size: 25px;
	font-family: 'Beautique';
	text-align: center;
	margin-bottom: 50px;
}

.lp_content {
	text-align: center;
	font-size: 22px;
	background: rgb(255, 248, 240);
}

.title_line {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	justify-items: center;
	border-bottom: solid 1px var(--color-main);
	width: 25%;
	margin: auto;
	position: relative;
}

.title_line span {
	background: #eee;
	position: absolute;
}

.title_line span svg {
	height: 40px;
	padding: 5px 10px;
	fill: var(--color-main);
}














@media(max-width:1300px) {
	.category-slide-1 .slick-prev {
		left: 0;
	}

	.category-slide-1 .slick-next {
		right: 0;
	}
}

@media (min-width:992px) {
	.block-content-right {
		order: 1;
	}
}

@media (max-width: 1199px) {
	.header-event-html {
		display: none !important;
	}

	.search-mobile {
		display: block !important;
	}
}

@media (max-width: 991px) {
	.SearchBar-wrap {
		flex-basis: calc(100% - 515px) !important;
	}

	.col-box-search {
		margin-bottom: 15px;
	}

	.tab-content>.active {
		background: #fff;
	}

	.body-connect ul li a {
		font-size: 10px;
		padding: 5px;
	}


}



@media (max-width:550px) {
	.box_logo {
		width: 350px;
		margin: 15px auto;
	}



	.col-form-right {
		padding: 0 10px;
	}

	.logo-head {

		flex-grow: unset;
		justify-content: flex-start;
		flex-direction: row;
	}

	.header_prdunt {
		margin-bottom: 10px;
	}

	.fomt_slifer_all .form_slider form {
		max-width: 400px;
	}

	.lsit_item .item {}

	.category-item .box .content {
		width: 110px;
		flex: 0 0 110px;
	}

	.category-item .box .content h3 {
		font-size: 14px;
	}

	.card-news-horizontal .content {
		width: 100%;
	}

	.card-news-horizontal .image {
		width: 100%;
	}
}

@media(max-width:440px) {

	.xemthem_x,
	.xemthem_z,
	.xemthem_y {
		display: none !important;
	}
}





/*check mobile*/

@media(min-width:1800px) {
	.container-fluid {
		padding: 0 160px;
	}
}

@media(max-width:1800px) {
	.container-fluid {
		padding: 0 64px;
	}

	.container-fluid {
		padding: 0 64px;
	}
}

@media(min-width:1500px) {
	.col-min-1500 {
		max-width: 16.6%;
	}

	.slide_sub_home img {}

	.product-item .box .image a img {}

	.list_news2 .box .image img {
		height: 210px;
	}

	.category-slide-1 .slick-prev {
		left: 0px;
	}

	.category-slide-1 .slick-next {
		right: 0;
	}

	.countdown1 {
		padding: 5px;
	}

	.countdown1 .tiles1 span {
		width: 45px;
		max-width: 45px;
		height: 40px;
		font-weight: 500;
		line-height: 40px;
		text-align: center;
		color: #fff;
		font-size: 30px;
		background-color: #fbb03b;
		border-radius: 3px;
		margin: 0px 7px;
		padding: 3px 3px;
		display: inline-block;
		position: relative;
	}

	.countdown1 .labels1 {
		width: 68px;
	}

	.countdown1 .tiles1 .item1 {
		margin: 0 3px;
	}

	.wrap-price {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.col-min-1500 {
		max-width: 25%;
	}

}

@media (max-width: 1199px) {
	.video_destop {
		display: none;
	}

	.video_mobi {
		display: block;
	}

	.video iframe {
		height: 223px;
	}

	.product-item .box .actionss {
		display: none;
	}

	.product-item2 {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (max-width: 1100px) {
	.box-baner-trangtrong ul {
		display: flex;
	}

	.box-baner-trangtrong {
		padding: 50px 0px;
		position: relative;
	}

	.body-trip img {
		display: none;
	}

	.box-trip {
		text-align: center;
		padding-top: 30px;
		padding: 0px 70px 0px;
	}

	.body-trip .xemthem-n {
		bottom: -40px;
		display: block;
	}

	.body-trip .row .col-md-4:nth-child(2) {
		margin-top: 0px;
	}

	.body-trip .row .col-md-4:nth-child(3) {
		margin-top: 0px;
	}
}

@media (max-width: 991px) {
	.connect {
		bottom: 26px;
	}

	.a-dddl .ifo-dd {
		left: 5px;
		right: 5px;
	}

	.a-dddl .ifo-dd h3 {
		font-size: 20px;
	}

	.img-item-ks .if-img-ks h3 {
		width: 100%;
		text-align: center;
		font-size: 18px;
	}

	.titlel-form p {
		font-size: 14px;
	}

	.box_search_tour {
		position: static;
		transform: translate(0);
	}

	.box_search {}

	.bnt-seach {
		padding: 5px 15px;
	}

	.bnt-seach i {
		font-size: 30px;
	}

	.fomt_slifer_all {
		position: static;
		transform: translate(0);
		background: rgba(0, 0, 0, 0.66);
		background: white;
	}

	.forn-l {}

	.form_slider {}

	.tab #myTab li {}

	.item-tav {
		border: 3px solid rgba(255, 255, 255, .1);
		border-radius: 8px;
		width: 50%;
		display: inline-block;
		margin: 0px;
	}

	.box_search {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		flex-wrap: wrap;
	}

	.form-tv-foter {
		padding: 20px 0 30px;
	}

	.title-ks h3 {
		font-size: 20px;
	}

	.list_all .lsit_item .item {
		margin-bottom: 20px;
	}

	.fomt_slifer_all .form_slider form {
		max-width: 600px;
		/* box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%); */
	}

	.form_slider form .input input {
		padding: 10px 13px 10px 40px;
	}

	.product_column {
		width: 100%;
	}

	.btn_header button {}

	.form_slider form .input input {
		height: 40px;
	}

	.item_2 .input .sele {

		padding: 21px 10px 8px 45px;
	}

	.form_slider form .input input {
		padding: 15px 10px 15px 45px !important;
	}

	.item_2 .input input {
		padding: 19px 10px 5px 45px !important;
	}

	.tour_policy .item .img {
		width: 20%;
	}

	.wrap-fill>.form-group {
		width: 150px;
	}

	.form_slider .headeing h3 {
		font-size: 30px;
	}

	.form_slider .headeing p {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.fomt_slifer_all .form_slider form {
		margin: 0 auto;
		padding: 5px;
	}

	.col-box-product-main-left {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-box-product-main-right {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.video iframe {
		height: 518px;
	}

	.modal-First .modal-dialog {
		max-width: 820px;
	}

	.product-item2 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.list_image_video .item .image img {
		height: 180px;
	}

	.cate_home .list_banner .item {
		margin-bottom: 20px;
		width: 100%;
	}

	.cate_home .list_cate2 .item {
		margin-bottom: 20px;
		width: 100%;
	}

	.cate_home .list_banner .item:last-child {
		margin-bottom: 0;
	}

	.deal_sale .list_deal_sale .item {
		margin-bottom: 25px;
	}

	.deal_sale .list_deal_sale .item:nth-child(3) {
		margin-bottom: 0;
	}

	.deal_sale .list_deal_sale .item:nth-child(4) {
		margin-bottom: 0;
	}

	.list_tieu_chi {
		display: block;
	}

	.list_tieu_chi .item {
		max-width: 100%;
	}

	.duan_tb .image img {
		height: auto;
	}

	.ss05_duan .col-product-item {
		padding-bottom: 20px;
	}

	.list-small-image.thumbimageslide-slick {
		display: none;
	}

	.box-image-product {
		padding: 0;
	}

	.form_danhgia.rating-star-main {
		flex-flow: column;
	}

	.rating_detail-item button {
		margin: 0 auto;
	}

	.tab-content>.active {
		/* padding-left: 10px;
        padding-right: 10px; */
	}

	.product-review-info-btn {
		max-width: unset;
		min-width: unset;
	}

	.product-review-info {
		order: 0;
	}

	.product-review-detail {
		order: 2;
		width: 100%;
	}

	.product-review-btn {
		order: 1;
	}

	.contact-form .form button.product-review-info-btn {
		max-width: unset;
		min-width: unset;
	}

	.col-block_news-left {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-block_news-left .block-news_left {
		padding: 0;
	}

	.col-block_news-right {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.box_block-news_left {
		padding: 15px 0;
	}

	.content_block-news_left {
		padding: 15px 0;
	}

	.block-news {
		padding-bottom: 0;
		padding-top: 15px;
	}
}

@media (max-width: 767px) {
	.Tinlienquan .title-tinlienquan {
		font-size: 25px;
	}

	.wapper-lienquan button.slick-prev {
		left: 0;
	}

	.wapper-lienquan button.slick-next {
		right: 0;
	}

	.Tinlienquan {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.content_block-news_left-bottom .btn-dak button {
		margin-top: 15px;
	}

	.box_list-img_big a {
		height: auto;
		display: block;
	}

	.waapper-img {
		margin-right: -5px;
	}

	.item-img-right {
		margin-right: 5px;
	}

	.img-item-ks .if-img-ks h3 {
		font-size: 22px;
	}

	#title-small {
		display: none;
	}

	.title_dichvu,
	.title_dichvu2 {
		margin-bottom: 10px;
	}

	.title_dichvu i,
	.title_dichvu2 i {
		display: block;
	}

	.online-contact-big {
		display: none;
	}

	.tour_policyall .tour_policy .item {
		border-left: none !important;
		border-bottom: 1px solid #bebebe;
	}

	.tour_policy .item .img {
		width: 10%;
	}

	.section_tour_policy .tour_policyall {
		flex-wrap: wrap;
	}

	.form_slider .headeing h3 {
		font-size: 20px;
	}

	.form_slider .headeing p {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.btn_header button {}

	.form_slider form .input input {
		padding: 10px 10px 10px 10px !important;
	}

	.SearchBar-wrap {
		order: 2;
		flex-basis: 100% !important;
		margin-right: 0;
	}
}

@media (max-width:767px) {
	.img-block-news {
		position: relative;
	}

	.date-mobi {
		background-color: var(--color-main);
		text-align: center;
		color: white;
		padding: 10px 5px !important;
		margin-right: 15px;
		display: inline-block;
		position: absolute;
		left: 0;
		bottom: 0;
		display: flex;
		width: 65px;
		height: 65px;
		flex-wrap: wrap;
	}

	.date-cmt-user,
	.cmt {
		padding-left: 0px !important;
	}

	.date-cmt-user .box-dcu a {
		font-size: 11px;
		font-weight: 500;
	}

	.date-cmt-user .box-dcu a i {
		font-size: 12px;
		margin: 0;
		padding: 5px;
	}

	.date-cmt-user .box-dcu {
		padding: 5px;
		position: relative;
	}

	.date-mobi b {
		width: 100%;
	}

	.date-mobi span {
		font-size: 12px;
		width: 100%;
	}

	.date-pc {
		display: none !important;
	}

	.box-blog .img-blog img {
		height: auto;
		width: 100%;
	}

	.info-xthem ul {
		margin-left: 0px;
		float: right;
		margin-bottom: 10px;
	}

	.box-list_block-news_left .content_block-news_left .chitiet {
		padding-top: 5px;
	}




	.fomt_slifer_all {

		bottom: 30px;
		left: 50%;
		transform: translateX(0%);
		position: static;
		/* background: rgba(0, 0, 0, 0.66); */
	}

	.fomt_slifer_all .form_slider form {
		background: transparent;
	}

	.group-title .title-img {
		font-size: 18px;
	}

	.list_five_sp {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.boc_gia .gia_new p {
		font-size: 16px;
	}

	.boc_gia .btn_box a {
		font-size: 12px;
	}

	.banner-top .img {
		margin-bottom: 10px;
	}

	.header_prdunt p {
		font-size: 14px;
	}

	.header_prdunt h2 {
		font-size: 18px;
	}

	.tour_policy {
		width: 100%;
	}

	.list-attr1 {
		width: 35%;
		float: left;
		margin-top: 5px;
	}

	.wrap-price {
		width: 100%;
		margin: 0;
	}

	.container-fluid {
		padding: 0 15px;
	}

	.box-aside {
		margin-bottom: 15px;
		width: 100%;
		display: none;
	}

	.box-aside .box-content .nav-category {
		outline: unset;
	}

	.box-policy {
		display: none;
	}

	.box-buy .add-to-cart:after {
		background-color: rgba(0, 0, 0, 0);
	}

	.product-grid {
		padding-bottom: 0;
	}

	.deal_sale .list_deal_sale .item {
		margin-bottom: 15px;
		padding: 0 7.5px;
	}

	.deal_sale .title-heading-sale .title {
		font-size: 24px;
	}

	.deal_sale .title-heading-sale .sale_all {
		display: none;
	}

	.deal_sale .list_deal_sale .item:nth-child(3) {
		margin-bottom: 0;
	}

	.deal_sale .list_deal_sale .item:nth-child(4) {
		margin-bottom: 0;
	}

	.deal_sale .list_deal_sale {
		padding: 0 7.5px;
	}

	.product-item2 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.product-item2 .box {}

	.product-item2 .product-item .box .image {
		width: 100%;
		height: 147px;
		padding: 0;
	}

	.product-item2 .product-item .box .content {
		margin-left: 8px;
	}

	.product-item2 .product-item .box .content h3 {
		padding: 0;
	}

	.section_banner_home {
		display: none;
	}

	.slide .col-md-7 .cate-arrows-1 .slick-prev {
		display: none !important;
	}

	.slide .col-md-7 .cate-arrows-1 .slick-next {
		display: none !important;
	}

	.modal-First .modal-dialog {
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}

	.newsletter-content {
		width: 100%;
	}

	.image-modal .image img {
		border-radius: 50px 50px 0 0;
	}

	.tab-product {
		width: 100%;
		float: unset;
		margin-right: 0;
	}

	.product-relate {
		width: 100%;
		float: unset;
	}

	.newsletter-content .form-control {}

	.image-modal .image {
		display: none;
	}

	.image-modal .info_product_modal .image {
		display: block;
	}

	.image-modal .info_product_modal .image img {
		border-radius: 0;
	}

	.image-modal .info_product_modal {
		width: 100%;
	}

	.newsletter-content .dec {
		line-height: 1.4;
	}

	.newsletter-content h2 {
		font-size: 20px;
	}

	.newsletter-content .input-wrapper-inline button {
		padding-top: 0;
		padding-bottom: 0;
	}

	.modal-First .modal-content {
		background-size: 300px auto, contain;
		background-position: top center;
	}

	.newsletter-content {}

	.form-tv .modal-body {
		background-color: #fff;
		padding: 20px;
		border-radius: unset;
	}

	.form-tv form {
		padding: 0;
		position: unset;
		border-radius: unset;
	}

	.title-form-m {
		font-size: 25px;
	}

	.form-tv .modal-title {
		font-size: 20px;
	}

	.item-post .box .content .link-detail {
		font-size: 15px;
	}

	.item-post .box .content .desc {
		font-size: 14px;
	}

	.item-post .box .content .name {
		font-size: 16px;
	}

	.item-post .box .content .info {
		font-size: 13px;
	}

	.item-post .box .image {
		width: 100%;
	}

	.item-post .box .content {
		width: 100%;
		padding-left: 0;
		padding-top: 15px;
	}

	.list-news-blog .fo-03-col-news:nth-child(1),
	.list-news-blog .fo-03-col-news:nth-child(6) {
		width: 100%;
	}

	.video iframe {
		height: 430px;
	}

	.list_image_video .item .image img {
		height: 160px;
	}

	.form-search-icon {
		width: 100%;
		padding-left: 0;
		margin-top: 15px;
		max-width: unset;
	}

	.box-support .col-support-item {
		width: 100%;
	}

	.col-mtc-new-hot-right {
		width: 100% !important;
	}

	.list_news2 .box .image img {
		height: 190px;
	}

	.ss04_tintuc {
		padding: 20px 0 0;
	}

	.wrap-ykkh {
		padding: 20px 0;
	}

	.container-fluid {
		padding: 0 15px;
	}

	.header_home .container-fluid {
		padding: 0 15px;
	}

	.slide_sub_home {
		display: none;
	}

	.support .item {
		width: 50%;
		padding: 0 10px;
	}

	.slide .container-fluid {
		/* padding: 0; */
	}

	.support .item .box_item {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}

	.support .item .box_item .icon {
		width: 100%;
		height: auto;
	}

	.support .item .box_item .icon img {
		/* width: 55px; */
		padding-right: 0;
	}

	.support .item .box_item .info .title {
		font-size: 14px;
		font-weight: 600;
	}

	.support .item .box_item .info {
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}

	.support .item .box_item .info .desc {
		text-align: center;
		font-size: 13px;
	}

	.product-item .box .image a img {
		height: auto;
		width: 100%;
	}

	.col-product-item {
		width: 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 0;
		padding: 0 10px;
		padding: 0 5px;
	}

	.group_title .title-underline {
		font-size: 20px;
	}

	.countdown1 .labels1 {
		width: 100%;
	}

	.col-product-item2 {
		width: 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.product-grid__content {
		padding: 5px 2px;
	}

	.product-prices del+ins {
		margin-right: 5px;
	}

	.product-detail-infor {
		padding: 0 10px;
	}

	.grid__column {
		padding: 0;
	}

	.title_sp_detail h1 {
		font-size: 18px;
		margin-top: 0;
	}

	.slide {
		margin-top: 0px;
	}

	.product-prices {
		font-size: 12px;
	}

	.product-prices del {
		font-size: 10px;
	}

	.product-prices span {
		font-size: 12px;
	}

	.product-grid__thumbnail {
		margin-bottom: 0;
	}

	.tab-ss04 {
		padding: 0;
	}

	.ss04_product {
		padding: 10px 0;
		margin-bottom: 0;
	}

	.section_banner_home2 {
		display: none;
	}

	.product_item {
		margin: 10px 0 0 0;
	}

	.wrap-fill {
		margin-bottom: 0;
	}
}

@media(max-width:786px) {
	.trip .desc {
		width: 100%;
		margin-bottom: 30px;
	}

	.box-trip {
		display: flex;
		flex-wrap: wrap;
	}

	.trip .title {
		width: 100%;
		order: 2;
	}

	.numer-trip {
		margin-top: 0px;
		margin-bottom: 20px;
		order: 1;
	}

	.box-trip {
		padding-top: 0px;
	}

	.body-trip img {
		display: none;
	}

	.box-trip {
		text-align: center;
		padding-top: 30px;
		padding: 0px 0px 0px;
	}

	.box-blog .img-blog .name-blog a h3 {
		color: white;
		font-size: 14px;
		text-align: center;
		/* display: -webkit-box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden; */
	}

	.body-blog .content-blog {
		padding-top: 10px;
	}

	.content-blog .desc {
		color: black;
		font-size: 14px;
		text-align: center;
		height: auto;
	}

	.box_list-img_2 a img {
		height: 200px;
	}

	.item-footer-new {
		flex-wrap: wrap;
	}

	.item-footer-new ul {
		width: 100%;
	}

	.item-footer-new ul {
		display: flex;
		justify-content: center;
	}

	.item-footer-new .info {
		margin-top: 20px;
	}

	.item-footer-new .info a {
		margin-right: 20px !important;
	}

	.connect {
		bottom: 0;
		position: relative;
	}

	.img-banner {
		position: static;
	}

	.img-banner::before {
		content: none;
	}

	.img-banner::after {
		content: none;
	}

	.img-banner .line {
		display: none;
	}

	.box-banner .container {
		padding: 0px;
	}

	.box-banner {
		height: auto;
	}

	.item_box-banner {
		flex-wrap: wrap;
	}

	.img-banner,
	.img-banner a,
	.img-banner a img {
		height: 350px !important;
	}

	.img-banner {
		width: 100% !important;
		padding-right: 0px;
	}

	.box-banner_right {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		padding-top: 20px;
	}

	.item_box-banner {
		height: auto;
	}

	.box-banner_right img {
		position: absolute;
		top: 0;
		z-index: 99;
		right: 20px;
		height: 100%;
		width: 100%;
		object-fit: contain;
	}

	.share .img-share_right {
		position: static;
		width: 100%;
		height: auto;
	}

	.box-share_left {
		width: 100%;
	}

	.item-share .container {
		padding: 0px;
	}

	.share .img-share_right a,
	.share .img-share_right a img {
		display: block;
		height: 100%;
		width: 100%;
	}

	.box-share_left img:nth-child(1) {
		width: 100%;
	}

	.body-connect ul li a img {
		position: static;
		height: 40px !important;
		width: 40px !important;
		transform: translate(0%, 0%);
		margin-right: 15px;
	}

	.body-connect ul li a {
		display: flex;
		align-items: center;
	}

	.info-xthem {
		display: block;
		justify-content: right;
		padding-top: 20px;
		position: relative;
		z-index: 999;
	}

	.item-share,
	.item-box-share {
		height: auto !important;
	}

	.item-footer-new ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center !important;
	}




	.col-left-form img {
		max-width: 170px;
	}

	.slg h3 {
		margin-top: 13px;
		font-size: 24px;
	}

	.titlel-form {
		text-align: center;
	}

	.languagee {
		display: none;
	}

	.tag-lq {
		margin-bottom: 0;
	}

	.ss-dddl {
		padding: 10px 0;
	}

	.col-form-left {
		/* padding: 0 20px; */
	}

	.titlel-form h3 {
		margin: 0;
	}

	.titlel-form {
		margin-bottom: 15px;
	}

	.wapper-right {
		padding-top: 10px;
	}

	.cate-arrows-1 .slick-prev,
	.cate-arrows-1 .slick-next {
		background: none;
		height: 25px !important;
		width: 25px !important;
	}

	.category-slide-1 .slick-prev,
	.category-slide-1 .slick-next {
		width: 35px;
		height: 35px;
	}

	.footer-content-2 i {
		margin-right: 5px;
	}

}

@media(max-width:640px) {}

@media(max-width:576px) {
	.box-banner_right .title h2 {
		font-size: 45px;
	}

	.box-banner_right .title h3 {
		font-size: 30px;
	}

	.box-banner_right {
		padding-top: 0px;
	}

	.body-connect ul li {
		width: 30%;
	}

	.body-trip .xemthem-n a {
		font-size: 12px;
	}



	.forn-l {
		padding: 0px;
	}

	.col-form-left {
		padding: 0 10px;
	}

	.col-arrow {
		display: none;
	}

	.col-sm-search {
		margin-bottom: 15px;
	}

	.ss-dddl {
		padding-top: 0;
	}

	.titlel-form {
		padding-bottom: 0;
	}

	.titlel-form p {}

	.img-item-ks img {
		width: 100%;

	}

	.titlel-form p {
		font-size: 13px;
	}

	.titlel-form h3 {
		font-size: 25px;
	}

	.footer {
		padding-bottom: 46px;
	}

	.list_five_sp {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.wrap-fill>.form-group {
		width: 30%;
		font-size: 13px;
	}

	.slide {
		padding-top: 0;
	}

	.list_camket .item {
		width: 50%;
	}

	.box-image-product {
		flex-wrap: wrap;
	}

	.product-grid__hint>* {
		border-radius: 8px;
		padding: 4px 8px;
		margin-top: 8px;
		font-size: 12px;
	}

	.box-image-product .image-main {
		width: 100%;
	}

	.list-small-image .pt-box {
		padding: 10px 0;
	}

	.product-detail-infor .box-infor h2 {
		font-size: 22px;
	}

	.list-small-image {
		width: 100%;
		order: 2;
	}

	.small-image {
		height: auto;
	}

	.product-detail-infor .box-infor {
		padding-top: 5px;
	}

	.list-small-image .slick-prev {
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.list-small-image .slick-next {
		right: 0;
		left: unset;
		top: 50%;
		transform: translateY(-50%);
	}

	.list_camket .item .box .info .name {
		font-size: 15px;
	}

	.page-link {
		padding: 8px;
	}

	.modal-First .modal-content {}

	.newsletter-content {
		margin-right: auto;
	}

	.item-service .box .icon {
		width: 100px;
	}

	.col-item-service {
		padding: 0 10px;
	}

	.item-service .box .name {
		height: 36px;
	}

	.cate_home .list_cate .box .image img {
		min-height: 225px;
	}

	.content-category {
		text-align: justify;
		padding: 0px;
		background-color: #fff;
		border: 1px dashed #fff;
		margin-top: 0px;
		margin-bottom: 20px;
		font-size: 15px;
	}

	.item-service .box .name {
		font-size: 15px;
	}

	.col-item-service {
		margin-bottom: 20px;
	}

	.wrap-service {
		/* padding: 0px 0 20px; */
		padding: 0;
	}

	.item-service .box {
		margin: 0 auto;
		border: 1px dashed #000;
		padding: 10px 10px;
		border-radius: 10px;
	}

	.title-nav-tab h3 {
		font-size: 16px;
	}

	.title-h .text {
		width: 100%;
		font-size: 16px;
	}

	.col-ykkh-item .item-ykkh .nd_ykien {
		min-height: 190px;
	}

	.video iframe {
		height: 300px;
	}

	.title-b {
		padding: 10px 20px 0 20px;
	}

	.wrap-ykkh .cate-dot-1 .slick-dots {
		transform: unset;
	}

	.cate_home .cate-dot-1 .slick-dots {
		transform: unset;
	}

	.list_image_video .item .image img {
		height: 100px;
	}

	#countdown {
		width: 100%;
		margin-top: 20px;
	}

	.tab-link ul li {
		width: 100%;
	}

	.tab-link {
		position: unset;
	}

	.breadcrumbs ul>li>a {
		font-size: 16px;
	}

	.breadcrumbs ul>li:last-child a:last-child:after {
		font-size: 22px;
	}

	.title-service-tab {
		font-size: 20px;
	}

	.service-item-2 .box {
		padding: 25px 30px 35px;
	}

	.wrap-partner .list-item .box {
		padding: 12px 0;
	}

	.service-item-2 .name {
		font-size: 22px;
	}

	.title-service-tab-sm {
		font-size: 17px;
	}

	.title-tam-nhin img {
		margin-right: 16px;
		height: 48px;
	}

	.blog-lienhe-hoptac {
		padding: 30px 0;
	}

	.item-tam-nhin .desc {
		line-height: 26px;
		font-size: 18px;
	}

	.form-contact-hoptac label:not(.radio-inline):not(.checkbox label) {
		font-size: 18px;
	}

	.form-contact-hoptac textarea {
		height: 100px;
	}

	.form-contact-hoptac .btn-view {
		margin-top: 5px;
		line-height: 48px;
		font-size: 20px;
	}

	.padding-content {
		padding: 25px 25px 35px;
	}

	.desc-ls {
		line-height: 26px;
		font-size: 18px;
	}

	.wrap-partner .group-title .title {
		font-size: 20px;
		text-align: center;
		line-height: normal;
	}

	.fin-ct {
		margin-top: 8px;
	}

	.wrap-partner {
		margin-top: 0;
		padding: 5px 0 5px;
	}

	.title-ls {
		font-size: 24px;
	}

	.title-form {
		font-size: 20px;
	}

	.title-tam-nhin {
		font-size: 28px;
		width: 225px;
		line-height: 48px;
	}

	.cate-dot-1 .slick-dots {
		right: 50%;
		transform: translate(50%, 0);
		top: calc(100% + 5px);
	}

	.wrap-partner .list-item {
		padding: 0 0px;
	}

	.wrap-partner .list-item img {
		height: auto;
		width: auto;
		object-fit: contain;
		/* border: solid 1px #eee; */
	}

	.wrap-partner .list-item .item {
		padding: 0 5px;
	}

	.cate-arrows-1:not(.cate-arrows-1-sm) .slick-prev,
	.cate-arrows-1:not(.cate-arrows-1-sm) .slick-next {
		height: 45px;
	}

	.list_tieu_chi .box {
		padding: 10px 10px 30px 10px;
		margin-top: 15px;
	}

	.title-xemthem {
		font-size: 20px;
	}

	.title_home h2 {
		font-size: 35px;
		padding: 20px 0 10px 0;
		margin: 0;
	}

	.box_about {
		text-align: justify;
		padding: 0 5px;
	}

	.group-title .title {
		font-size: 20px;
		text-transform: uppercase;
	}

	.product-item .box .content h3 {
		text-align: left;
		padding: 0;
		line-height: 18px;
	}

	.product-item .box .content h3 a {
		font-size: 14px;
		font-weight: 600;
	}

	.list-news-home {
		padding: 0 30px;
	}

	.search_mobile {
		position: absolute;
		right: 0;
		padding: 0px !important;
	}

	.box_padding {
		padding: 0;
		justify-content: center;
	}

	.duan_tb h3 span {
		height: 50px;
		line-height: 50px;
	}

	.contact-form {
		margin-bottom: 20px;
		background: #eee;
		padding: 20px 0 20px 0;
	}

	.ss05_duan {
		padding: 20px 0;
	}

	.duan_tb h3 {
		height: 50px;
		line-height: 50px;
	}

	.info-count-pro .count-pro {
		width: 100%;
	}

	.block-product .col-product-item .product-item {
		padding: 0px;
		background: #fff;
	}

	.product-item .box .content {
		padding: 0px 0 0 0;
	}

	.group-title {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.title-service {
		font-size: 40px;
		margin-bottom: 10px;
	}

	.item-ls-sm.slick-current .box {
		font-size: 18px;
	}

	.item_count {
		margin-bottom: 0;
		padding-top: 10px;
	}

	.item_count .box_count .counter-value {
		font-size: 40px;
	}

	.wrap-system {
		padding: 25px 0 30px;
	}

	.box-bg-content {
		width: 100%;
		position: unset;
	}

	.box-bg-content .logo-bg {
		padding-right: 0;
		width: 100%;
		text-align: center;
	}

	.box-bg-content .button_tuvan {
		width: 100%;
		padding-left: 0;
		text-align: center;
		margin-top: 20px;
	}

	.box-bg-content .logo-bg img {
		max-width: 260px;
	}

	.nav-main>li:not(:last-child) img {
		width: auto;
	}

	.wrap-breadcrumbs .breadcrumb li {
		font-size: 11px;
	}

	.hen_lich {
		float: left;
		width: 50%;
	}

	.sign_now {
		float: left;
		width: 50%;
	}

	.box-buy {
		text-align: center;
		width: 65%;
		float: right;
	}

	.box-buy .add-to-cart {
		font-size: 14px;
		border-radius: 20px;
		margin-top: 20px;
		padding: 0px 16px 0 44px;
	}

	.nav-tabs .nav-item {
		margin-bottom: -1px;
		/* width: 100%; */
	}

	.nav-tabs .nav-item.show .nav-link,
	.nav-tabs .nav-link.active {

		/* padding: 0px 0px;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        width: 100%;
        font-weight: 500; */
	}

	.blog-product-detail .group-title .title {
		font-size: 20px;
	}

	.product-item .box .image a {}

	.free {
		font-size: 12px;
		text-align: left;
		color: #333;
		line-height: 20px;
	}

	.product-item .box .image .km {
		line-height: 16px;
	}

	.product-item .box .content .box-price span {
		font-size: 16px;
	}

	.cate-arrows-1 .slick-prev,
	.cate-arrows-1 .slick-next {
		background: none;
	}

	.menu_home {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}

	.menu_home:nth-child(2) {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.menu_home:nth-child(3) {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.menu_home:nth-child(4) {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.product-image-in .images_menu img {
		height: 180px;
	}

	.product-item .box .image {
		padding: 3px 0;
		margin-right: 5px;
		width: 100%;
	}

	.product-item .box {
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.product-item {
		margin-bottom: 15px;
	}

	.deal_sale {
		padding: 20px 0 0 0;
	}

	.payments {
		padding: 0;
	}

	.widget_text {
		padding: 0;
	}

	.wrap-ykkh .box {
		flex-direction: column;
	}

	.list_feedback-box {
		width: 100%;
		padding: 0;
	}

	.list-small-image-feedback {
		padding: 20px 0;
		width: 100%;
	}

	.item_news td {
		display: inline-block !important;
	}

	.list-attr .price {
		text-align: left;
	}
}

@media (max-width: 500px) {
	.box-share_left {
		padding-bottom: 10px;
	}

	.body-connect ul {
		flex-wrap: wrap;
	}

	.body-connect ul li {
		width: 100%;
		margin-bottom: 15px;
	}

	.item_list-img_all {
		display: block;
	}

	.item_list-img_all img {
		width: 100%;
	}

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

	.box_list-img {
		height: auto;
	}
}

@media (max-width: 400px) {

	.title-service {
		font-size: 30px;
	}


	.list-attr .attr-item:nth-child(1) {
		width: 100%;
		text-align: center;
	}

	.list-attr .attr-item>h3 {
		text-align: center;
	}

	.box-buy {
		text-align: center;
	}

	.box-buy a {
		margin-right: 0;
	}

	.list-attr .attr-item .form-group label {
		white-space: nowrap;
		width: 100%;
		text-align: center;
	}

	.list-attr .attr-item:nth-child(3) {
		width: auto;
	}

	.list-attr .price {
		text-align: left;
	}

	.list-attr {
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media (max-width: 375px) {
	.title-service {
		font-size: 30px;
	}
}



/* Sua */



/* .search{
    display: block !important;
} */



/* product by category */
.block-product-category-top {
	background-color: white;
}

.content-wrapper {
	background-color: white;
}

.headline h1 {
	font-size: 25px;
	font-weight: 600;
	color: #086fb8;
}

.item_sp_h {
	margin-bottom: 20px;
}

.headline hr {
	height: 2px;
	width: 100%;
	background: #086fb8;
}

.tour-col:hover .tour-img-headline {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.tour-col:hover {
	border-color: rgba(0, 0, 0, .95);
}

.tour-img img {
	height: 100%;
}

.tour-col {
	width: 100%;
	margin-bottom: 20px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border: solid 1px rgba(0, 0, 0, .1);
}

.tour-img {
	/* width: 330px;
    margin-right: 20px; */
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 10px 0px;
}

.tour-img a {
	display: block;
	height: 100%;
	position: relative;
}

.tour-img-headline {
	z-index: 8;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, .5);
	font-weight: 700;
	color: #fff;
	padding: 7px 12px;
	font-size: 13px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display: none;
}

.tour-img-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
	padding: 15px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 0;
	pointer-events: none;
}

.tour-col:hover .tour-img-content {
	opacity: 1;
}

.cnt-tour {
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	max-height: 80px;
	overflow: hidden;
	margin-bottom: 5px;
}

.link-tour a {
	display: block;
	color: #bbb;
	font-size: 12px;
	line-height: 20px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow-x: hidden;
}

.content-detail-tour h3 a {
	font-size: 18px;
	line-height: 26px;
	display: block;
	font-weight: 500;
	margin-bottom: 5px;
	overflow: hidden;
	height: 52px;
}

.time-tour {
	margin: 10px 0px;
	display: flex;
	justify-content: left;
}

.box-price {}

.content-detail-tour {
	padding-bottom: 0;
}

.time-tour span:first-child {
	border: 1px solid #ddd;
	background-color: #e7e7e7;
	color: #555;
}

.time-tour span {
	border: 1px solid #555;
	color: #fff;
	/* float: left; */
	display: block;
	padding: 5px 10px;
	background-color: #555;
}

.box-price {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin-top: 10px;
	justify-content: space-between;
}

.box-price-left-1 {
	color: red;
	font-size: 12px;

	min-height: 40px;
	display: block;
}

.box-price-right span {
	color: #e09f26;
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	height: 24px;
}

.Xem-them-tour {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.Xem-them-tour span {
	background-color: #a12063;
	padding: 10px 50px;
	font-size: 17px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
}

.Xem-them-tour span:hover {
	background-color: #000 !important;
}

/* end product by category */

/* product detail.blade */
.title-tour-detail h1 {
	font-size: 25px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 10px;
}

.box-detail-tour {
	border: solid 1px rgba(0, 0, 0, .15);
	padding: 15px;
	margin-bottom: 15px;
}

.name-detail-tour {
	font-size: 25px;
	line-height: 24px;
	color: #e09f26;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px rgba(0, 0, 0, .15);
}

.box-dt-tour-bottom ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: inline-table;
	width: 100%;
	border-bottom: solid 1px rgba(0, 0, 0, .15);
}

.name-tour-left {
	width: 125px;
	float: left;

}

.box-dt-tour-bottom ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.boxPrice {}

.dacdiemnoibat-tour {
	border: solid 1px #e09f26;
	padding: 15px;
}

.item-dacdiemnoibat-tour ul li::before {
	content: "\f111";
	font-family: fontAwesome;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 6px;
	line-height: 22px;
}

.item-dacdiemnoibat-tour ul li {
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
}

.xemthem-ddnb-tour {
	cursor: pointer;
	order: 2;
	font-weight: bold;
	color: #008fea;
}

.item-dacdiemnoibat-tour {
	height: 117px;
	overflow: hidden;
	order: 1;
}

.show-dacdiemnoibat-tour~.item-dacdiemnoibat-tour {
	height: auto !important;
	overflow: hidden;
}

.dacdiemnoibat-tour {
	display: flex;
	flex-wrap: wrap;
}

.boxPrice-top {
	background: #ed0080;
	background: linear-gradient(90deg, #e09f26 0, #e09f26 100%);
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 10px;
}

.txt-price {
	font-weight: 700;
	margin-right: 5px
}

.price-t {
	font-size: 25px;
	line-height: 33px;
	font-weight: 700;
	margin-right: 5px;
}



.boxPrice-bottom {
	padding: 15px;
	background: #ed0080;
	background: linear-gradient(90deg, #e09f26 0, #e09f26 100%);

}

.boxPrice-bottom button {
	width: 100%;
	height: 40px;
	background: #273793;
	color: #fff;
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 5px;
}

.boxPrice-bottom button:hover {
	background-color: white;
	color: #273793;
}



.tab-product {
	margin-top: 30px;
}

.nav-tabs {}

.tabpanel ul li a {
	color: #000 !important;
}

.nav-tabs .nav-link.active {
	/* color: #000 !important; */
}

.tab-content>.active {}

.color-svg svg {
	font-family: fontAwesome;

	color: #e09f26;

	margin-top: 6px;
}

.img-box-wrap ul li {
	display: flex;
	gap: 10px;
	align-items: center;
}

.img-box-wrap ul li:nth-child(2) p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100px;
}

.list-tour-relate-to {
	background: rgba(0, 0, 0, .1);
	font-family: inherit;
	padding: 4px 10px;
	margin: 0;
}

.list-tour-relate-to a:hover {
	color: #e09f26;
}

.img-box-wrap {
	padding: 10px 10px;

	position: relative;
}

.price-relate-to {
	position: absolute;
	bottom: 7px;
	right: 15px;
}

.lp_item {
	display: flex;
	justify-content: space-between;
}

.tt_lq {
	border-top: 1px dashed #ccc;
	margin-top: 20px;
}

.lp_item ul li a {
	width: 95%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
}

.lp_item .item {
	width: 33%;
}

.lp_item ul {
	width: calc(100% 3);
}

.lp_item ul li {
	margin: 5px 0 5px 16px;
	overflow-wrap: break-word;
	list-style-type: disc !important;
}

.img-box-wrap p svg {
	width: 15px;
	height: 15px;
	color: black;

	margin-top: -5px;
	margin-right: 10px;
}

.tour-col-2 {
	padding: 0px;
}

.tour-relate-to h2 {
	line-height: 26px;
	font-weight: 700;
	color: #1b448e;
	font-size: 30px;
	padding: 20px 0px;
	text-transform: uppercase;
}

.price-relate-to span {
	font-size: 18px;
}

.slider-padding {
	padding: 0px 10px;
}

.btn-previous {
	position: absolute;
	z-index: 37;
	top: 50%;

	transform: translate(-50%, -50%);
	left: 30px;
	height: 35px;
	width: 35px;
	background: white;
	border: 0;
	border-radius: 50%;
}

.slider-tour-relate-to .btn-next {
	position: absolute;
	z-index: 37;
	top: 50%;
	right: -2px;
	transform: translate(-50%, -50%);

	height: 35px;
	width: 35px;
	background: white;
	border: 0;
	border-radius: 50%;
}

/* end product detail.blade */


.header_home-top {
	padding: 5px 0px;
	background-color: #086fb8;
}

.item-header-home-top {
	display: flex;
	justify-content: space-between;
}



.item-language {
	display: flex;
	gap: 15px;
	color: #fff;
}

.item-language img {
	height: auto;
	max-width: 100%;
	border-radius: 50%;
}

.address {
	color: white;
	font-size: 13px;
}

.address2 {
	color: #000;
	font-size: 14px;
}

.address strong {
	font-size: 15px;
}

.section-1 {
	display: none;
	color: #fff;

}

.list-footer-icon {
	display: none;
}

.ladi-all {
	position: relative;
}

.sticker {
	position: absolute;
	top: 0;
	left: 20px;
	z-index: -1;
}

.item-sticker {
	width: 233.401px;
	height: 213.097px;
}

.sticker2 {
	width: 247.134px;
	height: 247.134px;
	position: absolute;
	top: -150px;
	right: 100px;
	z-index: -1;
}

.item-sticker2 {
	background-color: rgba(197, 224, 233, 0.4);
	border-radius: 1000px;
	height: 100%;
}

.sticker3 {
	width: 19.1082px;
	height: 25.732px;
	top: 81.209px;
	left: 600px;
	position: absolute;
	z-index: -1;
}

.item-sticker3 {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.sticker4 {
	width: 29px;
	height: 29px;
	top: 287.575px;
	left: 200px;
	position: absolute;
	z-index: -1;
}

.item-sticker4 {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.sticker5 {
	width: 43px;
	height: 43px;
	top: 129.075px;
	left: 800px;
	position: absolute;
	z-index: -1;
}

.item-sticker5 {
	width: 100%;
	height: 100%;
	background-color: rgba(197, 224, 233, 0.2);
	border-radius: 1000px;
}

.sticker6 {
	width: 130.5px;
	height: 130.5px;
	top: 500px;
	left: 130px;
	position: absolute;
	z-index: -1;
}

.item-sticker6 {
	width: 100%;
	height: 100%;
	background-color: rgba(198, 225, 233, 0.5);
	border-radius: 1000px;
}

.sticker7 {
	width: 56px;
	height: 56px;
	top: 700px;
	right: 170px;
	position: absolute;
	z-index: -1;
}

.item-sticker7 {
	width: 100%;
	height: 100%;
	background-color: rgba(198, 225, 233, 0.5);
	border-radius: 1000px;
}

.sticker8 {
	width: 44px;
	height: 44px;
	top: 200px;
	right: 400px;
	position: absolute;
	z-index: -1;
}

.item-sticker8 {
	width: 100%;
	height: 100%;
}

.sticker9 {
	width: 98.134px;
	height: 98.134px;
	top: 500px;
	left: 150px;
	position: absolute;
	z-index: -1;
}

.item-sticker9 {
	width: 100%;
	height: 100%;
	background-color: rgba(197, 224, 233, 0.4);
	border-radius: 1000px;

}

.sticker10 {
	width: 98.134px;
	height: 98.134px;
	top: 913.358px;
	left: 1101.93px;
	position: absolute;
	z-index: -1;
}

.item-sticker10 {
	width: 100%;
	height: 100%;
	background-color: rgba(198, 225, 233, 0.1);
	border-radius: 1000px;
}

.sticker11 {
	width: 56.021px;
	height: 56.021px;
	top: 24.675px;
	left: 654.75px;
	position: absolute;
	z-index: 1;
}

.ladi-2 {
	position: relative;
}

.item-sticker11 {
	width: 100%;
	height: 100%;
	background-color: rgba(152, 170, 195, 0.5);
	border-radius: 1000px;
}

.sticker12 {
	width: 33.021px;
	height: 33.021px;
	top: 420.28px;
	left: 71.75px;
	position: absolute;
	z-index: 1;
}

.item-sticker12 {
	width: 100%;
	height: 100%;
	background-color: rgba(199, 226, 233, 0.2);
	border-radius: 1000px;
}

.sticker13 {
	width: 210.695px;
	height: 153.15px;
	bottom: -72.2723px;
	left: -120.695px;
	position: absolute;
	z-index: 1;
}

.item-sticker13 {
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.sticker14 {
	width: 210.695px;
	height: 48.15px;
	bottom: -24.797px;
	left: 340px;
	position: absolute;
	z-index: 1;
}

.item-sticker14 {
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.ladi-4,
.ladi-4 .img {
	position: relative;
}

.sticker15 {
	width: 21.0194px;
	height: 28.3057px;
	top: 30.398px;
	left: 297.496px;
	position: absolute;
	z-index: 1;
}

.item-sticker15 {
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.sticker16 {
	width: 77.075px;
	height: 77.075px;
	top: 223.78px;
	left: 0px;
	position: absolute;
	z-index: 1;
}

.item-sticker16 {
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-color: rgba(199, 226, 233, 0.3);
	border-radius: 1000px;
}

.sticker17 {
	width: 210.695px;
	height: 153.15px;
	bottom: -78.2723px;
	right: 100px;
	position: absolute;
	z-index: 1;
}

.item-sticker17 {
	width: 100%;
	height: 100%;
	pointer-events: none;
}

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


	.section-1 {
		display: block;
	}

	.logo-head {
		width: 90% !important;

	}

	.header_home .container {}

	.decs-logo-head {
		font-size: 13px;
		padding: 0 15px;
	}

	.title-logo-head {
		border-top: 1px solid #a5a1a1;
		padding: 5px;
	}

	.sidebar img {
		display: none;
	}

	.item-dichvu {
		display: none;
	}

	.footer-content-2 {}

	.list-footer-box {
		padding: 0 !important;
	}

	.list-footer-icon {
		padding: 0 !important;
		display: block;
	}

	.footer-content-1 {
		display: flex;
		align-items: center;
		gap: 5px;
	}

	.fas.fa-angle-double-right {
		display: inline-block;
		line-height: 2.8;
	}

	#check-4 {}

	.box {}

	.box .image {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.card-news-horizontal .content h3 a {
		height: 22px;
	}

	#category-product .col-product-item:nth-child(4n-2) {
		padding-left: 0;
	}

	#category-product .col-product-item {
		padding: 0;
	}

	.box h3 a {
		font-size: 15px;
	}

	.box h3 {
		margin: 0 !important;
		font-size: 0 !important;
		padding: 5px 0 10px 0;

	}

	#category-product .col-product-item:nth-child(4n+1) {
		padding-right: 0;
	}

	.item-header-home-top {
		justify-content: right;
		gap: 10px;
	}

	.SearchBar-wrap {
		margin-top: 10px;
	}

	.ico_more_home {
		margin-left: 0;
	}

	.ico_more_home h3 {
		margin: 0 !important;
	}

	.img_tour_home {
		height: 85px;
	}

	.khoi_hanh {
		display: none;
	}

	.about_tour_home h3 a {
		line-height: 15px;
	}

	.list-footer {
		margin: 0 !important;
	}

	.about_tour_home {
		height: 115px;
		overflow: hidden;
	}

	.list-amthuc li {
		padding: 0;
	}

	.about_tour_home h3 a {
		font-size: 12px;
	}

	.li_kh {
		margin-left: 0;
	}

	.about_tour_home_content {
		display: none;
	}

	.ss04_tintuc .container .slick-prev {
		left: 0;
		top: 90px;
		z-index: 2;
		width: 40px;
		height: 40px;
		border: 1px solid #000000;
		border-radius: 50%;
	}

	.ss04_tintuc .container .slick-prev i {
		font-size: 18px;
		color: #000000;
	}

	.ss04_tintuc .container .slick-next {
		right: 0;
		top: 90px;
		width: 40px;
		height: 40px;
		border: 1px solid #000000;
		border-radius: 50%;
	}

	.ss04_tintuc .container .slick-next i {
		font-size: 18px;
		color: #000000;
	}

}

.footer-icon:checked~.footer-content-2 {
	display: block;
	display: flex;
	align-items: center;
}

.icon-dichvu:checked~#mainNav {
	display: block;
}

.sidebar .active-list+.item-dichvu {
	display: block !important;
}

.sidebar .active-list+#title-small {
	display: block !important;
}

.sidebar .active-list .click-menu-mobile {
	transform: rotate(270deg);
}

.sidebar .active-list .onclick-list-dichvu {
	transform: rotate(270deg);
}


.active-list2+.show-list-footer {
	display: block !important;
}

.active-list2 .list-footer-icon i {
	transform: rotate(270deg);
}

@media(max-width:600px) {

	table,
	tbody,
	tr,
	td {
		/* display: block; */
	}

	td {
		width: auto !important;
		height: auto !important;
		text-align: left !important;
	}
}

.img_tour_home img {
	height: 100%;
	object-fit: cover;
}

.Lit_combo {
	display: none;
}

@media(max-width:768px) {
	.tour_policyall .tour_policy .item {
		display: flex;
		justify-content: left;
	}
}

@media(max-width:778px) {
	.list_sp_dressLike .col-6:nth-child(3) {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.list_sp_dressLike .list_five_sp:nth-child(5) {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.list_sp_dressLike .list_five_sp:nth-child(4) {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media(max-width:500px) {
	.box_search1 {}

	#myTab .nav-item .nav-link {
		padding: 9px 18px;
		border-radius: 8px;
		font-size: 16px;
		border: 1px solid white;
	}

	.wrap-partner .group-title {

		margin-top: 15px;
	}

	.Lit_combo {
		display: block !important;
	}

	.boc_gia {
		padding-top: 5px;
		display: block;
	}

	.boc_gia .btn_box a {
		font-size: 12px;
		text-align: center;
	}

	.blog-product-detail {
		padding: 0px;
	}

	.title-tour-detail h2 {
		font-size: 25px;
		line-height: 40px;
		font-weight: 700;
		margin-bottom: 10px;
	}

	.fomt_slifer_all .form_slider form {
		background: rgba(255, 255, 255, 0);
		border-radius: 5px;
	}

	.form_slider .headeing {
		text-shadow: 0 0px 0px #333;
	}

	.form_slider .headeing h3,
	.form_slider .headeing p {
		color: #000;
	}

	.fomt_slifer_all .form_slider form {
		margin: 0 auto;
		padding: 0px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.section_tour_policy {
		display: none;
	}

	.lsit_item .item a p {
		font-size: 13px;
	}

	.list_sp_dressLike .col-6:nth-child(3) {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;

	}

	.list_sp_dressLike .list_five_sp:nth-child(5) {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.lsit_item .item a p {
		font-size: 11px;
	}

	.lsit_item .item a img {
		width: 35px;
		height: 35px;
	}

	.lsit_item .item a {
		padding: 5px;
	}

	.lsit_item .item a img {
		margin-right: 5px;
	}

	.Lit_combo {
		padding: 20px 0px 0px 0px;
	}

	.lsit_item .item a p {
		font-size: 10px;
		white-space: nowrap;
		margin-right: 0px;
	}

	.header_prdunt h2 {
		font-size: 24px;
	}

	.item_sp_h .text {
		padding: 5px;
	}

	.lich p {
		display: none;
	}

	.name-sp {
		height: auto;
	}

	.name-sp h2 {
		height: 40px;
	}

	.list_prdunt {
		padding: 20px 0px 0px 0px;

	}

	.stt_End {
		padding: 20px 0px;
	}

	.dressLike {
		padding: 20px 0px 0px 0px;
	}

	.item_dreLike .img img {
		height: 200px;
	}

	.list-bar {}

	.title-footer {
		font-size: 14px !important;
	}

	.box_form_dky form {
		margin-bottom: 0px;
	}

	.box_form_dky {
		width: 100%;
		margin-bottom: 0px !important;
	}

	.box_padding {
		padding: 0;
		width: 100%;
		display: flex !important;
		justify-content: flex-end;
	}

	.list_sp_dressLike .list_five_sp:nth-child(5) {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.bar1,
.bar2,
.bar3 {
	width: 25px;
	height: 4px;
	background-color: #fff;
	margin: 5px 0 !important;
	transition: 0.4s;
}

.list-bar {
	/* height: 40px !important;
    width: 40px !important; */
	/* background-color: #086fb8; */
	border-radius: 5px;
	text-align: center;
	margin-left: 20px;
	padding-left: 10px;
}

.box-list-bar {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.search-pc {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	height: 40px;
	width: 40px;
}

.pay ul {
	display: flex;
}

.pay img {
	width: 60px !important;
}

.product-item-in .image a img {
	height: 150px;
	object-fit: cover;
	/* padding: 5px; */
	width: 100%;
}

.position-sticky {
	position: sticky;
	top: 20px;
}

/* .pt_social li a:nth-child(2){
    background: #00aced;
} */
/* .pt_social li a:nth-child(1){
    background: #3b5997;
} */
.pt_social li:nth-of-type(3) {
	background: #00aced;
}

.pt_social li:nth-of-type(1) {
	background: #3b5997;
}

.pt_social li:nth-of-type(2) {
	background: #ba2525;
}

.pt_social li:nth-of-type(4) {
	background: black;
}

.fin-mid {
	margin-top: 10px;
}

.stt1 {
	padding-top: 40px;
}

.item-box-stt1 {
	padding: 20px 40px 20px 20px;
	color: #fff;
	background-color: #c00;
	position: relative;
}

.item-box-stt1 h4 {
	font-size: 26px;
	margin: 0;
	color: #fff;
}

.item-box-stt1 p {
	width: 90%;
	margin: 2px 0 0 0;
	margin-top: 2px;
	font-size: 16px;
	color: #FFF;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-top: 5px;
	overflow: hidden;
	height: auto;
}

.box-stt1-right {
	position: absolute;
	top: 45%;
	right: 20px;

}

.box-stt1-right a {
	background-color: #000;
	padding: 10px 30px;
	margin-top: -15px;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	font-weight: 600;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity: 1;
	display: flex;
	height: 100%;
	align-items: center;
}

.display-flex {
	display: flex;
}

.stt2 {
	padding-top: 40px;
}

.video-top h3 {
	margin: 0;
	font-size: 32px;
	font-weight: 500;
	text-transform: uppercase;
}

.video-top {
	justify-content: space-between;
	margin-bottom: 20px;
}

.boloc-video {
	align-items: center;
}

.boloc-video span {
	margin-right: 0;
	display: flex;
	align-items: center;
}

.box-boloc-video {
	display: flex;
	align-items: center;
	background-color: #333;
	color: white;
	padding: 0px 15px;
	height: 30px;
	border-radius: 5px;
	cursor: pointer;
}

.box-boloc-video i {
	margin-left: 5px;
}

.filter-video {
	background-color: #333;
	color: white;
	padding: 20px;
}

.filter-video h4 {
	font-size: 23px;
	color: #a6a6a6;
	margin-top: 0px;
}

.filter-video ul {
	flex-wrap: wrap;
}

.filter-video ul li {
	width: 50%;
	margin-bottom: 5px;
}

.filter-video ul li a {
	color: #a6a6a6;
}

.filter-video {
	display: none;
}

.open-dk {
	display: block;
}

.box-boloc-video.avt {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;

}

.list-video {
	/* padding-top: 30px; */
}

.box-list-video {
	background-color: #333;
	padding: 7px;
	margin-bottom: 20px;
}

.item-box-list-video {
	position: relative;
}

.item-box-list-video img {
	aspect-ratio: 1/0.5;
	object-fit: cover;
	width: 100%;
}

.inf-video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #0e0e0e2b;
}

.inf-video-top {
	line-height: 30px;
	float: right;
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
}

.inf-video-top span {
	margin-left: 5px;
}

.inf-video-bottom {
	line-height: 30px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.inf-video-top span {
	padding: 0px 10px;
	font-size: 12px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #b5b5b5;
}

.item-inf-video-bottom {
	padding: 0px 10px;
	font-size: 12px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #b5b5b5;
}

.item-inf-video-bottom a {
	padding: 0px 5px;
	display: inline-flex;
	align-items: center;
}

.item-inf-video-bottom a i {
	font-size: 18px;
	margin-right: 5px;
}

.stt3 {
	padding-top: 40px;
}

.vechungtoi {
	background: url(../images/bg_vechungtoi.png);
	padding: 40px 0px;
}

.title-top h2 {
	font-weight: 400;
	margin-bottom: 12px;
	font-size: 85px;
	line-height: 67px;
	margin-top: 0px;
	color: #ffff;
}

.title-top h3 {
	font-weight: 400;
	margin-bottom: 12px;
	font-size: 30px;
	line-height: 30px;
	margin-top: 0px;
	color: #ffff;
}

.vechungtoi .decs {
	font-size: 16px;
	line-height: 25px;
	color: #ffff;
	text-align: justify;
}

.add-vechungtoi {
	padding: 20px 0px;
}

.add-vechungtoi-1 {
	height: 90px;
	width: 90px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 15px;
}

.box-vechungtoi {
	padding: 20px 20px 15px 20px;
	background-color: #fff3;
	margin-bottom: 15px;
	border-radius: 10px;
}

.box-vechungtoi-left {
	position: relative;
}

.box-vechungtoi-left {
	/* width: 170px; */
	/* height: 90px; */
}

.box-vechungtoi-left img {
	background: linear-gradient(to right, #fc953b, #ff6469);
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 57px;
	line-height: 67px;
	z-index: 1;
	transition: all 1s ease;
	display: block;
	/* height: 70px; */
	width: 100%;
	line-height: 78px;
	position: relative;
}

.box-vechungtoi-left1::after {
	content: "";
	/* top: -12px;
    left: -8px; */
	width: 83px;
	height: 84px;
	position: absolute;
	background: url(../images/icon-cechungtoi.png) no-repeat 0 0;
	display: block;
	bottom: -25px;
	right: -15px;
}

.box-vechungtoi-right h3 {
	font-size: 22px;
	line-height: 32px;
	position: relative;
	margin-bottom: 5px;
	margin-top: 0px;
	color: #fff;
}

.box-vechungtoi-right .desc {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}

.box-vechungtoi-left:hover img {
	transform: rotateY(360deg);
	transition: opacity .3s, transform .3s;
}

.stt4 {
	padding-top: 40px;
}

.box-sp-hoaduong img {
	width: 100%;
	border-radius: 10px;
	aspect-ratio: 1/0.5;
}

.box-sp-hoaduong a {
	position: relative;
	display: block;
}

.box-sp-hoaduong .item-box-sp {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: end;
	background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0.0005135843399859397) 55%);
	padding: 0px 15px;
	border-radius: 10px;
}

.item-box-sp i {
	height: 45px;
	width: 45px;
	border: 1px solid #ffa700;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffa700;
	font-size: 16px;
	margin-bottom: 7px;
}

.item-box-sp h2 {
	font-size: 16px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 0px;
	overflow: hidden;
	height: auto;
	margin-left: 10px;
}

.group-title {
	position: relative;
}

.group-title::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #c00;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box-sp-hoaduong {
	margin-bottom: 20px;
}

.img {
	position: relative;
}

.img a img {
	/* -webkit-filter: grayscale(1);    
    filter: grayscale(1);  */
}

.text {
	position: absolute;
	/* top: 0; */
	left: 0;
	right: 0;
	bottom: 0;
}

.name-sp p {
	color: white;
	font-size: 16px;
	text-align: center;
	display: none;
}

.btn_box {
	display: none;
}

.btn_box a {
	color: #fff;
	font-size: 14px;
	padding: 8px 25px;
	border-radius: 30px;
	display: table;
	margin: 18px auto 0;
	background-color: #c00;
	text-transform: uppercase;
	font-weight: 600;
}

.img:hover a img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.img:hover .text .name-sp p {
	display: block;
}

.img:hover .text .name-sp .btn_box {
	display: block;
}


/* Tem Hinh Anh */
.tabs {
	display: flex;
	justify-content: center;
}

.tablinks {
	transition: 0.2s ease;
	font: 15px/44px Arial;
	padding: 0 27px;
	height: 44px;
	border-radius: 30px;
	background-size: cover;
	display: inline-block;
	margin: 0 5px;
	position: relative;
	text-transform: uppercase;
	border: 2px solid #c00;
	background-color: #fff0;
}

.tablinks:hover {
	background: #c00;
	color: #fff;
}

/* Tab active */
.tablinks.active {
	background: #c00;
	color: #fff;
}

/* tab content */
.tabcontent {
	display: none;
	padding-top: 40px;
}

/* Text*/
.tabcontent p {
	color: #333;
	font-size: 16px;
}

/* tab content active */
.tabcontent.active {
	display: block;
}


.hinhanh-ring {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 110px;
	height: 110px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility .5s;
	left: 0;
	bottom: 0;
	display: block;
}

.hinhanh-circle {
	width: 85px;
	height: 85px;
	top: 10px;
	left: 10px;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid white;
	-webkit-animation: phonering-alo-circle-anim2 1.2s infinite ease-in-out;
	animation: phonering-alo-circle-anim2 1.2s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0.5;
}

.hinhanh-circle-fill {
	width: 55px;
	height: 55px;
	top: 25px;
	left: 25px;
	position: absolute;
	background-color: #f7941d;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-fill-anim2 2.3s infinite ease-in-out;
	animation: phonering-alo-circle-fill-anim2 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.hinhanh-img-circle {
	color: white;
	font-size: 20px;
}

.hinhanh-img-circle {

	width: 33px;
	height: 33px;
	top: 37px;
	left: 37px;
	position: absolute;
	background-size: 20px;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-img-anim2 1s infinite ease-in-out;
	animation: phonering-alo-circle-img-anim2 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hinhanh-img-circle .pps-btn-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.hinhanh-img-circle.pps-btn-img img {
	width: 20px;
	height: 20px;
}

.hotline-bar {
	position: absolute;
	background: rgba(230, 8, 8, 0.75);
	height: 40px;
	width: 180px;
	line-height: 40px;
	border-radius: 3px;
	padding: 0 10px;
	background-size: 100%;
	cursor: pointer;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	z-index: 9;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
	border-radius: 50px !important;
	/* width: 175px !important; */
	left: 33px;
	bottom: 37px;
}

/* .hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
  }
  .hotline-bar > a:hover,
  .hotline-bar > a:active {
    color: #fff;
  } */
@-webkit-keyframes phonering-alo-circle-anim2 {
	0% {
		-webkit-transform: rotate(0) scale(0.5) skew(1deg);
		-webkit-opacity: 0.1;
	}

	30% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		-webkit-opacity: 0.5;
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-webkit-opacity: 0.1;
	}
}

.box-hinhanh {
	position: relative;
}

.box-hinhanh img {
	height: 300px;
	width: 100%;
}

.content-hinhanh {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.content-hinhanh a {
	display: flex;
	height: 100%;
	width: 100%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.text-hinhanh {
	text-align: center;
}

.text-hinhanh span {
	display: block;
}

.icon-hinhanh {
	transition: all 1s;
}

.text-hinhanh {
	display: none;
	color: white;

	font-weight: 600;
}

.text-hinhanh span {
	font: 20px/24px Arial;
	color: #fff;
	text-align: center;
	display: block;
}

.box-hinhanh:hover .content-hinhanh {
	background-color: #00000040;
	border: 5px solid #c00;
	transition: 1s all;
}

.box-hinhanh:hover .icon-hinhanh {
	display: none;
}

.box-hinhanh:hover .text-hinhanh {
	display: block;
}

.box-content-hinhanh h3 {
	font: 16px/24px Arial;
	font-weight: normal;
	font-weight: normal;
	font-weight: bold;
	color: black;
}

.luotxem-lich span {
	font: 13px/21px Arial;
	color: #999;
	display: inline-block;
	position: relative;
	margin-right: 17px;
}

.luotxem-lich span i {
	margin-right: 5px;
}


/* galaxy-detail */
.video-detail {
	padding-top: 40px;
}

.box-video-detail {
	background-color: #f4f4f4;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 25px;
}

.sp-video iframe {
	border-radius: 10px;
}

.title-video-detail h2 {
	font-size: 35px;
	font-weight: 500;
}

.btn-like button,
.btn-share button {
	background: #1877f2;
	border: 0;
	color: white;
	padding: 0px 10px;
	border-radius: 2px;
	margin-right: 20px;
}

.btn-like button span,
.btn-share button span {
	font-size: 11px;
}

.box-video-detail .row .col-12 {
	display: flex;
}

.box-slide-video-lq {
	padding: 0px 5px;
}

.slider-video-lq button {
	position: absolute;
	z-index: 4;
	width: 26px;
	height: 26px;
	border-radius: 4px;
	top: -28px;
	border: none;
	font-size: 0;
	color: #fff;
	text-align: center;
	line-height: 26px;
	background-color: #d8d8d8;
}

.slider-video-lq .slick-prev {
	right: 40px !important;
	left: auto !important;
}

.slider-video-lq .slick-next {
	right: 0px !important;
}

.title-video-lq h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
}

.slider-video-lq button i {
	font-size: 14px;
	color: white;
	font-weight: bold;
	display: flex;
	justify-content: center;
}

.slider-video-lq button:hover {
	position: absolute;
	z-index: 4;
	width: 26px;
	height: 26px;
	border-radius: 4px;
	top: -28px;
	border: none;
	font-size: 0;
	color: #fff;
	text-align: center;
	line-height: 26px;
	background-color: #d8d8d8;
}

.title-big-web h2 {
	text-align: center;
	position: relative;
	padding-bottom: 32px;
	font-size: 40px;
	font-weight: 300;
}

.title-big-web h2::before {
	background-image: url(../images/bg_line_title.png);
	width: 351px;
	height: 25px;
	position: absolute;
	bottom: 0;
	left: calc((100% - 351px)/2);
	content: '';
}

.desc-big-web {
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	color: #666;
	margin-bottom: 30px;
}

.xemthem-vechungtoi {
	padding: 30px 0px;
}

.xemthem-vechungtoi a {
	color: white;
	border: 2px solid #fff;
	padding: 8px 35px;
	display: inline-block;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 16px;

}

.xemthem-vechungtoi a:hover {
	background-color: #c00;
	border: 1px solid #c00;
}

.hinhanh-web {
	margin-bottom: 30px;
}

.about_us-work_list {
	padding-top: 50px;
	padding-bottom: 50px;
}

.about_us-work_list .work-list .img img {
	width: 100%;
	margin-bottom: 20px;
}

.about_us-work_list .work-list .img {
	padding-bottom: 20px;
}

.about_us-work_list h2 {
	text-align: center;
	font-size: 24px;
	margin-top: 30px;
	padding-bottom: 20px;
	margin: 0px;
	font-weight: 600;
	line-height: 34px;
}

.about_us-work_list .desc {
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
	-webkit-line-clamp: none;
}

.about_us-work_list .number .row {
	justify-content: center;
}

.work-list .desc {
	text-align: justify;
}

.work-list .desc p strong {
	font-weight: 900;
}

.work-list .desc p strong em {
	font-weight: 900;
}

.work-list h2 {
	text-align: left;
}

.box-number {
	text-align: center;
}

.box-number img {
	height: 60px;
}

.box-number h3 {
	color: black;
	font-size: 20px;
	font-weight: 600;
}

@media(max-width:786px) {}

@media(max-width:960px) {
	.trip .title h2 {
		position: relative;

		font-size: 18px;
	}
}

@media(max-width:1095px) {
	.box-stt1-right {
		position: relative;
		top: 0;
		right: 0;

		display: flex;
		justify-content: right;
	}

	.box-stt1-right a {
		margin-top: 0px;


		display: inline-flex;
		height: 100%;
		align-items: center;
		justify-content: right;
	}
}

@media(max-width:550px) {
	.box-banner_right .desc {
		text-align: justify;
	}

	.item-box-stt1 p {
		width: 100%;
		-webkit-line-clamp: 3;
		text-align: justify;
	}

	.title-top h2 {
		font-weight: 400;
		margin-bottom: 12px;
		font-size: 70px;
		line-height: 35px;
		margin-top: 0px;
	}

	.box-vechungtoi {
		padding: 15px 0px;
	}

	.item-box-stt1 {
		padding: 15px;
	}

	.stt1 {
		padding-top: 0px;
	}

	.title-big-web h2 {
		text-align: center;
		position: relative;
		padding-bottom: 32px;
		font-size: 35px;
	}

	.video-top h3 {
		margin: 0;
		font-size: 25px;
	}

	.title-top h3 {
		font-size: 25px;
	}

	.inf-video-top span {
		padding: 0px 10px;
		font-size: 10px;
	}

	.item-inf-video-bottom a i {
		font-size: 12px;
		margin-right: 2px;
	}
}


/* //////////////////////////////////////ladi///////////////////////////////////////////// */
.ladi-all .container {
	max-width: 1000px;
}

/* header ladi */
.header-ladi .title {
	padding-top: 30px;
}

.header-ladi h2 {
	color: #1e2f21;
	font-size: 60px;
	font-weight: 600;
	line-height: 1.6;
}

.header-ladi h3 {
	color: var(--color-main);
	font-size: 55px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
	-webkit-text-stroke-width: 2px;
}

.btn-fake-header {
	padding-top: 20px;
}

.btn-fake-header .title {
	text-align: center;
}

.btn-fake-header .title h5 {
	border-style: solid;
	border-color: #333;
	border-width: 1px;
	border-radius: 1000px;
	display: inline-block;
	color: #333;
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	padding: 2px 50px;
}

.box-header {
	box-shadow: 0px 12px 17px -8px rgba(67, 97, 197, 1.0);
	-webkit-box-shadow: 0px 12px 17px -8px var(--color-main);
	background-color: var(--color-main);
	border-radius: 1000px;
	display: flex;
	justify-content: space-between;
	padding: 10px 50px;
	align-items: center;
	margin-top: 70px;
}

.box-header .img {
	height: 90px;
	padding-right: 20px;
}

.box-header .content {
	flex: 2;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid white;
}

.box-header .content .desc {
	font-size: 18px;
	font-weight: bold;
	text-align: justify;
	line-height: 1.4;
	color: white;
}

.box-header .content .desc p strong {
	font-weight: bold;
}

.btn-xemthem-header {
	padding-left: 20px;
	width: 223px;
	height: 45px;
}

.btn-xemthem-header a {
	box-shadow: 2px 2px 15px 0px #c3cdb2;
	-webkit-box-shadow: 2px 2px 15px 0px #c3cdb2;
	border-radius: 1000px;
	background-color: #fff;
	color: #333;
	padding: 12px 36px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	width: 100%;
	display: inline-block;
	height: 45px;
	overflow: hidden;
}

.btn-xemthem-header a span {
	transition: width 4s;
	overflow: hidden;
	width: 100%;
	display: inline-block;
	/* animation-duration: 4s;
    visibility: visible;
    animation-name: fadeInLeft; */
}

@-webkit-keyframes width {
	to {
		overflow: hidden;
		opacity: 1;
		width: 0px;
		transform: translateX(0px);
	}

	from {
		overflow: hidden;
		opacity: 1;
		width: auto;
		transform: translateX(-50px);
	}
}

@keyframes pulseSmall {
	to {
		overflow: hidden;
		opacity: 1;
		width: 0px;
		transform: translateX(0px);
	}

	from {
		overflow: hidden;
		opacity: 1;
		width: auto;
		transform: translateX(-70px);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

/* end header ladi */

.box {
	box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.5);
	background-color: rgb(255, 255, 255);
	border-radius: 6px;
	padding: 30px 40px;
	margin-bottom: 20px;
}

.box p {
	margin-bottom: 20px;
}

.box p strong {
	font-size: 18px;
	margin-bottom: 20px;
}

.box .desc {
	color: rgb(16, 23, 51);
	font-size: 17px;
	text-align: justify;
	line-height: 1.6;
}

.img,
.img a,
.img a img {
	height: 100%;
}

/* ladi-1 */
.ladi-1 {
	position: relative;
}

.ladi-1 .body {
	padding-top: 50px;
}

.img-muiten {
	display: flex;
	justify-content: center;
	padding: 20px 0px;
}

.item_img-muiten {
	width: 100px;
	height: 100px;
}

.ladi-1 h3 {
	color: var(--color-main);
	font-size: 33px;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	-webkit-text-stroke-width: 0px;
	margin: 0;
}

/* end ladi-1 */

/* ladi-1-1 */
.ladi-1-1 {
	padding-top: 70px;
}

.ladi-1-1 h4 {
	color: var(--color-main);
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	margin: 0;
}

.ladi-1-1 .body {
	padding-top: 20px;
}

/* end ladi-1-1 */


/* ladi-2 */
.ladi-2 {
	margin-top: 70px;
	background-color: var(--color-main);
	padding: 100px;
}

.ladi-2 .box {
	box-shadow: -20px 20px 2px 1px #5e746296;
	margin: 0px;
}

.ladi-2 h3 {
	color: var(--color-main);
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	-webkit-text-stroke-width: 0px;
	margin: 0;
}

.ladi-2 h5 {
	color: var(--color-main);
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	-webkit-text-stroke-width: 0px;
	margin: 0;
}

.ladi-2 .number {
	color: rgb(255, 255, 255);
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	-webkit-text-stroke-width: 0px;
	background-color: var(--color-main);
	border-radius: 1000px;
	padding: 2px 32px;
	display: inline-block;
	height: 30px;
}

.ladi-2 .text2 {
	color: var(--color-main);
	font-size: 19px;
	font-weight: bold;
	text-align: justify;
	line-height: 1.6;
	margin-left: 20px;
}

.ladi-2 ul li {
	margin-bottom: 20px;
	display: flex;
}

.ladi-3 {
	padding-top: 70px;
}

.ladi-3 .body {
	margin-top: 70px;
}

.ladi-3 h2 {
	color: var(--color-main);
	font-size: 46px;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	-webkit-text-stroke-width: 0px;
	margin: 0;
}

.ladi-3 ul {
	position: relative;
}

.ladi-3 li {
	color: var(--color-main);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

.ladi-3 ul li::before {
	content: counter(linum, disc);
	color: var(--color-main);
	font-size: 35px;
	top: -15px;
	position: absolute;
	left: 0;
}

/* end ladi-2 */

/* ladi-4 */
.ladi-4 {
	background-image: url(../images/bgr-giangvien.jpg);
	padding: 70px 0px 150px 0px;
	background-position: center bottom;
	background-repeat: repeat;
	margin-top: 70px;
}

.ladi-4 .container {
	display: flex;
}

.ladi-4 .container .title {
	flex: 2;
	padding-right: 50px;
}

.ladi-4 h3 {
	color: var(--color-main);
	font-size: 35px;
	font-weight: 500;
	text-align: left;
	line-height: 1.6;
	-webkit-text-stroke-width: 0px;
}

.ladi-4 .name {
	display: inline-block;
	background-color: var(--color-main);
	border-radius: 1000px;
}

.ladi-4 .name h3 {
	color: rgb(255, 255, 255);
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	padding: 1px 80px;
	margin: 0;
}

.ladi-4 .desc {
	color: var(--color-main);
	font-size: 17px;
	font-weight: bold;
	line-height: 1.8;
	padding-top: 25px;
}

.ladi-4 .item-img {
	height: 296px;
	width: 296px;
	border-radius: 100%;
	border: 14px solid white;
	-webkit-box-shadow: 0px 0px 30px -15px rgba(63, 102, 192, 1.0);
}

.ladi-4 .item-img img {
	height: 100%;
	width: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 30px -15px rgba(63, 102, 192, 1.0);
}

/* end ladi-4 */
/* .ladi-6 */
.ladi-6 {
	background-image: url(../images/bgr-cohoi.jpg);
	padding-top: 150px;
	padding-bottom: 100px;
	background-position: center top;
	background-repeat: repeat;
	background-size: cover;
	background-attachment: scroll;
}

.ladi-6 .title h2 {
	color: rgb(255, 255, 255);
	font-size: 75px;
	font-weight: bold;
	text-align: center;
	-webkit-text-stroke-width: 0px;
	text-shadow: -6px 0px 2px #c3cdb2;
	text-transform: uppercase;
	margin: 0;
	position: relative;
	display: inline-block;
}

.ladi-6 .title {
	text-align: center;
	overflow: hidden;
}

.ladi-6 .title h2::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: rgba(223, 223, 223, 0.4);
	right: -100%;
	bottom: 19px;
}

.ladi-6 .title .h3-1 {
	color: rgb(255, 255, 255);
	font-size: 31px;
	font-weight: 500;
	text-align: left;
	line-height: 1.6;
	-webkit-text-stroke-width: 0px;
	text-transform: uppercase;
	margin: 0;
	position: relative;
	height: 45px;
}

.ladi-6 .title .h3-1::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: rgba(223, 223, 223, 0.4);
	bottom: 0px;
	right: 0;
	left: 0;
}

.ladi-6 .box {
	background-color: #c3cdb2;
	border-radius: 6px;
	margin-top: 70px;
}

.ladi-6 .box ul li {
	color: rgb(0, 0, 0);
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	padding: 10px 0px;
	padding-left: 25px;
}

.ladi-6 ul li::before {
	content: counter(linum, disc);
	color: rgb(37, 53, 40);
	font-size: 40px;
	top: -6px;
	position: absolute;
	left: 0;
}

.title-small {
	display: flex;
	justify-content: center;
}

.ladi-6 .title h4 {
	color: rgb(255, 255, 255);
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	-webkit-text-stroke-width: 0px;
	margin-left: 160px;
}

.ladi-6 .title .h3-2 {
	color: var(--color-main);
	font-size: 46px;
	font-weight: 600;
	text-align: center;
	-webkit-text-stroke-width: 0px;
	background-color: white;
	padding: 0px 50px;
	margin: 0;
	border-radius: 1000px;
}

.ladi-6 .body h4 {
	color: rgb(255, 255, 255);
	font-size: 23px;
	font-weight: 600;
	text-align: left;
	line-height: 1.6;
	-webkit-text-stroke-width: 0px;
}

.ladi-6 .body .desc {
	color: rgb(255, 255, 255);
	font-size: 16px;
	margin-bottom: 43px;
	line-height: 1.4;
	margin-top: 20px;
}

.ladi-6 .body .content {
	display: block;
}

.ladi-6 .body .content .price {
	background-color: rgba(255, 255, 255, 0);
	border-style: solid;
	border-color: rgb(230, 225, 225);
	border-width: 1px;
	border-radius: 20px;
	padding: 16px 20px;
	text-align: center;
	position: relative;
	display: inline-flex;
	justify-content: center;
	height: auto;
	width: 100%;
}

.ladi-6 .body .content .price span {
	color: rgb(255, 255, 255);
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
	-webkit-text-stroke-width: 0px;
	padding-top: 10px;
	display: block;
}

.ladi-6 .body .content .price h6 {
	position: absolute;
	top: -19%;
	color: #333;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	-webkit-text-stroke-width: 0px;
	background-color: #c3cdb2;
	border-radius: 1000px;
	padding: 0px 30px;
}




.box-form {
	display: flex;
	flex-wrap: wrap;
}

.box-form-left {
	padding: 20px 30px;
	position: relative;
	box-shadow: 0px 0px 30px -15px rgba(18, 28, 75, 1.0);
	-webkit-box-shadow: 0px 0px 30px -15px rgba(18, 28, 75, 1.0);
	background-color: #c3cdb2;
	border-radius: 6px;
}

.box-form-left form h2 {
	color: #fff;
	font-size: 25px;
	text-align: center;
	margin: 0;
	margin-bottom: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	line-height: 30px;
	font-weight: 600;
}

.div-form input {
	height: 40px;
	width: 100%;
	font-size: 14px;
	color: #000000;
	margin-bottom: 8px;
	border: none;
	padding: 0px 15px;
}

.box-form-left form {
	position: relative;
	z-index: 1;
	padding: 10px;
}

.div-form button {
	height: 50px;
	width: 60%;
	border-radius: 30px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	background: var(--color-main);
	border: 1px solid white;
	color: white;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.thoigian h4 {
	text-align: center;
	font-size: 18px;
	color: rgb(22, 44, 102);
	padding: 5px 0 5px;
	margin: 10px;
}

.box-time {
	background-color: var(--color-main);
	margin-right: 6px;
	color: #fff;
	padding: 5px 10px;
	position: relative;
	height: 45px;
	width: 45px;
	text-align: center;
}

.box-time span {
	font-size: 25px;
	font-weight: bold;
}

.box-time label {
	color: rgb(22, 44, 102);
	font-weight: 600;
}

.time {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 25px;
}

.box-time label {
	position: absolute;
	bottom: -28px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 13px;
}

.box-form-right {
	text-transform: uppercase;
	padding-left: 30px;
}

.box-form-right h2 {
	font-size: 30px;
	margin-bottom: 5px;
}

.box-form-right h3 {
	font-size: 25px;
	font-weight: 400;
}

.input-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wdt-100 {
	width: 100%;
	overflow: hidden;
}

.wdt-50 {
	width: 49%;
	overflow: hidden;
}

.div-form textarea {
	width: 100%;
	padding: 15px;
}


/* feedback */
.ladi-7 {
	padding-top: 70px;

}

.feedback .title h3 {
	color: #333;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	margin: 0;
}

.feedback .body {
	padding-top: 70px;
}

.box-feedback {
	display: flex;
	margin-bottom: 30px;
}

.box-feedback .img {
	height: 130px;
	width: 130px;
	margin-right: 30px;
}

.box-feedback .img img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.box-feedback .box {
	flex: 2;
}

.box-feedback .box .desc p {
	margin: 0;
}

.box-feedback .box {
	background-color: #c3cdb2;
	padding: 50px;
}

.box-feedback .box .desc {
	color: rgb(16, 23, 51);
	font-size: 17px;
	text-align: justify;
	line-height: 1.6;
}

.box-feedback .box .name h3 {
	color: rgb(36, 36, 36);
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	line-height: 1.6;
	margin: 0;
}

.box-feedback .box .name h6 {
	color: rgb(13, 98, 242);
	font-size: 12px;
	text-align: right;
	line-height: 1.6;
	margin: 0;
}

.box-feedback:nth-child(2n+0) .img {
	order: 2;
	margin-right: 0px;
	margin-left: 30px;
}

.box-feedback:nth-child(2n+0) .box-feedback {
	order: 1;
}

/* end feedback */
.footer-ladi {
	background-image: url(../images/bgr-footer.jpg);
	padding: 100px 0px 20px 0px;
	display: none;
}

.footer-ladi .box-footer .title h2 {
	color: rgb(255, 255, 255);
	font-size: 30px;
	font-weight: 600;
	text-align: left;
	line-height: 1.2;
	margin: 0;
	padding-bottom: 10px;
}

.footer-ladi .box-footer .title h3 {
	color: rgb(196, 224, 233);
	font-size: 18px;
	font-weight: 300;
	text-align: left;
	line-height: 1.2;
	margin: 0;
	padding-bottom: 20px;
}

.footer-ladi .box-footer .list-footer ul li {
	color: rgb(255, 255, 255);
	font-size: 14px;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 5px;
}

.footer-ladi .box-footer .list-footer ul i {
	margin-right: 10px;
	color: white;
	font-size: 12px;
}

.footer-ladi .footer-right {
	display: flex;
	justify-content: right;
	align-items: end;
	height: 100%;
}

.footer-ladi .coppy-right {
	text-transform: none !important;
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 12px !important;
	text-align: center !important;
	line-height: 1.2 !important;
	border-top: 1px solid rgba(234, 232, 232, 0.6);
	padding-top: 20px !important;
	margin-top: 20px !important;
}

.wapper-lienquan button.slick-prev {
	left: 0;
}

.wapper-lienquan button.slick-next {
	right: 0;
}

@media(max-width:1200px) {
	.col-block_news-left .block-news_left {
		padding-right: 15px;
		padding-left: 15px;
	}

}

@media(max-width:986px) {

	span.xemthem-tr {
		display: none !important;
	}

	.col-block_news-left .block-news_left {
		padding: 0;
		height: auto !important;
	}

	.box-header {
		flex-wrap: wrap;
	}

	.btn-xemthem-header {
		text-align: right;
		width: 100%;
	}

	.btn-xemthem-header a {
		display: inline-block;
	}

	.ladi-2 {
		padding: 70px;
	}
}

@media(max-width:786px) {
	.header-ladi h2 {
		font-size: 25px;
	}

	.header-ladi h3 {
		font-size: 35px;
	}

	.ladi-4 .container {
		flex-wrap: wrap;
	}

	.ladi-4 .container .title {
		width: 100%;
		order: 2;
	}

	.ladi-4 .container .img {
		width: 100%;
		order: 1;
	}

	.ladi-4 {
		background-repeat: no-repeat;
	}

	.bgrmau-blog .box-blog .img-blog .name-blog a h3 {
		height: auto;
		font-size: 17px;
	}

	.ladi-1 h3 {
		font-size: 30px;
	}
}

@media(max-width:500px) {
	.banner {
		padding-bottom: 40px;
	}

	.trip {
		padding-top: 40px;
	}

	.content-blog {
		margin-bottom: 20px;
	}

	.Tinlienquan .title-tinlienquan {
		padding-top: 0;
		font-size: 20px;
	}

	.content_block-news_left-bottom .btn-dak button {
		padding: 8px 25px;
		font-size: 16px;
	}

	h2.title-block {
		font-size: 25px;
	}

	.info-tin {
		padding: 10px;
		padding-top: 5px;
	}

	h3.title-tin {
		font-size: 18px;
	}

	.ghichu {
		padding-bottom: 10px;
	}

	.box-tin {
		padding: 10px;
	}

	.img img {
		height: 100%;
		width: 100%;
	}

	.ladi-4 .container .title {
		padding: 0;
	}

	.ladi-4 .name h3 {
		padding: 0 14px;
		font-size: 25px;
		width: 100%;
	}

	.ladi-4 h3 {
		text-align: center;
	}

	.ladi-4 .item-img {
		margin: auto;
	}

	.ladi-4 {
		margin-top: 10px;
	}

	.ladi-3 .body {
		padding-top: 30px;
	}

	.ladi-3 h2 {
		color: var(--color-main);
		font-size: 32px;
	}

	.ladi-1-1 {
		padding-top: 20px;
	}

	.box {
		padding: 20px;
	}

	.box-feedback {
		display: flex;
		margin-bottom: 30px;
		position: relative;
		margin-top: 70px;
	}

	.box-feedback .img {
		height: 100px;
		width: 100px;
		margin-right: 30px;
		position: absolute;
		top: -50px;
		left: 0;
	}

	.box-feedback:nth-child(2n) .img {
		margin-left: 0px;
	}

	.ladi-2 {
		padding: 20px;
	}

	.box-header .img {
		height: 90px;
		padding-right: 20px;
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.box-header .img svg {
		height: 80px;
		width: 70px;
	}

	.box-header {
		padding: 20px;
		border-radius: 50px;
	}

	.btn-xemthem-header {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
}

* {
	margin: 0;
	padding: 0;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin: 10px 0;
	padding: 0;
}

.wrapper.home {}

img {
	object-fit: cover;
	/* width: 100%; */
}

table {
	width: 100%;
}

table,
th,
td {
	font-size: 100%;
	padding: 10px;
	margin-bottom: 10px;
}

.dnone {
	display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	padding-left: 10px;
	border-color: #ddd;
}

tr {
	margin-bottom: 10px;
}

td {
	vertical-align: central;
	padding: 5px !important;
	border-color: #ddd;
}

.media-sitebar {
	padding-top: 20px;
	border-top: 0px solid #cdcdcd;
}

.media-sitebar ul {
	justify-content: center;
}

.media-sitebar ul {
	padding-bottom: 15px;
	display: flex;
	border-bottom: 1px solid #cdcdcd;
	padding-top: 15px;
	align-items: center;
	border-top: 1px solid #cdcdcd;
}

.media-sitebar ul li a {
	display: inline-flex;
	width: 30px;
	height: 30px;
	background: #ed1c23ff;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	fill: #fff;
}

.media-sitebar ul .facebook a {
	background: #0866ff;
	margin-left: 10px;
}

.media-sitebar ul .zalo a {
	background: #0866ff;
}

.media-sitebar ul .instagram a {
	background: #fff;
}

.media-sitebar ul .tweet a {
	background: #009ded;
}

.media-sitebar ul .pinterest a {
	background: #e70024;
}

.media-sitebar ul .whatsapp a {
	background: #0dc144;
}

@media (min-width: 992px) {
	.ct-left {
		margin-left: 17px;
	}
}

@media(max-width:990px) {
	.ct-left.ct-right form {
		width: 100%;
	}

	.desc_address {
		padding-right: 0px;
		font-size: 16px;
	}

	.contact-temp-body {
		padding: unset;
	}
}

ul li {
	position: relative;
}

.desc2 ul,
.desc2 ol {
	padding-left: 0;
}

.desc2 ul li {
	list-style: disc;
}

.desc2 ol li {
	list-style: auto;
}

p {
	padding: 0;
	margin: 0;
}

i.fa {
	line-height: inherit;
}

body {
	background-color: #fff !important;
}

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

a {
	text-decoration: none;
	color: inherit;
	/* position: relative; */
}

a:focus {
	outline: none;
}


ol,
ul {
	margin: 0;
}

a:focus,
a:hover {
	text-decoration: none;
	cursor: pointer;

}

html {
	scroll-behavior: smooth;
}

.desc2 li,
.desc-about li {
	list-style: disc !important;
	margin-left: 20px;
}

/* banner */
.banner {
	background-color: white;
	padding-bottom: 0px;
}

.item-banner {
	background-color: #edf0e9;
	overflow: hidden;
}

.box-banner {
	background-color: #fff;
	position: relative;
	height: 560px;
}

.item_box-banner {
	display: flex;
	justify-content: right;
	background-color: #fff;
	height: 100%;
}

.box-banner_right {
	background-color: #fff;
	position: relative;
}

.box-banner_right img {
	position: absolute;
	top: 0;
	z-index: 99;
	right: 20px;
	height: 85%;
}

.img-banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	padding-right: 20px;
}

.img-banner,
.img-banner a,
.img-banner a img {
	height: 100% !important;
}

.box-banner_right {
	width: 62%;
	padding-right: 30px;
}

.box-banner_right .title h3 strong {
	font-family: var(--font-title-primary)
}

.header_bookkking h1 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 30px;
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: 500;
}

.content_bookig .icon_showa,
.content_bookig .icon_showa .icon {
	position: relative;
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.content_bookig .icon_showaa,
.content_bookig .icon_showaa .icon {
	position: relative;
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.content_bookig .icon_showa .icon::after {
	position: absolute;
	content: "";
	right: 50%;
	top: 50%;
	bottom: 0;
	width: 1px;
	height: 10px;
	transform: translate(-50%, -50%) rotate(0deg);
	background-color: #000;
	transition: all .25s ease;
}

.content_bookig .icon_showaa .icon::after {
	position: absolute;
	content: "";
	right: 50%;
	top: 50%;
	bottom: 0;
	width: 1px;
	height: 10px;
	transform: translate(-50%, -50%) rotate(0deg);
	background-color: #000;
	transition: all .25s ease;
}

.textaa {
	transform: scaleY(0);
	transition: all .25s ease;
	height: 0;
}

.text_show {
	position: relative;
}

.text_subnav {
	color: #1f1f1f;
	line-height: 1.5;
	font: 400 14px Open Sans, sans-serif;
}

.btn_close_show {
	padding-bottom: 24px;
}

.subnav .content_item:nth-child(2) {
	padding-top: 24px;
	border-top: 1px dotted #b4b4b4;

}

.header_retuns h1 {
	color: #1f1f1f;
	font: 400 28px Open Sans, sans-serif;
	margin: 0 auto 16px;
}

.icon_showaa {
	display: none;
}

.subnav {
	margin-left: -15px;
}

.content_item {
	display: flex;
}

.content_item .number {
	margin-right: 15px;
}

.allsubnav {
	display: none;
}

.header_subnav h4 {
	color: #1f1f1f;
	margin-bottom: 0;
	font: 600 18px Open Sans, sans-serif;
}

.text_subnav p {
	color: #1f1f1f;
	font: 400 14px Open Sans, sans-serif;
	margin-bottom: 16px;
}

.bg_li {
	display: block !important;
}

.text_subnav a {
	text-decoration: underline;
	color: #003953;
}

.btn_close_show span {
	color: #003953;
	cursor: pointer;
	font: 400 14px Open Sans, sans-serif;
	text-decoration: underline;
}

.header_nav h3 {
	color: #1f1f1f;
	font: 600 16px Open Sans, sans-serif;
	margin: 0 0 10px;
}

.img-block-news a {
	display: block;
}

.img-block-news a img {
	width: 100%;
}

.item_content_1 .nav_all {
	margin-left: 25px;
	padding-left: 25px;
}

.nav_all>li>p {
	font: 400 14px Open Sans, sans-serif;
	text-decoration: underline;
	cursor: pointer;
	color: #003953;
}

.showbongking_ondmai .icon_showaa {
	display: block;
}

.text_show {
	transform: scaleY(0);
	transition: all .25s ease;
	height: 0;
}

.showbongking_ondmai .text_show {
	transform: scaleY(1);
	height: auto;
	padding: 5px 0;
}

.showbongking_ondmai .textaa {
	transform: scaleY(1);
	height: auto;
	padding: 5px 0;
}

.form_lienhe_booking {
	margin-top: 20px;
}

.content_lienhe form .item label,
.centent_teax label {
	padding: 0 !important;
	font-size: 16px;
}

.centent_teax {
	width: 100%;
}

.centent_teax select {
	width: 100%;
	border: 1px solid #ddd;
	font-size: 16px;
	padding: 10px;
}

.box-baner-trangtrong ul li,
.item-footer-new ul li {
	list-style: none;
}

.btn_form_booking {
	background-color: #f26222;
	color: #fff;
	border: none;
	outline: none;
	font-size: 16px;
	border-radius: 8px;
	padding: 10px;
}

.centent_teax textarea {
	font-size: 16px;
	padding: 10px;
	width: 100%;
	border: 1px solid #ddd;
}

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

.content_lienhe {
	margin-top: 10px;
}

.content_lienhe form .item {
	width: calc(101.2% / 3 - 15px);
}

.content_lienhe form .item input {
	font-size: 16px;
	padding: 10px;
	width: 100%;
	border: 1px solid #ddd;
}

.header_lienhe h1 {
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: 500;
}

.show_text_booking {
	list-style: none;
	padding-bottom: 9px;
	margin-bottom: 25px;
	border-bottom: solid 1px #eee;
}

.show_text_booking .texta {
	font-size: 17px;
	font-weight: 600;
}

.show_text_booking .textaa {
	font-size: 17px;
	font-weight: 600;
}

.boongking {}

.content_bookig .showbongkingg .icon_showaa .icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.content_bookig .icon_showa .icon::before {
	position: absolute;
	content: "";
	right: 50%;
	top: 50%;
	bottom: 0;
	width: 1px;
	height: 10px;
	transform: translate(-50%, -50%) rotate(90deg);
	background-color: #000;
}

.content_bookig .icon_showaa .icon::before {
	position: absolute;
	content: "";
	right: 50%;
	top: 50%;
	bottom: 0;
	width: 1px;
	height: 10px;
	transform: translate(-50%, -50%) rotate(90deg);
	background-color: #000;
}

.box-banner_right .title {
	position: relative;
	z-index: 99;
}

.content_bookig .showbongking_ondmai .icon_showa .icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.showbongking_ondmai .texta {
	color: #5b9061 !important;

}

.showbongkingg .textaa {
	color: #5b9061 !important;

}

.box-banner_right .title h2 {
	/* font-family: 'UTM Scriptina KT', cursive; */
	font-size: 85px;
	padding-top: 15px;
	font-family: "SVN-Modisframe";
}

.box-banner_right .title h2 span {
	margin-left: 120px;
	font-size: 40px;
	margin-top: 0;
	display: block;
}

.box-banner_right .title h3 {
	font-size: 40px;
	color: var(--color-main);
	text-align: right;
	text-transform: uppercase;
}

.box-banner_right .desc {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	position: relative;
	z-index: 99;
	font-family: 'SVN-Aptima';
}

.img-banner .line {
	width: 100%;
	height: 20px;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	background-color: #c3cdb2;
}

.img-banner .line_left {
	position: relative;
	background: 0 0;
}

.img-banner .line_right {
	-webkit-box-flex: 1;
	flex: 1;
	background: #f5ede0;
}

.img-banner::after {
	height: 35%;
	width: 20px;
	content: '';
	background-color: #d8dfcf;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

.img-banner::before {
	height: 20px;
	width: 20px;
	content: '';
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	z-index: 9;
}

.info-xthem {
	display: flex;
	justify-content: right;
	padding-top: 35px;
	position: relative;
	z-index: 999;
}

.info-xthem ul {
	display: inline-flex;
	border: 1px dashed var(--color-main);
	align-items: center;
	height: 42px;
	padding: 0px 20px;
	border-radius: 20px;
	margin-left: 20px;
}

.info-xthem .info a {
	font-size: 16px;
}

.info-xthem .info a i {
	margin: 0px 5px;
	display: inline-flex;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	line-height: 35px;
	text-align: center;
	justify-content: center;
	align-items: center;
	background-color: var(--color-main);
	font-size: 15px;
	color: white;
	transition: all 0.7s;
}

.closeall_openall {
	display: flex;
	justify-content: right;
	gap: 20px;
}

.btn_closeall span,
.btn_openall span {
	cursor: pointer;
	font-weight: 600 !important;
	text-decoration: underline !important;
	color: #000;
}

.btn_closeall:hover span,
.btn_openall:hover span {
	color: #e9242d;
}

.info-xthem .info a i:hover {
	color: white;
	background-color: rgb(213, 152, 46);
}

/* end banner */

/* trip */
.trip {
	background-color: #f5ede0;
	padding: 40px 0px;
	position: relative;
	background: url(../images/bg_group.png);
	background: #f5f0e3;
	z-index: 1;
}

.trip::after {
	content: "";
	position: absolute;
	height: 50px;
	width: 100%;
	top: 100%;
	background: url(../images/line_in.png) no-repeat center bottom;
	z-index: -1;
}

.trip .container {
	position: relative;
}

.trip .title {
	text-align: center;
	position: relative;
}

.trip .title h2 {
	position: relative;
	padding-bottom: 20px;
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 600;
	color: var(--color-main);
	margin: 0;
	font-family: var(--font-title-primary)
}

.trip .title img {
	position: static !important;
	transform: translate(0%, 0%);
	height: 25px;
}

.trip .title h3 {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

.trip .desc h5 {
	font-size: 18px;
	text-align: center;
}

.body-trip img {
	position: absolute;
	bottom: 0 !important;
	height: 33% !important;
	right: 0px !important;
	top: auto !important;
	left: 0px !important;
	bottom: 20px !important;
	transform: translate(0%, 0%) !important;
	width: 100% !important;
}

.box-trip {
	text-align: center;
	padding-top: 30px;
	padding: 50px 90px 0px;
}

.body-trip .row .col-md-4:nth-child(2) {
	margin-top: -60px;
}

.body-trip .row .col-md-4:nth-child(3) {
	margin-top: -60px;
}

.box-trip .title h3 {
	font-size: 12px;
	font-weight: 500;
	color: var(--color-main);
	text-transform: initial;
	text-align: center;
}

.numer-trip {
	height: 50px;
	width: 50px;
	background-color: var(--color-main);
	color: white;
	border-radius: 50%;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 30px;
	font-family: 'Dancing Script', cursive;
}

.body-trip .xemthem-n {
	text-align: center;
	margin-top: 15px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	bottom: -65px;
}

.body-trip .xemthem-n a {
	display: flex;
	border: 0px dashed var(--color-main);
	border-bottom-color: rgb(39, 57, 41);
	border-bottom-style: dashed;
	border-bottom-width: 0px;
	align-items: center;
	height: 20px;
	padding: 0px 0px;
	border-radius: 0px;
	margin-left: 0px;
	font-size: 14px;
	color: var(--color-main);
	font-weight: 600;
	border-bottom: 1px solid;
	justify-content: center;
}

.body-trip .xemthem-n a i {
	margin-left: 5px;
}

.body-trip_S img {
	position: static !important;
	transform: translate(0%, 0%) !important;
	height: auto !important;
}

.body-trip_S {
	position: relative;
}

.item-body-trip_S {
	overflow-y: hidden;
	padding-bottom: 30px;
}

.body-trip_S {
	width: 1125px;
}

.box_body-trip_S {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.box_body-trip_S .row {
	height: 100%;
}

.box-trip-s .title h3 {
	font-size: 12px !important;
	font-weight: 600 !important;
	color: var(--color-main) !important;
	text-transform: initial !important;
	text-align: center !important;
	width: 40%;
	font-family: 'SVN-Aptima';
}

.xemthem-n-s a {
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline;
	font-family: unset;
}

.row .col-md-4:nth-child(1) .box-trip-s .title {
	display: flex;
	justify-content: right;
	margin-right: 20px;
}

.row .col-md-4:nth-child(2) .box-trip-s .title {
	display: flex;
	justify-content: center;
	margin-left: 40px;
}

.row .col-md-4:nth-child(3) .box-trip-s .title {
	margin-left: 20px;
}

.row .col-md-4:nth-child(1) .xemthem-n-s {
	position: absolute;
	bottom: -10px;
	right: 65px;
}

.row .col-md-4:nth-child(2) .xemthem-n-s {
	position: absolute;
	bottom: -10px;
	right: 130px;
}

.row .col-md-4:nth-child(3) .xemthem-n-s {
	position: absolute;
	bottom: -10px;
	left: 75px;
}

/* end trip */

/* blog */
.blog {
	background-color: white;
	padding: 100px 0px 20px 0px;
	position: relative;
}
.blog--hot{
	padding-top: 10px;
}
.box-blog {
	margin-bottom: 20px;
}

.blog .title {
	text-align: center;
	position: relative;
	font-size: 16px;
	max-width: 900px;
	margin: auto;
}

.blog .title h2,
.c-ttl__01 {
	position: relative;
	padding-bottom: 10px;
	font-size: 30px;
	font-style: italic;
	font-weight: 600;
	color: var(--color-main);
	margin: 0;
	text-transform: none;
}

.blog .title img {
	/* position: static !important; */
	transform: translate(0%, 0%);
	height: 25px;
	margin-bottom: 5px;
	position: absolute !important;
	left: 44%;
	top: 40px;
}

.blog .title p {
	width: 80%;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 18px;
	font-weight: 400;
}

.body-blog {
	padding-top: 40px;

}

/* .bgrmau-blog:nth-child(1) .box-blog{
    background-color: #fceb79;
}
.bgrmau-blog:nth-child(2) .box-blog{
    background-color: #c4df98;
}
.bgrmau-blog:nth-child(3) .box-blog{
    background-color: #7fd3ef;
}
.bgrmau-blog:nth-child(4) .box-blog{
    background-color: #edca92;
}
.bgrmau-blog:nth-child(5) .box-blog{
    background-color: #cd864d;
}
.bgrmau-blog:nth-child(6) .box-blog{
    background-color: #ca623d;
} */
.bgrmau-blog .box-blog {
	padding: 20px;
	border-radius: 20px;
	background-color: #c3cdb2;
}

.box-blog .img-blog {
	position: relative;
	margin-bottom: 10px;
}

.box-blog .img-blog img {
	height: 290px;
	width: 100%;
	border-radius: 20px 20px 0 0;
}

.box-blog .img-blog .name-blog {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--color-main);
}

.box-blog .img-blog .name-blog a h3 {
	color: white;
}

.bgrmau-blog .box-blog .img-blog .name-blog {
	position: static;
	bottom: 0;
	left: 0;
	right: 0;
	background: #b6cbba00;
}

.box-blog .img-blog .name-blog a h3 {
	color: rgb(255, 255, 255);
	font-size: 17px;
	text-align: center;
	padding: 0px 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.3;
	font-weight: 600;
	min-height: 43px;
	margin: 5px;
}

.bgrmau-blog .box-blog .img-blog .name-blog a h3 {
	color: rgb(0, 0, 0);
}

.bgrmau-blog .box-blog .img-blog .name-blog a h3 {
	height: 45px;
}

.body-blog .line {}

.content-blog {
	margin-bottom: 15px;
}

.content-blog .price {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #066334;
}

.content-blog .desc {
	color: black;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-align: justify;
	height: 85px;
	line-height: 21px;
	margin-bottom: 20px;
}

.body-blog .line {
	height: 0;
	background-color: rgb(0, 0, 0);
	width: 100%;
}

.bgrmau-blog .body-blog .line {
	height: 0px !important;
}

.bgrmau-blog .content-blog {
	margin-bottom: 0px;
}

.showcontent {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: initial !important;
	height: auto !important;
}

.showcontent~.btn-xemthem::before {
	content: "thu gon";
	/* font-size: 32px;
    height: 100%;
    padding-top: 15px;
    display: block; */
}

.body-blog .content-blog {
	padding-top: 0;
	/* display: flex; */
}

.box-blog .xemthem-n {
	display: flex;
	justify-content: center;
}

.content-blog {
	position: relative;
}

.btn-xemthem {
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	color: #b01616;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.xemthem-n a {
	padding: 5px 25px 9px 25px;
	font-size: 18px;
	color: var(--color-main);
	font-weight: 400;
	border: 1px dashed var(--color-main);
	border-radius: 20px;
	font-family: unset;
}

.bgrmau-blog .xemthem-n a {
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	height: 40px;
	padding: 0px 35px;
	border-radius: 12px;
	margin-left: 0px;
	font-size: 16px;
	color: white;
	font-weight: 500;
	border: 0px dashed var(--color-main);
	background-color: var(--color-main);
	transition: 0.7s all;
	font-family: var(--font-title-primary);
}

.bgrmau-blog .xemthem-n a:hover {
	background-color: rgb(213, 152, 46);
	;
}

/* end blog */

/* share */
.share {
	background-color: #eee;
}

.item-share {
	position: relative;
	height: 400px;
	overflow: hidden;
}

.share .item-box-share {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	background-color: #eee;
	height: 100%;
}

.box-share_left {
	width: 60%;
	position: relative;
}

.box-share_left img {
	position: absolute;
	z-index: 99;
	right: 20px;
	height: 80%;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.7;
}

.body-connect ul li a img {
	position: static;
	height: 35px !important;
	width: 35px !important;
	transform: translate(0%, 0%);
	margin-right: 15px;
}

.share .img-share_right {
	/* position: absolute; */
	top: 0;
	right: 0;
	/* width: 42%; */
	height: 100%;
	/* display: flex; */
	padding: 50px 15px 50px 0;
}

.share .img-share_right a,
.share .img-share_right a img {
	display: block;
	height: 100%;
	width: 100%;
}

.box-share_left .title {
	text-align: center;
}

.box-share_left {
	padding: 50px 20px;
}

.box-share_left .title_line span {
	background: #eee;
}

.box-share_left .title h2 {
	position: relative;
	padding-bottom: 20px;
	font-size: 30px;
	font-style: italic;
	font-weight: 600;
	color: var(--color-main);
	margin: 0;
	text-transform: capitalize;
}

.box-share_left .title img {
	position: static !important;
	transform: translate(0%, 0%);
	height: 25px;
}

.item_body-share h3 {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	text-align: center;
}

.body-share {
	padding: 0px 25px;
	z-index: 99;
}

.item_body-share .desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	color: #333;
	font-family: 'SVN-Aptima';
	text-align: center;
}

.body-share .xemthem a {
	display: inline-flex;
	border: 1px dashed var(--color-main);
	align-items: center;
	color: var(--color-main);
	height: 40px;
	padding: 0px 25px 3px 25px;
	border-radius: 20px;
	margin-left: 0;
	font-size: 16px;
	font-family: unset;
	transition: 0.7s all;
}

.body-share .xemthem a:hover {
	background-color: var(--color-main);
	color: #fff;
}

.body-share .xemthem {
	text-align: center;
	padding-top: 20px;
	margin-right: 15px;
}

.connect {
	/* position: absolute; */
	z-index: 99;
	padding-top: 20px;
	bottom: 0px;
	width: 98%;
}

.connect h3 {
	font-size: 17px;
	font-weight: 600;
	color: var(--color-main);
	text-transform: uppercase;
	font-family: 'SVN-Aptima';
}

.body-connect {
	padding-top: 10px;
}

.body-connect ul {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}

.body-connect ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: white;
	background-color: var(--color-main);
	padding: 9px 10px;
	display: inline-block;
	border-radius: 8px;
	font-family: 'SVN-Aptima';
}

.body-connect ul li a:hover {
	background-color: rgb(213, 152, 46);
}

.slide-share button i {
	font-size: 25px;
	color: var(--color-main);
	font-weight: 600;
}

.slide-share .slick-prev {
	left: -10px;
	z-index: 10px;
}

.slide-share .slick-next {
	right: 0px;
	z-index: 10px;
}

/* end share */

/* list hinh anh */
.list-img {
	padding: 40px 0px;
	padding-top: 60px;
}

.item_list-img {
	display: flex;
	flex-wrap: wrap;
}

.box_list-img {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.box_list-img_2 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.item_list-img_all {
	margin: 0px -3px;
}

.box_list-img_2,
.box_list-img_big {
	padding: 0px 3px;
	margin-bottom: 6px;
}

.box_list-img_big a {
	height: 100%;
	display: block;
}

.box_list-img_big a img {
	height: 406px;
	width: 100%;
}

.box_list-img_2 a img {
	height: 200px;
	width: 100%;
}

/* end list hinh anh */

/* POST BY CATEGORY */
.baner-trangtrong {
	background-image: url(../images/blog_details.png);
}

.box-baner-trangtrong {
	padding: 47px 0px;
	position: relative;
}

.box-baner-trangtrong img {
	position: absolute;
	top: 0;

	right: 0px;
	height: 100%;
}

.box-baner-trangtrong .title {
	position: relative;
	z-index: 99;
}

.box-baner-trangtrong .title h3 {
	position: relative;
	font-size: 26px;
	font-weight: 600;
	color: var(--color-main);
	margin: 0;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.box-baner-trangtrong .title h1 {
	position: relative;
	font-size: 26px;
	font-weight: 600;
	color: var(--color-main);
	margin: 0;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.box-baner-trangtrong ul {
	display: flex;
	color: #333;
	flex-wrap: wrap;
	font-size: 16px;
}

.desc2 ol li {
	list-style: disc !important;

}

.desc2 ul li {
	list-style: disc !important;

}

.box-baner-trangtrong ul li a {
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	font-family: 'SVN-Aptima';
}

.box-baner-trangtrong ul li:first-child a {
	padding-left: 0px;
}

.box-baner-trangtrong ul li a i {
	font-size: 14px;
	margin-right: 10px;
}

.box-baner-trangtrong ul li a::after {
	content: ">";
	/* height: 4px;
    width: 4px;
    background-color: white; */
	/* border-radius: 50%; */
	display: flex;
	position: absolute;
	right: -5px;
	top: -1px;
}

.box-baner-trangtrong ul li:last-child::after {
	content: "" !important;
}

.box-baner-trangtrong ul li:last-child a::after {
	display: none;
}

.box-share_left .desc p {}


.box_block-news_left {
	/* height: 100%;
    overflow: hidden; */
}

h2.title-block {
	color: #333;
	font-weight: bold;
	font-size: 35px;
	margin-top: 0;
}

.desc-bolck {
	font-size: 16px;
	text-align: justify;
	line-height: 1.5;
	overflow: hidden;
	transition: 0.5s ease-in-out;
	position: relative;
	/* height: 751px; */
}

.desc-bolck::before {}

.desc-bolck.active {
	max-height: unset;
}

.col-block_news-right {
	padding-left: 50px;
}

.col-block_news-left {
	flex: 0 0 65%;
	max-width: 65%;
}

.col-block_news-right {
	flex: 0 0 35%;
	max-width: 35%;
}

.col-block_news-left .block-news_left {
	padding-right: 50px;
	overflow: hidden;
}

.col-block_news-left .block-news_left.active {
	height: unset !important;
}

.content_block-news_left {
	position: sticky;
	top: 111px;
}

.content_block-news_left-bottom {
	background: #f5f0e3;
	padding: 20px;
	padding-bottom: 25px;
}

.content_block-news_left-bottom .btn-dak {
	text-align: center;
}

.content_block-news_left-bottom .btn-dak button {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 30px;
	border: none;
	border-radius: 30px;
	color: #fff;
	background: var(--color-main);
	margin-top: 30px;
	margin-bottom: 10px;
}

.content_block-news_left-bottom .list-info li span i {
	margin-right: 3px;
	font-size: 18px;
}

.content_block-news_left-bottom .list-info li img {
	width: 30px;
	height: auto;
}

.content_block-news_left-bottom .list-info {
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 16px;
}

.content_block-news_left-bottom .list-info li {
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	padding-bottom: 5px;
	padding-top: 3px;
	column-gap: 15px;

}

.content_block-news_left-bottom .list-info li span {
	font-weight: 500;
	display: block;
	width: 50%;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}

.content_block-news_left-bottom .list-info li span.chitite {
	font-size: 16px;
	font-weight: 600;
	font-family: inherit;

}

.ghichu {
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	padding-bottom: 24px;
}

.ghichu h4 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 0;
}

h3.title-tin {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	margin-top: 10px;
}

h3.title-tin2 {
	font-size: 16px;

}

.info-tin .desc-tin {
	font-size: 16px;
	text-align: justify;
	color: #464648;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 0;
}

.info-tin {
	padding: 15px;
	padding-top: 10px;
}

.wapper-lienquan .item-tin {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin: 0 10px;
}

.wapper-lienquan .slick-track {
	padding-bottom: 10px;
	padding-top: 10px;
}

.Tinlienquan {
	padding-top: 40px;
	padding-bottom: 50px;
}

span.xemthem-tr {
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
	display: inline-block;
	cursor: pointer;
	display: none;
}

span.xemthem-tr.active {
	display: block;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: inherit;
	color: inherit;
}

.wapper-lienquan button {
	font-size: 20px;
	color: #000;
	z-index: 10;
}

.box-tin .img {
	height: auto;
}

.box-tin .img img {
	aspect-ratio: 1/1;
	height: auto;
}

.Tinlienquan .title-tinlienquan {
	font-size: 30px;
	font-weight: 600;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	color: #333;
}

.Tinlienquan .title-tinlienquan::before {
	content: "";
	width: 90px;
	height: 2px;
	background-color: var(--color-main);
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translate(-50%, 100%);
}

.date-cmt-user {
	display: flex;
	padding: 15px 0;
	align-items: center;
}

.date-cmt-user .date {
	background-color: var(--color-main);
	text-align: center;
	color: white;
	padding: 10px 5px !important;
	/* margin-right: 15px; */
	display: flex;
	width: 65px;
	height: 65px;
	flex-wrap: wrap;
	justify-content: center;
}

.date-cmt-user .date span {
	font-size: 12px;
}

.date-cmt-user .date b {
	font-size: 16px;
}

.date-cmt-user .box-dcu {
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
}

.date-cmt-user .box-dcu:not(:first-child)::after {
	content: "";
	height: 25px;
	width: 1px;
	background-color: #333;
	display: flex;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 99;
	margin: 5px;
}

.date-cmt-user .box-dcu:last-child::after {
	height: 0px;
	width: 0px;
}

.date-cmt-user .box-dcu a {
	font-size: 14px;
	font-weight: 500;
}

.date-cmt-user .box-dcu a i {
	font-size: 20px;
	margin-right: 10px;
}

.content_block-news_left a h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 0px 0;
}

.content_in {
	font-size: 16px;
	text-align: justify;
	line-height: 21px;
}

.content_in ul {
	list-style: disc !important;
	margin-left: 20px;
}

.content_in .desc2 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.5);
	background-color: rgb(255, 255, 255);
	border-radius: 6px;
	font-size: 16px;
	text-align: justify;
	line-height: 22px;
}

.content_block-news_left .desc {
	padding-top: 15px;
	color: #333;
	font-weight: 400;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 16px;
	line-height: 22px;
}

.content_block-news_left .chitiet {
	padding-top: 5px;
	text-align: right;
	padding-bottom: 10px;
}

.content_block-news_left .chitiet a {
	display: block;
	color: var(--color-main);
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: underline;
}

.box-list_block-news_left {
	padding-top: 20px;
}

.box-list_block-news_left .content_block-news_left .chitiet {
	padding-top: 15px;
	text-align: left !important;
}

.box-list_block-news_left .img-block-news {
	height: 100%;
	padding-bottom: 20px;
}

.box-list_block-news_left .img-block-news img {
	height: 200px;
	width: 100%;
	margin-bottom: 0;
}

.box-list_block-news_left .content_block-news_left {
	padding: 0px;
}

.box-list_block-news_left .content_block-news_left .desc {
	-webkit-line-clamp: 4;
	text-align: justify;
}

.block-news_right .box-timkiem {
	background-color: var(--color-main);
	padding: 15px;
}

.block-news_right .box-timkiem .input-dk {
	background-color: white;
	border: 0;
	border-radius: 0;
	max-width: 100%;
	width: 100%;
}

.block-news_right .box-timkiem .item-search-model {
	background-color: #fff;
	padding: 0 3px;
}

.block-news_right .box-timkiem button {
	border: 0;
	height: 100%;
	color: #333;
	background-color: #ccc;
}

.block-news_right_2 {
	background-color: #FFF7F0;
	padding: 5px 15px 5px 15px;
	margin-top: 20px;
}

.block-news_right_2 ul li a {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 0px;
	display: block;
	border-bottom: 1px dotted gray;
}

.block-news_right_2 ul li a:hover {
	color: rgb(213, 152, 46);
}

.block-news_right_2 ul li:last-child a {
	border-bottom: 0px dotted gray;
}

.block-news_right_2 ul li a i {
	font-size: 13px;
	margin-right: 10px;
	color: #333;
}

.block-news_right_3 {
	background-color: #eee;
	padding: 15px;
	margin-top: 20px;
}

.block-news_right_3 .box-info {
	display: flex;
}

.box-info .img-info img {
	border-radius: 50%;
	border: 2px solid #333;
	height: 120px;
	padding: 3px;
	text-align: center;
	width: 120px;
}

.block-news_right_3 .box-info .nd-info {
	margin-left: 20px;
}

.block-news_right_3 .box-info .nd-info ul li a {
	color: #333;
	font-size: 14px;
	font-weight: 600;
}

.block-news_right_3 .box-info .nd-info ul li a i {
	margin-right: 8px;
	display: inline-flex;
	border-radius: 50%;
	height: 22px;
	width: 22px;
	line-height: 35px;
	text-align: center;
	justify-content: center;
	align-items: center;
	background-color: var(--color-main);
	font-size: 11px;
	color: white;
}

.block-news_right_3 .box-info .nd-info ul li {
	margin-bottom: 5px;
}

.news-new .title h3 {
	margin: 0;
	color: #333;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px dashed var(--color-main);
}

.news-new ul li {
	padding-top: 20px;
}

.news-new ul li {
	display: flex;
}

.news-new ul li .img-list-nn {
	width: 130px;
}

.news-new ul li .name-list-nn {
	width: 60%;
	flex: 1;
}

.news-new ul li .img-list-nn img {
	width: 120px;
	height: 90px;
}

.news-new ul li .name-list-nn p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 22px;
	font-size: 16px;
}

.block-news_right_3 .Tag .title h3 {
	margin: 0;
	color: #333;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 10px;
}

.body-tag {
	margin: 0px 0px;
	display: flex;
	flex-wrap: wrap;
}

.body-tag .box-tag {
	padding: 0px 6px 6px 0px;
	width: 50%;
}

.body-tag .box-tag a {
	display: block;
	background-color: white;
	text-align: center;
	padding: 4px;
	color: #333;
	font-size: 14px;
	font-weight: 500;
}

.body-tag .box-tag a:hover {
	color: var(--color-main);
}

/* END POST BY CATEGORY */


header .header-top {
	display: none;
}

.header_home .img-header {
	height: 200px !important;
}

.menu-desktop {
	justify-content: left !important;
}

.item-header {
	background-color: #a12063;
}

.menu-desktop .nav-main>li>a {
	/* line-height: 45px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 38px;
    font-weight: 600;
    position: relative; */
}

.video_destop {

	display: block;

}

.video_mobi {
	display: none;
}

.header-event {
	position: relative;
	width: 100%;
	z-index: 9;
	background-color: #a12063 !important;
	justify-content: center;
	position: fixed;
	webkit-animation: stuckMoveDown .6s;
	animation: stuckMoveDown .6s;
	z-index: 1000;
	top: 0;
}

.header-event-html {
	background-color: #a12063;
}

.menu-desktop .nav-main>li>a {
	padding: 0px 0px !important;
}

.menu-desktop .nav-main {
	display: flex;

	/* justify-content: space-between !important ; */
	width: 100% !important;
}

#header {
	display: flex;
	flex-wrap: wrap;
}



.info-logo-head {
	text-align: center;
}

.title-logo-head {
	color: #ff0000;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;

}

.decs-logo-head {
	font-size: 16px;
}

.search-pc {
	background: #e09f26;
	color: #fff;
	border: 0;
	outline: 0;
	padding: 10px 15px;
	border-radius: 5px;
}

.search-pc svg {
	color: #fff;
	font-weight: 600;
}

.search-mobile {
	display: none;
	margin-top: 26px;
	margin-left: 10px;
}

#search-mobile-btn svg {
	color: #000 !important;
}

.search-model {
	position: absolute;
	min-width: 300px;
	max-height: 0;
	z-index: 9;
	padding: 5px;
	margin: 0;
	transition: opacity .25s;
	box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
	border: 2px solid #ddd;
	color: #777;
	background-color: #fff;
	text-align: left;
	display: none;
	left: auto;
	right: 0;
	opacity: 0;
	bottom: -59px;
	border-radius: 0;
}

.show-search {
	display: table;
	opacity: 1 !important;
}



.item-search-model {
	js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.flex-grow {
	-ms-flex: 1;
	flex: 1;
	-ms-flex-negative: 1;
	-ms-flex-preferred-size: auto !important;
}

.flex-col {
	max-height: 100%;
}

.input-search {
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 0 0.75em;
	height: 2.507em;
	font-size: .97em;
	border-radius: 0;
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	background-color: #fff;
	color: #333;
	box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
	transition: color .3s, border .3s, background .3s, opacity .3s;
	outline: 0;

}

.button-search {
	background-color: #e09f26;
	line-height: 1.5em;
	min-width: 2.5em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	display: inline-block;
	border-color: #e09f26;
	outline: none;
	opacity: 1;
	color: #fff;
	height: 100%;
	padding: 0.34em 0.6em;
	border: none;
}




/* #search{
    display: block !important;
} */





/* @media (max-width: 745px){
    .logo-head {
    margin-right: 0px !important;
    }
    .SearchBar-wrap {
        flex-basis: calc(100% - 310px) !important;
    }
} */
*/ .list-bar {}

.nav-sub ul li a {
	color: black !important;
}

.nav-sub li a {
	color: black !important;
}



.slick-slider {
	position: relative;
	/* overflow: hidden; */
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.fa-phone {
	transform: rotateY(-180deg);
}

.container {
	width: 100%;
	max-width: 1200px;
}

.pagination {
	margin-bottom: 20px;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 0px;
}

.page-link:hover {
	background-color: var(--color-main);
	border-color: var(--color-main);
}

.more-tr i {
	display: block;
	padding-top: 7px;
	margin-left: 7px;
	transition: 0.5s;
	transform-origin: center;
	cursor: pointer;
	display: none;
}

.more-tr i.iok {
	display: block;
}

.more-tr i.active {
	padding-top: 0px;
	margin-left: 7px;
	transform: rotate(180deg);
	transform-origin: center;
	padding-bottom: 5px;
}

.more-tr {
	display: flex;
	align-items: center;
}

.pagination-group {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination-group .pagination {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.pagination-group .pagination a {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #e23b41;
}

.pagination-group .pagination span {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #e23b41;
	background-color: #e23b41;
	color: #fff;
}

.swal2-title {
	font-size: 14px !important;
}

.swal2-styled {
	font-size: 13px !important;
}

.swal2-popup {
	max-width: 23em !important;
}

.swal2-icon {
	transform: scale(0.7);
}


/*css slide home*/

.slide .slick-dots {
	bottom: 20px;
}

.slide .slick-dots li {
	border-radius: 100%;
	width: 12px;
	height: 12px;
	/* position: absolute; */
	background: rgba(153, 153, 153, 1);
	border: 3px solid rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	cursor: pointer;
	box-sizing: content-box;
	box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

.slide .slick-dots li.slick-active {
	background: rgba(255, 255, 255, 1);
	border: 3px solid rgba(241, 89, 42, 1);
}

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

.slide .slick-dots li button:before {
	width: 12px;
	height: 12px;
}

.bg-home {
	/* background-color: #f8f8f8; */
}

.fright {
	float: right
}

.fleft {
	float: left
}

.item-vote {
	width: 100%;
	margin-top: 20px;
}

.item-vote-avatar img {
	display: inline-block;
	height: 25px;
	line-height: 26px;
	background-color: #DDDDDD;
	color: #333;
	font-size: 15px;
	border-radius: 5px;
	padding: 0px 7px;
}

.item-vote-user {
	color: #333;
	font-size: 15px;
	font-weight: 700;
	margin-left: 3px;
}

.item-vote-time-right {
	font-size: 13px;
	color: #707070;
	font-weight: 700;
}

.item-vote-time-right i {
	font-size: 15px;
	font-weight: 400;
}

.item-vote-info {
	width: calc(100% - 32px);
	padding: 15px 10px;
	box-sizing: border-box;
	background-color: #F3F4F6;
	float: right;
	border-radius: 10px;
}

.item-vote-raiting,
.item-vote-question {
	font-size: 13px;
	color: #333;
}

.item-vote-question {
	margin-top: 10px;
}

i.fa-star {
	color: #707070;
}

.nav-vertical {
	position: relative;
	/* top: 40px; */
	left: 0px;
	right: 0;
	z-index: 10;
	height: 0;
	display: block;
}

.nav-vertical .nav-list {
	background-color: #fff;
}

.nav-vertical .nav-list li {
	position: unset;
}

.nav-vertical .nav-list>li>a {
	position: relative;
	display: block;
	color: #000;
	padding: 12px 0 14px 0;
	border-bottom: 1px solid #eee;
	margin: 0;
	font-size: 15px;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 23px;
}

.nav-vertical .nav-list>li>a>img {
	width: auto;
	height: auto;
	max-width: 22px;
}

.nav-vertical .nav-list>li>a:hover {
	background-color: #f8f9fa;
	color: #ed2024;
}

.nav-vertical .nav-list>li>a>img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	margin-right: 4px;
}

.ver-mega-mn1 {
	position: absolute;
	right: 5px;
}

.nav-vertical-sub {
	position: absolute;
	width: calc(100% + 30px);
	left: 90%;
	top: 0;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #ddd;
	visibility: hidden;
	transition: left 0.5s;
	z-index: -1;
	height: 495px;
	top: 3px;
	box-shadow: rgb(0 0 0 / 6%) -2px 0px 8px 0px;
}

.nav-vertical .nav-list>li:hover .nav-vertical-sub {
	visibility: inherit;
	left: 100%;
}

.nav-vertical .nav-list>li:hover .nav-vertical-sub li {
	padding: 6px 0 5px 0;
	border-bottom: 1px solid #eee;
	margin: 0;
	font-size: 15px;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 23px;
}

.item-vote-header {
	width: 100%;
	display: inline-block;
	padding: 0 20px 20px 20px;
}

.wrap-slide-home {
	padding: 10px 0 0;
}

.item-banner-home {
	margin-bottom: 15px;
}

.item-banner-home img {
	border: solid 1px #ebebeb;
	height: auto;
	object-fit: cover;
}

.padding_in {
	padding: 0 15px 0 0;
}

.bg-pro-tab .item-banner-home {
	margin-bottom: 10px;
	margin-top: 0px;
}

.hover-effect {
	position: relative;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	overflow: hidden;
}

.hover-effect-2:before {
	border: 50px solid transparent;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	top: 0;
	content: "";
	opacity: 1;
	-webkit-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
	width: 100px;
	height: 100px;
	-webkit-transform: scale(7);
	-ms-transform: scale(7);
	-o-transform: scale(7);
	transform: scale(7);
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	visibility: visible;
	z-index: 1;
}

.hover-effect-2:hover:before {
	border: 0 solid rgba(0, 0, 0, .7);
	opacity: 0;
	-webkit-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
}

.hover-effect-10:before {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
}

.hover-effect-10:before,
.hover-effect-10:after {
	bottom: 20px;
	content: "";
	left: 20px;
	opacity: 0;
	position: absolute;
	right: 20px;
	top: 20px;
	-webkit-transition: opacity .35s ease 0s, -ms-transform .35s ease 0s;
	-webkit-transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
	-webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
	-o-transition: opacity .35s ease 0s, -ms-transform .35s ease 0s;
	-o-transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
	-o-transition: opacity .35s ease 0s, transform .35s ease 0s;
	transition: opacity .35s ease 0s, -ms-transform .35s ease 0s;
	transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
	transition: opacity .35s ease 0s, transform .35s ease 0s;
	z-index: 3;
}

.hover-effect-10:hover:before,
.hover-effect-10:hover:after {
	opacity: 1;
	-webkit-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.hover-effect-10:after {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
}

#rating label {
	margin: 0;
	padding: 0;
}

#rating {
	border: none;
	float: left;
	/* margin-left: 10px; */
	width: 100%;
}

#rating>input {
	display: none;
}

#rating>label:before {
	margin: 0 2px;
	font-size: 29px;
	content: "\f005";
	font-family: 'Font Awesome 5 Free';
	display: inline-block;
	font-weight: 900;
	cursor: pointer;
}

#rating>.half:before {
	content: "\f089";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	box-sizing: content-box;
	cursor: pointer;
}

#rating>label {
	color: #ddd;
	float: right;
}

#rating>input:checked~label,
#rating:not(:checked)>label:hover,
#rating:not(:checked)>label:hover~label {
	color: #FFD700;
}

#rating>input:checked+label:hover,
#rating>input:checked~label:hover,
#rating>label:hover~input:checked~label,
#rating>input:checked~label:hover~label {
	color: #FFED85;
}

.form_danhgia label {
	float: left;
}

.section_banner_home {
	width: 100%;
	padding: 15px 0;
}

.section_banner_home .list-banner {
	display: flex;
	padding: 0 5px;
	width: 100%;
}

.section_banner_home .item {
	width: 33.33333%;
	padding: 0 10px;
}

.section_banner_home .item .box {}

.section_banner_home .item .image {
	border-radius: 8px;
	overflow: hidden;
}

.section_banner_home .item .image img {
	width: 100%;
}

.section_banner_home .item .box .info {}

.section_banner_home .item .box h3 {
	font-size: 16px;
}

.section_banner_home .item .box h3 a {
	font-size: inherit;
}

.section_banner_home2 {
	width: 100%;
	padding: 16px 0;
}

.section_banner_home2 .image {
	width: 100%;
}

.section_banner_home2 .image img {
	width: 100%;
}


/*css slide home*/

.pro-item-star {
	margin-top: 8px;
	font-size: 13px;
}

.pro-item-start-rating i.star-bold {
	font-weight: 700;
	color: #ed1d3d;
}

.pro-item-star:nth-child(n+2) {
	margin-left: 5px;
}

.pro-item:hover {
	transition: all ease-in-out .4s;
	transform: scale(1.02);
	z-index: 1;
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 30%);
}

.item-thuong-hieu {
	width: calc((100% - 45px) / 4);
	margin-right: 15px;
}

.item-thuong-hieu:nth-child(4n+4) {
	float: right;
	margin-right: 0px;
}

.item-thuong-hieu-thumb {
	display: block;
	height: 125px;
	width: 100%;
	box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
	border-radius: 8px;
}


/* :start */

.hover-effect-10 {
	display: block;
	background: #000;
}

.hover-effect-10:hover img {
	opacity: .5;
	-webkit-filter: alpha(opacity=50);
	filter: alpha(opacity=50);
}

.hover-effect-4:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 75%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 75%);
	content: "";
	opacity: 0;
	-webkit-transform: translate3d(0, 50%, 0);
	-ms-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -ms-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
}

.hover-effect-4:hover:before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.template-detail {
	padding: 0px 0;
}

.desc_lienhe {
	padding-bottom: 20px;
}

.slide {
	position: relative;
	background: #fff;
	padding-top: 0px;
	/* padding-bottom: 10px; */
}

.slide img {
	width: 100%;
}

.slide:after {
	/* content: ""; */
	width: 100%;
	height: 30%;
	position: absolute;
	left: 0;
	bottom: -2px;
	background-image: url(../images/line-slide.png);
	z-index: 1;
	background-position: center;
	background-size: 100% 100%;
}

.wrap-support {
	/* padding: 20px 0 0; */
	padding-bottom: 30px;
}

.box-support {
	padding: 20px 20px 0;
	background-color: #fff;
	border: solid 1px #ebebeb;
}

.mw-20 {
	min-width: 20%;
}

.col-support-item {
	margin-bottom: 20px;
}

.support-item {}

.support-item .box {
	display: flex;
	align-items: center;
}

.support-item .box .icon {
	width: 50px;
}

.support-item .box .icon img {}

.support-item .box .content {
	width: calc(100% - 50px);
	padding-left: 10px;
}

.support-item .box .content h3 {
	margin-top: 0;
	text-transform: none;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
}

.support-item .box .content .desc {
	line-height: 1.4;
	font-size: 14px;
}

.wrap-product-home {
	padding: 20px 0 30px;
	background: #f8f8f8;
}

.wrap-product-home-2 {
	background-color: #f2f2f5;
}

.list-product-home {}

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

.page-link:focus {
	box-shadow: inherit;
}

.page-link {
	color: #000;
	background-color: #c3cdb2;
}

.col-product-card {
	margin-bottom: 30px;
}

.product-card {}

.product-card .box {
	border: 1px solid #ddd;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.product-card .box .image {
	position: relative;
}

.product-card .box .image img {}

.product-card .box .hot {
	bottom: 5px;
	right: 10px;
	text-transform: capitalize;
	color: #ffffff;
	background: #C70909;
	font-size: 10px;
	padding: 0 10px 0 8px;
	height: 21px;
	line-height: 23px;
	text-align: center;
	display: block;
	position: absolute;
}

.product-card .box .hot:before {
	content: "";
	background: url(../images/icon-sale.png) no-repeat 0 0;
	width: 11px;
	height: 21px;
	position: absolute;
	left: -11px;
	top: 0;
}

.product-card .box .hot:after {
	content: "";
	background: url(../images/icon1-sale.png) no-repeat 0 0;
	width: 3px;
	height: 21px;
	position: absolute;
	right: -3px;
	top: 0;
}

.product-card .box .sale {
	position: absolute;
	top: 0;
	top: 17px;
	right: 10px;
	background-color: #9f7a49;
	color: #fff;
	padding: .3em .5em;
	font-size: 12px;
	font-weight: bold;
}

.product-card .box .content {
	padding: 10px 15px;
	border-top: 1px solid #ccc;
}

.product-card .box .content .name {
	margin-top: 0;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	height: 45px;
}

.product-card .box .content .name a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.box-price {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.box-price .new-price {
	color: #ff0000;
	font-weight: 700;
	font-size: 20px;
	margin-right: 7px;
}

.box-price .old-price {
	font-size: 15px !important;
	text-decoration: line-through;
	color: #ccc !important;
	font-weight: 400 !important;
}

.product-card .action {
	position: absolute;
	width: 100%;
	top: 0;
	transform: translate(0, -100%);
	opacity: 0;
	transition: all 0.5s;
}

.product-card .box:hover .action {
	top: 50%;
	opacity: 1;
}

.product-card .action ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-card .action ul li {
	width: 40px;
}

.product-card .action ul li a {
	display: flex;
	height: 40px;
	width: 40px;
	align-items: center;
	justify-content: center;
	background-color: #c31f26;
	color: #fff;
}

.product-card .action ul li a i {}

.product-card .action ul li a svg {
	width: 18px;
	fill: #fff;
}

.product-card .action ul li a:hover {
	background-color: #05090a;
	color: #fff;
}

.product-card .action ul li a:hover svg {
	fill: #fff;
}

.group-title {
	text-align: center;
	margin-bottom: 10px;
}

.group-title1 .title1 {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0px;
	font-size: 25px;
	color: #404040;
}

.group-title .title {
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 0;
	line-height: 30px;
	margin-bottom: 30px;
	font-size: 28px;
	color: #333;
	position: relative;
	text-align: center !important
}

/* .group-title .title:after {
    content: "";
    display: table;
    clear: both;
    background: url(../images/line.png);
    width: 100%;
    height: 13px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0px;
} */

.group-title .title-img {
	border-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
	background: #fff;
	font-size: 25px;
	margin-bottom: 0;
	padding: 15px 10px;
	color: #c00;
	font-weight: 600;
}

.item-lq img {
	width: 100%;
}

.Post-des {
	padding: 20px 0 0;
}

.img-title {
	height: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-title img {
	height: 2px;
	width: 186px;
}

.title-h {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

.title-h .text {
	margin: 0;
	font-size: 20px;
	color: #fff;
	padding: 0 15px;
	padding-right: 60px;
	background: linear-gradient(60deg, #c31f26 calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 30px), transparent calc(100% - 35px));
	line-height: 40px;
	font-weight: bold;
	white-space: nowrap;
	/* height: 100%; */
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.title-h1 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
	position: relative;
}

.title-h1:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #ebebeb;
	position: absolute;
	left: 0;
	top: 18px;
}

.title-h1 .text {
	background: #f8f8f8;
	margin: 0;
	font-size: 25px;
	color: #333;
	padding: 0 15px 0 0;
	padding-right: 30px;
	line-height: 40px;
	font-weight: 300;
	white-space: nowrap;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	position: relative;
}

.title-h1 .text strong {
	font-weight: 600;
	padding-right: 5px;
}

#countdown {
	height: auto;
	text-align: left;
	border-radius: 5px;
	/* margin: auto; */
	/* padding: 10px 0 20px; */
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
}

#countdown #tiles {
	position: relative;
	z-index: 1;
}

#countdown #tiles>span {
	width: 58px;
	max-width: 40px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background-color: #05090a;
	border-radius: 3px;
	margin: 0px 1px;
	padding: 1px 0;
	display: inline-block;
	position: relative;
}

#countdown #tiles>span:first-child {
	margin-left: 0;
}

#countdown #tiles>span:last-child {
	margin-right: 0;
}

#countdown .labels {
	width: 100%;
	height: 25px;
	text-align: left;
}

#countdown .labels li {
	width: 102px;
	font: bold 15px 'Droid Sans', Arial, sans-serif;
	color: #d2ae7e;
	text-shadow: 1px 1px 0px #000;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}

.cate-dot-1 .slick-dots {
	width: auto;
	bottom: unset;
	right: 80px;
	top: -25px;
}

.cate-dot-1 .slick-dots li {
	border-radius: 100%;
	width: 12px;
	height: 12px;
	/* position: absolute; */
	background: #eee;
	/* border: 3px solid rgba(255, 255, 255, 0.9); */
	border-radius: 50%;
	cursor: pointer;
	box-sizing: content-box;
	box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

.cate-dot-1 .slick-dots li.slick-active {
	background: #353a3d;
	/* border: 3px solid rgba(0, 0, 0, 1); */
}

.cate-dot-while-1.cate-dot-1 .slick-dots li.slick-active {
	background-color: #eee;
}

.cate-dot-while-1.cate-dot-1 .slick-dots li {
	background-color: #fff;
}

.cate-dot-1 .slick-dots li button {
	width: 12px;
	height: 12px;
}

.cate-dot-1 .slick-dots li button:before {
	width: 12px;
	height: 12px;
}

.cate-arrows-1 .slick-prev,
.cate-arrows-1 .slick-next {
	opacity: 1;
	font-size: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	margin: 0;
	width: 45px;
	height: 45px;
	background-color: #fff;
	color: rgb(0, 0, 0);
	border-radius: 50%;
	border: 1px rgb(255, 255, 255) solid;
}

.fomt_slifer_all .form_slider form {
	margin: 0 auto;
}

.forn-l {
	padding: 15px 0px;
}

.form_slider .headeing h3 {
	margin-top: 0;
	font-size: 40px;
	margin-bottom: 0;
	color: #fff;
	font-weight: 700;
}

.form_slider .headeing p {
	font-size: 20px;
	margin-bottom: 30px;
	color: #fff;
}

.form_slider form .input {
	position: relative;
}

.form_slider form .input i {
	position: absolute;
	color: #00000087;
	top: 50%;
	transform: translateY(-50%);
	font-size: 23px;
	left: 12px;
}

.form_slider .item_2 {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}

.item_2 .input p {
	position: absolute;
	top: 2px;
	left: 49px;
	color: #494b55;
}

.item_2 input[type="date"]::-webkit-calendar-picker-indicator {
	display: none;
}

.item_2 .input {
	width: calc(87% / 2);
}

.item_2 .input select {
	border: none;
}

.item_2 .input .sele {
	width: 100%;
	padding: 27px 10px 8px 45px;
	border-radius: 2px;
	background-color: #fff;
}

.section_tour_policy .tour_policyall {
	display: flex;
}

.tour_policyall .tour_policy .item {
	display: flex;
	justify-content: center;
	padding: 10px;
	border-left: 1px solid #bebebe;
	height: 100%;
}

.tour_policyall .tour_policy:nth-child(1) .item {
	border-left: none;
}

.section_tour_policy {
	background-color: #fff;
	border-bottom: 1px solid #dee2e6;
}

.tour_policy .item .img {
	width: 15%;
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.tour_policy .item .img img {
	border-radius: 50%;
	padding: 10px;
	background-color: #273793;
}

.tour_policy .text {
	width: 75%;
	width: 65%;
}

.Lit_combo {
	padding: 20px 0;
	background: #e5e5e5;
}

.evo-item-blogs .text_blogs a {
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	height: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	margin-bottom: 7px;
	color: black;
	font-weight: 700;
	transition: all .3s;
}

.evo-item-blogs {
	margin-bottom: 20px;
}

.img_blogs {
	overflow: hidden;
}

.img_blogs img {
	transition: all .3s;
	height: 230px;
}

.evo-item-blogs:hover .img_blogs img {
	transform: scale(1.1);
}

.evo-item-blogs .text_blogs a:hover {
	color: #273793;
}

.header_blogs {
	margin-top: 15px;
}

.mt_blogs p {
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	height: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.list_prdunt {
	padding: 20px 0 10px
}

.stt_End {}

.header_prdunt h2:hover,
.header_prdunt h2:hover span {
	color: #e09f26;
}

.item_sp_h .text {
	/* background-color: rgb(221, 221, 221); */
	padding: 10px;
}

.item_sp_h .text .name-sp h2 {
	margin: 0;

}

.item_sp_h .text .name-sp h2 a {
	color: #fff;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	font-size: 20px;
	text-align: center;
}

.icon,
.lich img {
	width: 15px;
}

.item_sp_h .text .name-sp h2:hover a {
	color: #e09f26;
}

.item_sp_h .text .icon_pt {
	padding: 5px 0;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.boc_gia .gia_new p {
	color: #f00;
	font-weight: 600;
	font-size: 18px;
}

.boc_gia .btn_box a {
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	background-color: #086fb8;
	color: #fff;
	font-size: 13px;
	transition: all 300ms;
	-webkit-appearance: none;
	display: block;
	border-radius: 5px;
}

.item_sp_h .img,
.banner-top .img {
	overflow: hidden;

}

.banner-top .img img {
	transition: all .3s;
}

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

.item_sp_h .img img {
	transition: all .3s;
}

.btn_show_all {
	text-align: center;
}

.item_dreLike .img img {
	width: 100%;
	height: 320px;
	transition: all .3s;
}

.list_five_sp .item_dreLike .img img {
	width: 100%;
	height: 160px;
}

.list_five_sp {
	flex: 0 0 20%;
	max-width: 20%
}

.list_five_sp .item_dreLike .text a {
	text-align: left;
}

.item_dreLike {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.item_dreLike .text a p svg {
	width: 12px;
	fill: #e09f26
}

.item_dreLike .text a {
	text-align: center;
}

.item_dreLike:hover .text a h4 {
	color: #1ba0e2;
}

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

.list-item .item_sp_h:hover {
	top: -7px;
}

.item_dreLike .text a h4 {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	transition: all .1s;
}

.item_dreLike .text a p {
	font-size: 12px;
	color: #fff;

}

.item_dreLike .text a p span {
	color: #e09f26;
	font-weight: 600;
}

.item_dreLike .text {
	background-image: url(/public/frontend/images/bg_like_dress.png);
	position: absolute;
	bottom: 0;
	padding: 50px 10px 10px 10px;
	width: 100%;
	color: #fff;
	z-index: 999;
}

.btn_show_all a:hover {
	color: #fff;
	background-color: #e09f26;
}

.dressLike {
	padding: 20px 0;
	background: #f2f5f8;
}

.btn_show_all a {
	transition: all .3s;
	display: inline-block;
	height: 40px;
	line-height: 38px;
	padding: 0 25px;
	border: 1px solid #e09f26;
	color: #e09f26;
	font-weight: 500;
	border-radius: 4px;
}

.list-item .item_sp_h {
	position: relative;
	margin-bottom: 20px;
	top: 0;
	transition: all 300ms;

}

.item_sp_h1 {
	margin: 0 5px 20px;
}

.row {
	/* margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important; */
}

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

.item-tav {
	border: 3px solid rgba(255, 255, 255, .1);
	border-radius: 8px;
	width: 14.2857%;
	display: inline-block;
	margin: 0 10px;
}

.item-tav>a {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 45px;
	border-radius: 6px;
	background-color: #cc0000ba;
	font: 13px/16px Arial;
	color: #fff;
	position: relative;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.nav-tabs .active::before {

	position: absolute;
	width: 19px;
	height: 9px;
	position: absolute;
	left: calc(50% - 9px);
	bottom: -7px;
	background-image: url(../images/attr2.png);
}

.nav-tabs li {
	margin-bottom: 5px;
}

.item-tav>a>span {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	padding: 0 16px;
	text-transform: uppercase;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.box_search1 {
	width: 100%;
	padding: 15px 20px 0 20px;
	background: #fff;
}

.boc_gia .btn_box a:hover {
	background-color: #273793;
	color: #fff;
	border-radius: 4px;
}

.boc_gia {
	padding-top: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.item_sp_h .text .lich span {
	color: #273793;
	font-weight: 600;
}

.item_sp_h .text .lich {
	font-size: 12px;
	align-items: center;
	gap: 5px;
	padding: 5px 0;
	display: flex;
}

.giacu p {
	text-decoration: line-through;
	font-size: 12px;
	color: #999;
}

.text .icon_pt .icon {
	gap: 5px;
	display: flex;
}

.item_sp_h .img img {
	width: 100%;

}

.ss-dddl {
	padding: 15px 0;
}

.header_prdunt p {
	text-align: center;
	color: #888;
	margin-bottom: 20px;
}

.header_prdunt h2 {
	text-align: center;
	font-size: 23px;
	font-weight: 600;
	text-transform: uppercase;
	color: #086fb8;
	letter-spacing: .01em;
	position: relative;
}

.header_prdunt {
	margin-bottom: 15px;
	text-align: center;
	position: relative;
}

.header_prdunt>a {
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 3;
}

.header_prdunt::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	background: #086fb8;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.header_prdunt h2 span {
	color: #e09f26;
}

.lsit_item .item a {
	display: flex;
	align-items: center;
	padding: 15px;
	background: #fff;
	box-shadow: 1px 1px 0 rgb(0 0 0 / 7%);
	z-index: 26;
}

.lsit_item .item a img {
	background-color: #ed0080;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	padding: 12px;
	margin-right: 10px;
}

.lsit_item .item:nth-child(2) a img {
	background-color: #1b448e;
}

.lsit_item .item:nth-child(2) a p span {
	color: #1b448e;
}

.lsit_item .item:nth-child(3) a img {
	background-color: #149abc;
}

.lsit_item .item:nth-child(3) a p span {
	color: #149abc;
}

.lsit_item .item:nth-child(4) a img {
	background-color: #149abc;
}

.lsit_item .item:nth-child(4) a p span {
	color: #149abc;
}

.lsit_item .item a p span {
	font-weight: 700;
	text-transform: uppercase;
	color: #ed0080;
}

.lsit_item .item a p {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	overflow: hidden;
	margin-right: 5px;
}

.tour_policy .text p {
	text-align: justify;
	font-size: 13px;
	color: #888;
	line-height: 1.3;
}

.Lit_combo .row {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.btn_header button {
	border: none;
	box-shadow: none;
	outline: none;
	font-weight: 600;
	text-align: center;
	display: flex;
	align-items: center;
	font-size: 16px;
}

.item_2 .btn_header {
	width: 10%;
}

.form_slider form .input input {
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 0 1em;
	height: 40px;
	font-size: 16px;
	border-radius: 0;
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	background-color: #fff;
	color: #333;
	transition: color .3s, border .3s, background .3s, opacity .3s;
	outline: 0;
	border-radius: 6px;
}

.btn_header {
	background-color: #086fb8;
	line-height: 1.5em;
	min-width: 2.5em;
	padding-left: 30px;
	padding-right: 30px;
	display: inline-block;
	border-color: rgba(0, 0, 0, .05);
	outline: none;
	opacity: 1;
	color: #fff;
	height: 100%;
	margin-left: 15px;
	border-radius: 4px;
}

.item_2 .input input {
	padding: 25px 10px 5px 45px !important;
}

.form_slider .headeing {
	text-shadow: 0 1px 1px #333;

}

.box_search_tour {

	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.fomt_slifer_all {}

.cate-arrows-1 .slick-prev {
	left: 10px;
}

.cate-arrows-1 .slick-next {
	right: 10px;
}

.cate-arrows-1 .slick-prev i,
.cate-arrows-1 .slick-next i {
	font-size: 20px;
	color: inherit;
}

.cate-arrows-1-sm .slick-prev,
.cate-arrows-1-sm .slick-next {
	width: 10px;
	height: 30px;
}

.cate-arrows-1-sm .slick-prev i,
.cate-arrows-1-sm .slick-next i {
	font-size: 10px;
}


/* cate 2 */

.cate-arrows-2 .slick-prev,
.cate-arrows-2 .slick-next {
	opacity: 1;
	font-size: 20px;
	top: 3px;
	transform: translateY(-70px);
	z-index: 3;
	margin: 0;
	width: 25px;
	height: 30px;
	/* background-color: #bababa; */
	color: #333;
}

.cate-arrows-2 .slick-prev {
	left: unset;
	right: 40px;
}

.cate-arrows-2 .slick-next {
	right: 10px;
}

.cate-arrows-2 .slick-prev i,
.cate-arrows-2 .slick-next i {
	font-size: 15px;
	color: inherit;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	/* background-color: #c31f26; */
	/* font-weight: bold; */
	/* font-size: 18px; */
	background-color: unset;
	color: red;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
}

.nav-pills .nav-link {
	font-size: 13px;
	line-height: 24px;
}

.title-nav-tab {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/* align-items: center; */
	border-bottom: 3px solid #000;
	border-top: 1px solid #f2f3f2;
	background-color: #f7f7f7;
	padding-right: 50px;
	margin-bottom: 30px !important;
}

.title-nav-tab h3 {
	margin: 0;
	font-size: 20px;
	color: #fff;
	padding: 5px 15px;
	padding-right: 60px;
	background: linear-gradient(60deg, #c31f26 calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 30px), transparent calc(100% - 35px));
	line-height: 30px;
	font-weight: bold;
	/* white-space: nowrap; */
	/* height: 100%; */
	display: flex;
	align-items: center;
}

.title-nav-tab2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/* align-items: center; */
	border-bottom: 0px solid #000;
	border-top: 0px solid #f2f3f2;
	background-color: #f7f7f7;
	padding-right: 50px;
	margin-bottom: 30px !important;
}

.title-nav-tab2:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #ebebeb;
	position: absolute;
	left: 0;
	top: 19px;
}

.title-nav-tab2 h3 {
	background: #f8f8f8;
	margin: 0;
	font-size: 22px;
	color: #333;
	padding: 0 15px 0 0;
	padding-right: 30px;
	line-height: 40px;
	font-weight: 600;
	white-space: nowrap;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	position: relative;
}

.list_image_video {}

.list_image_video .slick-prev,
.list_image_video .slick-next {
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	opacity: 1;
	margin: 0;
	line-height: normal;
	font-size: 15px;
	background-color: rgba(0, 0, 0, 0.5);
	height: 40px;
}

.list_image_video .slick-prev:before,
.list_image_video .slick-next:before {
	display: none;
}

.list_image_video .slick-prev {
	left: 2px;
}

.list_image_video .slick-next {
	right: 0px;
}

.list_image_video .slick-prev i,
.list_image_video .slick-next i {
	font-size: 15px;
	color: #fff;
}

.list_image_video .item {
	width: 33.3333%;
	padding: 0 2px;
}

.list_image_video .item .image {
	width: 100%;
	cursor: pointer;
}

.list_image_video .item .image img {
	height: 71px;
	object-fit: cover;
}

.nav-pills {
	background: #f8f8f8;
	position: relative;
}

.nav-pills .nav-link {
	padding-left: 5px;
	padding-right: 5px;
}

.wrap-product-tab {
	padding: 30px 0 20px;
	background-color: #f8f8f8;
}

.wrap-product-tab:nth-child(2n) {
	background-color: #f8f8f8;
}

.slide-pro {
	flex: 0 0 100%;
	max-width: 100%;
}

.wrap-news-home {
	padding: 70px 0 50px;
	/* background-color: #f2f2f5; */
}

.wrap-news-home .group-title .title {
	/* color: #e23b41; */
	/* padding-bottom: 0; */
}

.list-news-home {
	/* padding: 0 70px */
}

.fo-03-news {
	/* padding: 0 7.5px; */
	margin-bottom: 25px;
}

.fo-03-news .box {
	position: relative;
}

.fo-03-news .image {
	overflow: hidden;
}

.fo-03-news .image a {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 75%;
}

.fo-03-news-main .image a {
	padding-bottom: 67%;
}

.fo-03-news .date {
	/* margin-bottom: 10px; */
	font-size: 13px;
	color: #898989;
}

.fo-03-news .image img {
	transition: all 0.5s;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.fo-03-news .image:hover img {
	transform: scale(1.1);
}

.fo-03-news .content {
	padding: 10px 0px 20px;
	box-shadow: 0px 15px 16px #f4f4f4;
	position: relative;
	background-color: #fff;
}

.fo-03-news .content .caption {
	padding-left: 115px;
}

.fo-03-news .content .time {
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #c31f26;
	color: #fff;
	width: 70px;
	text-align: center;
	font-size: 16px;
	transform: translateY(-50%);
	left: 20px;
	padding: 5px;
	font-weight: bold;
}

.title-template {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
	border-bottom: 0px solid;
	margin-top: 0;
	font-size: 20px;
}

.title-template-in {
	text-align: center;
	font-weight: 600;
	font-size: 25px;
	text-transform: uppercase;
	padding-bottom: 20px;
	color: #353a3d;
	margin: 0;
}

.count-search {
	font-weight: bold;
	font-size: 15px;
	background-color: #eee;
	padding: 10px 20px;
	margin: 0 0 15px;
}

.title-template .title-inner {
	margin: 0;
	font-size: 20px;
	color: #fff;
	padding: 0 15px;
	padding-right: 60px;
	background: linear-gradient(60deg, #c31f26 calc(100% - 35px), transparent calc(100% - 35px));
	line-height: 40px;
	font-weight: bold;
	white-space: nowrap;
	/* height: 100%; */
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.title-template .orderby {}

.title-template select {
	background-color: inherit;
	border: unset;
}

.product-detail-infor .box-infor .info-desc .desc ul li {
	list-style: disc !important;
	margin-left: 18px;
}

.fix-sidebar {
	position: sticky;
	top: 110px;
}

#side-bar {
	margin-bottom: 30px;
}

.side-bar {
	background-color: #ffffff;
	box-shadow: 0 0px 0px #d9dadb;
	margin: 12px 0 20px 0;
	border: solid 1px #eee;
	border-radius: 5px;
}

.side-bar:last-child {
	margin-bottom: 0;
}

.title-sider-bar {
	font-size: 18px;
	margin: 0px 0 0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	color: #000;
	font-weight: 600;
	padding: 10px 15px 10px;
	border-bottom: 1px solid #eee;
	line-height: 26px;
	text-transform: uppercase;
	background: #f2f0f0;
}

.menu-side-bar {
	background: transparent;
}

.menu-side-bar>li {
	border-radius: 0px;
}

.list-category {
	background: #fff;
}

.list-fill {
	/* padding: 20px 15px; */
	background: #eee;
	padding: 10px;
	margin-bottom: 15px;
}

.box-list-fill {
	margin-bottom: 0px;
	background: #01524c;
	padding: 0 10px;
}

.list-fill .form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
	font-size: 15px;
	line-height: 26px;
}

.list-fill .form-check ul li {
	list-style: disc !important;
}

.box-list-fill:last-child {
	margin-bottom: 0;
}

.title-s {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	padding: 8px 0;
	text-transform: uppercase;
	padding-right: 30px;
	position: relative;
}

.title-s i {
	position: absolute;
	right: 0;
	top: 4px;
	display: inline-flex;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #beb8b8;
}

.title-s i.active:before {
	content: "\f067";
}

.box-list-fill ul {}

.box-list-fill ul li {
	margin-top: 5px;
}

.box-list-fill ul img {
	height: 20px;
	width: auto;
}

.box-list-fill ul li+li {
	margin-top: 5px;
}

.menu-side-bar {}

.menu-side-bar li.active>a {
	color: #000;
	text-transform: none;
}

.list-category ul>li>a>img {
	/*width: 18px;
    height: 18px;
    margin-right: 16px;*/
}

.list-category ul>li>a .pt_icon_right {
	position: absolute;
	right: 0;
	top: 3px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	transition: all 0.5s;
	opacity: 0.4;
}

.list-category ul>li>a .pt_icon_right2 {
	position: absolute;
	right: 0;
	top: 2px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	transition: all 0.5s;
	opacity: 0.4;
}

.list-category ul>li>a .pt_icon_right:before {
	content: "\f067";
}

.list-category ul>li>a .pt_icon_right2:before {
	content: "\f067";
}

.list-category ul>li.active>a>.pt_icon_right:before {
	content: "\f068";
}

.list-category ul>li.nav_item1.active>a>.pt_icon_right2:before {
	content: "\f068";
}

.list-category ul>li.active a .pt_icon_right {
	/* transform: rotate(90deg); */
}

.list-category ul>li>a {
	position: relative;
	user-select: none;
	display: block;
	height: auto;
	line-height: 30px;
	text-decoration: none;
	clear: both;
	font-weight: 600;
	font-size: 14px;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease-in-out;
	-khtml-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-bottom: 1px solid #e5e5e5;
	padding: 6px 10px;
	/* color: #222222; */
	position: relative;
}

.list-category>ul>li>a {
	padding-left: 5px;
	font-size: 15px;
	font-weight: 600;
	padding-right: 5px;
}

ul.menu-side-bar>li>a:before {
	display: none;
}

.list-category ul>li>a:hover {
	color: #fbb03b
}

.list-category ul>li>a>span {
	padding-left: 22px;
}

.list-category ul>li>a:before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: 20px;
	top: 18px;
	font-weight: 900;
}

.list-category ul>li>a>span {
	padding-left: 6px;
	/* border-left: 1px solid #e5e5e5; */
}

.list-product .pull-center {
	text-align: center;
	margin-bottom: 15px;
}

.btn.btn-readmore {
	padding: 0 30px;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	height: 36px;
	line-height: 38px;
	border: none;
	text-align: center;
	letter-spacing: 0px;
	-webkit-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s, opacity 0.3s;
	-moz-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s, opacity 0.3s;
	-o-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s, opacity 0.3s;
	-ms-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s, opacity 0.3s;
	transition: background-color 0.3s, box-shadow 0.3s, color 0.3s, opacity 0.3s;
	cursor: pointer;
	-webkit-box-shadow: 0 2px 1px rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 1px rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 30%);
}

a.btn.btn-readmore {
	background: #e8151b;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	border-radius: 5px;
	text-transform: none;
	box-shadow: none;
	height: 32px;
	line-height: 32px;
}

a.btn.btn-readmore:hover {
	background: #0085bf;
	color: #ffffff;
}

.menu-side-bar-leve-2 {
	display: none;
}

.menu-side-bar-leve-3 {
	display: none;
}

.cate_info {
	background: url(../images/c.gif) no-repeat center 20px;
	text-align: center;
	padding-top: 65px;
	font-size: 18px;
	font-style: italic;
	color: #1a1a1a;
	margin-bottom: 30px;
}

.cate_info .desc {
	line-height: 30px;
	max-width: 820px;
	margin: auto;
}

.cate_info .name {
	font-weight: 700;
	padding-top: 10px;
	height: 40px;
	font-size: 19px;
}

.cate_info .line_column {
	width: 1px;
	height: 30px;
	overflow: hidden;
	background-color: #1a1a1a;
	margin-left: auto;
	margin-right: auto;
}

.cam_ket {
	padding: 40px 0 20px;
	width: 100%;
	background-image: url(../images/bg_conso.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.cam_ket .group-title .title {
	color: #fff;
}

.cam_ket .title-b {
	color: #fff;
}

.cam_ket:before {
	content: '';
	position: absolute;
	background-color: rgb(0 0 0 / 80%);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.list_camket {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.list_camket .item {
	width: 33.3333%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.list_camket .item .box {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}

.list_camket .item .box .image {
	width: 60px;
}

.list_camket .item .box .image img {}

.list_camket .item .box .info {
	width: 100%;
	text-align: center;
	padding-top: 11.2px;
	padding-bottom: 0;
	position: relative;
	font-size: 14.4px;
}

.list_camket .item .box .info .name {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.list_camket .item .box .info .desc {
	margin-top: 1.6px;
	margin-bottom: 1.6px;
	color: #fff;
	text-align: center;
	font-size: 15px;
}

.list-category .menu-side-bar-leve-2>li>a {
	padding-left: 20px;
	line-height: 22px;
	padding: 3px 15px;
	font-weight: 400;
}

.list-category .menu-side-bar-leve-2>li>a:before {
	left: 30px;
	/* top: 11px; */
	display: none;
}

.list-category .menu-side-bar-leve-3>li>a {
	padding-left: 70px;
	line-height: 35px;
	height: 35px;
}

.list-category .menu-side-bar-leve-3>li>a:before {
	left: 58px;
	top: 11px;
}

.list-trending {}

.list-trending ul {
	display: flex;
	flex-wrap: wrap;
}

.list-trending ul>li {
	font-size: 13px;
	margin-top: 0;
	padding: 15px;
	/* border-bottom: 1px solid #f0f0f0; */
}

.list-trending ul>li>.box {
	display: flex;
	flex-wrap: wrap;
}

.list-trending ul>li>.box .xemthem {
	display: inline-block;
	padding: 5px 15px;
	background-color: #ff9a00;
	color: #fff;
	border-radius: 5px;
	margin-top: 5px;
}

.list-trending .box .icon {
	width: 140px;
	overflow: hidden;
	/* height: 125px; */
}

.list-trending .box .icon img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.list-trending .box .icon:hover img {
	transform: scale(1.1);
}

.list-trending .box .content {
	width: calc(100% - 140px);
	padding-left: 10px;
}

.list-trending .box .content .price {
	font-size: 16px;
	font-weight: bold;
	color: #f00;
}

.list-trending .box .content .date {
	text-transform: none;
	font-size: 13px;
	display: inline-block;
	line-height: 1.5;
	padding: 0;
	width: auto;
	color: #a9a9a9;
}

.list-trending .box .content .price-side {
	font-size: 15px;
	color: #f68519;
	font-weight: 600;
}

.list-trending .box .content .name {
	font-size: 16px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 5px;
	/* line-height: 30px; */
}

.list-trending .box .content .name a {
	/* color: inherit; */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 600;
}

.list-trending .box .content .name a:hover {
	/* color: #282e88; */
}

.list-trending .box .content .name a:hover {}

.list-trending .box .content .desc {
	line-height: 20px;
	height: 40px;
	color: #333333;
	font-size: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

.styled_header {
	width: 100%;
	float: left;
	padding: 0 15px;
	margin-bottom: 10px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	margin-top: 10px;
}

.styled_header.use_icon {
	border-bottom: 0px dotted #ff5e00;
}

.styled_header h2 {
	font-size: 16px;
	line-height: 14px;
	margin: 0 0 10px;
	font-weight: 500;
}

.styled_header h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 35px;
	color: #0085bf;
}

.styled_header.use_icon h3 {
	margin: 0px 0 10px;
	border-bottom: solid 2px #eee;
}

.styled_header .icon {
	display: block;
	width: 38px;
	min-height: 20px;
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -15px;
	font-size: 20px;
	background: #fff;
	text-align: center;
}

.styled_header .icon img {
	/* max-width: 20px; */
}

.list-uudiem {
	padding: 10px;
}

.uudiem-item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.uudiem-item:last-child {
	margin-bottom: 0;
}

.uudiem-item .icon {
	width: 35px;
	height: auto;
}

.uudiem-item img {}

.uudiem-item .content {
	padding-left: 15px;
	width: calc(100% - 35px);
}

.uudiem-item .content h3 {
	font-size: 15px;
	/* font-weight: bold; */
	margin: 0;
	margin-bottom: 5px;
}

.uudiem-item .content .desc {
	font-weight: bold;
	font-size: 18px;
}

.wrap-breadcrumbs {
	background: #f5f0e3;
}

.wrap-breadcrumbs .breadcrumb {
	background: #f5f0e3;
	margin: 0px 0 0 0;
	padding: 10px 0px;
}

.wrap-breadcrumbs .breadcrumb li {
	font-size: 13px;
}

.wrap-breadcrumbs .breadcrumb li a:hover {
	color: #e09f26;
}

.wrap-breadcrumbs .breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}

.compare-wrapper {}

.title-compare {
	display: flex;
	justify-content: space-between;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 40px;
	padding: 10px;
	background-color: #eee;
	align-items: center;
	flex-wrap: wrap;
}

.col-compare {
	margin-bottom: 50px;
}

.compare-card {}

.compare-card .box {
	position: relative;
}

.compare-card .image {}

.compare-card .remove-compare {
	position: absolute;
	right: -10px;
	top: -10px;
	border-radius: 100%;
	/* background-color: #ccc; */
	/* border-color: #ccc; */
	color: #c31f26;
	font-size: 30px;
	/* padding: 3px; */
	width: 30px;
	height: 30px;
	padding: 0;
	background-color: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.compare-card .remove-compare i {
	line-height: 30px;
}

.compare-card .sale {
	position: absolute;
	top: 17px;
	left: 10px;
	background-color: #f00;
	color: #fff;
	padding: .3em .5em;
	font-size: 12px;
	font-weight: bold;
}

.compare-card .content {
	border: 1px solid #ddd;
	padding: 10px 20px;
	text-align: center;
}

.compare-card .name {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	/* border-bottom: 1px solid #ddd; */
	padding: 10px 0;
	/* margin-bottom: 10px; */
	text-align: center;
}

.compare-card .view-more {
	text-align: center;
	margin-bottom: 10px;
}

.compare-card .box-price {
	justify-content: center;
}

.compare-card .new-price {}

.compare-card .old-price {}

.compare-card .info {}

.compare-card .info h3 {
	font-size: 20px;
	text-align: center;
	/* border-bottom: 1px solid #cccc; */
	/* padding-bottom: 10px; */
	font-weight: bold;
	color: #c31f26;
	text-transform: uppercase;
}

.compare-card .info ul {}

.compare-card .info ul li {
	padding: 10px;
	/* border-bottom: 1px solid #ddd; */
}

.compare-card .info ul li strong {
	font-weight: bold;
	font-size: 18px;
}

.compare-card .info ul li:last-child {
	border-bottom: unset;
}

.compare-card .info ul li a {}

.box-product-main {
	/* padding-top: 20px; */
	/* border-bottom: 2px solid #e5e5e5; */
	/* padding-bottom: 20px; */
	margin-bottom: 20px;
}

.image-main {
	position: relative;
}

.image-main .sale {
	position: absolute;
	/* right: 0; */
	top: 0;
	top: 10px;
	left: 10px;
	background-color: #f00;
	color: #fff;
	padding: .3em .5em;
	font-size: 12px;
	font-weight: bold;
}

.box-image-product .image-main {
	order: 1;
	display: block;
}

.box-image-product .image-main img {
	width: 100%;
}

.data-warpper-product {
	width: 100%;
}

.box-image-product .image-main.active {
	display: block;
	width: 100%;
}

.box-image-product .image-main a {
	display: block;
	position: relative;
	order: 1;
	/* width: calc(100% - 90px); */
}

.box-image-product .image-main a i {
	top: 10px;
	right: 10px;
	position: absolute;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 100%;
}

.box-image-product .image-main a i:hover {
	border-color: #7c6455;
	background-color: #7c6455;
	color: #fff;
}

.box-image-product .image-main a i {
	/* position: absolute; */
	/* right: 0; */
	/* top: 0; */
}

.box-image-product {
	display: flex;
	flex-flow: column;
	align-items: center;
	position: sticky;
	position: -webkit-sticky;
	/* top: 20px; */
	overflow: hidden;
}

.desc-pro-detail-sm {
	text-align: center;
	font-size: 13px;
	margin-top: 10px;
	padding: 0 5% 5px 5%;
	line-height: 18px;
}

.list-small-images {
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 0 40px;
}

.small-image {
	padding: 5px;
	/* background: #fff; */
	cursor: pointer;
}

.small-image img {
	border: 1px solid #eee;
	background: #000;
	height: 64px;
	object-fit: contain;
	width: 100%;
}

.list-small-image .slick-prev,
.list-small-image .slick-next {
	margin: 0;
	width: 25px;
	height: 25px;
	/* transform: translateY(-50%); */
	z-index: 66;
	text-align: center;
	opacity: 1;
	background-color: unset;
	border-radius: 6px;
	left: 50%;
	transform: translateY(-50%, 0);
}

.list-small-image .slick-prev:hover,
.list-small-image .slick-next:hover {
	opacity: 1;
}

.list-small-image .slick-prev:before,
.list-small-image .slick-next:before {
	content: '';
	/* display: block; */
	/* z-index: 9; */
	/* width: 100%; */
	/* height: 100%; */
	/* background-repeat: no-repeat; */
	/* background-position: center; */
	/* opacity: 1; */
	/* -webkit-transition: all 0.2s ease-out; */
	/*  -o-transition: all 0.2s ease-out; */
	/*  -moz-transition: all 0.2s ease-out; */
	/* transition: all 0.2s ease-out; */
	/* background-size: 14px; */
}

.list-small-image .slick-prev:before {
	/* background-image: url('../images/slick-prev.png'); */
}

.list-small-image .slick-next:before {
	background-image: url('../images/slick-next.png');
}

.list-small-image .slick-prev:hover:before {
	opacity: 0.6;
}

.list-small-image .slick-next:hover:before {
	opacity: 0.6;
}

.list-small-image .slick-prev i,
.list-small-image .slick-next i {
	color: #737373;
	line-height: 24px;
	font-size: 15px;
	/* display: none; */
}

.list-small-image {
	/* position: relative; */
	width: 100%;
}

img.expandedImg {
	/* width: 100%; */
}

.list-small-image .pt-box {
	width: 100%;
	/* height: 100%; */
	overflow: hidden;
}

.list-small-image .slick-prev {
	/* left: 50%; */
	left: 0;
}

.list-small-image .slick-next {
	right: 0;
	bottom: 0;
	left: unset;
}

.product-detail-infor {
	padding: 0 15px;
}

.product-detail-infor .box-infor {
	margin-bottom: 0px;
	padding-top: 0px;
	color: #000;
}

.product-detail-infor .box-infor h2 {
	font-weight: 600;
	/* color: #c31f26; */
	/* padding: 5px 0 5px 0; */
	/* text-transform: uppercase; */
	margin: 0 0 0px;
	font-size: 25px;
}

.product-detail-infor .box-infor .masp {
	/* padding: 5px 0 5px; */
	/* border-top: dashed 1px #eee; */
	/* border-bottom: dashed 1px #eee; */
	/* margin-bottom: 5px; */
	margin-top: 5px;
	font-weight: 400;
	/* font-family: 'Pangea bold'; */
	font-size: 15px;
}

.product-detail-infor .box-infor .masp i {
	font-size: 15px;
	padding-right: 5px;
}

.product-detail-infor .box-infor .status {
	margin-top: 0px;
	font-size: 15px;
	color: #000;
	line-height: 26px;
}

.product-detail-infor .box-infor .status strong {
	font-weight: 600;
}

.product-detail-infor .box-infor .status strong i {
	font-size: 14px;
	padding-right: 5px;
}

.product-detail-infor .box-infor .status span {
	color: #333;
	text-transform: none;
	font-size: 16px;
	font-weight: 600;
}

.product-detail-infor .box-infor .info-desc {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}

.product-detail-infor .box-infor .info-desc .col_2_desc {
	padding: 0 0px 10px 0;
}

.product-detail-infor .box-infor .info-desc .col_2_desc:nth-child(1) {
	width: 100%;
}

.product-detail-infor .box-infor .info-desc .col_2_desc:nth-child(2) {
	width: 58%;
}

.product-detail-infor .box-infor .info-desc h3 {
	margin: 0;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

.product-detail-infor .box-infor .info-desc .desc {
	font-size: 15px;
}

.wrap-price>h3 {
	text-align: center;
	font-size: 13px;
	color: red;
}

.list-attr .price {
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 0px;
	color: #f00;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.list-attr .price span:first-child {
	color: #ff0000;
	font-weight: 600;
}

.list-attr .price span.donvi {
	font-weight: normal;
}

.list-attr .price .title_giacu {
	font-weight: normal;
	color: #666;
	font-size: 16px;
	margin-left: 10px;
}

.list-attr .price .old-price {
	font-weight: normal;
	color: #666;
	font-size: 18px;
	text-decoration: line-through;
}

.list-attr .price .old-price span {
	color: #666;
	font-size: 18px;
}

.list-attr {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 3px;
	padding: 0;
}

.list-attr .attr-item {
	width: 33%;
	padding: 0;
}

.list-attr .attr-item:nth-child(1) {
	width: 100%;
	margin-bottom: 10px;
}

.list-attr .attr-item:nth-child(2) {
	width: 100%;
}

.list-attr .attr-item:nth-child(3) {
	width: 100%;
}

.list-attr .attr-item>h3 {
	font-size: 13px;
	color: #333;
	text-align: left;
	margin-top: 0;
}

.tiet_kiem {
	width: 100%;
}

.tiet_kiem .g2 {
	font-size: 14px;
	color: #333;
	float: left;
	line-height: 26px;
	font-weight: normal;
}

.tiet_kiem .g2 b {}

.tiet_kiem .tk {
	float: left;
}

.tiet_kiem .tk b {
	float: left;
	line-height: 26px;
	width: 60px;
	padding-left: 20px;
	background: #f99f31 url(../images/gc.png) no-repeat left top;
	font-size: 13px;
	color: #fff;
	margin-left: 15px;
	border-radius: 3px;
	font-weight: 700;
}

.home-banner-1,
.banner-bottom {
	margin-top: 15px;
}

.block-home-category {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.block-home-category img {
	width: 100%;
	transition: all 400ms ease-in-out 0s;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.wrap-add-cart {
	display: inline-flex;
	justify-content: space-between;
	margin-left: 5px;
	align-items: center;
}

.add-to-cart1 {
	display: inline-block;
	padding: 8px 60px;
	color: #fff;
	border-radius: 15px;
	border: solid 2px #fdcb4f;
}

.box-add-cart {
	display: flex;
}

.pro_mun {
	display: flex;
}

.pro_mun input {
	border: 1px solid #ddd;
	width: 40px;
	text-align: center;
}

.pro_mun a {
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 9px;
}

.box-add-cart button {
	padding: 10px 20px;
}

.product-detail-infor .box-price {
	/* border-top: dashed 1px #116935; */
	/* padding: 7px 0; */
	/* border-bottom: dashed 1px #116935; */
	font-size: 25px;
}

.product-detail-infor .box-price .price {
	/* font-size: 16px; */
	line-height: 1;
	padding: 8px 0;
	color: #c31f26;
}

.product-detail-infor .box-price .price .name-price {
	margin-right: 10px;
	text-transform: unset;
}

.product-detail-infor .price-number {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-right: 10px;
}

.product-detail-infor .box-price .old-price {
	color: #767373cc;
}

.product-detail-infor .box-rate {
	line-height: 1;
	padding: 8px 0;
	border-bottom: 1px solid #707070;
}

.product-detail-infor .box-rate span.name-danh-gia {
	margin-right: 10px;
	font-size: 20px;
}

.product-detail-infor .box-rate span {}

.product-detail-infor .box-rate span i {
	color: #ffde5a;
	font-size: 20px;
}

.product-detail-infor .desc-product {
	padding: 0px 0 0px;
	margin-top: 10px;
	font-size: 16px;
	background-color: #f5f5f5;
	line-height: 1.6;
}

.product-detail-infor .desc-product ul {
	flex-wrap: wrap;
	padding: 10px 15px 0px;
	display: flex;
}

.product-detail-infor .desc-product ul li {
	width: 50%;
	margin-bottom: 10px;
	padding-right: 10px;
}

.dathang {
	padding: 10px 15px;
	border-top: 1px solid #e0e0e0;
	margin-bottom: 20px;
}

.dathang i {
	color: #c31f26;
	margin-right: 5px;
}

.dathang .phone {
	color: #c31f26;
	font-weight: bold;
}

.box-buy {}

.box-buy-two {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.select-price {
	width: 200px;
}

.box-buy a {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	/* float: left; */
	margin-right: 5px;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	padding: 0 28px 0 67px;
	background-color: #a3a3a3;
	cursor: pointer;
	margin-bottom: 10px;
	font-weight: bold;
}

.box-buy .addnow {
	background-color: #f00;
	font-size: 17px;
	text-align: center;
	text-transform: uppercase;
	line-height: 42px;
	justify-content: center;
	margin: auto;
	height: 42px;
	border: solid 0px #000;
	display: inline-block;
	/* position: absolute; */
	padding: 0 25px;
	border-radius: 10px;
}

.box-buy .addnow:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 42px;
	height: 42px;
	background: url(../images/add-buy.svg) no-repeat center center;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.2);
	background-size: 22px;
	display: none;
}

.box-buy {
	/* margin-bottom: 0; */
	/* float: left; */
	/* width: 100%; */
	/* padding: 10px; */
	background: #fff;
}

.box-buy .add-to-cart {
	background-color: #f26222;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	line-height: 45px;
	border-radius: 0;
	float: right;
	margin-top: 10px;
	height: 45px;
	border: solid 0px #000;
	display: inline-block;
	position: relative;
	font-weight: 500;
}

.box-buy .add-to-cart:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 45px;
	background: url(../images/add-cart.svg) no-repeat center center;
	background-size: 22px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.2);
}

.hen_lich {
	float: left;
	width: 33.33333%;
}

.hen_lich a {
	background-color: #f99f31;
	min-width: 40%;
	text-align: center;
	text-transform: uppercase;
	line-height: 42px;
	border-radius: 20px;
	height: 42px;
	display: inline-block;
	border: solid 0px #f99f31;
	margin-right: 5px;
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
	cursor: pointer;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
	display: block;
}

.sign_now {
	float: left;
	width: 33.333333%;
}

.sign_now a {
	background-color: #ff0000;
	min-width: 40%;
	text-align: center;
	text-transform: uppercase;
	line-height: 42px;
	border-radius: 20px;
	height: 42px;
	display: inline-block;
	border: solid 0px #ff0000;
	margin-right: 5px;
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
	cursor: pointer;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
	display: block;
}

.box-buy .add-compare {}

.giaohang {}

.giaohang ul {
	background-color: #fff8f8;
	padding: 15px 15px 0 15px;
	border: 1px dashed #c31f26;
	margin-bottom: 20px;
}

.giaohang ul li {
	display: flex;
	margin-bottom: 10px;
}

.giaohang ul li .icon {
	width: 50px;
	flex: 0 0 auto;
}

.giaohang ul li .desc {
	padding-left: 10px;
	/* margin-bottom: 10px; */
	line-height: 24px;
}

.list-file {}

.share {
	/* margin-top: 20px; */
}

.tab-product {
	width: 100%;
}

.tab-product .tab-content {
	padding: 0px;
	text-align: justify;
	font-size: 15px;
	line-height: 24px;
	background: #fff;
	background: none;
	/* margin-top: 1px; */
}

.tab-product .tab-content iframe {
	width: 100%;
	height: 400px;
}

.tab-product .tab-content>img {
	width: auto;
	max-width: 100%;
}

.tab-product .tab-content table {
	width: 100% !important;
}

.tab-product .tab-content ul li {
	list-style: disc !important;
	margin-left: 20px;
}

.tab-link {
	position: sticky;
	top: 49px;
}

.tab-link ul {
	display: flex;
	background-color: #f0f0f0;
	flex-wrap: wrap;
}

.tab-link ul li {}

.tab-link ul li a {
	display: inline-block;
	width: 100%;
	height: 43px;
	line-height: 43px;
	padding: 0 14px;
	border-top: 2px solid transparent;
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
}

.tab-link ul li a.active,
.tab-link ul li a:hover {
	color: #c31f26;
	border-top: 2px solid #c31f26;
	background-color: #fff;
}

.tab-pro-content {
	border: 1px solid #ebebeb;
	padding: 20px;
	padding-top: 25px;
}

.tab-item {}

.tab-item iframe {
	max-width: 100%;
}

.content-category {
	text-align: justify;
	/* padding: 15px; */
	/* background-color: #fff8f8; */
	/* border: 1px dashed #eee; */
	margin-top: 0px;
	margin-bottom: 20px;
}

.content-category img {
	max-width: 100%;
}

.content-category ul li {
	list-style: disc !important;
	margin-left: 20px;
}

.contact-form {
	margin-bottom: 20px;
	background: #eee;
	padding: 100px 0 20px 0;
}

.contact-form .form {}

.contact-form .form p {
	margin: 10px 0 15px;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	line-height: 35px;
	text-transform: uppercase;
	border-bottom: solid 1px #ccc;
}


/* .contact-form .form label {
    width: 100%;
    font-size: 15px;
} */

.contact-form .form label span {
	color: #f00;
}

.contact-form .form input {
	font-size: 14px;
	color: #333333;
	border: 1px solid #d8d8d8;
	border-radius: 0px;
	height: 35px;
	padding: 0 15px;
	margin-bottom: 15px;
	outline: 0;
	width: 100%;
}

.contact-form .form textarea {
	font-size: 14px;
	color: #333333;
	width: 100%;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	padding: 10px 15px;
	margin-bottom: 15px;
	outline: 0;
}

.contact-form .form button {
	font-size: 15px;
	border-radius: 5px;
	height: 35px;
	width: 100%;
	cursor: pointer;
	outline: 0;
	background: #f26222;
	text-transform: uppercase;
	border: 2px solid #f26222;
	font-weight: 600;
	color: #fff;
	display: flex;
	align-items: center;
	/* min-width: 180px;
    max-width: 180px; */
	text-align: center;
	justify-content: center;
}

.contact-infor {
	margin-bottom: 20px;
}

.content_retuns .item_content_1 {
	margin-bottom: 20px;
}

.contact-infor .infor {
	margin-bottom: 20px !important;
	line-height: 20px;
}

.contact-infor .infor h2 {
	border-top: dashed 1px #eee;
	text-align: center;
	font-weight: 600;
	padding: 20px 0 20px 0;
	margin: 30px 0 0 0;
}

.contact-infor .infor .address {}

.contact-infor .infor .address .title {
	padding-bottom: 0;
	font-weight: bold;
	margin-bottom: 10px;
}

.contact-infor .infor .address2 .title {
	padding-bottom: 0;
	font-weight: 400;
	margin-bottom: 10px;
}

.contact-infor .infor .address .pt_list_addres {
	margin-bottom: 15px;
}

li.one_one_one {
	margin-bottom: 7px;
}


.contact-infor .infor .address .pt_list_addres>li {
	line-height: 25px;
	margin-bottom: 3px;
	font-size: 15px;
}

.contact-infor .infor .map {}

.contact-infor .infor .map iframe {
	height: 185px;
	width: 100%;
}


/*end css template contact*/

.category-slide-1 .slick-prev,
.category-slide-1 .slick-next {
	opacity: 1;
	font-size: 25px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	margin: 0;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #cccc;
	border-radius: 100%;
	box-shadow: 0 0 10px #ddd;
	background: #fff;
	color: #000;
	background: #c00;
}

.category-slide-1 .slick-prev:before,
.category-slide-1 .slick-next:before {
	content: unset;
}

.category-slide-1 .slick-prev {
	left: -5px;
}

.category-slide-1 .slick-next {
	right: -5px;
}

.category-slide-1 .slick-prev i,
.category-slide-1 .slick-next i {
	font-size: 18px;
	color: #ffffff;
}

.wrap-partner {
	margin-top: 0px;
	padding: 20px 0;
	background: #eee;
}

.wrap-partner .list-item {
	margin-bottom: 0px;
	border-radius: 3px;
	padding: 7px 0px;
}

.wrap-partner .list-item .item {
	padding: 0px;
}

.wrap-partner .list-item .box {
	text-align: center;
	background: #fff;
	/* height: 115px; */
	/* width: 100%; */
	display: flex;
	/* border: 1px solid #dcdcdc; */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	border: solid 1px #eee;
}

.wrap-partner .list-item .box img {
	height: 95px;
	width: auto;
	max-width: 100%;
	padding: 12px;
}

.box-image img {
	max-width: 100%;
	width: 100%;
	transform: translateZ(0);
	margin: 0 auto;
}

.wrap-partner .list-item img {}

.card-news-horizontal {
	margin-bottom: 5px;
}

.card-news-horizontal .box {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
}

.card-news-horizontal .image {
	width: 100%;
}

.card-news-horizontal .image a {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 73%;
}

.card-news-horizontal .image a img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.col-card-news-horizontal {
	margin-bottom: 15px;
}

.card-news-horizontal .content {
	width: 100%;
	padding-left: 0px;
	padding-top: 10px;
	/*padding: 10px 10px;*/
}

.card-news-horizontal .image img {
	height: 94px;
	object-fit: cover;
}

.card-news-horizontal .content h3 {
	margin: 0;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 5px;
}

.card-news-horizontal .content h3 a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 22px;
	height: 45px;
	color: #000
}

.card-news-horizontal .content .date {
	margin-bottom: 5px;
	font-size: 13px;
	color: #898989;
}

.card-news-horizontal .content .desc {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 80px;
	line-height: 20px;
	font-size: 15px;
	margin-bottom: 10px;
	text-align: justify;
}

.wrap-category-product {
	padding: 20px 0 0;
	background-color: #fff;
}

.col-category-item {
	margin-bottom: 25px;
}

.category-item {}

.category-item .box {
	background-color: #f1e5d5;
	display: flex;
	padding: 30px;
	border-radius: 3px;
}

.category-item .box:hover {
	color: #404040;
	border: 1px solid #404040;
}

.category-item .box:hover img {
	color: red;
	transform: scale(1.1);
}

.category-item .box .content {
	width: 135px;
	flex: 0 0 135px;
	/* display: flex; */
	/* flex-direction: column; */
	/* height: 100%; */
	padding-bottom: 40px;
	position: relative;
	padding-right: 5px;
}

.category-item .box .content h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
}

.category-item .box .content h4 {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 0;
	/* margin-top: 90px; */
	position: absolute;
	bottom: 10px;
}

.category-item .box .image {
	width: 100%;
}

.category-item .box .image .padding-image {
	padding-bottom: 57%;
	position: relative;
	overflow: hidden;
}

.col-category-item-2 .box .image .padding-image {
	padding-bottom: 56%;
}

.category-item .box .image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.wrap-pro-tab-home {
	padding: 0;
	margin-top: 20px;
	position: relative;
}

.wrap-pro-tab-home .nav-tabs {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 0;
	margin-top: 0;
	border: unset;
}

.wrap-pro-tab-home .nav-tabs .nav-item {
	margin: 0 10px;
}

.wrap-pro-tab-home .nav-tabs .nav-item a {
	border: unset;
	padding: 0;
	text-transform: none;
	font-size: 20px;
	font-weight: bold;
	background-color: unset;
}

.wrap-pro-tab-home .nav-tabs .nav-item a.active {
	border-bottom: 0px solid #404040;
	color: #000
		/* font-weight: bold; */
}

.wrap-pro-tab-home .tab-content {}

.col-product-item {}

.col-product-item:hover {}

.col-product-item2 {
	margin-bottom: 30px;
	height: auto;
	padding: 0 15px;
	width: 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.product-item.image a img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block-product .col-product-item .product-item {
	/* padding: 10px 10px; */
	border: 1px solid transparent;
	background-color: #fff;
	/* margin-right: 8px; */
	margin-bottom: 8px;
}

.product-item {
	padding: 10px;
	box-shadow: 2px 2px 20px #00000017;
	border-radius: 10px;
	background: #fff;
	margin: 20px 0px;
	padding-bottom: 10px;
}


.form-check-input {
	position: absolute;
	margin-top: 5px;
	margin-left: -1.25rem;
}

.product-item .box {}

.product-item .box .image {
	/* padding: 15px 0; */
	/* position: relative; */
	/* overflow: hidden; */
}

.product-item .box .image a {
	/* display: inline-block; */
	/* position: relative; */
	/* overflow: hidden; */
	/* font-size: 13px; */
	/* color: #ed1d3d; 
    padding-right: 5px;
    border-right: solid 1px #ccc;*/
}

.product-item .box .image a:hover {
	font-family: inherit;
}

.product-item .box .image a:hover img {
	/* transform:scale(1.1); */
}

.product-item .box .image .km {
	position: absolute;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 12px;
	padding-right: 10px;
	line-height: 20px;
	bottom: 0;
	left: 0;
	color: #fff;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.product-item .box .image .km:before {
	content: "\f06b";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	width: 20px;
	line-height: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ff0b10;
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding-left: 1px;
	position: absolute;
	left: 5px;
}

.product-item1 .box .image:before,
.product-item1 .box .image:after {
	content: '';
	width: 30%;
	height: 30%;
	background-size: 100% 100%;
	position: absolute;
	background-color: #f99f31;
	z-index: -1;
}

.product-item .box .image:before {
	top: 0;
	left: 0;
}

.product-item .box .image:after {
	bottom: 0;
	right: 0;
}

.product-item .box .image a img {
	object-fit: cover;
	/* border-top-left-radius: 5px; */
	/* border-top-right-radius: 5px; */
	transition: all 0.5s;
	width: 65px;
	height: 65px;
}

.product-item .box .actionss {
	width: 100%;
	position: absolute;
	padding-top: 15px;
	padding-bottom: 15px;
	bottom: 0;
	left: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	padding-left: 0 !important;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	list-style: none;
}

.product-item:hover .box .actionss {
	left: 0;
}

.product-item .box .actionss>div {
	float: left;
	text-align: center;
	margin-bottom: 0;
	margin-left: 10px;
	cursor: pointer;
}

.product-item .box .actionss a {
	border: 0px solid transparent !important;
	-webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 10%) inset;
	box-shadow: 0 0 0 1px rgb(0 0 0 / 10%) inset;
	background-color: #ffffff;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	position: relative;
	border: none;
	width: 32px;
	height: auto;
	text-align: center;
	line-height: 32px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	color: #333333;
}

.product-item .box .actionss a i {
	line-height: 32px;
}

.product-item .box .actionss a:hover {
	background-color: #9d9d9d;
	-webkit-box-shadow: 0 0 0 30px #000 inset;
	box-shadow: 0 0 0 30px #9d9d9d inset;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.quang_cao_home {
	margin-bottom: 10px;
}

.product-item .box .content {
	text-align: left;
	padding: 0px 0 0 0;
	position: relative;
	justify-content: flex-start;
	margin-left: 0px;
}

.product-item .box .content h3 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	text-transform: none;
	position: relative;
	height: auto;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 8px 0;
	min-height: 40px;
	padding: 0px 0;
}

.product-item .box .content h3 a {
	color: #000;
	font-size: 15px;
	line-height: 1.1em;
	font-weight: 600;
	margin-bottom: 3px;
	padding: 0px;
}

.product-item .box .content h3 a:hover {
	color: #9f7a49;
}

.ss03_product .product-item .box .content h3 a {
	color: #333;
}

.product-item .box .content .desc {
	font-size: 13px;
	padding-top: 5px;
	line-height: 20px;
	text-align: left;
	/* margin-bottom: 29px; */
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.product-item .box .content .box-price {
	text-align: center;
	width: 100%;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.product-item .box .content .box-price span {
	font-weight: 600;
	display: inline-block;
	background-size: contain;
	padding: 0 10px;
	font-size: 16px;
	min-width: unset;
	height: 20px;
	line-height: 20px;
	color: #f00;
	margin-right: 0;
}

.product-item .box .content .xemthem_home {
	width: 110px;
	border-radius: 0px;
	background: #ed1d3d;
	padding: 10px 10px;
	margin: 10px 0;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
}

.product-item .box .content .xemthem_home a {
	color: #fff;
	font-weight: 600;
}

.wrap-ykkh {
	padding: 30px 0 30px 0;
	background-color: #fff;
	margin: 0px 0;
}

.wrap-ykkh .title {
	font-size: 19px;
	font-weight: 700;
	padding: 20px 0px 0 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	/* border-bottom: 1px solid #929292; */
	width: 100%;
}

.wrap-ykkh .cate-dot-1 .slick-dots {
	position: unset;
}

.list-ykkh {}

.col-ykkh-item {
	padding: 0 15px;
	margin-top: 29px;
}

.item-ykkh {}

.item-ykkh .box {
	width: 76px;
	float: left;
	margin: -7px 13px 0 20px;
	border: 4px solid #fff;
	height: 76px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

.col-ykkh-item .item-ykkh .nd_ykien {
	background: #fff;
	box-shadow: 0 0px 5px 0 rgb(0 0 0 / 21%);
	border-radius: 10px;
	padding: 15px;
	text-align: justify;
	font-size: 15px;
	line-height: 22px;
	min-height: 195px;
	font-weight: 300;
	position: relative;
}

.col-ykkh-item .item-ykkh .nd_ykien1:before {
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	position: absolute;
	top: 0;
	left: 32px;
	transform: translateY(-50%);
	background-color: #353a3d;
	text-align: center;
	line-height: 56px;
	width: 56px;
	height: 56px;
	color: #fff;
	font-size: 24px;
	border-radius: 50%;
}

.col-ykkh-item1 {
	padding: 0 0px;
	margin-top: 60px;
	width: 100%;
}

.item-ykkh {}

.item-ykkh .box {
	width: 76px;
	float: left;
	margin: -7px 13px 0 20px;
	border: 4px solid #fff;
	height: 76px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

.col-ykkh-item1 .item-ykkh .nd_ykien {
	background: #fff;
	box-shadow: 0 0px 5px 0 rgb(0 0 0 / 21%);
	border-radius: 10px;
	padding: 0px;
	text-align: justify;
	font-size: 15px;
	line-height: 22px;
	min-height: 255px;
	font-weight: 300;
	position: relative;
}

.col-ykkh-item1 .item-ykkh2 .nd_ykien:before {
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	position: absolute;
	top: 0;
	left: 32px;
	transform: translateY(-50%);
	background-color: #353a3d;
	text-align: center;
	line-height: 56px;
	width: 56px;
	height: 56px;
	color: #fff;
	font-size: 24px;
	border-radius: 50%;
}

.item-ykkh .box_right {
	text-align: left;
}

.item-ykkh .box_right h2 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
}

.item-ykkh .box_right p {
	font-size: 16px;
	margin: 0;
	color: #959595;
	font-style: italic;
}

.item-ykkh .box img {}

.cate_home {
	padding: 20px 0;
	position: relative;
	width: 100%;
}

.cate_home .cate-dot-1 .slick-dots {
	position: unset;
}

.cate_home .list_cate {
	width: 100%;
	padding: 0 5px;
	margin-bottom: 20px;
}

.cate_home .list_cate2 {
	margin-bottom: 0;
}

.cate_home .list_cate .item {
	padding: 0 10px;
	float: left;
	width: 33.33333%;
}

.cate_home .list_cate2 .item {
	padding: 0 10px;
	float: left;
	width: 50%;
}

.cate_home .list_cate .image {
	width: 100%;
	overflow: hidden;
	border: 1px solid #bbb;
	border-radius: 3px;
}

.cate_home .list_cate .box .image img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 150px;
	object-fit: cover;
	transition: 0.5s;
}

.cate_home .list_cate .box:hover .image img {
	transform: scale(1.2);
}

.cate_home .list_cate .box {
	overflow: hidden;
	color: #222;
	align-items: center;
	border: 0;
	border-radius: 3px;
	font-size: 16px;
	width: 100%;
}

.list_cate .box .content {}

.list_cate .box .content h4 {
	font-size: 15px;
	text-align: center;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.6px;
	margin-bottom: 14px;
	margin-top: 10px;
	color: #000;
	text-transform: uppercase;
}

.list_cate .box .content .category-list {
	font-size: 13px;
	line-height: 1.2;
}

.list_cate .box .content .category-list li {
	white-space: nowrap;
	color: #fff;
	margin-bottom: 9px;
}

.list_cate .box .content .category-list li:last-child {
	margin-bottom: 0;
}

.list_cate .box .content .category-list a {
	position: relative;
	display: inline-block;
	transition: text-decoration .3s;
	color: #fff;
}

.list_cate .box .content .category-list li::before {
	content: "\f054";
	color: inherit;
	padding-right: 8px;
	font-family: 'Font Awesome 5 Free';
	font-size: 13px;
	font-weight: 600;
}

.cate_home .list_banner {
	padding: 0 5px;
	width: 100%;
}

.cate_home .list_banner .item {
	float: left;
	width: 50%;
	padding: 0 10px;
}

.tieu_chi {
	padding: 35px 0 60px 0;
	background-color: rgba(22, 101, 178, 1);
	background-image: url(../images/bg_trothinh.jpg);
	position: relative;
}

.tieu_chi:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.5;
	background: #333;
}

.title_home {
	text-align: center;
	font-size: 15px;
	color: #333;
	line-height: 22px;
}

.title_home h2 {
	font-size: 40px;
	font-weight: 600;
	text-align: left;
	color: #fff;
	padding-bottom: 10px;
	padding: 80px 0 50px 0;
	margin: 0;
}

.list_tieu_chi {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.list_tieu_chi .item {
	max-width: 33.33%;
	padding: 0 15px;
}

.list_tieu_chi .box {
	width: 100%;
	text-align: left;
	border-radius: 5px;
	padding: 20px 20px 50px 20px;
	color: #000;
	margin-top: 25px;
	background: #fff;
}

.list_tieu_chi .box .image {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: left;
	margin-bottom: 10px;
}

.list_tieu_chi .box .image img {
	width: 70px;
	height: auto;
}

.list_tieu_chi .box .name {
	font-size: 22px;
	font-weight: 600;
	position: relative;
	margin-bottom: 10px;
}

.list_tieu_chi .box .name1:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 50px;
	height: 2px;
	background-image: linear-gradient(to right, #1275b1, #13b8be);
	transform: translateX(-50%);
}

.list_tieu_chi .box .desc {
	font-size: 15px;
	font-weight: 300;
	line-height: 25px;
	color: #000;
}

.cate_home .list_banner .box {
	display: block;
	position: relative;
	color: #fff;
}

.cate_home .list_banner .box .image {
	width: 100%;
}

.cate_home .list_banner .box .image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 3px;
	min-height: 213px;
	object-fit: cover;
}

.cate_home .list_banner .banner_content {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 40px;
}

.cate_home .list_banner .banner_content h4 {
	font-size: 22px;
	line-height: 24px;
	letter-spacing: -0.8px;
	margin-bottom: 0;
	font-weight: 700;
	margin: 0;
}

.cate_home .list_banner .banner_content h4 span {
	color: #fcb819;
}

.cate_home .list_banner .banner_content h3 {
	font-size: 30px;
	letter-spacing: 0.5px;
	margin-bottom: 6px;
	line-height: 33px;
	font-weight: 700;
	margin-top: 0;
}

.cate_home .list_banner .banner_content .dec {
	font-size: 14px;
	letter-spacing: -0.1px;
	margin-bottom: 22px;
	opacity: .8;
}

.cate_home .list_banner .banner_content a {
	padding: 9px 34px 9px 34px;
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 3px;
}

.cate_home .list_banner .banner_content a:hover {
	color: #fcb819;
	background-color: #fff;
}

.cate_home .list_banner .banner_content a i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
	line-height: 0;
	font-size: 14px;
	margin-bottom: 2px;
}

.col-item-service {
	margin-bottom: 5px;
}

.item-service {}

.item-service .box {
	margin: 0 auto;
	padding: 10px 0px 5px 0;
	border-radius: 4px;
}

.item-service .box .icon {
	width: 80px;
	margin: 10px auto 10px;
}

.item-service .box .icon img {
	width: auto;
	height: auto;
	object-fit: contain;
}

.item-service .box .name {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #403426;
}

.item-service .box .text_grey {
	font-size: 15px;
	text-align: center;
	line-height: 1.2;
	padding: 0;
	color: #403426;
}

.col-1-5 {
	min-width: 20%;
}

.wrap-service {
	padding: 0px 0 20px;
	bottom: 0;
	left: 0;
	width: 100%;
	background-image: url(../images/bg_conso.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
	position: relative;
}

.list_service {
	width: 100%;
}

.wrap-service .cate-dot-1 .slick-dots {
	position: unset;
	transform: unset;
}

.wrap-post-home {
	padding: 0;
	/* background: #eee; */
	position: relative;
	z-index: 2;
	/* margin-top: -360px; */
}

.wrap-post-home:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 64%;
	/* background-color: #cbcbcb; */
}

.wrap-post-home .group-title .title {
	color: #fff;
}

.wrap-post-home .group-title .title-b {
	color: #fff;
}

.item-post {
	padding: 15px;
	background: #fff;
	margin: 0 10px 20px;
	box-shadow: 0px 0px 5px 0px #ccc;
	margin-top: 5px;
}

.item-post .box {
	display: flex;
	align-items: center;
	/* padding: 0 80px; */
	flex-wrap: wrap;
}

.item-post .box .image {
	width: 100%;
	position: relative;
}

.item-post .box .image .info {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #858585;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
}

.item-post .box .image img {
	object-fit: cover;
	height: 210px;
}

.item-post .box .content {
	width: 100%;
}

.item-post .box .content .name {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 10px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 40px;
}

.item-post .box .content .info {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}

.item-post .box .content .info span {
	margin: 0 10px;
}

.item-post .box .content .info span i {
	margin-right: 8px;
}

.item-post .box .content .desc {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.3;
	letter-spacing: -.025em;
	color: #666;
	text-align: justify;
}

.item-post .box .content .link-detail {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: #353a3d
}

.item-post .box .content .link-detail i {
	padding-left: 10px;
}

.info-count-pro {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.info-count-pro .count-pro {
	font-size: 22px;
	color: #000;
	font-weight: 700;
}

.info-count-pro .orderby {
	width: 100%;
	max-width: 250px;
}

.img_about {
	margin: 0 -15px;
}

.desc_nd {
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
	max-width: 750px;
	padding-top: 10px;
	margin: auto;
}

.parallax-section2 {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	/* height: 400px; */
}

.parallax {
	position: relative;
	overflow: hidden;
	background-color: #fdcb4f;
}

.shape-divider2,
.shape-divider3,
.shape-divider4 {
	overflow: hidden;
}

.shape-divider2 svg,
.shape-divider3 svg,
.shape-divider4 svg {
	position: absolute;
	left: 0;
	width: 100vw;
	z-index: 1;
}

.shape-divider2 svg {
	top: 0;
}

.parallax-section2 .parallax {
	min-height: 500px;
}

.shape-divider4 svg {
	top: -24%;
}

.form-tv .modal-dialog {
	max-width: 400px;
}

.form-tv {
	text-align: center;
}

.form-tv form {

	width: 100%;
	height: 100%;
	padding: 20px;
	display: flex;
	align-items: center;
	color: #3333;
	/* justify-content: center; */
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
	background-color: #00000054;
}

.box-content-form {
	position: relative;
	width: 100%;
}

.box-content-form .text-center {
	position: absolute;
	top: -15px;
	right: -10px;
}

.box-content-form .form-tv .box-content-form {
	width: 100%;
}

.form-tv .modal-body {
	padding: 0;

	/*! border-radius: 100%; */
	overflow: hidden;
	background-color: #fff;
	border: solid 4px #273793;
}

.form-tv .modal-content {
	background-color: unset;
	border: 0px solid rgba(0, 0, 0, .2);
}

.close-form-modal {
	font-size: 18px;
	margin: 0;
	display: inline-block;
	color: #000;
}

.form-tv .modal-title {
	text-align: center;
	margin-bottom: 0px;
	font-size: 35px;
}

.form-tv .modal-title img {
	width: 220px;
	display: none;
}

.title-form-m {
	text-align: center;
	background-image: linear-gradient(84deg, #353a3d 0%, #353a3d 47%, #353a3d 72%, #353a3d 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	/* color: #954220; */
	font-size: 35px;
	text-transform: uppercase;
	font-weight: bold;
}

.title-form-sm {
	text-align: center;
	color: #333;
	margin: 0px 0 10px;
}

.form-tv input {
	/* border: 1px solid #008c46 !important; */
	height: 40px;
}

.form-tv button {
	width: 50%;
	background-color: #e09f26;
	border-color: #273793;
	box-shadow: unset;
	/* margin-bottom: 20px; */
	height: 40px;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 0;
	margin: 0;
	margin-bottom: 10px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	border: 0;
}

.form-tv button:hover {
	/*! background: #353a3d; */
	color: #fff;
}

.form-tv textarea {}

.form-tv .text {
	font-size: 14px;
	text-align: center;
	padding: 0 30px;
	color: #5c5c5c;
}

.wrap-banner-home {}

.item-banner {}

.item-banner a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
}

.item-banner a:hover img {
	transform: scale(1.1);
}

.item-banner a img {
	transition: all 0.5s;
	width: 100%;
	height: auto;
}

.quatang {
	border: solid 1px #ff0b10;
	position: relative;
	z-index: 1;
	border-radius: 6px;
	padding: 15px 10px 10px;
	width: 100%;
	margin-top: 15px;
}

.quatang .title {
	position: absolute;
	top: -10px;
	display: inline-block;
	background-color: #fff;
	padding: 0 10px;
	left: 50%;
	font-weight: 500;
	transform: translateX(-50%);
	text-transform: uppercase;
	font-size: 14px;
	white-space: nowrap;
}

.quatang .box_quatang {}

.box_quatang ul {}

.box_quatang li {
	padding-left: 24px;
	padding-bottom: 3px;
	font-size: 13px;
	line-height: 20px;
}

.box_quatang li strong {
	color: #ff0b10;
}

.box_quatang li:before {
	content: "\f06b";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	width: 20px;
	line-height: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ff0b10;
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding-left: 1px;
	position: absolute;
	left: 0;
}

.modal-First .modal-dialog {
	max-width: 800px;
	/* overflow: hidden; */
}

.modal-First .modal-dialog .modal-body {
	padding: 0;
}

.modal-First .modal-content {
	border: none;
	background-position: 60% center;
	background-color: #f3f3f5;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
	border: solid 1px #eee;
}

.modal-First .close {
	position: absolute;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	right: -25px;
	top: -25px;
	left: unset;
	/* transform: translate(0%,-100%); */
	opacity: 1;
	color: #fff;
	font-size: 30px;
	background: #000 url(../images/ik.png) no-repeat center center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.modal-First .close:hover {
	opacity: 1;
}

.image-modal {}

.image-modal .image {
	width: 380px;
	float: left;
}

.image-modal .info_product_modal {
	width: 380px;
	height: 100%;
	float: left;
	padding: 15px 15px 15px 15px;
	background-color: #fff;
	border-radius: 10px 0 0 10px;
}

.image-modal .info_product_modal .title {
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.info_product_modal .list-attr .price span:first-child {
	font-size: 22px;
}

.image-modal .info_product_modal .image {
	width: 100%;
	float: unset;
}

.image-modal .info_product_modal .image img {
	height: auto;
}

.image-modal .image img {
	height: 450px;
	object-fit: cover;
	border-radius: 10px;
}

.image-modal a {
	display: block;
}

.image-modal a img {
	border-radius: 10px;
}

.newsletter-content {
	margin-left: auto;
	text-align: center;
	padding: 40px 28px 40px;
	float: right;
	width: calc(100% - 0px);
}

.newsletter-content h4 {
	margin-bottom: 6px;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
	margin-top: 0;
}

.newsletter-content h4 span {
	color: #fcb819;
}

.newsletter-content h2 {
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: -1.4px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
	color: #03a5dc;
}

.newsletter-content h2 span {
	font-weight: 800;
}

.newsletter-content .dec {
	max-width: 100%;
	margin: 0 2px 20px;
	font-size: 16px;
	color: #333;
	line-height: 1.7;
}

.newsletter-content .dec b {
	color: #eb1c24;
}

.newsletter-content .input-wrapper-inline {
	position: relative;
	width: 100%;
}

.newsletter-content .input-wrapper-inline label {
	display: inline-block;
	width: 70px;
	text-align: left;
}

.newsletter-content .input-wrapper-inline .ngay_den {
	width: calc(100% - 74px);
	display: inline-block;
}

.newsletter-content .form-control {
	flex: 1;
	min-width: 40px;
	border-radius: 3px;
	min-height: 38px;
	font-size: 16px;
	color: #333;
	background-color: Transparent;
	padding: 7px 10px;
	overflow: hidden;
	height: 48px;
	border: solid 1px #ddd;
	background-color: #fff;
	margin-bottom: 12px;
}

.newsletter-content .input-wrapper-inline button {
	border-radius: 3px;
	padding: 0;
	border-color: #f99f31;
	display: block;
	background-color: #f99f31;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	font-size: 20px;
	position: relative;
	line-height: 50px;
	text-align: center;
	width: 100%;
}


/*Quickview*/

#quick-view-modal {
	background: rgba(0, 0, 0, 0.31);
	z-index: 9999;
}

#quick-view-modal .modal-footer {
	border-top: 1px solid #ccc;
}

#quick-view-modal .selector-wrapper label {
	width: 25%;
	font-weight: bold;
}

#quick-view-modal .selector-wrapper {
	width: 100%;
	float: left;
}

#quick-view-modal .btn-detail {
	float: left;
}

#quick-view-modal .form-input label {
	width: 100%;
	color: #333333;
	margin-bottom: 5px;
	font-weight: 700;
}

#quick-view-modal .form-input {
	float: left;
	width: 300px;
	max-width: 100%;
	padding: 10px 0px;
}

.product-price {
	/* border-bottom: 1px solid #ebebeb; */
	padding-bottom: 6px;
	margin-top: 10px;
	font-weight: 500;
	color: #bd140c;
	font-weight: 600;
	font-size: 25px;
	line-height: 20px;
	letter-spacing: .03em;
}

.product-price span {
	font-size: 24px;
	color: #db2121;
	margin-right: 25px;
}

.clearfix {
	zoom: 1;
}

.btn-detail {
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	font-size: 14px;
	border: 0;
	color: #ffffff;
	text-align: center;
	height: 42px;
	cursor: pointer;
}

.btn-color-add {
	background: #b49149;
	width: 200px;
	margin: 0;
	line-height: 42px;
	color: #fff;
}

.btn-color-add:hover {
	color: #fff;
}

#quick-view-modal .btn-color-add:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 42px;
	height: 42px;
	background: url(../images/add-cart.svg) no-repeat center center;
	background-size: 22px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.2);
}

#quick-view-modal .modal-body {
	padding: 10px 15px;
}

#quick-view-modal .form-input input[type=number] {
	max-width: 60px;
	text-align: center;
	padding: 6px;
	border-radius: 0px;
	border: 1px solid #ebebeb;
	outline: none;
	color: #737373;
}

#quick-view-modal .modal-header h2 {
	padding: 10px 0px;
	background: #53A1CC;
	color: #fff;
	line-height: 29px;
	text-align: center;
}

#quick-view-modal .qv-readmore {
	float: left;
	padding: 9px 10px;
}

#quick-view-modal .p-price {
	font-size: 24px;
	color: #db2121;
	margin-right: 25px;
}

#quick-view-modal i.fa.fa-plus,
#quick-view-modal i.fa.fa-times {
	margin-right: 8px;
}

#quick-view-modal .modal-content,
#quick-view-modal .btn {
	border-radius: 2px;
}

#quick-view-modal del {
	font-size: 20px;
	color: #898989;
}

#quick-view-modal .zoom>img {
	max-width: 100%;
	max-height: 300px;
}

#quick-view-modal .quickview-slider {
	width: 300px;
	margin: auto;
}

#quick-view-modal .zoom {
	text-align: center;
	width: 100%;
	height: 230px;
	padding: 10px;
}

#quick-view-modal .product-thumb:hover,
#quick-view-modal .product-thumb.active {
	border: 1px solid #b49149 !important;
}

#quick-view-modal .product-thumb:hover:after,
#quick-view-modal .product-thumb.active:after {
	border-top: 5px solid rgba(224, 85, 68, 0) !important;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid #b49149;
	content: "";
	position: absolute;
	top: -11px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 6px;
}

#quick-view-modal .image-zoom {
	text-align: center;
	padding: 15px 0;
}

#quick-view-modal .image-zoom>img {
	max-width: 100%;
	max-height: 300px;
	margin-bottom: 5px;
}

#quick-view-modal .btn-soldout {
	width: 100%;
}

#quick-view-modal .modal-title.p-title {
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	margin: 0;
	font-size: 18px;
}

#quick-view-modal .btn-color-add {
	width: 200px;
}

.quickviewOverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.4);
}

.wrapper-quickview {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1135;
}

.jsQuickview {
	position: absolute;
	max-width: 900px;
	top: 10%;
	height: auto;
	margin: 0px auto;
	left: 0px;
	right: 0px;
	padding: 0px;
	z-index: 2;
	background-color: #fff;
}

.quickview-close {
	position: absolute;
	top: 25%;
	right: 16px;
	color: #fff;
}

.quickview-close a {
	color: #fff;
}

.wrapper-quickview .modal-header {
	padding: 15px 0px;
	text-align: center;
	position: relative;
	background: #b49149;
	margin: 0;
	border-radius: 0;
}

.quickview-slider .owl-next,
.quickview-slider .owl-prev {
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	top: calc(50% - 16px);
	cursor: pointer;
	text-indent: -999em;
	border-radius: 50%;
	opacity: 0;
}

.quickview-slider .owl-item .product-thumb {
	margin: 0px 3px;
	border: 1px solid #ebebeb;
	padding: 2px;
	text-align: center;
	width: auto;
	display: block;
}

.quickview-slider .owl-prev,
.quickview-slider .owl-next {
	width: 32px;
	height: 32px;
	display: block;
	background: url(../images/slide-arrow.png) no-repeat;
}

.quickview-slider .owl-prev {
	left: -33px !important;
	background-position: 0% -8px;
}

.quickview-slider .owl-next {
	right: -33px !important;
	background-position: 100% -8px;
}

.quickview-slider:hover .owl-next,
.quickview-slider:hover .owl-prev {
	opacity: 1;
}

.may-tro-thinh {
	padding-left: 22px;
}

.may-tro-thinh::before {
	position: absolute;
	content: "\f02b";
	font-family: 'FontAwesome5Solid';
	font-size: 16px;
	top: -1px;
	left: 1px;
	width: 30px;
	height: 30px;
	color: #ed1d3d;
}

.product-item .box .content h3 a::after {
	position: absolute;
	content: "";
	bottom: -20px;
	left: 0;
	background-color: #ed1d3d;
	width: 3.75rem;
	height: 2px;
	margin-left: 0px;
	display: none;
}

.blog-product-detail .contact-form {
	margin-bottom: 20px;
	background: none;
	padding: 0px;
}

.slide-product-detail .slick-slide img {
	width: 100%;
}

.slide-product-detail .slick-prev {
	left: 10px;
}

.slide-product-detail .slick-next {
	right: 10px;
}

.slide-product-detail .slick-prev,
.slide-product-detail .slick-next {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	border: 2px solid #fff;
	font-size: 22px;
	z-index: 2000;
	color: #fff;
	line-height: 40px;
	text-align: center;
}

.slide-product-detail .slick-prev:hover,
.slide-product-detail .slick-prev:focus,
.slide-product-detail .slick-next:hover,
.slide-product-detail .slick-next:focus {
	background-color: #c0392b;
	border-color: #c0392b;
	color: #fff;
}

.slide-product-detail .slick-prev,
.slide-product-detail .slick-next {
	opacity: 0;
}

.slide-product-detail .slider-product-detail:hover .slick-next {
	opacity: 1;
	webkit-animation: stuckMoveLeft .6s;
	animation: stuckMoveLeft .6s;
}

.slide-product-detail .slider-product-detail:hover .slick-prev {
	opacity: 1;
	webkit-animation: stuckMoveRight .6s;
	animation: stuckMoveRight .6s;
}

.slide-product-detail .slick-dots {
	bottom: 0;
}

.slide-product-detail .slick-dots li button {
	height: 12px;
	width: 12px;
	border-radius: 50%;
	overflow: hidden;
}

.slide-product-detail .slick-dots li button:before {
	height: 12px;
	width: 12px;
	border: 3px solid #dedede;
	border-radius: 50%;
	content: "";
}

.slide-product-detail .slick-dots li.slick-active button:before {
	background-color: #fff;
	opacity: .75;
}

.variations_form.cart.wvs-loaded {
	background: #ededed;
	padding: 12px;
}

.variations {
	margin-bottom: 5px;
}

td.label {
	color: #000;
	display: block;
	width: auto !important;
}

td.label label {
	display: inline-block;
	margin: 0 2px;
	font-size: 0.9em;
	font-weight: bold;
}

.woo-selected-variation-item-name {
	display: inline-block;
	margin: 0 2px;
	font-size: 0.9em;
}

.variable-items-wrapper.button-variable-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 !important;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
}

.variable-item.button-variable-item {
	/* pointer-events: none; */
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 0 0 1px rgb(0 0 0 / 30%);
	padding: 2px;
	margin: 4px 8px 4px 0;
	border-radius: 2px;
	width: auto;
	height: 30px;
	min-width: 30px;
}

.variable-item-contents {
	opacity: .3;
	display: contents;
	width: 100%;
	height: 100%;
	position: relative;
}

.variable-item-span {
	padding: 0 5px;
	/* opacity: 0.3; */
}

.disabled .variable-item-contents::before {
	position: absolute;
	content: " " !important;
	width: 100%;
	height: 1px;
	background: red !important;
	left: 0;
	right: 0;
	bottom: 0;
	top: 50%;
	visibility: visible;
	opacity: 1;
	border: 0;
	margin: 0 !important;
	padding: 0 !important;
	min-width: auto;
	-webkit-transform-origin: center;
	transform-origin: center;
	z-index: 0;
	transform: rotate(45deg);
}

.woo-variation-swatches .variable-item:not(.radio-variable-item):hover {
	box-shadow: 0 0 0 3px rgb(0 0 0 / 10%);
}

.disabled {
	pointer-events: none;
}

.disabled .variable-item-contents::after {
	position: absolute;
	content: " " !important;
	width: 100%;
	height: 1px;
	background: red !important;
	left: 0;
	right: 0;
	bottom: 0;
	top: 50%;
	visibility: visible;
	opacity: 1;
	border: 0;
	margin: 0 !important;
	padding: 0 !important;
	min-width: auto;
	-webkit-transform-origin: center;
	transform-origin: center;
	z-index: 0;
	transform: rotate(-45deg);
}

.pt_list_contact {
	border: solid 1px #eee;
	padding: 10px;
}

.pt_list_contact li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
}

.pt_list_contact li:last-child {
	margin-bottom: 0;
}

.pt_list_contact li .pt_icon {
	width: 50px;
	font-size: 30px;
	margin-right: 5px;
	text-align: left;
	color: #c0392b;
}

.pt_list_contact li .pt_infor_contact {
	width: calc(100% - 55px);
}

.pt_list_contact li .pt_infor_contact .pt_name {
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	margin-bottom: -2px;
}

.pt_list_contact li .pt_infor_contact .pt_contact {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
}

.mli-phone:before {
	content: "";
	background: url(/frontend/images/fbel.png) center no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 1%;
	background-position: 0 -30px;
	filter: brightness(0);
	-webkit-animation: ml-phonering 1s infinite ease-in-out;
	animation: ml-phonering 1s infinite ease-in-out;
}

@-webkit-keyframes ml-phonering {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

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

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

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

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

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
}

@keyframes ml-phonering {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}

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

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

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

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

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

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}
}

.variable-item.button-variable-item.selected {
	box-shadow: 0 0 0 2px rgb(192 57 43) !important;
}

.variable-item.button-variable-item.selected .variable-item-contents::after {
	display: none;
}

.variable-item.button-variable-item.selected .variable-item-contents::before {
	display: none;
}

.single_variation_wrap .single_add_to_cart_button {
	background-color: #c0392b;
	border: 1px solid #c0392b;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	line-height: 1;
	padding: 0.5em 0;
	border-radius: 3px;
	margin-bottom: 0;
	margin-right: 0;
	font-size: 1em;
	color: #fff;
	width: 100%;
}

.single_variation_wrap .atcb {
	clear: both;
	color: #000;
	width: 100%;
	text-align: center;
	padding: 10px;
	border: solid 1px;
	font-size: 16px;
	margin-top: 10px;
	display: inline-block;
}

.product-item .box {
	position: relative;
	display: flex;
	align-items: center;
}

.list_feedback1 .box .cart {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.list_feedback1 .box .cart span {
	display: flex;
	width: 87%;
	justify-content: center;
	height: 51px;
	align-items: center;
	color: white;
	font-size: 16px;
	margin-bottom: 15px;
	background-color: rgba(211, 5, 9, 0.5);
	opacity: 0;
	cursor: pointer;
	z-index: 0;
	transition: 0.7s;
}

.list_feedback1 .box:hover .cart span {
	z-index: 10 !important;
	opacity: 1 !important;
}

.list_feedback1 .box .cart img {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.list_feedback1 .box .cart img {
	max-width: 30px;
	max-height: 35px;
	position: sticky;
	margin-right: 10px;
}

.list_feedback1 .box:hover {}

.tab-ss04-desktop {}

.tab-ss04-desktop .tabs-title {
	padding: 0;
	text-align: center;
	margin-bottom: 20px;
}

.tab-ss04-desktop .tabs-title .tab-link {
	padding: 0 20px;
	line-height: 38px;
	/* padding: 0 24px; */
	border-bottom: 2px #d9d9dd solid;
	border-radius: 0px;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	background: 0 0;
	display: inline-block;
	cursor: pointer;
}

.tab-ss04-desktop .tabs-title .tab-link.active {
	border-color: #f2f0f0;
	background: #f2f0f0;
	border-bottom: solid 2px #333;
	color: #000;
}

.tab.list-product img.has-hover {
	display: none;
}

.tab.list-product img {
	position: relative;
	top: 0;
	left: 0;
	/* width: 100%; */
	/* height: 100%; */
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.tab.list-product .image {
	position: relative;
}

.list-product .box .image:hover img.has-hover {
	display: block;
}

.list-product .box .image::before {
	content: "";
	display: block;
	padding-top: 100%;
	height: 0;
	width: 100%;
}

.grid__column {
	position: relative;
	box-sizing: border-box;
	min-height: 1px;
	vertical-align: top;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 0px;
	width: 100%;
	display: block;
}

.product-grid {
	position: relative;
	padding-bottom: 12px;
}

.product-grid__thumbnail {
	position: relative;
	overflow: hidden;
	box-shadow: 2px 2px 20px #00000017;
	border-radius: 10px;
	background: #fff;
	margin: 20px 0px 0 0;
	padding-bottom: 10px;
}

.product-grid__image {
	position: relative;
	padding-bottom: 75%;
}

.product-grid__image:before {
	content: "";
	display: block;
	padding-top: 75%;
	height: 0;
	width: 100%;
	position: absolute;
}

.product-grid__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	border-radius: 0;
}

.product-grid__image .km {
	height: 40px;
	width: 40px;
	border-radius: 100%;
	line-height: 40px;
	color: #fff;
	background-color: #f26222;
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 3;
	text-align: center;
	font-size: 14px;
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
}

.slick-initialized .slick-slide {
	display: block;
}

.product-grid__thumbnail .hover {
	display: none;
}

.product-grid__tags {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 10px;
	height: 20px;
	padding: 0 10px;
	border-radius: 5px;
	font-weight: 500;
	color: #000;
	background-color: #f9f86c;
	text-transform: capitalize;
}

.product-grid>* {
	transition: all .3s;
}

.options-color {
	display: flex;
	flex-wrap: wrap;
	margin-left: -2px;
	margin-right: -2px;
	margin-bottom: 10px;
}

.option-color__item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3px;
	cursor: pointer;
}

.option-color__item.is-current:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* border: 1px solid #000; */
	border-radius: 16px;
}

.option-color__item .checkmark {
	display: block;
	width: 35px;
	height: 20px;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: 250%;
	background-position: 50%;
}

.product-grid__title {
	text-align: center;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: 600;
	margin-bottom: 26px;
	padding: 0 10px;
	min-height: 40px;
	height: auto;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.product-prices {
	display: flex;
	justify-content: center;
	flex-flow: row-reverse;
	font-size: 14px;
	font-weight: 600;
}

.product-prices del {
	color: #c4c4c4;
	font-size: 15px;
	padding-left: 10px;
	font-weight: 300;
	line-height: 24px;
}

.product-prices del+ins {
	color: #f00;
	margin-right: 5px;
	font-size: 16px;
}

.product-prices ins {
	text-decoration: none;
	color: #f00;
	font-weight: 600;
	font-size: 16px;
}

.product-grid__reviews {
	margin-top: 10px;
	cursor: pointer;
}

.reviews-rating {
	display: inline-flex;
	align-items: center;
	margin-left: -3px;
	margin-right: -3px;
	position: relative;
}

.reviews-rating__star.is-active,
.reviews-rating__star.is-full {
	background-image: url('https://www.coolmate.me/images/star.svg?9032b9976af477fff0e8b7f2de9556d2');
	width: 8px;
	height: 8px;
	margin: 0 2px;
	display: block;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
}

.product-grid__thumbnail .reviews-rating__number {
	font-size: 11px;
	line-height: 14px;
	/*position: absolute;
    right: -25px;
    top: 3px;*/
	color: #666;
	padding-left: 5px;
}

.product-grid__image img.has-hover {
	display: none;
}

.product-grid__image:hover img.has-hover {
	display: block;
	position: absolute !important;
	/* height: 100%; */
	/* width: 100% !important; */
	left: 0 !important;
}

.product-grid__content {
	background-image: linear-gradient(to right, #bebebe, #dedede);
	padding: 20px 10px 20px;
	text-align: center;
	line-height: 24px;
	position: relative;
}

.myslide {
	display: none;
}

.ss04_product .container-fluid>.row {
	margin-left: 0;
	margin-right: 0;
}

.col-min-1500 {
	padding: 0;
}

.row.fix-row-ykkh {
	margin-left: -8px;
	margin-right: -8px;
}

.col-wrap-ykkh {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 8px;
}

.col-wrap-ykkh:hover {
	box-shadow: 0 0 0 1px #333;
	transition: all 0.6s ease;
}

.wrap-ykkh .post-cate {
	margin: 0;
}

.wrap-ykkh .post-cate a {
	display: block;
	position: relative;
}

/* .wrap-ykkh .post-cate img {
    border-radius: 8px;
} */

.post-cate:hover .col-wrap-ykkh {
	border: 1px solid #666;
}

.group-title-desc p {
	text-align: center;
	margin-bottom: 16px;
	margin-top: 4px;
}

.box-wrap-ykkh-btn {
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: center;
}

.pl-Button.pl-Button--primary {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	text-align: inherit;
	border: 0;
	background-color: transparent;
	padding: 0;
}

.pl-Button-content {
	background-color: #7f187f;
	color: #fff;
	transition: transform .1s cubic-bezier(.65, .05, .36, 1), background-color .25s cubic-bezier(.65, .05, .36, 1), color .25s cubic-bezier(.65, .05, .36, 1), border-color .25s cubic-bezier(.65, .05, .36, 1);
	position: relative;
	vertical-align: middle;
	border-radius: 50vw;
	padding: 0 16px;
	pointer-events: none;
	line-height: 48px;
	height: 48px;
	min-width: 48px;
	font-size: 16px;
	white-space: nowrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.block-product .col-product-item .product-item:hover {
	transition: all 0.6s ease;
	border: 1px solid #333;
}

.block-product-category-top {
	background-color: rgba(245 245 245);

	padding-bottom: 10px;
}

.product-item2 {
	flex: 0 0 20%;
	max-width: 20%;
}

.product-item2 .box {
	display: block;
}

.product-item2 .box h3 a {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 22px;
	text-align: center;
	height: auto;
	color: #000;
}

.text_subnav ul li {
	list-style: disc;
	margin-left: 20px;
}

.product-item2 .box h3 {
	margin: 0;
	font-size: 17px;
	font-weight: 600;
	padding: 5px 0 5px 0;
	margin-bottom: 5px;
}

.product-item2.box .image {
	width: 100%;
}

.product-item2 .product-item .box .image a img {
	width: unset;
	height: unset;
}

.product-item2:hover {
	border: 0px solid #999;
	transition: all 0.6s ease;
}

.product-item2 {
	border: 0px solid transparent;
	border-radius: 7px;
}

.product-item2 .product-item .box .image {
	position: relative;
	padding-bottom: 75%;
}

.product-item2 .product-item .box .image a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.box-right a {
	color: #25266c;
}

.product-item3 {
	max-width: unset;
}

.product-item3 .box {
	display: block;
}

.product-item3 .product-item .box .image a img {
	width: unset;
	height: unset;
}

.product-item3:hover {
	border: 0px solid #999;
	transition: all 0.6s ease;
}

.product-item3 {
	border: 0px solid transparent;
	border-radius: 7px;
}

.product-item3 .product-item .box .image {
	position: relative;
	padding-bottom: 75%;
}

.product-item3 .product-item .box .image a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tab.list-product .product-grid__image .big-image {
	position: absolute;
}

.rating-star .bought {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: .03em;
	font-weight: 500;
}

.options-title .guide {
	float: right;
	font-family: Pangea, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
	color: #2f5acf;
}

.btn-mua {
	width: calc(100% - 150px);
}

.vouchers {
	display: block;
	color: #2f5acf;
	font-size: 12px;
	margin-top: 5px;
	font-weight: 600;
	font-style: italic;
}

#addCart:hover {
	color: #fff;
	background-color: #000;
	border: 0px solid #d9d9d9;
}

.box-policy {
	padding-top: 10px;
	padding-bottom: 10px;
	/* border-top: 1px solid #d9d9d9; */
	border-bottom: 1px solid #d9d9d9;
}

.product-policy {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	letter-spacing: .03em;
}

.product-policy-item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	width: 33.33333333%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.prolicy-icon {
	position: relative;
	width: 35px;
	height: 35px;
	margin-bottom: 10px;
}

.prolicy-icon img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.prolicy-title {}

.features-heading {
	display: block;
	position: relative;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	padding-top: 15px;
	padding-bottom: 20px;
	margin-bottom: 0;
	cursor: pointer;
}

.features-heading::after {
	position: absolute;
	content: "\f067";
	right: 10px;
	width: 9px;
	height: 16px;
	font-size: 10px;
	top: 15px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	transition: all 0.6s ease;
}

.features-listing {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 20px;
}

.features-item {
	line-height: 1.5em;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 15px;
	margin-top: 10px;
}

.features-item::before {
	position: absolute;
	content: "-";
	left: 0;
	width: 10px;
	height: 10px;
	top: 0px;
}

.product-features {
	max-height: 53px;
	overflow: hidden;
}

.product-features.is-active {
	max-height: 100%;
}

.product-features.is-active .features-heading.change::after {
	transform: rotate(135deg);
}

.product-features .features-listing {
	display: none;
}

.product-features.is-active .features-listing {
	display: block;
}

.col-box-product-main-left {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-box-product-main-right {
	flex: 0 0 50%;
	max-width: 50%;
}

.box-related {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d9d9d9;
}

.product-related_title {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	margin-bottom: 10px;
}

.product-related_listing {
	display: flex;
	flex-wrap: wrap;
	margin-left: -6px;
	margin-right: -6px;
}

.product-related_item {
	width: 33.33333333%;
	padding: 6px;
}

.product-grid_prod {
	position: relative;
	padding-bottom: 12px;
}

.product-grid_thumbnail {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 8px;
}

.product-grid_img {
	position: relative;
}

.product-grid_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.product-grid_prod>* {
	transition: all .3s;
}

.product-grid_title {
	flex: 1;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: 600;
	margin-bottom: 3px;
	margin-top: 0;
	color: #231f20;
}

.product-grid_price {
	font-size: 10px;
}

.product-price-grid {
	display: flex;
	justify-content: flex-end;
	flex-flow: row-reverse;
	font-weight: 400;
	font-size: 14px;
}

.product-price-grid ins {
	font-weight: 700;
	text-decoration: none;
	color: #ff3102;
	margin-right: 14px;
}

.product-price-grid del {
	font-size: 11px;
	line-height: 20px;
}

.product-grid_img::before {
	content: "";
	display: block;
	padding-top: 133.77926421%;
	height: 0;
	width: 100%;
}

.product-promotion-wrapper {
	position: relative;
	border: 1px solid #bd140c;
	border-radius: 16px;
}

.product-promootion_tags {
	background-color: #bd140c;
	display: inline-flex;
	align-items: center;
	padding: 5px 20px;
	margin: 15px 15px 5px;
	border-radius: 5px;
	color: #fff;
	height: 34px;
}

.product-promootion_tags svg {
	width: 20px;
	height: 20px;
	display: block;
	margin-right: 10px;
	fill: #fff;
}

.product-promotion-body {
	padding: 0 1rem;
}

.promotion-two-columns {
	display: flex;
	display: -webkit-flex;
	-moz-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -9px;
	margin-right: -9px;
	padding: 0;
	position: relative;
	float: none;
}

.product_column {
	position: relative;
	box-sizing: border-box;
	min-height: 1px;
	vertical-align: top;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 9px;
	width: 50%;
}

#load-image.box-image-product {
	display: block;
}

.slider-small-img {
	position: absolute;
	top: 30px;
	left: 30px;
}

.box-image-product {
	position: relative;
}

.slider-small-img-item {
	position: relative;
	display: block;
	width: 50px !important;
	height: 50px;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, .26666666666666666);
	opacity: .4;
	transition: all .3s;
	cursor: pointer;
	margin-bottom: 13px;
}

.slider-small-img .slick-track {
	display: flex;
	transform: none !important;
	flex-flow: column !important;
	width: 50px !important;
}

.big-img-slider .slick-dots {
	top: 0px;
	bottom: unset;
	display: flex;
	justify-content: space-between;
}

.big-img-slider .slick-dots li {
	flex: 1;
	font-size: 0;
	list-style: none;
	padding: 0 5px;
}

.big-img-slider {
	padding-top: 15px;
}

.big-img-slider .slick-dots li button {
	position: relative;
	width: 100%;
	height: 20px;
	border: 0;
	padding: 0;
	cursor: pointer;
	background-color: transparent;
}

.slick-dots li button:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: black;
}

.wrap-about-us .group-title .title {
	color: #333;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 15px;
}

.desc-about {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 25px;
}

.slider-small-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.slider-small-img-item.slick-current {
	border-color: #000;
	opacity: 1;
}

.product-relate .list-product-card {
	padding: 0 15px;
}

#category-product .col-product-item {
	/* padding: 0 8px 0 0; */
}

#category-product .col-product-item:nth-child(4n-2) {}

#category-product .col-product-item:nth-child(4n+1) {}

.reviews-rating i.fa-star {
	color: #222;
	font-size: 11px;
}

.form_danhgia.rating-star {
	display: flex;
}

.box-rating {
	display: flex;
	flex-flow: column;
	justify-content: center;
	/* width: 50%; */
}

.medium-rating {
	text-align: center;
	font-size: 3.815rem;
	line-height: 1.32;
}

#rating {
	text-align: center;
	display: flex;
	justify-content: center;
}

.feedbacks {
	text-align: center;
	font-size: 16px;
	margin-top: 16px;
}

.rating_detail {
	max-width: 300px;
	min-width: 250px;
	display: flex;
	flex-flow: column;
}

.form_danhgia.rating-star-main {
	display: flex;
	justify-content: space-around;
}

.percent-rating {
	width: calc(100% - 70px);
	height: 24px;
	border-radius: 50px;
	overflow: hidden;
	background-color: rgb(209, 209, 214);
}

.box-percent {
	width: 0;
	height: 100%;
	background-color: #bd140c;
}

.rating_detail-item button {
	border: none;
	background: transparent;
	color: #000;
	display: flex;
	align-items: center;
	min-width: 200px;
	max-width: 250px;
	justify-content: space-between;
}

.b-r-8 {
	border-radius: 8px;
}

.m-t-20 {
	margin-top: 20px;
}

.p-y-4 {
	margin-top: 4px;
	margin-bottom: 4px;
}

.flex-column {
	flex-direction: column;
}

.justify-between {
	justify-content: space-between;
}

.justify-content-start {
	justify-content: flex-end;
}

.p-x-24 {
	padding-left: 15px;
	padding-right: 15px;
}

.p-y-24 {
	padding-top: 24px;
	padding-bottom: 24px;
}

.product-review-detail {
	width: 45%;
}

.m-b-12 {
	margin-bottom: 12px;
}

.fs-p-13 {
	font-size: 13px;
	line-height: 1.23;
}

.product-review-detail-cmt {
	margin-bottom: 12px;
	color: #646266;
}

.product-user-comments {
	max-height: 6em;
	overflow: hidden;
}

.product-user-comments span {
	position: relative;
	word-break: break-word;
}

.product-review-btn {
	position: relative;
	word-break: break-word;
}

.product-review-btn-box {
	display: inline-block;
	position: relative;
	padding: 8px 0;
	min-width: 48px;
	line-height: 1;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

.product-review-content {
	white-space: nowrap;
	border: 1px solid #777279;
	border-radius: 24px;
	display: flex;
	position: relative;
	pointer-events: none;
	align-items: center;
	justify-content: center;
	padding: 3px 16px;
	height: 32px;
	color: #211e22;
	transition: border-color 1ms cubic-bezier(.22, .61, .36, 1), background-color 1ms cubic-bezier(.22, .61, .36, 1);
}

.product-review-cout {
	margin-left: 8px;
}

.review-info-name {
	color: #211e22;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 12px;
}

.review-info-location {
	font-size: 13px;
	line-height: 1;
	color: #646266;
}

.contact-form .form button.product-review-info-btn {
	color: #646266;
	font-size: 13px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 400;
}

.show-3-item {
	/* max-height: 480px;
    overflow: hidden;*/
	transition: all 0.3s ease;
}

.show-3-item.current {
	max-height: 100%;
}

.contact-form .form button.review-btn-show-all {
	margin: 0 auto;
	justify-content: center;
}

.contact-form .form button.review-btn-show-all i,
.contact-form .form button.review-btn-show-less i {
	padding-left: 10px;
}

.contact-form .form button.review-btn-show-less {
	margin: 0 auto;
	justify-content: center;
}

.form_danhgia.form-feedback {
	padding-top: 30px;
	padding-bottom: 30px;
}

.results td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#danhgia .form form {
	display: flex;
	flex-wrap: wrap;
}

.form_danhgia.rating-star-main,
.form_danhgia.form-feedback {
	width: 100%;
	background: #fff;
	padding: 15px 0;
}

.form_danhgia:not(.rating-star-main)+.form_danhgia:not(.form-feedback) {
	width: 50%;
}

.form_danhgia:nth-child(2n+2):not(.rating-star-main):not(.form-feedback) {
	padding-right: 15px;
}

.form_danhgia:nth-child(2n+1):not(.rating-star-main):not(.form-feedback) {
	padding-left: 15px;
}

.big-img-item img {
	width: 100%;
	border-radiu: 10px;
	height: auto;
}

.swatch .color label span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	opacity: 0;
	pointer-events: none;
	transition: all .3s;
	top: 0;
	left: 0;
}

.swatch input:checked+label span::before {
	border: 4px solid #fff;
	opacity: 1;
}

.swatch .color label span::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	opacity: 0;
	pointer-events: none;
	transition: all .3s;
	top: 0;
	left: 0;
}

.swatch input:checked+label span::after {
	border-radius: 12px;
}

.swatch input:checked+label {
	border-radius: 12px;
}

.group-power {
	margin-bottom: 15px;
}

.swatch label[for=color-101] span::before {
	border-color: #ddd;
}

.custom-btn-number {
	margin-right: 30px;
}

.category_menu {
	width: 100%;
	position: relative;
	z-index: 4;
}

.home-top-left {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
}

.danh-muc-menu {
	background: #fff;
	position: relative;
	height: 100%;
	border: solid 1px #eee;
}

.danh-muc-menu ul {
	overflow-y: scroll;
	max-height: 370px;
	/* box-shadow: 0 2px 1px 0 rgb(0 0 0 / 25%); */
}

.danh-muc-menu>ul>li {
	border-bottom: 1px solid #f0f0f0;
	position: unset;
}

.danh-muc-menu>ul>li>a {
	display: block;
	padding: 5px 10px 5px 10px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	position: relative;
}

.danh-muc-menu>ul>li>a::before {
	content: "";
	width: 7px;
	height: 1px;
	display: inline-block;
	background: #9c9c9c;
	position: absolute;
	top: 50%;
	right: 10px;
}

.danh-muc-menu>ul>li>a::after {
	content: "";
	width: 7px;
	height: 1px;
	display: inline-block;
	background: #9c9c9c;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.li-parent .sub_menu {
	display: none;
	cursor: default;
	overflow: hidden;
	position: absolute;
	width: 900px;
	top: -1px;
	left: 100%;
	min-height: 373px;
	background: #fff;
	padding: 10px;
	border-bottom: solid 1px #f0f0f0;
	border-right: solid 1px #f0f0f0;
	/* box-shadow: 0 2px 1px 0 rgb(0 0 0 / 25%); */
}

.sub_menu strong {
	border-bottom: solid 1px #ddd;
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	padding: 4px 10px;
}

.sub_menu>strong a {
	font-size: 12px;
	color: #1DA04E;
	font-weight: bold;
	margin-top: -15px;
	display: block;
	text-align: right;
}

.danh-muc-menu ul {
	overflow-y: scroll;
	max-height: 320px;
	/* box-shadow: 0 2px 1px 0 rgb(0 0 0 / 25%); */
}

.danh-muc-menu ul {
	margin: 0;
	list-style: none;
}

.list-level-2>li {
	display: block;
}

.list-level-2>li .item-sub {
	display: block;
	text-transform: none;
	line-height: 20px;
	margin-bottom: 10px;
}

.list-level-2>li .item-sub>a {
	font-weight: bold;
	font-size: 14px;
	color: #333;
	padding: 6px 0;
	text-decoration: none !important;
}

.item-sub_2 {
	list-style: disc !important;
	line-height: 20px;
	margin-top: 5px;
}

.col-category_menu {
	-ms-flex: 0 0 20%;
}

.col-slide {}

.danh-muc-menu>ul>li.li-parent:hover .sub_menu {
	display: block;
}

.list-level-2 {
	padding: 5px 10px;
	overflow: hidden;
	cursor: default;
	width: 100%;
	flex-wrap: wrap;
}

.danh-muc-menu ul::-webkit-scrollbar {
	display: none;
}

.danh-muc-menu li a:hover {
	color: #00923f;
}

.nav-category-heading {
	background-color: #000;
	color: #fff;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 10px 8px;
}

.nav-category-heading .title-box {
	font-size: 16px;
	line-height: 20px;
	padding: 15px;
	text-transform: uppercase;
	margin-bottom: 0;
	position: relative;
	text-align: left;
	font-weight: 600;
	margin-top: 0;
}

.nav-category-heading .fa {
	font-size: 18px;
	position: absolute;
	right: 14px;
}

.nav-category {
	display: block;
}

.nav-category ul {
	/* border: 1px #ddd solid; */
	border-top: 0;

}

.nav-category ul.nav-main li {
	position: relative;
	color: #acacac;
	display: block;
	float: unset;
}

.nav-category ul.nav-main li {
	position: relative;
	margin: 0;
	/* padding: 0 15px; */
	display: block;
	border-top: 1px #fff solid;
	font-size: 14px;
	line-height: 46px;
	color: #FFF;
}

.nav-category ul.nav-main li a:hover {
	color: #fff;
	background-color: #000;
}

.nav-category ul.nav-main li .nav-sub {
	position: absolute;
	top: 0;
	left: auto;
	left: 100%;
	display: none;
	background-color: #eeee22;
}

.nav-category ul.nav-main ul.nav-sub li:hover {
	background-color: #000;
	color: #fff;
}

.nav-category ul.nav-main li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000;
}

.nav-category ul.nav-main li.nav-item:not(.show) {
	display: none;
}

.nav-category ul.nav-main li:hover .nav-sub {
	display: block;
}

.nav-category ul.nav-main li:hover {
	background-color: #000;
	color: #fff;
}

.nav-category ul.nav-main li a i {
	color: #333;
}

/* .nav-category ul.nav-main .nav-sub li {
    padding: 4px 15px;
} */

.box-aside {
	height: 100%;
}

.box-aside .box-content {
	height: calc(100% - 50px);
}

.box-aside .box-content .nav-category {
	height: 100%;
	background: #eeee22;
	border-radius: 10px;
	-moz-outline-radius: 10px;
}

.nav-category ul.nav-main li.nav-item .nav-sub li:hover .nav-sub-c2 {
	display: block;
}

.nav-category ul.nav-main li.nav-item .nav-sub li .nav-sub-c2 {
	border-top: 1px solid #ddd;
}

.wrap-ykkh .box {
	background-color: #2b2b2b;
	color: #fff;
	padding: 15px 15px;
	display: flex;
	flex-wrap: wrap;
	/* border-radius: 10px; */
}



.list-small-image-feedback {
	width: 40%;
	margin: 53px 0;
	position: relative;
	max-height: 300px;
	overflow-y: scroll;
}

.list-small-image-feedback::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.list-small-image-feedback::-webkit-scrollbar-thumb {
	background-color: #eeee22;
}

.list-small-feedback {
	display: flex;
}

.list-small-feedback .small-image {
	display: flex;
	width: 100% !important;
}

.list-small-feedback .slick-track {
	width: 100% !important;
}

.list-small-feedback .small-image .box-image {
	width: 80px;
}

.list-small-feedback .small-image .box-content {
	width: calc(100% - 80px);
	padding-left: 15px;
}

.list-small-feedback .small-image .box-content .feedback-title h3 {
	font-size: 13px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	height: 37px;
	margin-top: 0;
	margin-bottom: 5px;
	-webkit-box-orient: vertical;
	line-height: 1.4;
	font-weight: 500;
}

.list-small-feedback .small-image .box-content .Interactive {
	display: flex;
}

.list-small-feedback .small-image .box-content .Interactive .view {
	margin-right: 20px;
	font-size: 12px;
}

.list-small-feedback .small-image .box-content .Interactive .view i {
	color: #e77608;
}

.list-small-feedback .small-image .box-content .Interactive .fb-view {
	font-size: 12px;
	display: none;
}

.list-small-feedback .small-image .box-content .Interactive .fb-view i {
	color: #0c78ef;
}

.list-small-feedback .small-image .box-image img {
	border: none;
}

.box-btn-play {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50%;
}

.box-btn-play .btn-play {
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-left: 35px solid #444;
	border-bottom: 17px solid transparent;
	/* margin: 0 auto; */
	margin-left: 9px;
}

.list_feedback-box {
	width: 60%;
	padding-right: 15px;
}

.list-small-image-feedback::before {
	position: absolute;
	content: "";
	width: 80px;
	height: 0;
	top: 0;
	left: 5px;
	background-color: #000;
}

.wrap-ykkh .post-cate .box-image {
	padding: 8px 20px 8px 8px;
	background-color: #000;
}

.wrap-ykkh .post-cate .box-image iframe {
	width: 100%;
	height: 275px;
}

/* HHHH */

.toggle-1 {
	-webkit-animation-name: toglle;
	-webkit-animation-duration: 3s;
	animation-name: toglle;
	animation-duration: 3s;
}

@-webkit-keyframes toglle-1 {
	0% {
		max-width: 0%;
	}

	50% {
		max-width: 50%;
	}

	100% {
		max-width: 100%;
	}
}

@keyframes toggle-1 {
	0% {
		max-width: 0%;
	}

	50% {
		max-width: 50%;
	}

	100% {
		max-width: 100%;
	}
}

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 3s;
	animation-name: fade;
	animation-duration: 3s;
}

@-webkit-keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

.box-link-paragraph {
	background-color: #fff;
	margin-bottom: 30px;
	background: #f9f9f9;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	display: table;
	margin-bottom: 1em;
	padding: 10px;
	position: relative;
	width: 100%;
}

.box-link-paragraph .title {
	display: flex;
	justify-content: space-between;
}

.box-link-paragraph .title h5 {
	margin: 0;
	font-size: 20px;
	font-weight: 400;
}

.title-link-header {
	background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
	background-color: #f5f5f5;
	border-color: #ddd;
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.box-link-paragraph>ul {
	width: 100%;
	max-height: 250px;
	padding: 0;
	overflow-y: auto;
}

.index {
	margin-right: 3px;
}

.box-link-paragraph ul li {
	margin-bottom: 0;
	margin-left: 30px;
}

.box-link-paragraph>ul>li {
	font-weight: 300;
	list-style: none !important;
	font-size: 15px;
	line-height: 24px;
}

.box-link-paragraph>ul>li ul {
	margin-top: 0px;
	font-weight: normal;
	font-size: 90%;
}

.box-link-paragraph ul li a {
	color: #000;
	font-weight: 600;
}

.list-content-paragraph>div {
	/* display:flex; */
	margin-bottom: 15px;
}

.list-content-paragraph>div ul,
.list-content-paragraph>div ol {
	list-style: none;
}

.name-p {
	color: #09428f;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 18px;
}

.list-content-paragraph>div .index {
	width: auto;
	display: inline-block;
	flex: 0 0 auto;
	margin-right: 3px;
}


/*tag blog*/

.hastag {
	display: flex;
	margin-top: 3px;
	min-width: 100%;
	padding: 10px 0;
}

.hastag .tags {

	padding: 3px 10px;
	background: #f7f7f7;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #847c7c;
}

.tag_title {
	display: inline-block;
	padding: 3px 10px;
	background: #f7f7f7;
	font-size: 12px !important;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #847c7c;
	/* font-size: 12px; */
}

.tag_title:hover {
	color: #0c4da2;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
	transform: translate3d(0, -2px, 0);
	-webkit-transform: translate3d(0, -2px, 0);
}

.tags i {
	margin-right: 5px;
}

.box-comment {
	background-color: #eeee;
	padding: 5px;
}

.comment-form-container input:nth-child(3) {
	opacity: 0;
	height: 0px;
	padding: 0px;
}

.comment-form-container input {
	width: 49%;
	height: 40px;
	padding: 10px;
}

.box-comment .form-control::placeholder {
	color: #393636;
	opacity: 1;
}

.box-comment .form-control {
	display: block;
	width: 100%;

	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: white;
	background-clip: padding-box;
	border: 1.6px solid var(--color-main);
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.box-comment button {
	color: white;
	background-color: var(--color-main);
	border: 0;
	border-radius: 5px;
	padding: 5px 15px;
}

.comment .luot-cmt {
	padding: 5px;
	font-size: 16px;
	font-weight: 500;
}

.box-binhluan {
	display: flex;
}

.list-binhluan {
	padding-bottom: 20px;
}

.box-binhluan-left {
	width: 50px;
	height: 50px;
	margin-right: 20px;
}

.box-binhluan-right {
	background-color: #f0f2f5;
	padding: 8px;
	border-radius: 15px;
	flex: 2;
}

.box-binhluan-left a img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.box-binhluan-right a {
	font-size: 16px;
	color: var(--color-main);
	font-weight: 600;
}



.news-lq .title h3 {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	padding: 8px 11px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	background-color: #eeee;
}

.news-lq .title ul li {
	padding: 2px 20px;
	position: relative;
	font-size: 16px;
}

.news-lq .title ul li::after {
	content: "";
	height: 4px;
	width: 4px;
	background-color: #4d6f76;
	border-radius: 50%;
	display: flex;
	position: absolute;
	left: 8px;
	top: 14px;
}

.deal_sale {
	padding: 30px 0 0 0;
	margin-bottom: 30px;
}

.deal_sale .list_deal_sale {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.deal_sale .title-heading-sale {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 8px 0 12px;
}

.deal_sale .title-heading-sale .title {
	font-size: 30px;
	font-weight: 600;
	line-height: normal;
}

.deal_sale .title-heading-sale .sale_all {}

.deal_sale .title-heading-sale .sale_all a {
	text-decoration: underline;
	color: #be140b;
	font-size: 15px;
}

.deal_sale .title-heading-sale .sale_all a:hover {
	text-decoration: unset;
}

.ss04_product {
	padding: 30px 0 30px 0;
	background: #fff;
	margin-bottom: 0px;
}

.ss04_product img {
	padding: 10px;
}

.swatch {
	margin-bottom: 10px;
	position: relative;
}

.swatch .options-title {
	margin-bottom: 10px;
	text-align: left;
	float: none;
	min-width: 100px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
}

.size-guide-box {
	font-size: 16px;
	margin-bottom: 10px;
	padding-top: 0;
	position: relative;
}

.swatch .swatch-element input {
	cursor: pointer;
	line-height: 30px;
}

.swatch .swatch-element input[type=checkbox],
.swatch .swatch-element input[type=radio] {
	display: inline;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 33px;
	position: absolute;
	background: 0 0;
	outline: none;
	opacity: 0;
}

.swatch input:checked+label {
	color: #36474f;
	border: 1px solid #36474f;
	padding: 0 15px;
	position: relative;
	line-height: 34px;
	border-radius: 16px;
	font-size: 15px;
	height: 35px;
}

.swatch-element label {
	padding: 0 5px;
	padding: 0 15px;
}

.swatch label {
	float: left;
	min-width: 66px !important;
	height: 35px;
	margin: 0;
	/* padding: 15px; */
	border: 1px solid #dde1ef;
	font-size: 16px;
	text-align: center;
	line-height: 34px;
	white-space: nowrap;
	/* font-family: svn-gilroy bold; */
	padding: 0;
	border-radius: 16px;
	font-size: 15px;
}

.swatch .color label span {
	display: inline-block;
	width: 100%;
	height: 40px;
	vertical-align: top;
	border-radius: 50%;
}

.swatch .color label[for] {
	cursor: pointer;
	padding: 0;
}

label[for] {
	cursor: pointer;
	padding: 0 15px;
}

.list-footer-box {
	padding: 0 !important;
}

.swatch .swatch-element:not(.color) input:checked+label:after {
	/*content: '';*/
	position: absolute;
	bottom: 0;
	right: 0;
	background: url('../images/select-pro.webp') center center no-repeat;
	width: 15px;
	height: 17px;
}

.swatch .swatch-element {
	float: left;
	-webkit-transform: translateZ(0);
	-webkit-font-smoothing: antialiased;
	margin: 0 10px 5px 0;
	position: relative;
	line-height: 31px;
}

.form-product .custom-btn-number .custom-btn-numbers {
	position: relative;
	margin-bottom: 10px;
}

.form-product .custom-btn-number .custom-btn-numbers {
	position: relative;
	margin-bottom: 10px;
}

.form-product .custom-btn-number .custom-btn-numbers button.btn-minus {
	border-radius: 20px 0 0 20px;
}

.form-product .custom-btn-number .custom-btn-numbers button {
	width: 40px;
	height: 40px;
	border: 1px solid #000;
	background-color: #fff;
	font-size: 14px;
	padding: 0;
	font-weight: 400;
	float: left;
	border-radius: 0;
	line-height: 33px;
	outline: none;
}

.form-product .custom-btn-number .custom-btn-numbers input {
	float: left;
	width: 40px;
	height: 40px;
	border: #000 solid 1px;
	border-left: none;
	border-right: none;
	border-radius: 0;
	margin: 0;
	color: #333f48;
	padding: 0;
	text-align: center;
	font-size: 18px;
	min-height: unset;
	font-family: svn-gilroy bold;
}

.form-product .custom-btn-number .custom-btn-numbers button.btn-minus {
	border-radius: 15px 0 0 15px;
	border-right: none;
}

.form-product .custom-btn-number .custom-btn-numbers button.btn-plus {
	border-radius: 0 15px 15px 0;
	border-left: none;
}

.product_count_total_cnt img {
	width: 100%;
}

.option-color__item .checkmark.active {
	position: relative;
}

.option-color__item .checkmark.active::after {
	position: absolute;
	content: "";
	padding: 1px;
	border: 2px solid #333;
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.hot-item {
	background: #bd140c;
	padding: 0 7px;
	font-size: 14px;
	margin-left: 5px;
	border-radius: 3px;
	color: #fff;
}

.product-detail-images {
	padding: 0 35px;
}

.image-main.active>a>img {
	width: 100%;
	object-fit: cover;
}

.pcd-rating {
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
	flex-direction: column;
	margin-bottom: 15px;
}

.pdc-title_serial {
	position: relative;
	cursor: pointer;
	font-size: 16px;
	color: #b6c0ce;
}

.pcd-rating ul {
	display: inline-flex;
	align-items: center;
}

.pcd-rating ul li:not(:last-child) {
	margin-right: 2px;
}

.txt-gray,
.spinner-text,
.small,
.lc__rating-star {
	color: #718198;
	margin-left: 10px;
}

.pcd-rating ul li i {
	color: #f59e0b;
	font-size: 12px;
}

.pcd-rating .link {
	color: #333;
	position: relative;
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
}

.from-action-addcart {
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
}

.menu-order {
	justify-content: center;
	display: flex;
	width: 100%;
	margin-left: 0px;
}

.menu-order .nav-main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.menu-order .nav-main>li.active>a {
	background-color: #ffd68c;
	/* color: #fff;
    background-color: #343a40;
    border-color: #343a40;*/
	color: #000 !important;
}

.box_brand img {
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 5px;
}

.menu-order {
	width: 100%;
}

.menu-order .nav-main-order {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	border-bottom: 1px solid rgb(209, 209, 214);
}

.menu-order .nav-main-order li {
	flex: 1 1 20%;
	text-align: center;
	cursor: pointer;
	padding: 8px;
}

.block-item {
	margin-top: 20px;
}

.cart-top table {
	width: 100% !important;
	margin: 8px 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	font-weight: 500;
}

.cart-top table tr td {
	padding: 10px;
	text-align: center;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.cart-table-header {
	background-color: #eaeaea;
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
}

.cart-top-thumb-img {
	height: 100px;
	width: 100px;
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}

.thumb-cover img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
}

.cart-title-pro {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #3c3d41;
	margin-bottom: 5px;
}

.quanlity-number-td {
	position: relative;
	display: inline-block;
}

.cart-input-quantity {
	width: 150px;
	height: 40px;
	padding: 0 10px;
	font-size: 18px;
	color: #000;
	outline: none;
	border: 1px solid#d8d8d8;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
}

.active-cart-title {
	color: red;
	font-weight: 500;
	font-size: 15px;
	border-bottom: 2px solid red;
	text-transform: uppercase;
}

.nav-item-order:before {
	content: "";
	position: absolute;
	inset: 0;
	box-shadow: green;
	z-index: 1;
}

.avatar_account {
	font-size: 56px;
}

.avatar-login {
	width: 36px;
	height: 36px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #b6c0ce;
	border-radius: 50%;
}

.avatar-login {
	position: relative;
	margin-top: -60px;
}

.avatar-login-background {
	width: 120px;
	height: 120px;
	font-size: 56px;
	line-height: 56px;
}

.account-sidebars {
	border-right: 1px solid #d9d9d9;
	padding: 0 10px 10px 10px;
}

.account-sidebar-items {
	margin-top: 25px;
}

.clientlogin-name {
	font-size: 30px;
	font-weight: 700;
	margin: 20px 0 10px;
}

.account-sidebar-item.active {
	background-color: #000;
	color: #fff;
}

.account-sidebar-item:hover {
	background-color: #d9d9d9;
	color: #000;
}

.account-sidebar-item:not(:last-child) {
	margin-bottom: 1rem;
}

.account-sidebar-item {
	width: 100%;
	height: 39px;
	background-color: #fff;
	border: 1px solid #000;
	padding: 10px 20px;
	transition: all .2s;
	display: block;
	border-radius: 16px;
	font-size: 15px;
}

.form-change-info {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #231f20;
	text-align: left;
}

.form-change-info .form-control {
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
	border-radius: 16px;
	height: 40px;
	width: 100%;
	padding: 5px 20px;
	transition: .2s all;
	color: #000;
}

.alert-danger-cus {
	color: #b91c1c;
}

.alert-md.alert-des {
	font-size: 16px;
}

.popup-rating {
	border-radius: 10px;
}

.poup-header {
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #d70018;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	font-weight: 700;
	box-sizing: border-box;
}

.popup-rating .fancybox-close-small {
	color: #fff !important;
	font-weight: 700;
}

.poup-header p {
	padding-left: 10px;
}

.cps-input {
	width: 100%;
	height: 40px;
	font-size: 14px;
	border: 1px solid#d4d4d4;
	outline: none;
	box-sizing: border-box;
	margin-top: 15px;
	border-radius: 10px;
	padding: 0px 10px;
	color: #333;
	background-color: #fff;
	float: left;
}

.cps-textarea {
	margin-top: 15px;
	width: 100%;
	height: 120px;
	outline: none;
	border: 1px solid#d4d4d4;
	padding: 8px 10px;
	box-sizing: border-box;
	border-radius: 6px;
}

.rate-title {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 700;
	color: #333;
}

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

.rate:not(:checked)>input {
	display: none;
}

.rate:not(:checked)>label {
	float: right;
	width: 50px;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 40px;
	color: #ccc;
	/* margin-right: 30px; */
}

.rate:not(:checked)>label:before {}

.rate>input:checked~label {
	color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
	color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
	color: #c59b08;
}

.btn-submit-rate {
	width: 100%;
	height: 40px;
	border: 1px solid#d4d4d4;
	outline: none;
	box-sizing: border-box;
	margin-top: 15px;
	border-radius: 10px;
	padding: 0px 10px;
	color: #fff;
	background-color: #d70018;
}

.single-start-top-bottom {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-right: 1px solid #dee2e6;
}

.single-vote-sub-title {
	font-size: 15px !important;
	color: #333;
}

.single-vote-btn {
	margin-top: 10px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0px 30px;
	background-color: #d70018;
	border-radius: 10px;
	color: #fff;
	font-size: 15px;
}

.single-vote-btn:hover {
	color: #fff;
}

.review__title {
	font-weight: bold;
}

.review_image {
	cursor: pointer;
}

.review_image-message {
	border-radius: 16px;
	min-height: 120px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: grey;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #d9d9d9;
}

.review_image .dz-initial-inner {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.review_image .dz-initial-inner-image {
	width: 96px !important;
	height: 96px !important;
	padding: 5px;
	border: 1px solid #d9d9d9;
	border-radius: 16px !important;
}

.review_image .dz-initial-inner-image:before {
	content: "+";
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	color: rgba(250, 100, 0, 0.5);
	line-height: 40px;
}

.review_image .dz-initial-inner-image {
	position: relative;
}

.load-multiple-image>img {
	max-width: 55px;
	width: 100%;
}

.review__subtitle {
	font-size: 13px;
}

.is-flex {
	display: flex;
}

.is-hidden {
	display: none !important;
}

.input__file {
	color: #919191;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	flex: 1;
	padding: 0 8px;
}

.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.is-align-items-center {
	align-items: center !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

.btn-add-image-rating {
	height: 35px;
	padding: 7px 11px;
	background: #e5e7eb;
	color: #444;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 700;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.input-icon {
	height: 20px;
	width: 20px;
	margin-top: 3px;
	margin-right: 5px;
}

.input-icon i {
	height: 12px;
}


#check-4 {

	display: flex;
	align-items: center;
	gap: 5px;
}

.list-footer-content {
	display: flex;
	align-items: center;
	gap: 5px;
}

.fas.fa-angle-double-right {}

@-webkit-keyframes stuckMoveLeft {
	0% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 45%;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		top: 45%;
	}
}

@keyframes stuckMoveLeft {
	0% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 45%;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		top: 45%;
	}
}

@-webkit-keyframes stuckMoveRight {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		top: 45%;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		top: 45%;
	}
}

@keyframes stuckMoveRight {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		top: 45%;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		top: 45%;
	}
}



.link-service {
	display: block;
	max-width: 790px;
	background: #fdcb4f;
	color: #fff;
	padding: 10px 15px;
	line-height: 35px;
	font-size: 20px;
	margin-bottom: 20px;
}

.link-service:hover {
	color: #fff;
}

.link-service i {
	margin-left: 10px;
}

.pd-10 {
	padding: 0 10px;
}

.text-service {
	padding: 0 5px;
}

.title-service {
	font-size: 63px;
	color: #fdcb4f;
	text-transform: uppercase;
	font-weight: bold;
}

.service-view {
	border: 1px solid #fdcb4f;
	border-radius: 20px;
	padding: 0 19px;
	line-height: 34px;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 5px;
	display: inline-block;
	color: #fdcb4f;
}

.service-view:hover {
	color: #fff;
	background-color: #fdcb4f;
}

.col-service-item {
	padding: 0 5px;
	margin-bottom: 20px;
}

.service-item {
	box-shadow: 1px 15px 19px #dddddd;
}

.service-item .box {
	text-align: center;
	padding: 0 0 15px;
	background-color: #fff;
}

.service-item .box .image {
	margin-bottom: 15px;
}

.service-item .box .image img {
	object-fit: cover;
	width: auto;
}

.service-item .box .name {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fdcb4f;
	line-height: normal;
}

.service-item .box .name span {
	max-width: 112px;
	display: inline-block;
}

.wrap-service .col-service-item:nth-child(2) .box .name a:hover {
	color: #282e88;
}

.wrap-service .col-service-item:nth-child(3) .box .name a:hover {
	color: #fdcb4f;
}

.wrap-service .col-service-item:nth-child(4) .box .name a:hover {
	color: #fad187;
}

.icon-dv-right {
	margin-top: 5px;
}

.line-div {
	width: 50px;
	height: 1px;
	background: #707070;
	margin: 0 auto;
}

.form-product .btn-mua button {
	border-radius: 17px;
	display: block;
	text-align: center;
	border: 1px #eeee22 solid;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	background-color: #eeee22;
	line-height: 24px;
	cursor: pointer;
	width: 100%;
	margin-top: 22px;
	color: #000;
}

.form-product .btn-mua button:hover,
.form-product .btn-mua button:focus {
	box-shadow: none;
	outline: none;
	border-color: red;
	color: red;
}

.title-xemthem {
	font-size: 24px;
	color: #707070;
	font-weight: normal;
	text-transform: none;
	text-decoration: underline;
}

.title-#c31f26 {
	color: #fdcb4f;
}

.title-while {
	color: #fff;
}

.group-title .desc {
	color: #222;
	margin-bottom: 0;
	line-height: 24px;
	max-width: 750px;
	font-size: 15px;
	text-align: center;
	margin: auto;
}

.wrap-system {
	padding: 25px 0 60px;
	background-color: #fdcb4f;
	color: #fff;
}

.box-system {
	position: relative;
}

.list-icon {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/* background-color: rgba(0, 0, 0, 0.2); */
}

.list-icon span {
	/* display: inline-block; */
	position: absolute;
	width: 25px;
	height: 25px;
	cursor: pointer;
	font: normal normal normal 14px/1 FontAwesome;
	text-align: center;
	color: #3895f2;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	transition: all 0.5s;
	transform: translate(-50%, -50%);
}

.list-icon span:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	border-radius: 100%;
	animation-duration: 2s;
	animation-delay: 1s;
	animation-name: animation-glowing-white-2;
	animation: animation-glowing-white-2 1.5s infinite;
}

.list-icon span.active:after {
	animation-name: animation-glowing-white-2-active;
}

@keyframes animation-glowing-white-2-active {
	0% {
		box-shadow: inset 0 0 0 0 #fff;
	}

	50% {
		box-shadow: 0 0 0 0 rgba(226, 59, 65, 0.5);
	}

	100% {
		box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.1);
	}
}

@keyframes animation-glowing-white-2 {
	0% {
		box-shadow: 0 0 0 0 #fff;
	}

	50% {
		box-shadow: 0 0 0 0 rgba(226, 59, 65, 0.1);
	}

	100% {
		box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.1);
	}
}

.list-icon span.active {
	transform: translate(-50%, -50%) scale(1.5);
}

.list-icon span:before {
	content: "\f041";
}

.close-map {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	z-index: 1;
	top: 0;
	line-height: 23px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
}

.close-map:before {
	content: "x";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 100%;
}

.bg-image-load {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
}

.bg-image-load.active {
	z-index: 1;
	opacity: 1;
}

.bg-image-load.active .image-load {
	transform: translate(-50%, -50%) scale(1);
}

.box-system .image-load {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	/* opacity: 0; */
	text-align: center;
	max-width: 500px;
	/* overflow: hidden; */
	transition: all 0.5s;
}

.box-image-load {
	padding-bottom: 100%;
	position: relative;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 100%;
	text-align: center;
	border: 3px solid #e23b41;
}

.box-system .image-load img {
	width: auto;
	max-width: 70%;
	/* max-width: 100%; */
	height: 80%;
	object-fit: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.wrap-system .image-sytem {}

.wrap-system .image-sytem img {}

.btn-view {
	display: inline-block;
	border-radius: 40px;
	line-height: 45px;
	background-color: #fff;
	color: #e23b41;
	font-size: 18px;
	padding: 0 20px;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #e23b41;
	box-shadow: 0px 1px 5px 1px #a38a8a;
	visibility: visible;
	animation-duration: 2s;
	animation-delay: 1s;
	animation-name: animation-glowing-white;
	animation: animation-glowing-white 1.5s infinite;
}

.btn-light {
	padding: 3px 12px;
	font-size: 14px;
	color: #333;
	background-color: #f99f31;
	border-color: #f99f31;
}

@keyframes animation-glowing-white {
	0% {
		box-shadow: 0 0 0 0 #fff;
	}

	100% {
		box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
	}
}

.btn-view:hover {
	color: #fff;
	background-color: #e23b41;
}

.btn-view i {
	font-size: 28px;
	margin-right: 10px;
}

.wrap-count {
	padding: 25px 0;
}

.wrap-count .group-title .title {
	padding-bottom: 0;
	color: #e23b41;
}

.image-about {}

.image-about .image {
	overflow: hidden;
	display: block;
}

.image-about img {
	transition: 0.5s;
}

.image-about .image:hover img {
	transform: scale(1.2);
}

.link_about {
	text-align: center;
	width: 100%;
	margin-top: 20px;
}

.link_about a {
	display: inline-block;
	color: #e23b41;
	border-radius: 50px;
	border: 1px solid #e23b41;
	text-transform: uppercase;
	line-height: 40px;
	padding: 0 16px;
	font-weight: 500;
	font-size: 18px;
}

.link_about a:hover {
	background-color: #e23b41;
	color: #fff;
}

.list_count {}

.item_count {
	text-align: center;
	margin-bottom: 20px;
}

.item_count .box_count {}

.item_count .box_count .counter-value {
	color: #e23b41;
	font-size: 65px;
	font-weight: bold;
	margin-bottom: 5px;
}

.item_count .box_count p {}

.list-news-2 .fo-03-news .content {
	padding-top: 30px;
}

.list-news-2 .fo-03-news h3 a {
	color: #e23b41;
}

.list-news-2 .fo-03-news h3 a:hover {
	color: #282e88;
}

.list-news-2 .fo-03-news .desc {
	-webkit-line-clamp: 2;
	height: 46px;
	margin-bottom: 5px;
}

.fo-03-news h3 {
	font-weight: 500;
	font-size: 17px;
	color: #333;
	line-height: 20px;
	margin: 0px 0 0px;
	position: relative;
	margin-top: 10px;
}

.fo-03-news h3 a {
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

.fo-03-news h3 a:hover {
	color: #e23b41;
}

.fo-03-news .desc {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	max-height: 92px;
	margin-bottom: 25px;
}

.fo-03-news-main .content {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.block-action-news {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fo-03-news-main .block-action-news {
	color: #e23b41;
}

.fo-03-news-main .date {
	color: #e23b41;
}

.xemthem {
	text-decoration: underline;
}

.wrap-bg {
	background-image: url(../images/bg-01.png);
	padding: 15px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.box-bg {
	position: relative;
	margin: 0 auto;
}

.box-bg>img {
	/* min-height: 300px; */
	/* object-fit: cover; */
	width: 100%;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
}

.justify-center {
	justify-content: center;
}

.align-items-center {
	align-items: center;
}

.before-after-unset:before,
.before-after-unset:after {
	content: unset;
}

.box-bg .d-flex {}

.box-bg-content {
	justify-content: center;
	align-items: center;
	bottom: 0px;
	position: absolute;
	width: 100%;
}

.box-bg-content .logo-bg {
	width: 50%;
	text-align: right;
	padding-right: 10px;
}

.box-bg-content .button_tuvan {
	width: 50%;
	padding-left: 10px;
}

.box-bg-content .logo-bg img {
	width: auto;
	max-width: 328px;
}

.wrap-contact-footer {
	padding: 15px 0 0;
}

.col-1-5 {
	min-width: 20%;
}

.col-item-contact {
	color: #e23b41;
	margin-bottom: 15px;
}

.col-item-contact .box {
	text-align: center;
}

.col-item-contact .box .icon {
	text-align: center;
}

.col-item-contact .box .icon img {
	height: 75px;
	width: auto;
	margin: 0 auto;
}

.col-item-contact .box .name {
	margin: 0;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
}

.col-item-contact .box .desc {
	font-size: 17px;
}

.col-item-img {
	margin-bottom: 15px;
}

.col-item-img .box {}

.col-item-img .box .image {
	text-align: center;
}

.col-item-img .box .image img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.breadcrumbs {
	position: relative;
	width: 100%;
	/* padding-top: 20px; */
	background-color: #fff;
}

.breadcrumbs:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: #2b2b2b; */
	z-index: 1;
}

.breadcrumbs ul {
	float: left;
	width: 100%;
	padding: 12px 15px;
	/* border-bottom: 1px solid #ddd; */
	/* margin-bottom: 20px; */
	display: inline-block;
	max-width: 795px;
	background-color: #e23b41;
}

.breadcrumbs ul>li {
	display: inline-block;
	float: left;
	position: relative;
	z-index: 2;
	font-size: 14px;
	color: #a8a8a8;
	font-weight: 400;
}

.breadcrumbs ul>li>a {
	color: #fff;
	font-weight: 400;
	font-size: 24px;
	float: left;
}

.breadcrumbs ul>li>a:after {
	content: "/";
	/*    content: "\f101";
    margin: 0px 10px;
    font: normal normal normal 14px/1 FontAwesome;
    */
}

.breadcrumbs ul>li:last-child a:last-child:after {
	content: "\f107";
	margin: 0px 0px 0 20px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 32px;
	position: relative;
	top: 2px;
}

.breadcrumbs ul>li span {
	display: inline-block;
	color: #fff;
}

.blog-news {
	padding: 50px 0;
}

.line-div-long {
	width: 100%;
	height: 1px;
	background-color: #000;
	max-width: 670px;
	margin: 30px auto;
}

.list-news-2 {}

.list-news-2 .row {
	padding: 0 7.5px;
}

.list-news-2 .row .col-xs-12 {
	padding: 0 7.5px;
}

.list-news-2>.row:nth-child(2n) .left {
	float: right;
}

.list-news-2 .left {}

.list-news-2 .right {}

.list-news-2 .fo-03-news {
	margin-bottom: 15px;
}

.list-news-blog {}

.list-news-blog .fo-03-col-news:nth-child(1),
.list-news-blog .fo-03-col-news:nth-child(6) {
	width: 50%;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .content,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .content {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .image a,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .image a {
	padding-bottom: 66.7%;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .content,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .content {
	background-image: linear-gradient(0deg, rgba(204, 204, 204, 0.9), rgba(237, 233, 233, 0.9), transparent);
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .content {
	color: #e23b41;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .date,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .date {
	color: inherit;
}

.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .content {
	color: #3e4494
}

.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(1) .fo-03-news .content,
.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(6) .fo-03-news .content {
	color: #707070;
}

.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(1) .fo-03-news .content .block-action-news,
.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(6) .fo-03-news .content .block-action-news {
	color: #e23b41;
}

.blog-news-detail {
	padding: 0px 0;
}

.p-75 {
	padding: 0 7.5px;
}

.p-5 {
	padding: 0 5px;
}

.p-10 {
	padding: 0 10px;
}

.padding-content {
	padding: 25px 38px 35px;
}

.news-detail {
	text-align: justify;
	/* border-radius: 15px; */
	overflow: hidden;
	margin: 30px 0px;
}

.img-detail {
	padding-bottom: 20px;
}

.title-detail {
	color: #333;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.7;
}

.title-detail h3 {
	color: #333;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.5;
}

.box-pt-detail {
	padding: 10px 15px;
	background-color: #eee;
	margin-bottom: 15px;
	font-size: 16px;
	text-align: justify;
}

.content_block-news_left .desc2 {
	font-size: 16px;
	text-align: justify;
}

.title-lg {
	font-size: 45px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.news-detail .box_content {
	font-size: 15px;
	line-height: 1.6;
}

#wrapSizeChange h1 {
	font-size: 1.6em;
	font-weight: bold;
}

#wrapSizeChange h2 {
	font-size: 1.5em;
	font-weight: bold;
}

#wrapSizeChange h3 {
	font-size: 1.3em;
	font-weight: bold;
}

#wrapSizeChange h4 {
	font-size: 1.2em;
	font-weight: bold;
}

#wrapSizeChange h5 {
	font-size: 1.1em;
	font-weight: bold;
}

.news-detail .author {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background: #eee;
	/* padding: 5px; */
}

.news-detail .author .date {
	text-transform: none;
	font-size: 13px;
	display: inline-block;
	line-height: 1.5;
	padding: 0;
	width: auto;
	color: #a9a9a9;
	padding: 0 10px;
}

.changeFontSize {}

.changeFontSize * {
	cursor: pointer;
	display: inline-block;
	padding: 5px;
	font-size: 13px;
}

.news-detail .box_content .content-news {}

.news-detail .box_content .content-news img {
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.content-news p {
	margin-bottom: 15px;
}

#fix-sidebar {
	position: sticky;
	top: 60px;
}

.shadow {
	box-shadow: 7px 10px 14px 4px #ccc;
}

.wrap-relate {
	/* margin-top:30px; */
	margin-bottom: 20px !important;
}

.blog-tuyendung {
	padding-bottom: 40px;
	padding-top: 40px;
}

.blog-tuyendung .card-news-horizontal .image a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(226, 59, 65, 1);
	z-index: 1;
	background-image: url(../images/logo-bg.png);
	background-size: 60% auto;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
}

.blog-tuyendung .card-news-horizontal .image a:hover img {
	opacity: 0.8;
}

.blog-tuyendung .card-news-horizontal .image a:hover:before {
	opacity: 1;
}

.blog-tuyendung .padding-content {}

.blog-tuyendung .card-news-horizontal:nth-child(3n+1) .content h3 {
	color: #282e88;
}

.blog-tuyendung .card-news-horizontal:nth-child(3n+2) .content h3 {
	color: #e23b41;
}

.blog-tuyendung .card-news-horizontal:nth-child(3n+3) .content h3 {
	color: #fecf78;
}

.list-trending ul>li:nth-child(3n+1) .content .name a {
	/* color: #282e88; */
}

.list-trending ul>li:nth-child(3n+2) .content .name a {
	/* color: #e23b41; */
}

.list-trending ul>li:nth-child(3n+3) .content .name a {
	/* color: #fecf78; */
}

.blog-product {
	padding: 30px 0;
	width: 100%;
}

.blog-product .group-title .title {
	padding-bottom: 0;
	color: #e23b41;
}

.blog-product .group-title {
	margin-bottom: 18px;
}

.blog-product .btn-view {
	box-shadow: 6px 11px 30px -4px #ccc;
	animation-name: unset;
}

.list-service-2 {
	margin-bottom: 10px;
}

.col-service-item-2 {
	margin-bottom: 15px;
}

.col-service-item-2:nth-child(2) .service-item-2 .box:hover {
	color: #282e88;
}

.col-service-item-2:nth-child(2) .service-item-2 .box:hover .line-div-2 {
	background-color: #282e88;
}

.col-service-item-2:nth-child(2) .service-item-2 .box:hover .line-div-2:after {
	border-left-color: #282e88;
}

.col-service-item-2:nth-child(3) .service-item-2 .box:hover {
	color: #ff0;
}

.col-service-item-2:nth-child(3) .service-item-2 .box:hover .line-div-2 {
	background-color: #ff0;
}

.col-service-item-2:nth-child(3) .service-item-2 .box:hover .line-div-2:after {
	border-left-color: #ff0;
}

.service-item-2 {}

.service-item-2 .box {
	box-shadow: 6px 11px 30px -4px #ccc;
	display: block;
	padding: 25px 48px 35px;
	background-color: #fff;
}

.service-item-2 .box:hover {
	color: #e23b41;
}

.service-item-2 .box:hover .line-div-2:after {
	content: "";
	border-top: 6px solid transparent;
	border-left: 6px solid #c31f26;
	/* border-right:4px solid #c31f26; */
	border-bottom: 6px solid transparent;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.service-item-2 .box:hover .line-div-2 {
	background-color: #e23b41;
}

.service-item-2 .icon {
	margin-bottom: 15px;
}

.service-item-2 .icon img {
	height: 135px;
	width: auto;
	object-fit: contain;
}

.service-item-2 .name {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 0;
}

.service-item-2 .desc {
	font-size: 17px;
	line-height: 24px;
	height: 72px;
	font-style: italic;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 30px;
}

.line-div-2 {
	width: 50px;
	background-color: #000;
	height: 2px;
	position: relative;
}

.wrap-tab-service {
	padding: 30px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.wrap-tab-service .nav-tabs {
	border: unset;
	border-top: 2px solid #707070;
	max-width: 830px;
	margin: 0 auto;
}

.wrap-tab-service .nav-tabs li {}

.wrap-tab-service .nav-tabs li a {
	background-color: #fff;
	border-radius: 0;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	margin: 0;
	/* box-shadow: inset 0px 1px 1px 0.8px #ccc; */
	outline: unset;
	border: unset;
}

.wrap-tab-service .nav-tabs li.active a {
	background-color: #2c8ff2;
}

.icon-tab {}

.icon-tab img {
	height: 60px;
	width: auto;
	object-fit: contain;
}

.wrap-tab-service .tab-content {
	padding-top: 30px;
}

.title-service-tab {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 40px;
	color: #e23b41;
}

.title-service-tab-sm {
	text-transform: uppercase;
	font-size: 20px;
	color: #707070;
	font-weight: bold;
}

.desc-tab {
	font-size: 15px;
	line-height: 1.6;
}

.product-relate {
	padding-top: 20px;
	width: 100%;
}

.blog-product-detail {}

.blog-product-detail .group-title {
	margin-bottom: 18px;
}

.blog-product-detail .group-title .title {
	/* padding-bottom: 0;
    color: #353a3d;
    font-size: 25px; */
}

.blog-contact {
	padding: 40px 0;
}

.tuvan_ct {
	width: 100%;
	text-align: center;
	margin-top: 25px;
}

.image-contact {
	text-align: center;
}

.image-contact {
	max-width: 1000px;
	margin: 0 auto;
}

.image-contact .wrap-system {
	padding: 0;
}

.form-search-icon {
	padding-left: 15px;
	width: 100%;
	max-width: 400px;
}

.form-search-icon .form-group {
	margin-bottom: 0;
}

.form-search-icon input {
	height: 50px;
	border-radius: 30px;
	padding-left: 40px;
	font-size: 18px;
	width: 100%;
}

.form-search-icon .search-label {
	position: relative;
	margin: 0;
	width: 100%;
}

.form-search-icon .search-label:before {
	content: "\f002";
	font-family: FontAwesome;
	position: absolute;
	left: 15px;
	font-size: 18px;
	top: 50%;
	transform: translate(0, -50%);
	color: #707070;
	display: none;
}

.form-search-icon .search-label button {
	font-size: 18px;
	background-color: transparent;
	border: 0;
	box-shadow: unset;
	position: absolute;
	top: 12px;
	left: 12px;
}

.form-search-icon .search-label button i {
	color: #707070;
}

.wrap-list-contact-address {
	padding-top: 40px;
}

.blog-lienhe-hoptac {
	padding: 40px 0;
}

.blog-lienhe-hoptac .group-title {
	margin-bottom: 5px;
}

.blog-lienhe-hoptac .group-title .title {
	color: #e23b41;
	padding-bottom: 0;
}

.content-lienhe-hoptac {
	max-width: 1000px;
	margin: 0 auto 10px;
	text-align: justify;
	font-size: 16px;
}

.form-contact-hoptac {
	max-width: 800px;
	margin: 0 auto;
}

.form-contact-hoptac input:not([type=radio]):not([type=checkbox]),
.form-contact-hoptac select {
	height: 50px;
	border-radius: 0;
}

.form-contact-hoptac textarea {
	border-right: 1px solid;
	border-left: 1px solid;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #000;
	font-size: 15px;
	border-radius: 0;
}

.form-contact-hoptac .border-input {
	border-right: 1px solid;
	border-left: 1px solid;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #000;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	padding: 10px 30px;
}

.form-contact-hoptac .border-input label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	margin: 12px 0;
	cursor: pointer;
	position: relative;
	padding-left: 0;
}

.form-contact-hoptac .border-input input {
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.form-contact-hoptac .border-input .design {
	width: 22px;
	height: 22px;
	border: 2px solid #242424;
	border-radius: 100%;
	margin-right: 8px;
	position: relative;
}

.form-contact-hoptac .border-input .design::before,
.form-contact-hoptac .border-input .design::after {
	content: "";
	display: block;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	position: absolute;
	transform: scale(0);
	transform-origin: center center;
}

.form-contact-hoptac .border-input .design:before {
	background-color: #242424;
	opacity: 0;
	transition: .3s;
}

.form-contact-hoptac .border-input .design:after {
	background-color: #2500e0;
	opacity: .4;
	transition: .6s;
}

.form-contact-hoptac .btn-view {
	line-height: 58px;
	padding: 0px 26px;
	font-size: 24px;
	margin-top: 20px;
}

.form-contact-hoptac .border-input input:checked+.design::before {
	opacity: 1;
	transform: scale(.6);
	top: -2px;
	left: -2px;
}

.form-contact-hoptac .border-input .text {
	color: #5d5656;
	font-size: 16px;
}

.form-contact-hoptac label:not(.radio-inline):not(.checkbox label) {
	font-size: 24px;
	font-weight: normal;
}

.form-contact-hoptac .checkbox label {
	font-size: 17px;
}

.form-contact-hoptac .checkbox label input {
	float: left;
	position: relative;
	top: 3px;
}

.form-contact-hoptac label a {
	text-decoration: underline;
	font-weight: 700;
}

.form-contact-hoptac input {
	border-right: 1px solid;
	border-left: 1px solid;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #000;
	font-size: 15px;
}

.form-contact-hoptac select {
	border-right: 1px solid;
	border-left: 1px solid;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #000;
}

.border-input {
	border: 1px solid #ccc;
	height: 50px;
	display: flex;
	align-items: center;
	padding: 10px 15px;
}

.title-form {
	text-align: center;
	text-transform: uppercase;
	color: #e23b41;
	font-weight: bold;
	font-size: 31px;
	margin-bottom: 10px;
}

.blog-about-us {
	padding: 5px 0 0;
}

.wrap-about-us .group-title .title {
	border-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
	background: #fff;
	font-size: 25px;
	margin-bottom: 0;
	padding: 15px 10px;
	color: #c00;
	font-weight: 600;
	text-align: center;
}

.wrap-about-us .desc-about {
	/* max-width: 560px; */
}

.wrap-about-us {}

.wrap-about-us .container>.row {
	align-items: flex-end;
}

.about-text,
.wrap-template-contact {
	padding-top: 30px;

}

.about-text .group-title {
	margin-bottom: 0;
}

.desc-about {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 25px;
}

.image-about-us {
	margin-bottom: 20px;
}

.image-about-us img {}

.wrap-tam-nhin {
	padding: 30px 0;
	box-shadow: 0 0 25px 0px #ccc;
	position: relative;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.wrap-tam-nhin:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.6);
}

.box-tam-nhin {
	max-width: 800px;
	margin: 0 auto;
}

.item-tam-nhin {}

.item-tam-nhin:last-child .line-tam-nhin {
	display: none;
}

.title-tam-nhin {
	font-size: 44px;
	font-weight: bold;
	margin: 0 auto;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	color: #282e88;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	position: relative;
	line-height: 80px;
}

.title-tam-nhin img {
	width: auto;
	position: absolute;
	left: 0;
}

.item-tam-nhin:nth-child(3n+2) .title-tam-nhin {
	color: #eb1c23;
}

.item-tam-nhin:nth-child(3n+3) .title-tam-nhin {
	color: #f9bb5a;
}

.item-tam-nhin .desc {
	line-height: 32px;
	font-size: 24px;
	font-style: italic;
	width: 100%;
}

.wrap-ls {
	padding: 40px 0 50px;
}

.item-ls {}

.item-ls .image-ls {
	margin-bottom: 25px;
}

.item-ls .image-ls img {}

.ls-text {
	margin-bottom: 25px;
}

.title-ls {
	color: #e23b41;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
}

.desc-ls {
	font-size: 20px;
	line-height: 32px;
	font-style: italic;
}

.line-tam-nhin {
	width: 100%;
	max-width: 600px;
	height: 1px;
	background-color: #707070;
	margin: 20px auto;
}

.bg-line {
	background-image: url(../images/bg-line.png);
	height: 17px;
	margin-bottom: 25px;
}

.item-ls-sm {
	padding: 5px 1px;
}

.item-ls-sm:first-child .box {
	border-left: 1px solid #707070;
}

.item-ls-sm .box {
	text-align: center;
	/* border-left:1px solid #707070; */
	border-right: 1px solid #707070;
	line-height: 20px;
	padding: 0px 5px;
	font-size: 15px;
	cursor: pointer;
}

.slide-ls-sm {
	padding: 0 20px;
}

.item-ls-sm.slick-current {
	padding: 0;
}

.item-ls-sm.slick-current .box {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
}

.wrap-banner-home-2 {
	background: #f8f8f8
}

.title_danhmuc {
	background: #c31f26;
	padding: 10px 10px;
}

.title_danhmuc h2 {
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.video {
	width: 100%;
}

.video iframe {
	width: 100%;
	height: 262px;
}

.list-attr .attr-item .form-group label {
	font-size: 15px;
}

.sale {
	height: 40px;
	width: 40px;
	border-radius: 100%;
	line-height: 40px;
	color: #fff;
	background-color: #f26222;
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 3;
	text-align: center;
	font-size: 14px;
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
}








.title-1 {
	text-align: left;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
	border-bottom: solid 1px #eee;
	margin-bottom: 20px;
}

.wrap-fill {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.wrap-fill>.form-group {
	width: 180px;
	margin: 0 5px;
	margin-bottom: 10px;
}

.wrap-fill>.form-group select {
	font-size: 14px;
	padding: 6px 6px;
}

.tab-content>.active {
	padding-bottom: 0px;

}

.tab-content>.active h2 {
	font-size: 25px;
}

.tab-content>.active h3 {}

.tab-content>.active h4 {
	font-size: 20px;
}

.tab-content>.active h5 {
	font-size: 18px;
}


.group-title1 {
	width: 100%;
	text-align: center;
	position: relative;
}

.group-title1 .title1:before {
	content: "";
	position: absolute;
	left: 50%;
	top: calc(100% + 0px);
	width: 120px;
	height: 2px;
	background-color: #353a3d;
	transform: translate(-50%, 0);
}

.title-b {
	max-width: 750px;
	text-align: center;
	padding-top: 15px;
	font-size: 15px;
	line-height: 1.3;
	margin: 0 auto;
}

.xoatatca {
	text-align: right;
	width: 100%
}

.item_news td {}

.title-b span {
	width: 100%;
}

.item-camnhan .content .desc i.fa-quote-left {
	margin: 0 10px 18px 0;
	vertical-align: bottom;
}

.item-camnhan .content .desc i {
	font-size: 34px;
	line-height: 30px;
	display: inline-block;
	color: #dddddd
}

.wrap-suutap {
	/*background: url(../images/bg_bosuutap.jpg);*/
	padding: 120px 0;
	overflow: hidden;
	background: #eee;
	position: relative;
}

.wrap-suutap .box-about {
	width: 100%;
	display: flex;
}

.wrap-suutap .box-about .bosuutap {
	padding: 110px 0;
}

.wrap-suutap .box-about .bosuutap h4 {
	font-size: 30px;
}

.wrap-suutap .box-about .bosuutap h2 {
	font-size: 50px;
	font-weight: 600;
}

.wrap-suutap .box-about .bosuutap p {
	font-size: 20px;
}

.wrap-suutap .btn-about {
	border-color: #fff;
	padding: 10px 30px;
	background: #613d00;
	margin-top: 30px;
	border-radius: 30px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}

.bg_slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.bg_slide .image {
	width: 100%;
	display: none
}

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

.bg_slide1 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: none
}

.bg_slide1 .image1 {
	width: 100%;
}

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

.free {
	font-size: 13px;
	text-align: left;
	color: #333;
}

.free img {
	width: 40px;
	padding-right: 5px;
}

.title_sp_detail {
	text-align: left;
	padding-bottom: 0px;
	position: relative;
	margin-bottom: 10px;
	margin-top: 0px;
}

.title_sp_detail1:before {
	content: "";
	width: 120px;
	height: 3px;
	background-color: #f28222;
	position: absolute;
	left: 0;
	top: 100%;
}

.title_sp_detail h1 {
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25em;
	margin-bottom: 5px;
	margin-top: 0px;
	color: #25266c;
}

.title_sp_lienquan {
	background: #0085bf;
	margin-bottom: 15px;
}

.title_sp_lienquan h2 {
	color: #fff;
	padding: 9px 20px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}

.product-relate .product-item {}

.product-relate .product-item .box .image a {}

.list-tag {
	padding: 20px;
}

.list-tag>ul {
	/* margin-top: 20px; */
}

.list-tag>ul>li {
	display: inline-block;
}

.list-tag>ul>li>a {
	position: relative;
	display: block;
	margin: 0 10px 10px 0;
	padding: 0 20px 0 23px;
	line-height: 26px;
	height: 26px;
	background: #ffffff;
	color: #000000;
	text-decoration: none;
	font-size: 14px !important;
	-webkit-transition: all 0.4s;
	-khtml-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
	border: 1px solid #f0f0f0;
	border-radius: 2px;
	font-weight: 500;
}

.list-tag>ul>li>a:hover {
	background-color: #e9242d;
	border-color: #e9242d;
	color: #ffffff;
}

.list-tag>ul>li>a:before {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
	content: '';
	-webkit-transition: all 0.4s;
	-khtml-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.list-trending {}

.list-trending ul {
	display: flex;
	flex-wrap: wrap;
}

.list-trending ul>li {
	font-size: 13px;
	margin-top: 0;
	padding: 10px;
	border-bottom: 1px solid #f0f0f0;
}

.list-trending ul>li>.box {
	display: flex;
	flex-wrap: wrap;
}

.list-trending ul>li>.box .xemthem {
	display: inline-block;
	padding: 5px 15px;
	background-color: #ff0506;
	color: #fff;
	border-radius: 5px;
	margin-top: 5px;
}

.list-trending .box .icon {
	width: 95px;
	overflow: hidden;
	height: 75px;
}

.list-trending .box .icon img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	width: 100%;
}

.list-trending .box .icon:hover img {
	transform: scale(1.1);
}

.list-trending .box .content {
	width: calc(100% - 95px);
	padding-left: 10px;
}

.list-trending .box .content .name {
	font-size: 16px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 5px;
	line-height: 20px;
}

.list-trending .box .content .name a {
	/* color: inherit; */
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 600;
	font-size: 15px;
	line-height: 19px;
}

.list-trending .box .content .name a:hover {}

.list-trending .box .content .desc {
	line-height: 1.42857143;
	color: #333333;
	font-size: 13px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.side-bar2 {
	margin-top: 10px;
	background-color: #eee;
	padding-bottom: 0px;
	width: 100%;
	border-radius: 5px;
	border: solid 1px #ccc;
}

.support1 {
	padding: 0px 0px;
}

.support_in {
	background: #ccc;
	padding: 10px;
	border-bottom: solid 1px #333;
}

.support_in h2 {
	font-size: 17px;
	font-weight: 500;
	color: #333;
	padding: 0;
	margin: 0;
}

.support_in_in {
	font-size: 20px;
	color: #0085bf;
	font-weight: 600;
}

.support_in_in img {
	width: 20px;
	margin-right: 5px;
}

.padding_in {
	padding: 0 15px 0 0;
}

.ss01_about {
	padding: 30px 0;
	background: url(../images/maps_home.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	background: #fff;
}

.ss01_about .item .box img {
	width: 100%;
	margin: 0;
	padding: 0;
}

.box_about {
	text-align: left;
	padding: 5% 10% 5% 10%;
}

.box_about h4 {
	text-transform: none;
	font-size: 20px;
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

.box_about h4::after {
	content: "";
	position: absolute;
	width: 105px;
	height: 0px;
	bottom: 0px;
	left: 0;
	background-color: #000;
}

.box_about h4 span {
	padding-left: 0px;
	font-size: 40px;
	font-weight: 600;
	color: #333;
}

.box_about h4 span strong {
	color: #f99d1b
}

.box_about .desc {
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}

.list_feedback .box {
	padding-bottom: 12px;
	margin: 0 10px;
}

.list_feedback .box .box_content {
	background-color: #f4f5f7;
	padding: 20px;
	font-size: 14px;
	color: #000;
	border-radius: 8px;
	min-height: 120px;
	position: relative;
	text-align: justify;
	margin-bottom: 27px;
}

.list_feedback .box .box_content:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 45px;
	border-top: 16px solid #f4f5f7;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}

.list_feedback .box .box_info {
	display: flex;
	align-items: center;
	padding: 0 18px;
}

.list_feedback .box .avatar {
	padding: 5px;
	width: 80px;
	height: 80px;
	background-color: #fff;
	box-shadow: 0 0 7px 0 #ccc;
	border-radius: 50%;
	position: relative;
}

.list_feedback .box .avatar .image {
	overflow: hidden;
	border-radius: 50%;
}

.list_feedback .box .avatar .image img {
	width: 100%;
	height: 100%;
}

.list_feedback .box .avatar i {
	height: 38px;
	width: 38px;
	background-color: #e8151b;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 38px;
	font-size: 18px;
	position: absolute;
	bottom: -9px;
	right: 47%;
}

.list_feedback .box .box_info .box_author {
	width: calc(100% - 80px);
	padding-left: 13px;
}

.ss02_product {
	padding: 40px 0;
	background: url(../images/bg_product.png);
}

.ss03_product {
	padding: 20px 0 0px 0;
	background: rgb(243, 244, 247);
}

.ss03_product:nth-child(2) {
	background: #fff;
}

.ss03_product .product-item .box .content {
	margin-left: 0;
}

.product-grid__prices {
	margin-bottom: 5px;
}

.container-fluid {
	padding: 0 45px;
}

.ss04_tintuc {
	padding: 50px 0 10px 0;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	background: #fff;
	display: none;
}

.ss04_tintuc .news_home {
	width: 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.ss05_duan {
	padding: 40px 0;
	background: url(../images/bg_product.png);
	background: #eee;
}

.duan_tb {}

.duan_tb .image {
	position: relative;
}

.duan_tb .image img {
	object-fit: cover;
	width: 100%;
	height: 260px;
	border-radius: 5px;
}

.duan_tb h3 {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	position: absolute;
	background: #fff;
	bottom: 0;
	margin: 0;
	height: 80px;
	line-height: 80px;
	/* padding-right: 82px; */
}

.duan_tb h3 span {
	background: #f00;
	height: 80px;
	line-height: 80px;
	padding: 0 30px;
	position: absolute;
}

.duan_tb h3 a {
	padding: 0 20px 0 20px;
	display: inline-block;
	width: 250px;
}

.ss05_duan .col-product-item {
	margin-bottom: 0px;
	height: auto;
	padding: 0 15px;
}

.ss05_duan a.btn.btn-readmore {
	margin-top: 5px;
}

.block-product .col-product-item {}

.box_tuvan {
	margin: auto;
	width: 200px;
	background: #f28222;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	padding: 5px 0;
	font-size: 17px;
	text-transform: uppercase;
}

.product .title {
	padding: 0 0px;
	margin-bottom: 10px;
}

.product h2 {
	background-color: #25266c;
	font-size: 14px;
	display: inline-block;
	padding: 12px 16px;
	width: 230px;
	position: relative;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	border-radius: 0px 10px 10px 0px;
}

.product h2 img {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	width: 48px;
	height: 25px;
}

.product h2:before {
	content: '';
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-left-color: #25266c;
	position: absolute;
	left: 98%;
	top: 2px;
}

.list-attr1 {
	width: 49%;
	float: left;
	margin-top: 15px;
}

.banner-home {
	background: #fff;
	padding: 0px 0 10px 0;
}

.product-image-in {
	text-align: center;
	width: 100%;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.product-image-in h2 {
	position: absolute;
	top: 50%;
	color: #fff;
	text-align: center;
	justify-content: center;
	font-size: 18px;
	left: 50%;
	font-weight: 600;
	text-transform: uppercase;
	z-index: 2;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 166px;
}

.product-image-in h2 a {
	color: #fff;
	border: 1px solid #fff;
	display: block;
	line-height: 44px;
	border-radius: 5px;
}

.product-image-in:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1;
}

.product-image-in h2 a:hover {
	background-color: #fff;
	color: #000;
}

.product-image-in .images_menu {
	width: 100%;
}

.product-image-in .images_menu img {
	width: 100%;
	border-radius: 5px;
	height: 290px;
	object-fit: cover;
}

.product-image-in .desc_sanpham {
	font-size: 16px;
	line-height: 22px;
	padding: 5px 15px 15px 15px;
}

.btn_timhieuthem {
	font-size: 14px;
	text-transform: uppercase;
	color: #f26222;
	font-weight: 600;
}

.btn_timhieuthem:hover {
	color: #000;
}

.menu_home {
	width: 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 30px;
}

.menu_home:nth-child(2) {
	width: 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.menu_home:nth-child(3) {
	width: 65%;
	flex: 0 0 65%;
	max-width: 65%;
}

.menu_home:nth-child(4) {
	width: 35%;
	flex: 0 0 35%;
	max-width: 35%;
}

.single_variation_wrap button {
	width: 100%;
	background: #fbb03b;
	padding: 5px 20px;
	border: none;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border-radius: 5px;
}

.single_variation_wrap button span {
	font-size: 14px;
	font-weight: 300;
}

.md-brand {
	background: #ffffff;
	padding-top: 1px;
	padding: 35px 0;
}

.brand-cas,
.partners {
	padding: 0 15px;
}

.brand img,
.service .icon img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.brand .service_name .item:first-child {
	text-transform: uppercase;
	font-size: 18px;
}

.brand .service_name .item {
	font-size: 16px;
}

.support {
	width: 100%;
	padding: 25px 0;
	background-position: 50% 15.8558px;
	background-attachment: fixed;
	background-size: cover;
	background: #101010
}

.support .item {
	width: 25%;
	padding: 0 15px;
}

.support .item .box_item {
	display: flex;
	position: relative;
	padding: 10px 0 0;
	padding-left: 0px;
	flex-wrap: wrap;
	justify-content: center;
}

.support .item .box_item .icon {}

.support .item .box_item .icon img {
	width: 120px;
}

.support .item .box_item .info {
	width: 100%;
	text-align: center;
	margin-top: 22px;
}

.support .item .box_item .info .title {
	color: #9f7a49;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 700;
	line-height: normal;
	/* height: 25px; */
}

.support .item .box_item .info .desc {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
}

.support .item .box_item .form-control {
	background-color: transparent;
	box-shadow: unset;
	border: 1px solid #fff;
	height: 34px;
	width: 150px;
	color: #fff;
}

.padding_slide {
	padding-left: 0;
}

.slide_sub_home {
	margin-bottom: 15px;
	height: calc((100% - 15px)/2);
}

.slide_sub_home:last-child {
	margin-bottom: 0;
}

.slide_sub_home img {
	object-fit: cover;
	width: 100%;
	/* height: 215px; */
	height: 100%;
}

.countdown1 {
	height: auto;
	text-align: center;
	border-radius: 5px;
	margin: auto;
	padding: 5px;
	overflow: hidden;
	justify-content: center;
}

.countdown1 .tiles1 {
	position: relative;
	z-index: 1;
	display: flex;
	/* width: 100%; */
}

.countdown1 .tiles1 .item1 {
	width: 25%;
	display: inline-block;
	float: left;
	background: #fbb03b;
	margin: 0px 2px;
	border-radius: 5px;
}

.countdown1 .tiles1 span {
	width: 35px;
	max-width: 35px;
	height: 35px;
	font-weight: 500;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background-color: #fbb03b;
	border-radius: 3px;
	margin: 0px 7px;
	padding: 3px 3px;
	display: inline-block;
	position: relative;
}

.countdown1 .tiles1 span:first-child {
	/* margin-left: 15px; */
}

.countdown1 .tiles1 span:last-child {
	margin-right: 0;
}

.countdown1 .labels1 {
	width: 50px;
	height: 22px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	/* background: #333; */
	font-weight: 500;
	margin-top: 3px;
	font-size: 12px;
}

.countdown1 .labels1 li {
	width: 102px;
	font-weight: bold;
	font-size: 15px;
	color: #d2ae7e;
	text-shadow: 1px 1px 0px #000;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}

.group_title {
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}

.group_title:before {
	content: "";
	width: 100%;
	height: 2px;
	background: #ccc;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: -24px;
}

.group_title .title-underline {
	position: relative;
	margin-bottom: 0px;
	background: #fff;
	display: inline-block;
	color: #000;
	padding: 7px 15px 10px 0;
	font-size: 28px;
	text-align: left;
	float: left;
	text-transform: uppercase;
	margin: 0;
	font-weight: 600;
}

.group_title .xemthem_home {
	float: right;
	background: #ffff;
	padding: 10px 0 10px 15px;
	position: relative;
}

.group_title .xemthem_home a {
	color: #fbb03b
}

.images_danhmuc {
	margin-bottom: 15px;
}

.images_danhmuc img {
	border-radius: 5px;
}


/* box video home */

.posts-cas,
.posts-cas-video {
	padding: 0 52px;
}

.post-cate {
	/* padding-bottom: 15px; */
	position: relative;
	margin: 0 10px;
}

.post-cate .mfw-absolute-full {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	font-size: 50px;
	color: white;
	height: calc(100% - 32px);
}

.post-cate .mfw-absolute-full i {
	font-size: 65px;
	opacity: 0.7;
}

.post-cate .title {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	color: #2c2c2c;
	position: relative;
}

.post-cate .title:after,
.pro .title:after {
	content: "";
	width: 150px;
	height: 24px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.post-cate .title a {
	color: #282828;
	font-size: 16px;
}

i.cas-arrow.fas.fa-chevron-circle-left.slick-arrow {
	left: 10px;
}

i.cas-arrow.fas.fa-chevron-circle-right.slick-arrow {
	right: 30px;
}

.post-cate .title-video {
	left: 0;
	right: 0;
	line-height: 21px;
	text-align: center;
	font-size: 16px;
	display: -webkit-box;
	overflow: hidden;
	height: 46px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 0;
	margin: 5px 0 0 0;
}

.post-cate .title-video:after {
	display: none;
}

.post-cate .title-video a {
	color: #fff;
	font-size: 13px;
	padding: 0;
}

.post-cate .title:hover a {
	color: #ff0;
}

.post-cate .desc {
	font-size: 15px;
	height: 61px;
	overflow: hidden;
	line-height: 20px;
}

.post-cate .c-img a>img {
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	object-fit: cover;
}

.md-button-show-more a {
	font-size: 18px;
	border-radius: 35px;
	padding: 10px 30px;
}

.md-news-host .post-cate .c-img a>img {
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.post-cate .c-img .title {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 34px;
	line-height: 1.16667;
	font-weight: 500;
	font-family: Montserrat;
}

.post-cate .c-img .title strong {
	display: block;
}

.post-cate .c-img:hover img {
	object-fit: cover;
	height: 350px;
	opacity: 1;
	transform: scale(1.1);
}


/* end box video */

.wrap-price {
	display: inline-block;
	width: 100%;
	background: #fff;
	/* float: left; */
	/* padding-top: 10px; */
	/* margin-right: 20px; */
}

.select_size {
	display: inline-block;
	margin-right: 20px;
}

.select_size .group-control {
	display: inline-block;
	margin-left: 5px;
}

.select_size .group-control label {
	border: solid 1px #01524c;
	padding: 2px 15px;
	cursor: pointer;
}

.select_size .group-control input[type="radio"] {
	display: none;
}

.select_size input[type="radio"] {
	display: none;
}

.select_size label {
	border: solid 1px #01524c;
	padding: 2px 15px;
	cursor: pointer;
	margin-bottom: 0;
}

.select_size .group-control input:checked+label {
	background: #01524c;
	color: #fff;
	padding: 2px 15px;
}

.select_size input:checked+label {
	background: #01524c;
	color: #fff;
	padding: 2px 15px;
}

.section_news {
	width: 100%;
	padding: 0px 0;
	/* background: #fbfaf8; */
}

.col-mtc-new-hot {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.col-mtc-new-hot-left {
	width: 33.33%;
	float: left;
	padding: 0 10px;
}

.col-mtc-new-hot-right {
	width: 66.66%;
	padding: 0 10px;
	float: right;
}

.col-mtc-new-hot .col-mtc-new-hot-left .box-img {
	width: 100%;
	position: relative;
}

.col-mtc-new-hot .col-mtc-new-hot-left .img-cover {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 9.82%, #020202 100%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50%;
	z-index: 1;
	transition: 0.3s;
}

.col-mtc-new-hot .col-mtc-new-hot-left .box-img:hover .img-cover {
	background: #F4AA30;
	opacity: 0.7;
	height: 100%;
}

.col-mtc-new-hot .col-mtc-new-hot-left .box-img img {
	height: 200px;
	width: 100%;
	object-fit: cover;
}

.col-mtc-new-hot-left .box-info .desc_home_in {
	line-height: 20px;
	height: 58px;
	color: #333333;
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
	text-align: justify;
	margin-top: 5px;
}

.col-mtc-new-hot-left .box-info h2 {
	line-height: 20px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 600;
}

.col-mtc-new-hot-left .box-info h2 a:hover {
	color: #17a349;
}

.col-mtc-new-hot-left .box-info {
	padding: 5px 0px;
}

.col-mtc-new-hot-left .box-info .cate_news {
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

.col-mtc-new-hot-left .box-info .cate_news a {
	color: #333;
}

.col-mtc-new-hot-left .box-info h3 {
	font-weight: 600;
	font-size: 15px;
	line-height: 126.69%;
	color: inherit;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: justify;
}

.col-mtc-new-hot-left .box-info h3 a {
	color: #44705b;
}

.col-mtc-new-hot-right .list {}

.col-mtc-new-hot-right .list .list-item {
	padding: 5px 0px;
}

.col-mtc-new-hot-right .list .list-item:first-child {
	padding-top: 0px;
}

.col-mtc-new-hot-right .list .list-content-img {
	width: 115px;
	margin-right: 10px;
	padding: 0px;
	margin-bottom: 0px;
	height: 88px;
	position: relative;
	flex: 0 0 auto;
	float: left;
}

.col-mtc-new-hot-right .list-content .list-content-img img {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	margin: auto;
	height: 100%;
	object-fit: cover;
}

.col-mtc-new-hot-right .list .list-content-body {}

.col-mtc-new-hot-right .list .list-content-body .desc {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: justify;
}

.col-mtc-new-hot-right .list .list-content-body .list-content-title {
	clear: none;
	padding: 0px;
}

.list_news2 {
	margin: 0px;
}

.list_news2 .item {
	margin-bottom: 20px;
}

.list_news2 .box {
	display: flex;
	flex-wrap: wrap;
}

.list_news2 .box .image {
	padding: 0px;
	width: 100%;
}

.list_news2 .box .image img {
	object-fit: cover;
	width: 100%;
	max-height: 100%;
	height: 210px;
}

.list_news2 .box .info {
	width: 100%;
	padding: 10px 0px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.list_news2 .box .cate_news {
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	color: #F4AA30;
	margin-bottom: 0px;
}

.list_news2 .box .cate_news a {
	color: #1665b2;
}

.list_news2 .box .cate_news a:hover {
	color: #0b8de2;
}

.list_news2 .box .post_title {
	font-weight: 600;
	font-size: 17px;
	line-height: 22px;
	text-align: left;
	width: 100%;
	color: #333;
	/* letter-spacing: 0.03em; */
	margin-bottom: 5px;
	margin-top: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list_news2 .box .post_title a {
	color: #333
}

.list_news2 .box .post_title a:hover {
	color: #01524c;
}

.list_news2 .box .date {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.16em;
	text-transform: none;
	color: #01524c;
	padding-right: 0;
	width: 100%;
}

.list_news2 .box .info .desc_home_in {
	line-height: 22px;
	height: 66px;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
	text-align: justify;
}

.about-us-right {
	display: flex;
	align-items: left;
	justify-content: left;
	flex-wrap: wrap;
	margin-top: 80px;
}

.about-us-right-item {
	width: 50%;
}

.about-us-right-item .about-us-img {
	width: 60px;
	margin-right: 10px;
}

.about-us-right-item .about-us-img img {
	width: auto;
	margin-top: 20px;
}

.about-us-right-item .text {
	text-align: left;
	float: left;
	width: 100%;
}

.about-us-right-item .text .number {
	font-size: 40px;
	color: #f99d1b;
	font-weight: 600;
}

.about-us-right-item .text p {
	font-size: 16px;
}

.about-us-right-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.wrap-project {
	display: flex;
	justify-content: space-between;
}

.fastcontact {
	margin-top: 10px;
}

#side-bar .product_sharing {
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
}

#side-bar .product_sharing .fastcontact {
	margin-top: 0;
	padding: 5px 0;
}

.wapper-box-sale img {
	border-radius: 10px;
}

.product-grid__hint>* {
	display: inline-block;
	border: 1px solid #2f5acf;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 4px 14px;
	margin-top: 10px;
	font-size: 13px;
}

.text--primary {
	color: #2f5acf;
}

.bk-btn {
	background: none;
}

.title-h {
	border-bottom: 2px #25266c solid;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	margin-top: 10px;
	padding-right: 0;
	flex-wrap: nowrap;
	white-space: nowrap;
	position: relative;
	margin-bottom: 15px;
}

.title-h span {
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	margin-right: 0;
	border: 0;
	background: url(../images/heading.png)repeat-x;
	position: relative;
	display: inline-block;
	line-height: 40px;
	padding: 0 20px;
	font-weight: 600;
	text-transform: uppercase;
	background: #25266c;
}

.title-h span:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-bottom: 30px solid transparent;
	border-top: 40px solid transparent;
	border-left: 30px solid #00923f;
	display: none;
}

.title-h span:before {
	content: '';
	top: 0;
	right: 100%;
	width: 0;
	height: 0;
	border-bottom: 0px solid transparent;
	border-top: 40px solid transparent;
	border-right: 30px solid #00923f;
	display: none;
}

.content_tuvan {
	text-align: left;
}

.content_tuvan ul li {
	list-style: disc !important;
	margin-left: 20px;
}

.content_tuvan ul li a {
	line-height: 26px;
	color: #333;
	font-weight: 600;
}

.list-news2 {
	position: relative;
	max-height: 355px;
	overflow-y: scroll;
}

.list-news2::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.list-news2::-webkit-scrollbar-thumb {
	background-color: #333;
}

.list-news2 .list-news2-item {
	float: left;
	width: 100%;
	padding: 0;
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
}

.list-news2 .list-news2-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.list-news2 .list-news2-item .image {
	position: relative;
	width: 150px;
	margin-right: 10px;
	overflow: hidden;
}

.list-news2 .list-news2-item .image img {
	object-fit: cover;
	height: 100px;
	width: 100%;
	transition: 0.5s;
}

.list-news2 .list-news2-item .image:hover img {
	transform: scale(1.1);
}

.list-news2 .list-news2-item .info {
	width: calc(100% - 110px);
}

.list-news2 .list-news2-item h3 {
	margin-bottom: 7px;
	margin-top: 1px;
	width: 100%;
	color: #333;
	font-weight: 600;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.list-news2 .list-news2-item h3 a {}

.list-news2 .list-news2-item .info .desc_in {
	line-height: 1.2;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 15px;
	font-weight: 300;
	color: #333;
	text-align: justify;
}

.list-news2 .list-news2-item h3 a:hover {
	color: #bd140c
}

.custom-html-widget iframe {
	width: 100%;
	height: 220px;
}

.product-item .product-prices {
	justify-content: center;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

/* Them-about */
.online-contact-big {
	background-color: #fdf2e7;

}

.title_dichvu3 {
	width: 100%;
	margin: 0px 0px 0px 0px;

	background: red;
	height: 30px;
}

.title_right {
	line-height: 30px !important;
}

.online-contact {
	margin-bottom: 20px;
	margin-left: 10px;
}

.name-suport {
	color: #333;
	text-align: left;
	padding-left: 0px;
	line-height: 17px;
	padding-top: 7px;
	float: left;
	font-weight: bold;
	font-size: 16px;
}

.suport_tt {
	display: flex;
	justify-content: space-between;
}

.icon-suport {
	display: flex;
	margin-top: 5px;
}

.skype-suport {
	height: 35px;
	width: 35px;

}

.zalo-suport {
	width: 25px;
	margin-right: 10px;
}

.zalo-suport img {
	width: 100%;
}

.suport-hotline p {
	font-size: 15px;
	color: #434242;
	font-weight: normal;
	line-height: 18px;
}

.suport-hotline p span {
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
}








.abouts {
	padding-top: 10px;
	background: #fff;
	padding-bottom: 15px;
}

.abouts .title-home {
	font-size: 21px;
	text-transform: uppercase;
	color: #0f75bc;
	font-weight: 700;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.abouts .title-home a {
	color: #25266c;
}

.abouts .line {
	width: 100px;
	height: 2px;
	background-color: #f26222;
}

.abouts .content-wc {
	margin-top: 15px;
	line-height: 25px;
	text-align: justify;
	color: #000;
}

.abouts .link-viewmore {
	display: inline-block;
	background-color: #25266c;
	color: #fff;
	padding: 8px 25px;
	-webkit-border-radius: 6px;
	border-radius: 25px;
	margin-top: 15px;
}

.why {
	background: #fff;
	padding-bottom: 30px;
	padding-top: 10px;
}

.item-w {
	padding-bottom: 20px;
	padding-top: 20px;
	padding: 20px 0 20px 10px;
	-webkit-border-radius: 3px;
	border-radius: 6px;
	padding-right: 0;
	display: block;
	border: solid 1px #f26222;
	height: 120px;
	margin-bottom: 20px;
}

.item-w .icon-w {
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 49px;
	height: 50px;
	margin-right: 9px;
	float: left;
}

.item-w .title-w {
	font-size: 17px;
	font-weight: normal;
	color: #656565;
	margin: 0;
	line-height: normal;
}

.item-w .title-w a {
	color: #333;
	font-weight: 700;
}

.item-w .intro-w {
	font-size: 13px;
	line-height: 18px;
	padding-top: 6px;
	color: #333;
}

.ss04_image {
	padding: 30px 0 30px 0;
	background: rgb(243, 244, 247);
	margin-bottom: 0px;
}

.ss04_image .gallery-col {
	padding: 2px !important;
}

.col-inner {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.ss04_image .box {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.has-format,
.video-fit,
.image-cover {
	position: relative;
	height: auto;
	overflow: hidden;
	padding-top: 75%;
	background-position: 50% 50%;
	background-size: cover;
}

.video-fit video,
.video-fit iframe,
img.back-image,
.image-cover img,
.has-format img,
.has-equal-box-heights .box-image img {
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	top: 0;
	position: absolute;
	object-position: 50% 50%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.box-image img {
	max-width: 100%;
	width: 100%;
	transform: translateZ(0);
	margin: 0 auto;
}

.has-hover .bg,
.has-hover [class*="image-"] img {
	transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}


.section {
	padding: 30px 0;
	position: relative;
	min-height: auto;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-align: center;
	align-items: center;
}

.relative {
	position: relative !important;
}

.section-content {
	z-index: 1;
}

.section-bg,
.section-content {
	width: 100%;
}

.section-title {
	position: relative;
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.section-title-center span {
	margin: 0 15px;
	color: rgb(46, 148, 43) !important;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 28px !important;
	font-weight: bold;
}

.section-content .row {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.accordion-item {
	border-radius: 5px;
	box-shadow: 2px 2px 20px #00000014;
	margin-bottom: 15px;
	border-top: 1px solid #e6e6e6;
}

.accordion-item a {
	font-size: 15px;
}

a.plain {
	color: currentColor;
	transition: color .3s, opacity .3s, transform .3s;
}

.accordion-title {
	font-size: 110%;
	padding: 0.6em 2.3em;
	display: block;
	position: relative;
	border-top: 1px solid #ddd;
	transition: border 200ms ease-out, background-color .3s;
}

.accordion-inner {
	padding: 20px !important;
}

.accordion-inner p {
	display: block;
	font-size: 15px;
	color: #444444;
	margin-bottom: 10px;
}

.accordion-item a:hover {
	color: #8bc34a;
}

.accordion-title.active {
	background: #2ba24c;
	color: white;
	font-weight: normal;
}

.ss04_product_top {
	padding: 30px 0 30px 0;
	background: #25266c;
	margin-bottom: 0px;
}

.ss04_product_top .group-title .title {
	color: #25266c;
}

.box_sp_dm {
	background: #fff;
	border-radius: 20px;
	padding: 30px 20px 20px 20px;
}

.ss04_product_top .product-item2 .box {
	border: solid 1px #eee;
	margin: 20px 0;
	border-radius: 5px;
}

.ss04_product_top .product-item .box .content h3 a {
	text-align: center;
	text-transform: uppercase;
	color: #25266c;
	font-weight: 700;
	font-size: 16px;
}

.video-container img {
	border-radius: 5px;
}

.box_sp {
	box-shadow: 2px 2px 20px #00000017;
	border-radius: 10px;
	background: #fff;
	margin: 20px 10px;
	padding-bottom: 10px;
}

.padding_none {
	padding: 0
}

.images_sp {
	position: relative;
}

.images_sp .km {
	height: 40px;
	width: 40px;
	border-radius: 100%;
	line-height: 40px;
	color: #fff;
	background-color: #f26222;
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 3;
	text-align: center;
	font-size: 14px;
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
}

.thuong-hieu-section {
	background: #fff;
}

.product_item {
	padding: 10px;
	margin: 20px 0;
	border: solid 1px #eee;
	border-radius: 5px;
	text-align: center;
}

.product_item .image {
	width: 100%
}

.product_item .image img {
	width: 100%;
	object-fit: contain;
	height: auto;
}

.product_item .content h3 {
	text-transform: uppercase;
	font-weight: 700;
	padding: 0;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0px;
	letter-spacing: 0;
	color: #25266c;
}

.box_content_detail {
	background: #fff;
	padding: 20px;
	margin-top: 20px;
	border-radius: 5px;
}

.box_content_detail h2 {
	text-align: center;
	font-weight: 600;
	font-size: 22px;
	color: #25266c;
	position: relative;
	margin-bottom: 20px;
}

.box_content_detail h2::after {
	position: absolute;
	bottom: -8px;
	left: 43%;
	width: 14%;
	text-align: center;
	margin: auto;
	height: 3px;
	background-color: #f26222;
	content: "";
}

.box_content_detail .tab-text {
	font-size: 15px;
	text-align: justify;
	line-height: 26px;
	font-weight: 300;
}

/*home*/
/*sidebar-left*/
.showmenu {
	display: block !important;
}

.sidebar {
	width: 100%;
	margin-bottom: 5px;
}

.title_dichvu i,
.title_dichvu2 i {
	display: none;
}

.title_dichvu {
	width: 100%;
	margin: 0px 0px 0px 0px;
	float: left;
	background: #db1061;
	height: 30px;
	display: flex;
	justify-content: space-between;
}

.title_dichvu i,
.title_dichvu2 i {
	margin-right: 10px;
	margin-top: 4px;
	color: white;
}

.title_dichvu i svg,
.title_dichvu2 i svg {
	font-weight: bold;
}

.title_dichvu2 {
	width: 100%;
	margin: 0px 0px 0px 0px;
	float: left;
	background: #ea4323;
	height: 30px;
	display: flex;
	justify-content: space-between;
}

.title_left {
	color: #fff;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 12px;
}

div#wraper {
	width: 500px;
	float: left;
	line-height: 2em;
	font-family: helvetica, arial, tahoma;
	font-size: 12px;
}

div#mainNav {
	width: 100%;
	float: left;
}

div#mainNav ul {
	list-style: none;
	border: 0px solid #E5E6E6;
}

div#mainNav ul li {
	position: relative;
	border-bottom: 1px dashed #d3a578;
	text-align: left;
	line-height: 16px;
	padding: 10px 5px;
	background-color: #fdf2e7;
}

div#mainNav ul li i {
	color: #db1061;
	font-size: 12px;
}

#cl_dichvu2 #mainNav ul li i {
	color: red !important;
	font-size: 12px;
}

div#mainNav ul li a {
	color: #000;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	padding: 6px 0;
}

.all-tour {
	height: 100%;
	background: white;
}

.diadiem-noibat h2 {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 20px;
	text-align: left;
	color: #333;
	padding-top: 0;
	font-weight: bold;
	margin-bottom: 0;
	margin-left: 0;
}

.name-sp {
	/* height: 50px; */
}

.name-sp h2 {
	font-size: 16px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-height: 1.2;
}

.name-sp h2 a {}

.name-sp h2 a:hover {
	color: #0b8de2;
}

.red {
	font-size: 14px;
	color: #e20202;
	font-weight: bold;
}

.bynow {
	width: auto;
	float: left;
	background: #e66e00;
	height: 23px;
	border-radius: 5px;
	margin-top: 8px;
}

.bynow p a {
	color: #fff;
	display: block;
	background: #f18d13;
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

.bynow p a:hover {
	color: #fff;
	display: block;
	background: #69a023;
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
	height: 23px;
}

.quang-cao {
	margin: 15px 0px 15px 0px;
}

.quang-cao a p img {
	width: 100% !important;
}

.title_khoihanh {
	background: #d40461;

	text-align: left;
	border-bottom: solid 6px #ffa800;
	width: 100%;
	height: 36px;

}

.text-khoihanh {
	margin-left: 10px;
	float: left;
}

.text-khoihanh a {
	font-size: 15px;
	color: #fff;
	line-height: 33px;
	text-transform: uppercase;
	font-weight: bold;
}

.text-khoihanh a:hover {
	color: #FFFF00;
}


.xemthem_x {
	position: relative;
	float: right;
	background-image: url(../images/bg_xemthem.png);
	line-height: 30px;
	width: 118px;
	margin-right: 20px;
	text-align: center;
	font-weight: normal;
}

.xemthem_x a:hover {
	color: #FF0000;
}

.ico_more_home {
	background: url(../images/ico_view.gif) left no-repeat;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	clear: both;
}

.ico_more_home h3 {
	display: flex;
	align-items: center;
	margin: 0;
}

.li_kh {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
}

.left {
	float: left;
}

.price_kh {
	font-size: 12px;
	font-weight: bold;
	color: #eb0202;
	float: right;
	margin-top: -4px;
	font-style: italic;
}

.space_10 {
	background: url(../images/space.gif);
	height: 1px;
	background-repeat: repeat-x;
	background-position: center;
	padding-bottom: 0px;
	padding-top: 5px;
	clear: both;
	width: 100%;
}

.ico_more_home h3 a {
	color: #034086;
	font-weight: 600;
	font-size: 14px;
}

.ico_more_home h3 a:hover {
	color: #CC0066;
}

.title_du-lich {
	background: #4d9b00;
	float: left;
	text-align: left;
	border-bottom: solid 6px #ffa800;
	width: 100%;
	height: 36px;

}

.text-du-lich {
	margin-left: 10px;
	float: left;
}

.text-du-lich a {
	font-size: 15px;
	color: #fff;
	line-height: 33px;
	text-transform: uppercase;
	font-weight: bold;
}

.text-du-lich a:hover {
	color: #FFFF00;
}

.xemthem_y {
	position: relative;
	float: right;
	background-image: url(../images/bg_xemthem.png);
	line-height: 30px;
	width: 118px;
	margin-right: 20px;
	text-align: center;
	font-weight: normal;
}

.xemthem_y a:hover {
	color: #FF0000;
}

.tour_home {
	width: 100%;
	display: flex;
	padding: 5px 0px;
}

.img_tour_home {
	height: 94px;
	flex: 1;
	float: left;
	border: 1px solid #d2d2d2;
}

a.more_link {
	color: #df0803;
	text-align: left;
	line-height: 24px;
	font-size: 11px;
	font-weight: normal;
}

.about_tour_home {
	flex: 2;
	float: left;
	text-align: left;
	margin-left: 10px;
	margin-top: -20px;
}

.about_tour_home one h3 a {
	color: #034086;
	font-weight: bold;
	line-height: 18px;
	font-size: 13px;
}

.about_tour_home p .khoi_hanh {
	color: #004376;
	font-style: italic;
}

.khoi_hanh {
	font-size: 12px;
	color: #414141;
	font-weight: normal;
}

.bynow {
	width: auto;
	float: left;
	background: #e66e00;
	height: 23px;
	border-radius: 5px;
	margin-top: 8px;
}

.about_tour_home h3 {
	line-height: 22px;
}

.about_tour_home h3 a {
	color: #034086;
	font-weight: bold;
	line-height: 18px;
	font-size: 13px;
}

.about_tour_home h3 {
	margin-block-end: 0px;
}

.about_tour_home p {
	font-size: 13px;
}

.about_tour_home p a {
	line-height: 21px;
}


.title_amthuc {
	background: #016cc7;
	float: left;
	text-align: left;
	border-bottom: solid 6px #ffa800;
	width: 100%;
	height: 36px;

}

.text-amthuc {
	margin-left: 10px;
	float: left;
}

.text-amthuc a {
	font-size: 15px;
	color: #fff;
	line-height: 33px;
	text-transform: uppercase;
	font-weight: bold;
}

.text-amthuc a:hover {
	color: #FFFF00;
}

.xemthem_z {
	position: relative;
	float: right;
	background-image: url(../images/bg_xemthem.png);
	line-height: 30px;
	width: 118px;
	margin-right: 20px;
	text-align: center;
	font-weight: normal;
}

.xemthem_z a:hover {
	color: #FF0000;
}

.list-amthuc li i {
	font-size: 10px;
	color: #d51e3e;
}

.list-amthuc li a:hover {
	color: #d51e3e;
}

.list-amthuc li a {
	font-size: 13px;
	color: #134aa1;
	font-weight: normal;
}

.list-amthuc li {
	border-top: 1px dashed #dbd4d7;
	padding: 5px 0px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.list-footer {
	margin-left: 60px;
}





/* Sua footer */
.title-footer h2 {
	color: white;
	font-size: 16px;
	font-weight: 500;
}

.fin-ct {
	margin-top: 20px;
}

.fin-ct li {
	position: relative;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	color: #ffffff;
	margin-top: 3px;
	font-size: 15px;
}

.title-footer ul {
	/* padding: 15px 0; */
}

.information-footer .information-dtft {
	color: white;
	font-size: 12px;
	margin-bottom: 4px;
	font-weight: 100;
}

.information-footer .information-dtft strong {
	margin-right: 5px;
	font-weight: 600;
}

.title-footer:before {
	content: "" !important;
	width: 0px !important;
	height: 0px !important;
	background-color: #fff !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
}

.title-footer {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	position: relative;
	font-size: 15px;
	font-weight: 600;
}

.icon-information-ft {
	/* background-color: #000;
    height: 400px;
    width: 400px; */
}

.icon-information-ft {
	display: flex;
	float: right;

}

.img-ifo-ft {
	height: 30px;
	width: 30px;
	margin: 0px 3px;

}

.img-ifo-ft img {
	border-radius: 50%;
	width: 100%;
}

.footer-top {
	padding: 20px 0px;
	background-color: #dddddd;
	border-top: #b8b8b8 solid 5px;
}

.list-footer {
	margin-bottom: 10px;
	margin-left: 5px !important;
}

.list-footer li a h2 {
	color: #000;
	text-align: left;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.list-footer li i {
	font-size: 9px;
	color: #d51e3e;
}

.list-footer li a {
	color: #484848;
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	text-decoration: none;
}

.title-ks {
	padding: 9px 0;
	background: rgb(241, 241, 241);
	margin-bottom: 20px;
}

.title-ks h3 {
	text-align: center;
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
	color: #086fb8;
	letter-spacing: .01em;
	position: relative;
	margin: 0;
}

.img-item-ks {
	margin-bottom: 20px;
	position: relative;
}

.img-item-ks img {
	filter: brightness(0.6);

}

.img-item-ks .if-img-ks {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	width: 100%;
}

.if-img-ks h3 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
}

.if-img-ks h3::before {
	content: '';
	width: 45%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: -8px;
	transform: translateX(-50%);
}

.img-dddl {
	margin-left: -3px;
	margin-right: -3px;
}

.img-dddl .item-dddl {
	padding: 0 3px;
	margin-bottom: 6px;
}

.ss-dddl {
	padding: 20px 0;
}

.div-1 {
	/* padding: 25px 0 10px; */
	margin-bottom: 15px;
}

.wapper-right {
	padding: 25px 0 10px;
	position: sticky;
	top: 0;
}

.titlw-right {
	background: #086fb8;
	padding: 5px 15px;
}

.titlw-right h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	color: #fff;
}

.list-dm {}

.img-demo {
	margin-top: 15px;
	border-top-right-radius: 5px;
	overflow: hidden;
	border-top-left-radius: 5px;
}

.item-img-right {
	margin-bottom: 5px;
}

.content-right .list-dm li {
	font-size: 14px;
	padding: 5px 5px;
	border-bottom: 1px dashed #fff;
	font-weight: 400;
	background: rgb(215, 238, 246);
}

.list-dm .fas.fa-angle-double-right {
	color: rgb(135, 202, 240);
	font-size: 10px;
	margin-right: 3px;
}

.form-tv-foter {
	background: rgb(218, 218, 218);
	padding: 25px 0 20px;
	position: relative;
}

.form-tv-foter::before {
	top: -6px;
	background-position: top;
	z-index: 8;
	content: "";
	display: block;
	width: 100%;
	height: 14px;
	position: absolute;
	left: 0;
	background: url(https://bevivu.com/theme/border-wave.svg) top left repeat-x;
}

.titlel-form h3 {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 600;
	color: #c00;
}

.titlel-form p {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	margin-top: 0;
}

.item-input {
	margin-bottom: 10px;
}

.item-input span {
	display: block;
	text-align: left;
	color: #000;
	padding: 10px 0px;
	font-size: 15px;
	font-weight: 500;
	padding-bottom: 5px;
}

.item-input>input {
	box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
	border: none;
	height: 34px;
	padding: 0 15px;
	background: #fff;
	font-size: 14px;
	width: 100%;
	border-radius: 3px;
}

.row-form {
	padding: 10px 0;
}

.titlel-form {
	padding: 15px 0 0px;
}

.item-input textarea {
	width: 100%;
	border: none;
	padding: 10px 15px;
	border-radius: 3px;
}

.col-form-right {

	text-align: left;
}

.gyc {
	border: none;
	background: #c00;
	color: #fff;
	padding: 5px 20px;
	font-size: 18px;
	font-weight: 300;
	border-radius: 5px;

}


.wave {
	height: 50px;
	position: relative;
	background: linear-gradient(90deg, #27b6b9 0%, #0f4061 100%);
}

/* Wave text css */
.wave {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	padding-top: 25px;
	padding-bottom: 25px;

}

/* */


.wrap-partner .group-title {
	position: relative;
	margin-top: 0px;
}

.wrap-partner .group-title::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #c00;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.item-img-right a {
	display: block;
	position: relative;
}

.item-img-right a img.video {
	filter: brightness(0.6);
}

.item-img-right a i {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 25px;
	transform: translate(-50%, -50%);
	color: white;
	border: 2px solid #fff;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
}

.all-tour .img a {
	position: relative;
}

.dead {
	position: absolute;
	right: 5px;
	top: 5px;
	background: #e09f26;
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	padding: 5px 20px;
	border-radius: 50px;

}

.sm-lq .group-title {
	margin-bottom: 0;
	position: relative;
}

.sm-lq .group-title::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #c00;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sm-lq .tag-lq>ul {
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
	justify-content: center;
	align-items: center;
	border: none;
}

.sm-lq .tag-lq>ul>li {
	display: inline-block;
	background: #086fb8;
	padding: 5px 10px;
	border-radius: 50px;
	margin: 0 5px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
}

.if-lq {
	padding: 10px 0;
}

.if-lq h3 {
	font-size: 16px;
	color: #086fb8;
	font-weight: 500;
	line-height: 1.3;
	margin: 0;
}

.if-lq h3 a {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.content-sm-lq {
	padding: 20px 0px;
}

.bdus {
	margin-left: -10px;
	margin-right: -10px;
}

.bdus .item-lq {
	margin-left: 10px;
	margin-right: 10px;
}

.tag-lq {
	margin-bottom: 0px;
}

.tab {
	text-align: center;
}

ul.list-nav-ba {
	margin-bottom: 5px;
	justify-content: center;
	border: none;
	flex-wrap: nowrap;
}

.list-nav-ba li {
	display: inline-block;
	color: #fff;
	font-weight: 600;
}

.list-nav-ba li .active {
	color: #000;
	background: #fff;
	display: inline-block;
	border-radius: 0;
}

.list-nav-ba>li {
	background: #fff;
	border: 1px solid #d5d5d5;
	color: #2d4271;
	border-radius: 0;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 0px;
	padding: 0px;
	margin: 0 2px;
	border-radius: 8px;
}

span.new {
	position: absolute;
	background: aqua;
	width: 70px;
	height: 35px;
	top: 6px;
	left: 6px;
	background: url(../images/new.png);
	background-position: center;
	background-size: cover;
}

.tag-lq .nav-tabs .nav-link {
	padding: 0;
}

.tag-lq .nav-tabs .nav-link.active {
	color: unset;
	background-color: unset;
	border-color: unset;
	border: unset;
	padding: 2px 7px;
}

.a-dddl {
	display: block;
	position: relative;
	height: 100%;
}

.a-dddl .ifo-dd {
	position: absolute;
	bottom: 5px;
	z-index: 2;
	color: #fff;
	left: 15px;
}

.a-dddl .ifo-dd h3 {
	color: #fff;
	font-size: 25px;
	margin: 0;
}

.a-dddl .ifo-dd p {
	font-size: 15px;
}

.a-dddl::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0) 100%);
}

.a-dddl img {
	height: 100%;
}

.dead sub {
	bottom: 10px;
}

.languagee {
	display: flex;
	justify-content: space-between;
}

.address>span {
	display: inline-block;
}

.bdus>button {
	opacity: 1;
	font-size: 18px;
	z-index: 3;
	margin: 0;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #cccc;
	border-radius: 100%;
	box-shadow: 0 0 10px #ddd;
	color: #000;
	background: #086fb8 !important;
	color: #fff !important;
}

.bdus>button i {
	color: #000;
}

.bdus .slick-prev {
	top: 50%;
	left: 0;
	/* transform: translate(-100%,-50%); */
}

.bdus .slick-next {
	top: 50%;
	right: 0;
	/* transform: translate(100%,-50%); */
}

.sm-lq .tag-lq>ul>li.active {
	background: rgb(26, 99, 161);
}

.title_tin h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* height: 45px; */
	margin-bottom: 8px;
	font-size: 17px;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.title_tin p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-align: justify;
	line-height: 22px;
}

.col-left-form {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.col-left-form img {
	border-radius: 10px;
}

.slg h3 {
	margin-top: 20px;
}

.searchbox {
	width: 100%;
	background-color: rgba(45, 66, 113, .8);
	text-align: left;

}

.div-searchbox {
	margin-bottom: -1px;
	background: 0 0;

	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	font-weight: 700;
	line-height: 20px;
	font-size: 13px;
	background: #fff;
	color: #000;
	text-align: center;

}

.div-searchbox i {
	font-size: 30px;
	display: block;
	margin-bottom: 10px;
}

#myTab .nav-item .nav-link {
	padding: 8px 20px;
	border-radius: 8px;
	border: 1px solid white;
}

.list-nav-ba .nav-link {
	border: none;
	border-radius: 0;
	color: black;
	/* margin-bottom: 8px; */
	padding: 0;
	font-size: 18px;
	font-weight: 400;
	text-transform: initial;
}

.diem-di {
	display: flex;
	align-items: center;
	height: auto;
	border-radius: 10px;
	line-height: 1.25;
	background-color: #fff;
	border: 2px solid #086fb8;
	border: 2px solid #086fb8;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.icon-map {
	padding: 1rem;
	font-size: 20px;
	padding: 12px 10px 12px 5px;
}

.inut-diem {
	flex-grow: 1 !important;
	text-align: left;
}

.inut-diem span {
	display: block;
}

.inut-diem>span:nth-child(1) {
	display: block;
	color: #2d4271;
	font-size: 13px;
}

.inut-diem>span:nth-child(2) {
	display: block;
	font-weight: 700;
	line-height: 28px;
	font-size: 15px;
}

.select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0px;
	text-overflow: '';
	border: none;
	font-weight: 700;
	line-height: 28px;
	font-size: 15px;
}

.inut-ngay select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0px;
	text-overflow: '';
	border: none;
	font-weight: 700;
	line-height: 28px;
	font-size: 15px;
}

.bnt-seach {
	justify-content: center;
	padding: 7px 16px;
	background: #e09f26;
	color: #FFC709;
}

.bnt-seach .icon-map {
	padding: 0;
}

.select2-selection {
	border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}

.select2-selection__rendered {
	font-weight: 700;
	line-height: 28px;
	font-size: 15px;
	padding: 0;
}

.select2-container--default .select2-selection--single {
	border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
	border: 1px solid #aaa;
	width: 168px !important;
}

.select2-container--default .select2-selection--single {
	border-radius: 0;
}

.equivalent i {
	font-size: 27px;
	color: #333;
}

.equivalent {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.slick-slide {
	height: auto;
}

.form_slider {
	/* box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%); */
}

.date-khoi-hanh input {
	border: none;
	font-weight: bold;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #fff;
	border: 1px solid #c00 !important;
	background-color: #c00;
	border-color: transparent;
	padding: 0;
	width: 100%;
	justify-content: center;
}

.box_logo {
	width: 450px;
	margin: 15px auto;
}

.date-mobi {
	display: none;
}

.date-pc b {
	width: 100%;
}

.date-pc span {
	font-size: 12px;
	width: 100%;
}

blockquote {
	background-color: #e6e6e6;
	padding: 15px 10px 15px 20px;

	border-left: 4px solid var(--color-main);
}

blockquote a {
	color: #007bff;
	font-weight: 500;
	text-decoration: underline;
}

.Courses .slick-dots li {
	position: relative;
	display: inline-block;
	height: 15px;
	width: 15px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	background-color: #00593b;
	border-radius: 100%;
}

.Courses .slick-dots li button {
	/* border: 1px solid black;
    border-radius: 100%;
    padding: 2px; */
}

.box_slide {
	padding: 0px 0 10px;
	margin: 0;
	position: relative;
	/* background: var(--color-main) url(../images/pattern-chakras-white.png) repeat top center; */
	background: var(--color-main) repeat top center;
	z-index: 1;
}

.box_slide:before {
	content: "";
	height: 50%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background: #f5f0e3;
	z-index: -1;
}

.slide_home {
	border: solid 4px #fff;
	/* width: 90%; */
	margin: auto;
}

.box_slide .slide_banner {
	position: relative;
}

.box_slide .content_slide {
	position: absolute;
	top: 20%;
	transform: translate(-50%);
	left: 50%;
	text-align: center;
}

.box_slide .content_slide p {
	font-family: "SVN-Modisframe";
	font-size: 50px;
	text-transform: capitalize;
}

.box_slide .content_slide span svg {
	height: 30px;
	fill: var(--color-main)
}

.box_slide .content_slide h2 {
	font-size: 33px;
	margin-bottom: 20px;
	margin-top: 0;
}

.corpix-teacher-wrapper {
	/* background: #fff; */
	position: relative;
	/* border-radius: 15px; */
	/* height: 352px; */
	display: flex;
	align-items: flex-start;
	padding: 0 5px;
}

.teacher-bottom {
	position: relative;
	margin-top: 15px;
	transition: all 0.3s linear;
	/*! padding-top: 100px !important; */
	padding: 15px 0;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 0px;
	text-align: center;
}

.box-name-tearchs {
	text-align: center;
}

.teacher-image {
	/* position: relative; */
	/* width: 100%; */
	/* overflow: hidden; */
}

.teacher-image img {
	width: 130px;
	height: 130px;
	margin: 0 auto;
	border: solid 5px var(--color-main);
	border-radius: 100%;
}

.teacher-name {
	color: #333;
	font-size: 18px;
	text-transform: unset;
	line-height: 30px;
	margin-bottom: 5px;
	font-weight: 700;
	margin-top: 15px;
}

.social-shear {
	text-align: center;
	font-size: 15px;
}

.blog .title_line span {
	background: #fff
}

.item_body-share {
	margin-top: 30px;
}






.js-images_doita .slick-list {
	margin: 0 -5px;
}

.js-images_doita .slick-slide {
	margin: 0 5px;
}

@media(max-width:1300px) {
	.category-slide-1 .slick-prev {
		left: 0;
	}

	.category-slide-1 .slick-next {
		right: 0;
	}
}

@media (min-width:992px) {
	.block-content-right {
		order: 1;
	}
}

@media (max-width: 1199px) {
	.header-event-html {
		display: none !important;
	}

	.search-mobile {
		display: block !important;
	}
}

@media (max-width: 991px) {
	.SearchBar-wrap {
		flex-basis: calc(100% - 515px) !important;
	}

	.col-box-search {
		margin-bottom: 15px;
	}

	.tab-content>.active {
		background: #fff;
	}

	.body-connect ul li a {
		font-size: 10px;
		padding: 5px;
	}

	.blog .title img {
		left: 43%;
	}

}



@media (max-width:550px) {
	.box_logo {
		width: 350px;
		margin: 15px auto;
	}



	.col-form-right {
		padding: 0 10px;
	}

	.logo-head {

		flex-grow: unset;
		justify-content: flex-start;
		flex-direction: row;
	}

	.header_prdunt {
		margin-bottom: 10px;
	}

	.fomt_slifer_all .form_slider form {
		max-width: 400px;
	}

	.lsit_item .item {}

	.category-item .box .content {
		width: 110px;
		flex: 0 0 110px;
	}

	.category-item .box .content h3 {
		font-size: 14px;
	}

	.card-news-horizontal .content {
		width: 100%;
	}

	.card-news-horizontal .image {
		width: 100%;
	}

	.blog .title img {
		left: 35%;
	}
}

@media(max-width:440px) {

	.xemthem_x,
	.xemthem_z,
	.xemthem_y {
		display: none !important;
	}
}





/*check mobile*/

@media(min-width:1800px) {
	.container-fluid {
		padding: 0 160px;
	}
}

@media(max-width:1800px) {
	.container-fluid {
		padding: 0 64px;
	}

	.container-fluid {
		padding: 0 64px;
	}
}

@media(min-width:1500px) {
	.col-min-1500 {
		max-width: 16.6%;
	}

	.slide_sub_home img {}

	.product-item .box .image a img {}

	.list_news2 .box .image img {
		height: 210px;
	}

	.category-slide-1 .slick-prev {
		left: 0px;
	}

	.category-slide-1 .slick-next {
		right: 0;
	}

	.countdown1 {
		padding: 5px;
	}

	.countdown1 .tiles1 span {
		width: 45px;
		max-width: 45px;
		height: 40px;
		font-weight: 500;
		line-height: 40px;
		text-align: center;
		color: #fff;
		font-size: 30px;
		background-color: #fbb03b;
		border-radius: 3px;
		margin: 0px 7px;
		padding: 3px 3px;
		display: inline-block;
		position: relative;
	}

	.countdown1 .labels1 {
		width: 68px;
	}

	.countdown1 .tiles1 .item1 {
		margin: 0 3px;
	}

	.wrap-price {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.col-min-1500 {
		max-width: 25%;
	}

}

@media (min-width: 992px) {
	.hidden-min-lg {
		display: none !important;
	}

}

@media (max-width: 1199px) {
	.video_destop {
		display: none;
	}

	.video_mobi {
		display: block;
	}

	.video iframe {
		height: 223px;
	}

	.product-item .box .actionss {
		display: none;
	}

	.product-item2 {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (max-width: 1100px) {
	.box-baner-trangtrong ul {
		display: flex;
	}

	.box-baner-trangtrong {
		padding: 50px 0px;
		position: relative;
	}

	.body-trip img {
		display: none;
	}

	.box-trip {
		text-align: center;
		padding-top: 30px;
		padding: 0px 70px 0px;
	}

	.body-trip .xemthem-n {
		bottom: -40px;
		display: block;
	}

	.body-trip .row .col-md-4:nth-child(2) {
		margin-top: 0px;
	}

	.body-trip .row .col-md-4:nth-child(3) {
		margin-top: 0px;
	}
}

@media (max-width: 991px) {
	.connect {
		bottom: 26px;
	}

	.a-dddl .ifo-dd {
		left: 5px;
		right: 5px;
	}

	.a-dddl .ifo-dd h3 {
		font-size: 20px;
	}

	.img-item-ks .if-img-ks h3 {
		width: 100%;
		text-align: center;
		font-size: 18px;
	}

	.titlel-form p {
		font-size: 14px;
	}

	.box_search_tour {
		position: static;
		transform: translate(0);
	}

	.box_search {}

	.bnt-seach {
		padding: 5px 15px;
	}

	.bnt-seach i {
		font-size: 30px;
	}

	.fomt_slifer_all {
		position: static;
		transform: translate(0);
		background: rgba(0, 0, 0, 0.66);
		background: white;
	}

	.forn-l {}

	.form_slider {}

	.tab #myTab li {}

	.item-tav {
		border: 3px solid rgba(255, 255, 255, .1);
		border-radius: 8px;
		width: 50%;
		display: inline-block;
		margin: 0px;
	}

	.box_search {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		flex-wrap: wrap;
	}

	.form-tv-foter {
		padding: 20px 0 30px;
	}

	.title-ks h3 {
		font-size: 20px;
	}

	.list_all .lsit_item .item {
		margin-bottom: 20px;
	}

	.fomt_slifer_all .form_slider form {
		max-width: 600px;
		/* box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%); */
	}

	.form_slider form .input input {
		padding: 10px 13px 10px 40px;
	}

	.product_column {
		width: 100%;
	}

	.btn_header button {}

	.form_slider form .input input {
		height: 40px;
	}

	.item_2 .input .sele {

		padding: 21px 10px 8px 45px;
	}

	.form_slider form .input input {
		padding: 15px 10px 15px 45px !important;
	}

	.item_2 .input input {
		padding: 19px 10px 5px 45px !important;
	}

	.tour_policy .item .img {
		width: 20%;
	}

	.wrap-fill>.form-group {
		width: 150px;
	}

	.form_slider .headeing h3 {
		font-size: 30px;
	}

	.form_slider .headeing p {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.fomt_slifer_all .form_slider form {
		margin: 0 auto;
		padding: 5px;
	}

	.col-box-product-main-left {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-box-product-main-right {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.video iframe {
		height: 518px;
	}

	.modal-First .modal-dialog {
		max-width: 820px;
	}

	.product-item2 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.list_image_video .item .image img {
		height: 180px;
	}

	.cate_home .list_banner .item {
		margin-bottom: 20px;
		width: 100%;
	}

	.cate_home .list_cate2 .item {
		margin-bottom: 20px;
		width: 100%;
	}

	.cate_home .list_banner .item:last-child {
		margin-bottom: 0;
	}

	.deal_sale .list_deal_sale .item {
		margin-bottom: 25px;
	}

	.deal_sale .list_deal_sale .item:nth-child(3) {
		margin-bottom: 0;
	}

	.deal_sale .list_deal_sale .item:nth-child(4) {
		margin-bottom: 0;
	}

	.list_tieu_chi {
		display: block;
	}

	.list_tieu_chi .item {
		max-width: 100%;
	}

	.duan_tb .image img {
		height: auto;
	}

	.ss05_duan .col-product-item {
		padding-bottom: 20px;
	}

	.list-small-image.thumbimageslide-slick {
		display: none;
	}

	.box-image-product {
		padding: 0;
	}

	.form_danhgia.rating-star-main {
		flex-flow: column;
	}

	.rating_detail-item button {
		margin: 0 auto;
	}

	.tab-content>.active {
		/* padding-left: 10px;
        padding-right: 10px; */
	}

	.product-review-info-btn {
		max-width: unset;
		min-width: unset;
	}

	.product-review-info {
		order: 0;
	}

	.product-review-detail {
		order: 2;
		width: 100%;
	}

	.product-review-btn {
		order: 1;
	}

	.contact-form .form button.product-review-info-btn {
		max-width: unset;
		min-width: unset;
	}

	.col-block_news-left {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-block_news-left .block-news_left {
		padding: 0;
	}

	.col-block_news-right {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.box_block-news_left {
		padding: 15px 0;
	}

	.content_block-news_left {
		padding: 15px 0;
	}

	.block-news {
		padding-bottom: 0;
		padding-top: 15px;
	}
}

@media (max-width: 767px) {

	.blog .title h2,
	.c-ttl__01 {
		font-size: 23px;
	}

	.Tinlienquan .title-tinlienquan {
		font-size: 25px;
	}

	.wapper-lienquan button.slick-prev {
		left: 0;
	}

	.wapper-lienquan button.slick-next {
		right: 0;
	}

	.Tinlienquan {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.content_block-news_left-bottom .btn-dak button {
		margin-top: 15px;
	}

	.box_list-img_big a {
		height: auto;
		display: block;
	}

	.waapper-img {
		margin-right: -5px;
	}

	.item-img-right {
		margin-right: 5px;
	}

	.img-item-ks .if-img-ks h3 {
		font-size: 22px;
	}

	#title-small {
		display: none;
	}

	.title_dichvu,
	.title_dichvu2 {
		margin-bottom: 10px;
	}

	.title_dichvu i,
	.title_dichvu2 i {
		display: block;
	}

	.online-contact-big {
		display: none;
	}

	.tour_policyall .tour_policy .item {
		border-left: none !important;
		border-bottom: 1px solid #bebebe;
	}

	.tour_policy .item .img {
		width: 10%;
	}

	.section_tour_policy .tour_policyall {
		flex-wrap: wrap;
	}

	.form_slider .headeing h3 {
		font-size: 20px;
	}

	.form_slider .headeing p {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.btn_header button {}

	.form_slider form .input input {
		padding: 10px 10px 10px 10px !important;
	}

	.SearchBar-wrap {
		order: 2;
		flex-basis: 100% !important;
		margin-right: 0;
	}
}

@media (max-width:767px) {
	.img-block-news {
		position: relative;
	}

	.date-mobi {
		background-color: var(--color-main);
		text-align: center;
		color: white;
		padding: 10px 5px !important;
		margin-right: 15px;
		display: inline-block;
		position: absolute;
		left: 0;
		bottom: 0;
		display: flex;
		width: 65px;
		height: 65px;
		flex-wrap: wrap;
	}

	.date-cmt-user,
	.cmt {
		padding-left: 0px !important;
	}

	.date-cmt-user .box-dcu a {
		font-size: 14px;
		font-weight: 500;
	}

	.date-cmt-user .box-dcu a i {
		font-size: 12px;
		margin: 0;
		padding: 5px;
	}

	.date-mobi b {
		width: 100%;
	}

	.date-mobi span {
		font-size: 12px;
		width: 100%;
	}

	.date-pc {
		display: none !important;
	}

	.box-blog .img-blog img {
		
		width: 100%;
	}

	.info-xthem ul {
		margin-left: 0px;
		float: right;
		margin-bottom: 10px;
	}

	.box-list_block-news_left .content_block-news_left .chitiet {
		padding-top: 5px;
	}




	.fomt_slifer_all {

		bottom: 30px;
		left: 50%;
		transform: translateX(0%);
		position: static;
		/* background: rgba(0, 0, 0, 0.66); */
	}

	.fomt_slifer_all .form_slider form {
		background: transparent;
	}

	.group-title .title-img {
		font-size: 18px;
	}

	.list_five_sp {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.boc_gia .gia_new p {
		font-size: 16px;
	}

	.boc_gia .btn_box a {
		font-size: 12px;
	}

	.banner-top .img {
		margin-bottom: 10px;
	}

	.header_prdunt p {
		font-size: 14px;
	}

	.header_prdunt h2 {
		font-size: 18px;
	}

	.tour_policy {
		width: 100%;
	}

	.list-attr1 {
		width: 35%;
		float: left;
		margin-top: 5px;
	}

	.wrap-price {
		width: 100%;
		margin: 0;
	}

	.container-fluid {
		padding: 0 15px;
	}

	.box-aside {
		margin-bottom: 15px;
		width: 100%;
		display: none;
	}

	.box-aside .box-content .nav-category {
		outline: unset;
	}

	.box-policy {
		display: none;
	}

	.box-buy .add-to-cart:after {
		background-color: rgba(0, 0, 0, 0);
	}

	.product-grid {
		padding-bottom: 0;
	}

	.deal_sale .list_deal_sale .item {
		margin-bottom: 15px;
		padding: 0 7.5px;
	}

	.deal_sale .title-heading-sale .title {
		font-size: 24px;
	}

	.deal_sale .title-heading-sale .sale_all {
		display: none;
	}

	.deal_sale .list_deal_sale .item:nth-child(3) {
		margin-bottom: 0;
	}

	.deal_sale .list_deal_sale .item:nth-child(4) {
		margin-bottom: 0;
	}

	.deal_sale .list_deal_sale {
		padding: 0 7.5px;
	}

	.product-item2 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.product-item2 .box {}

	.product-item2 .product-item .box .image {
		width: 100%;
		height: 147px;
		padding: 0;
	}

	.product-item2 .product-item .box .content {
		margin-left: 8px;
	}

	.product-item2 .product-item .box .content h3 {
		padding: 0;
	}

	.section_banner_home {
		display: none;
	}

	.slide .col-md-7 .cate-arrows-1 .slick-prev {
		display: none !important;
	}

	.slide .col-md-7 .cate-arrows-1 .slick-next {
		display: none !important;
	}

	.modal-First .modal-dialog {
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}

	.newsletter-content {
		width: 100%;
	}

	.image-modal .image img {
		border-radius: 50px 50px 0 0;
	}

	.tab-product {
		width: 100%;
		float: unset;
		margin-right: 0;
	}

	.product-relate {
		width: 100%;
		float: unset;
	}

	.newsletter-content .form-control {}

	.image-modal .image {
		display: none;
	}

	.image-modal .info_product_modal .image {
		display: block;
	}

	.image-modal .info_product_modal .image img {
		border-radius: 0;
	}

	.image-modal .info_product_modal {
		width: 100%;
	}

	.newsletter-content .dec {
		line-height: 1.4;
	}

	.newsletter-content h2 {
		font-size: 20px;
	}

	.newsletter-content .input-wrapper-inline button {
		padding-top: 0;
		padding-bottom: 0;
	}

	.modal-First .modal-content {
		background-size: 300px auto, contain;
		background-position: top center;
	}

	.newsletter-content {}

	.form-tv .modal-body {
		background-color: #fff;
		padding: 20px;
		border-radius: unset;
	}

	.form-tv form {
		padding: 0;
		position: unset;
		border-radius: unset;
	}

	.title-form-m {
		font-size: 25px;
	}

	.form-tv .modal-title {
		font-size: 20px;
	}

	.item-post .box .content .link-detail {
		font-size: 15px;
	}

	.item-post .box .content .desc {
		font-size: 14px;
	}

	.item-post .box .content .name {
		font-size: 16px;
	}

	.item-post .box .content .info {
		font-size: 13px;
	}

	.item-post .box .image {
		width: 100%;
	}

	.item-post .box .content {
		width: 100%;
		padding-left: 0;
		padding-top: 15px;
	}

	.list-news-blog .fo-03-col-news:nth-child(1),
	.list-news-blog .fo-03-col-news:nth-child(6) {
		width: 100%;
	}

	.video iframe {
		height: 430px;
	}

	.list_image_video .item .image img {
		height: 160px;
	}

	.form-search-icon {
		width: 100%;
		padding-left: 0;
		margin-top: 15px;
		max-width: unset;
	}

	.box-support .col-support-item {
		width: 100%;
	}

	.col-mtc-new-hot-right {
		width: 100% !important;
	}

	.list_news2 .box .image img {
		height: 190px;
	}

	.ss04_tintuc {
		padding: 20px 0 0;
	}

	.wrap-ykkh {
		padding: 20px 0;
	}

	.container-fluid {
		padding: 0 15px;
	}

	.header_home .container-fluid {
		padding: 0 15px;
	}

	.slide_sub_home {
		display: none;
	}

	.support .item {
		width: 50%;
		padding: 0 10px;
	}

	.slide .container-fluid {
		/* padding: 0; */
	}

	.support .item .box_item {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}

	.support .item .box_item .icon {
		width: 100%;
		height: auto;
	}

	.support .item .box_item .icon img {
		/* width: 55px; */
		padding-right: 0;
	}

	.support .item .box_item .info .title {
		font-size: 14px;
		font-weight: 600;
	}

	.support .item .box_item .info {
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}

	.support .item .box_item .info .desc {
		text-align: center;
		font-size: 13px;
	}

	.product-item .box .image a img {
		height: auto;
		width: 100%;
	}

	.col-product-item {
		width: 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 0;
		padding: 0 10px;
		padding: 0 5px;
	}

	.group_title .title-underline {
		font-size: 20px;
	}

	.countdown1 .labels1 {
		width: 100%;
	}

	.col-product-item2 {
		width: 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.product-grid__content {
		padding: 5px 2px;
	}

	.product-prices del+ins {
		margin-right: 5px;
	}

	.product-detail-infor {
		padding: 0 10px;
	}

	.grid__column {
		padding: 0;
	}

	.title_sp_detail h1 {
		font-size: 18px;
		margin-top: 0;
	}

	.slide {
		margin-top: 0px;
	}

	.product-prices {
		font-size: 12px;
	}

	.product-prices del {
		font-size: 10px;
	}

	.product-prices span {
		font-size: 12px;
	}

	.product-grid__thumbnail {
		margin-bottom: 0;
	}

	.tab-ss04 {
		padding: 0;
	}

	.ss04_product {
		padding: 10px 0;
		margin-bottom: 0;
	}

	.section_banner_home2 {
		display: none;
	}

	.product_item {
		margin: 10px 0 0 0;
	}

	.wrap-fill {
		margin-bottom: 0;
	}
}

@media(max-width:786px) {
	.trip .desc {
		width: 100%;
		margin-bottom: 30px;
	}

	.box-trip {
		display: flex;
		flex-wrap: wrap;
	}

	.trip .title {
		width: 100%;
		order: 2;
	}

	.numer-trip {
		margin-top: 0px;
		margin-bottom: 20px;
		order: 1;
	}

	.box-trip {
		padding-top: 0px;
	}

	.body-trip img {
		display: none;
	}

	.box-trip {
		text-align: center;
		padding-top: 30px;
		padding: 0px 0px 0px;
	}

	.box-blog .img-blog .name-blog a h3 {
		color: white;
		font-size: 14px;
		text-align: center;
		/* display: -webkit-box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden; */
	}

	.body-blog .content-blog {
		padding-top: 10px;
	}

	.content-blog .desc {
		color: black;
		font-size: 14px;
		text-align: center;
		height: auto;
	}

	.box_list-img_2 a img {
		height: 200px;
	}

	.item-footer-new {
		flex-wrap: wrap;
	}

	.item-footer-new ul {
		width: 100%;
	}

	.item-footer-new ul {
		display: flex;
		justify-content: center;
	}

	.item-footer-new .info {
		margin-top: 20px;
	}

	.item-footer-new .info a {
		margin-right: 20px !important;
	}

	.connect {
		bottom: 0;
		position: relative;
	}

	.img-banner {
		position: static;
	}

	.img-banner::before {
		content: none;
	}

	.img-banner::after {
		content: none;
	}

	.img-banner .line {
		display: none;
	}

	.box-banner .container {
		padding: 0px;
	}

	.box-banner {
		height: auto;
	}

	.item_box-banner {
		flex-wrap: wrap;
	}

	.img-banner,
	.img-banner a,
	.img-banner a img {
		height: 350px !important;
	}

	.img-banner {
		width: 100% !important;
		padding-right: 0px;
	}

	.box-banner_right {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		padding-top: 20px;
	}

	.item_box-banner {
		height: auto;
	}

	.box-banner_right img {
		position: absolute;
		top: 0;
		z-index: 99;
		right: 20px;
		height: 100%;
		width: 100%;
		object-fit: contain;
	}

	.share .img-share_right {
		position: static;
		width: 100%;
		height: auto;
		padding: 10px;
	}

	.box-share_left {
		width: 100%;
	}

	.item-share .container {
		padding: 0px;
	}

	.share .img-share_right a,
	.share .img-share_right a img {
		display: block;
		height: 100%;
		width: 100%;
	}

	.box-share_left img:nth-child(1) {
		width: 100%;
	}

	.body-connect ul li a img {
		position: static;
		height: 40px !important;
		width: 40px !important;
		transform: translate(0%, 0%);
		margin-right: 15px;
	}

	.body-connect ul li a {
		display: flex;
		align-items: center;
	}

	.info-xthem {
		display: block;
		justify-content: right;
		padding-top: 20px;
		position: relative;
		z-index: 999;
	}

	.item-share,
	.item-box-share {
		height: auto !important;
	}

	.item-footer-new ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center !important;
	}




	.col-left-form img {
		max-width: 170px;
	}

	.slg h3 {
		margin-top: 13px;
		font-size: 24px;
	}

	.titlel-form {
		text-align: center;
	}

	.languagee {
		display: none;
	}

	.tag-lq {
		margin-bottom: 0;
	}

	.ss-dddl {
		padding: 10px 0;
	}

	.col-form-left {
		/* padding: 0 20px; */
	}

	.titlel-form h3 {
		margin: 0;
	}

	.titlel-form {
		margin-bottom: 15px;
	}

	.wapper-right {
		padding-top: 10px;
	}

	.cate-arrows-1 .slick-prev,
	.cate-arrows-1 .slick-next {
		background: none;
		height: 25px !important;
		width: 25px !important;
	}

	.category-slide-1 .slick-prev,
	.category-slide-1 .slick-next {
		width: 35px;
		height: 35px;
	}

	.footer-content-2 i {
		margin-right: 5px;
	}

}

@media(max-width:640px) {}

@media(max-width:576px) {
	.box-banner_right .title h2 {
		font-size: 45px;
	}

	.box-banner_right .title h3 {
		font-size: 30px;
	}

	.box-banner_right {
		padding-top: 0px;
	}

	.body-connect ul li {
		width: 30%;
	}

	.body-trip .xemthem-n a {
		font-size: 12px;
	}



	.forn-l {
		padding: 0px;
	}

	.col-form-left {
		padding: 0 10px;
	}

	.col-arrow {
		display: none;
	}

	.col-sm-search {
		margin-bottom: 15px;
	}

	.ss-dddl {
		padding-top: 0;
	}

	.titlel-form {
		padding-bottom: 0;
	}

	.titlel-form p {}

	.img-item-ks img {
		width: 100%;

	}

	.titlel-form p {
		font-size: 13px;
	}

	.titlel-form h3 {
		font-size: 25px;
	}

	.footer {
		padding-bottom: 0;
	}

	.list_five_sp {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.wrap-fill>.form-group {
		width: 30%;
		font-size: 13px;
	}

	.slide {
		padding-top: 0;
	}

	.list_camket .item {
		width: 50%;
	}

	.box-image-product {
		flex-wrap: wrap;
	}

	.product-grid__hint>* {
		border-radius: 8px;
		padding: 4px 8px;
		margin-top: 8px;
		font-size: 12px;
	}

	.box-image-product .image-main {
		width: 100%;
	}

	.list-small-image .pt-box {
		padding: 10px 0;
	}

	.product-detail-infor .box-infor h2 {
		font-size: 22px;
	}

	.list-small-image {
		width: 100%;
		order: 2;
	}

	.small-image {
		height: auto;
	}

	.product-detail-infor .box-infor {
		padding-top: 5px;
	}

	.list-small-image .slick-prev {
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.list-small-image .slick-next {
		right: 0;
		left: unset;
		top: 50%;
		transform: translateY(-50%);
	}

	.list_camket .item .box .info .name {
		font-size: 15px;
	}

	.page-link {
		padding: 8px;
	}

	.modal-First .modal-content {}

	.newsletter-content {
		margin-right: auto;
	}

	.item-service .box .icon {
		width: 100px;
	}

	.col-item-service {
		padding: 0 10px;
	}

	.item-service .box .name {
		height: 36px;
	}

	.cate_home .list_cate .box .image img {
		min-height: 225px;
	}

	.content-category {
		text-align: justify;
		padding: 0px;
		background-color: #fff;
		border: 1px dashed #fff;
		margin-top: 0px;
		margin-bottom: 20px;
		font-size: 15px;
	}

	.item-service .box .name {
		font-size: 15px;
	}

	.col-item-service {
		margin-bottom: 20px;
	}

	.wrap-service {
		/* padding: 0px 0 20px; */
		padding: 0;
	}

	.item-service .box {
		margin: 0 auto;
		border: 1px dashed #000;
		padding: 10px 10px;
		border-radius: 10px;
	}

	.title-nav-tab h3 {
		font-size: 16px;
	}

	.title-h .text {
		width: 100%;
		font-size: 16px;
	}

	.col-ykkh-item .item-ykkh .nd_ykien {
		min-height: 190px;
	}

	.video iframe {
		height: 300px;
	}

	.title-b {
		padding: 10px 20px 0 20px;
	}

	.wrap-ykkh .cate-dot-1 .slick-dots {
		transform: unset;
	}

	.cate_home .cate-dot-1 .slick-dots {
		transform: unset;
	}

	.list_image_video .item .image img {
		height: 100px;
	}

	#countdown {
		width: 100%;
		margin-top: 20px;
	}

	.tab-link ul li {
		width: 100%;
	}

	.tab-link {
		position: unset;
	}

	.breadcrumbs ul>li>a {
		font-size: 16px;
	}

	.breadcrumbs ul>li:last-child a:last-child:after {
		font-size: 22px;
	}

	.title-service-tab {
		font-size: 20px;
	}

	.service-item-2 .box {
		padding: 25px 30px 35px;
	}

	.wrap-partner .list-item .box {
		padding: 12px 0;
	}

	.service-item-2 .name {
		font-size: 22px;
	}

	.title-service-tab-sm {
		font-size: 17px;
	}

	.title-tam-nhin img {
		margin-right: 16px;
		height: 48px;
	}

	.blog-lienhe-hoptac {
		padding: 30px 0;
	}

	.item-tam-nhin .desc {
		line-height: 26px;
		font-size: 18px;
	}

	.form-contact-hoptac label:not(.radio-inline):not(.checkbox label) {
		font-size: 18px;
	}

	.form-contact-hoptac textarea {
		height: 100px;
	}

	.form-contact-hoptac .btn-view {
		margin-top: 5px;
		line-height: 48px;
		font-size: 20px;
	}

	.padding-content {
		padding: 25px 25px 35px;
	}

	.desc-ls {
		line-height: 26px;
		font-size: 18px;
	}

	.wrap-partner .group-title .title {
		font-size: 20px;
		text-align: center;
		line-height: normal;
	}

	.fin-ct {
		margin-top: 30px;
	}

	.wrap-partner {
		margin-top: 0;
		padding: 5px 0 5px;
	}

	.title-ls {
		font-size: 24px;
	}

	.title-form {
		font-size: 20px;
	}

	.title-tam-nhin {
		font-size: 28px;
		width: 225px;
		line-height: 48px;
	}

	.cate-dot-1 .slick-dots {
		right: 50%;
		transform: translate(50%, 0);
		top: calc(100% + 5px);
	}

	.wrap-partner .list-item {
		padding: 0 0px;
	}

	.wrap-partner .list-item img {
		height: auto;
		width: auto;
		object-fit: contain;
		/* border: solid 1px #eee; */
	}

	.wrap-partner .list-item .item {
		padding: 0 5px;
	}

	.cate-arrows-1:not(.cate-arrows-1-sm) .slick-prev,
	.cate-arrows-1:not(.cate-arrows-1-sm) .slick-next {
		height: 45px;
	}

	.list_tieu_chi .box {
		padding: 10px 10px 30px 10px;
		margin-top: 15px;
	}

	.title-xemthem {
		font-size: 20px;
	}

	.title_home h2 {
		font-size: 35px;
		padding: 20px 0 10px 0;
		margin: 0;
	}

	.box_about {
		text-align: justify;
		padding: 0 5px;
	}

	.group-title .title {
		font-size: 20px;
		text-transform: uppercase;
	}

	.product-item .box .content h3 {
		text-align: left;
		padding: 0;
		line-height: 18px;
	}

	.product-item .box .content h3 a {
		font-size: 14px;
		font-weight: 600;
	}

	.list-news-home {
		padding: 0 30px;
	}

	.search_mobile {
		position: absolute;
		right: 0;
		padding: 0px !important;
	}

	.box_padding {
		padding: 0;
		justify-content: center;
	}

	.duan_tb h3 span {
		height: 50px;
		line-height: 50px;
	}

	.contact-form {
		margin-bottom: 20px;
		background: #eee;
		padding: 20px 0 20px 0;
	}

	.ss05_duan {
		padding: 20px 0;
	}

	.duan_tb h3 {
		height: 50px;
		line-height: 50px;
	}

	.info-count-pro .count-pro {
		width: 100%;
	}

	.block-product .col-product-item .product-item {
		padding: 0px;
		background: #fff;
	}

	.product-item .box .content {
		padding: 0px 0 0 0;
	}

	.group-title {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.title-service {
		font-size: 40px;
		margin-bottom: 10px;
	}

	.item-ls-sm.slick-current .box {
		font-size: 18px;
	}

	.item_count {
		margin-bottom: 0;
		padding-top: 10px;
	}

	.item_count .box_count .counter-value {
		font-size: 40px;
	}

	.wrap-system {
		padding: 25px 0 30px;
	}

	.box-bg-content {
		width: 100%;
		position: unset;
	}

	.box-bg-content .logo-bg {
		padding-right: 0;
		width: 100%;
		text-align: center;
	}

	.box-bg-content .button_tuvan {
		width: 100%;
		padding-left: 0;
		text-align: center;
		margin-top: 20px;
	}

	.box-bg-content .logo-bg img {
		max-width: 260px;
	}

	.nav-main>li:not(:last-child) img {
		width: auto;
	}

	.wrap-breadcrumbs .breadcrumb li {
		font-size: 11px;
	}

	.hen_lich {
		float: left;
		width: 50%;
	}

	.sign_now {
		float: left;
		width: 50%;
	}

	.box-buy {
		text-align: center;
		width: 65%;
		float: right;
	}

	.box-buy .add-to-cart {
		font-size: 14px;
		border-radius: 20px;
		margin-top: 20px;
		padding: 0px 16px 0 44px;
	}

	.nav-tabs .nav-item {
		margin-bottom: -1px;
		/* width: 100%; */
	}

	.nav-tabs .nav-item.show .nav-link,
	.nav-tabs .nav-link.active {

		/* padding: 0px 0px;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        width: 100%;
        font-weight: 500; */
	}

	.blog-product-detail .group-title .title {
		font-size: 20px;
	}

	.product-item .box .image a {}

	.free {
		font-size: 12px;
		text-align: left;
		color: #333;
		line-height: 20px;
	}

	.product-item .box .image .km {
		line-height: 16px;
	}

	.product-item .box .content .box-price span {
		font-size: 16px;
	}

	.cate-arrows-1 .slick-prev,
	.cate-arrows-1 .slick-next {
		background: none;
	}

	.menu_home {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}

	.menu_home:nth-child(2) {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.menu_home:nth-child(3) {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.menu_home:nth-child(4) {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.product-image-in .images_menu img {
		height: 180px;
	}

	.product-item .box .image {
		padding: 3px 0;
		margin-right: 5px;
		width: 100%;
	}

	.product-item .box {
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.product-item {
		margin-bottom: 15px;
	}

	.deal_sale {
		padding: 20px 0 0 0;
	}

	.payments {
		padding: 0;
	}

	.widget_text {
		padding: 0;
	}

	.wrap-ykkh .box {
		flex-direction: column;
	}

	.list_feedback-box {
		width: 100%;
		padding: 0;
	}

	.list-small-image-feedback {
		padding: 20px 0;
		width: 100%;
	}

	.item_news td {
		display: inline-block !important;
	}

	.list-attr .price {
		text-align: left;
	}
}

@media (max-width: 500px) {
	.box-share_left {
		padding-bottom: 10px;
	}

	.body-connect ul {
		flex-wrap: wrap;
	}

	.body-connect ul li {
		width: 100%;
		margin-bottom: 15px;
	}

	.item_list-img_all {
		display: block;
	}

	.item_list-img_all img {
		width: 100%;
	}

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

	.box_list-img {
		height: auto;
	}
}

@media (max-width: 400px) {

	.title-service {
		font-size: 30px;
	}


	.list-attr .attr-item:nth-child(1) {
		width: 100%;
		text-align: center;
	}

	.list-attr .attr-item>h3 {
		text-align: center;
	}

	.box-buy {
		text-align: center;
	}

	.box-buy a {
		margin-right: 0;
	}

	.list-attr .attr-item .form-group label {
		white-space: nowrap;
		width: 100%;
		text-align: center;
	}

	.list-attr .attr-item:nth-child(3) {
		width: auto;
	}

	.list-attr .price {
		text-align: left;
	}

	.list-attr {
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media (max-width: 375px) {
	.title-service {
		font-size: 30px;
	}
}



/* Sua */



/* .search{
    display: block !important;
} */



/* product by category */
.block-product-category-top {
	background-color: white;
}

.content-wrapper {
	background-color: white;
}

.headline h1 {
	font-size: 25px;
	font-weight: 600;
	color: #086fb8;
}

.item_sp_h {
	margin-bottom: 20px;
}

.headline hr {
	height: 2px;
	width: 100%;
	background: var(--color-main);
}

.tour-col:hover .tour-img-headline {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.tour-col:hover {
	border-color: rgba(0, 0, 0, .95);
}

.tour-img img {
	height: 100%;
}

.tour-col {
	width: 100%;
	margin-bottom: 20px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border: solid 1px rgba(0, 0, 0, .1);
}

.tour-img {
	/* width: 330px;
    margin-right: 20px; */
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 10px 0px;
}

.tour-img a {
	display: block;
	height: 100%;
	position: relative;
}

.tour-img-headline {
	z-index: 8;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, .5);
	font-weight: 700;
	color: #fff;
	padding: 7px 12px;
	font-size: 13px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display: none;
}

.tour-img-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
	padding: 15px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 0;
	pointer-events: none;
}

.tour-col:hover .tour-img-content {
	opacity: 1;
}

.cnt-tour {
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	max-height: 80px;
	overflow: hidden;
	margin-bottom: 5px;
}

.link-tour a {
	display: block;
	color: #bbb;
	font-size: 12px;
	line-height: 20px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow-x: hidden;
}

.content-detail-tour h3 a {
	font-size: 18px;
	line-height: 26px;
	display: block;
	font-weight: 500;
	margin-bottom: 5px;
	overflow: hidden;
	height: 52px;
}

.time-tour {
	margin: 10px 0px;
	display: flex;
	justify-content: left;
}

.box-price {}

.content-detail-tour {
	padding-bottom: 0;
}

.time-tour span:first-child {
	border: 1px solid #ddd;
	background-color: #e7e7e7;
	color: #555;
}

.time-tour span {
	border: 1px solid #555;
	color: #fff;
	/* float: left; */
	display: block;
	padding: 5px 10px;
	background-color: #555;
}

.box-price {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin-top: 10px;
	justify-content: space-between;
}

.box-price-left-1 {
	color: red;
	font-size: 12px;

	min-height: 40px;
	display: block;
}

.box-price-right span {
	color: #e09f26;
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	height: 24px;
}

.Xem-them-tour {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.Xem-them-tour span {
	background-color: #a12063;
	padding: 10px 50px;
	font-size: 17px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
}

.Xem-them-tour span:hover {
	background-color: #000 !important;
}

/* end product by category */

/* product detail.blade */
.title-tour-detail h1 {
	font-size: 25px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 10px;
}

.box-detail-tour {
	border: solid 1px rgba(0, 0, 0, .15);
	padding: 15px;
	margin-bottom: 15px;
}

.name-detail-tour {
	font-size: 25px;
	line-height: 24px;
	color: #e09f26;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px rgba(0, 0, 0, .15);
}

.box-dt-tour-bottom ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: inline-table;
	width: 100%;
	border-bottom: solid 1px rgba(0, 0, 0, .15);
}

.name-tour-left {
	width: 125px;
	float: left;

}

.box-dt-tour-bottom ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.boxPrice {}

.dacdiemnoibat-tour {
	border: solid 1px #e09f26;
	padding: 15px;
}

.item-dacdiemnoibat-tour ul li::before {
	content: "\f111";
	font-family: fontAwesome;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 6px;
	line-height: 22px;
}

.item-dacdiemnoibat-tour ul li {
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
}

.xemthem-ddnb-tour {
	cursor: pointer;
	order: 2;
	font-weight: bold;
	color: #008fea;
}

.item-dacdiemnoibat-tour {
	height: 117px;
	overflow: hidden;
	order: 1;
}

.show-dacdiemnoibat-tour~.item-dacdiemnoibat-tour {
	height: auto !important;
	overflow: hidden;
}

.dacdiemnoibat-tour {
	display: flex;
	flex-wrap: wrap;
}

.boxPrice-top {
	background: #ed0080;
	background: linear-gradient(90deg, #e09f26 0, #e09f26 100%);
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 10px;
}

.txt-price {
	font-weight: 700;
	margin-right: 5px
}

.price-t {
	font-size: 25px;
	line-height: 33px;
	font-weight: 700;
	margin-right: 5px;
}



.boxPrice-bottom {
	padding: 15px;
	background: #ed0080;
	background: linear-gradient(90deg, #e09f26 0, #e09f26 100%);

}

.boxPrice-bottom button {
	width: 100%;
	height: 40px;
	background: #273793;
	color: #fff;
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 5px;
}

.boxPrice-bottom button:hover {
	background-color: white;
	color: #273793;
}



.tab-product {
	margin-top: 30px;
}

.nav-tabs {}

.tabpanel ul li a {
	color: #000 !important;
}

.nav-tabs .nav-link.active {
	/* color: #000 !important; */
}

.tab-content>.active {}

.color-svg svg {
	font-family: fontAwesome;

	color: #e09f26;

	margin-top: 6px;
}

.img-box-wrap ul li {
	display: flex;
	gap: 10px;
	align-items: center;
}

.img-box-wrap ul li:nth-child(2) p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100px;
}

.list-tour-relate-to {
	background: rgba(0, 0, 0, .1);
	font-family: inherit;
	padding: 4px 10px;
	margin: 0;
}

.list-tour-relate-to a:hover {
	color: #e09f26;
}

.img-box-wrap {
	padding: 10px 10px;

	position: relative;
}

.price-relate-to {
	position: absolute;
	bottom: 7px;
	right: 15px;
}

.lp_item {
	display: flex;
	justify-content: space-between;
}

.tt_lq {
	border-top: 1px dashed #ccc;
	margin-top: 20px;
}

.lp_item ul li a {
	width: 95%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
}

.lp_item .item {
	width: 33%;
}

.lp_item ul {
	width: calc(100% 3);
}

.lp_item ul li {
	margin: 5px 0 5px 16px;
	overflow-wrap: break-word;
	list-style-type: disc !important;
}

.img-box-wrap p svg {
	width: 15px;
	height: 15px;
	color: black;

	margin-top: -5px;
	margin-right: 10px;
}

.tour-col-2 {
	padding: 0px;
}

.tour-relate-to h2 {
	line-height: 26px;
	font-weight: 700;
	color: #1b448e;
	font-size: 30px;
	padding: 20px 0px;
	text-transform: uppercase;
}

.price-relate-to span {
	font-size: 18px;
}

.slider-padding {
	padding: 0px 10px;
}

.btn-previous {
	position: absolute;
	z-index: 37;
	top: 50%;

	transform: translate(-50%, -50%);
	left: 30px;
	height: 35px;
	width: 35px;
	background: white;
	border: 0;
	border-radius: 50%;
}

.slider-tour-relate-to .btn-next {
	position: absolute;
	z-index: 37;
	top: 50%;
	right: -2px;
	transform: translate(-50%, -50%);

	height: 35px;
	width: 35px;
	background: white;
	border: 0;
	border-radius: 50%;
}

/* end product detail.blade */


.header_home-top {
	padding: 5px 0px;
	background-color: #086fb8;
}

.item-header-home-top {
	display: flex;
	justify-content: space-between;
}



.item-language {
	display: flex;
	gap: 15px;
	color: #fff;
}

.item-language img {
	height: auto;
	max-width: 100%;
	border-radius: 50%;
}

.address {
	color: white;
	font-size: 13px;
}

.address2 {
	color: #000;
	font-size: 14px;
}

.address strong {
	font-size: 15px;
}

.section-1 {
	display: none;
	color: #fff;

}

.list-footer-icon {
	display: none;
}

.ladi-all {
	position: relative;
}

.sticker {
	position: absolute;
	top: 0;
	left: 20px;
	z-index: -1;
}

.item-sticker {
	width: 233.401px;
	height: 213.097px;
}

.sticker2 {
	width: 247.134px;
	height: 247.134px;
	position: absolute;
	top: -150px;
	right: 100px;
	z-index: -1;
}

.item-sticker2 {
	background-color: rgba(197, 224, 233, 0.4);
	border-radius: 1000px;
	height: 100%;
}

.sticker3 {
	width: 19.1082px;
	height: 25.732px;
	top: 81.209px;
	left: 600px;
	position: absolute;
	z-index: -1;
}

.item-sticker3 {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.sticker4 {
	width: 29px;
	height: 29px;
	top: 287.575px;
	left: 200px;
	position: absolute;
	z-index: -1;
}

.item-sticker4 {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.sticker5 {
	width: 43px;
	height: 43px;
	top: 129.075px;
	left: 800px;
	position: absolute;
	z-index: -1;
}

.item-sticker5 {
	width: 100%;
	height: 100%;
	background-color: rgba(197, 224, 233, 0.2);
	border-radius: 1000px;
}

.sticker6 {
	width: 130.5px;
	height: 130.5px;
	top: 500px;
	left: 130px;
	position: absolute;
	z-index: -1;
}

.item-sticker6 {
	width: 100%;
	height: 100%;
	background-color: rgba(198, 225, 233, 0.5);
	border-radius: 1000px;
}

.sticker7 {
	width: 56px;
	height: 56px;
	top: 700px;
	right: 170px;
	position: absolute;
	z-index: -1;
}

.item-sticker7 {
	width: 100%;
	height: 100%;
	background-color: rgba(198, 225, 233, 0.5);
	border-radius: 1000px;
}

.sticker8 {
	width: 44px;
	height: 44px;
	top: 200px;
	right: 400px;
	position: absolute;
	z-index: -1;
}

.item-sticker8 {
	width: 100%;
	height: 100%;
}

.sticker9 {
	width: 98.134px;
	height: 98.134px;
	top: 500px;
	left: 150px;
	position: absolute;
	z-index: -1;
}

.item-sticker9 {
	width: 100%;
	height: 100%;
	background-color: rgba(197, 224, 233, 0.4);
	border-radius: 1000px;

}

.sticker10 {
	width: 98.134px;
	height: 98.134px;
	top: 913.358px;
	left: 1101.93px;
	position: absolute;
	z-index: -1;
}

.item-sticker10 {
	width: 100%;
	height: 100%;
	background-color: rgba(198, 225, 233, 0.1);
	border-radius: 1000px;
}

.sticker11 {
	width: 56.021px;
	height: 56.021px;
	top: 24.675px;
	left: 654.75px;
	position: absolute;
	z-index: 1;
}

.ladi-2 {
	position: relative;
}

.item-sticker11 {
	width: 100%;
	height: 100%;
	background-color: rgba(152, 170, 195, 0.5);
	border-radius: 1000px;
}

.sticker12 {
	width: 33.021px;
	height: 33.021px;
	top: 420.28px;
	left: 71.75px;
	position: absolute;
	z-index: 1;
}

.item-sticker12 {
	width: 100%;
	height: 100%;
	background-color: rgba(199, 226, 233, 0.2);
	border-radius: 1000px;
}

.sticker13 {
	width: 210.695px;
	height: 153.15px;
	bottom: -72.2723px;
	left: -120.695px;
	position: absolute;
	z-index: 1;
}

.item-sticker13 {
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.sticker14 {
	width: 210.695px;
	height: 48.15px;
	bottom: -24.797px;
	left: 340px;
	position: absolute;
	z-index: 1;
}

.item-sticker14 {
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.ladi-4,
.ladi-4 .img {
	position: relative;
}

.sticker15 {
	width: 21.0194px;
	height: 28.3057px;
	top: 30.398px;
	left: 297.496px;
	position: absolute;
	z-index: 1;
}

.item-sticker15 {
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.sticker16 {
	width: 77.075px;
	height: 77.075px;
	top: 223.78px;
	left: 0px;
	position: absolute;
	z-index: 1;
}

.item-sticker16 {
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-color: rgba(199, 226, 233, 0.3);
	border-radius: 1000px;
}

.sticker17 {
	width: 210.695px;
	height: 153.15px;
	bottom: -78.2723px;
	right: 100px;
	position: absolute;
	z-index: 1;
}

.item-sticker17 {
	width: 100%;
	height: 100%;
	pointer-events: none;
}

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


	.section-1 {
		display: block;
	}

	.logo-head {
		width: 90% !important;

	}

	.header_home .container {}

	.decs-logo-head {
		font-size: 13px;
		padding: 0 15px;
	}

	.title-logo-head {
		border-top: 1px solid #a5a1a1;
		padding: 5px;
	}

	.sidebar img {
		display: none;
	}

	.item-dichvu {
		display: none;
	}

	.footer-content-2 {}

	.list-footer-box {
		padding: 0 !important;
	}

	.list-footer-icon {
		padding: 0 !important;
		display: block;
	}

	.footer-content-1 {
		display: flex;
		align-items: center;
		gap: 5px;
	}

	.fas.fa-angle-double-right {
		display: inline-block;
		line-height: 2.8;
	}

	#check-4 {}

	.box {}

	.box .image {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.card-news-horizontal .content h3 a {
		height: 22px;
	}

	#category-product .col-product-item:nth-child(4n-2) {
		padding-left: 0;
	}

	#category-product .col-product-item {
		padding: 0;
	}

	.box h3 a {
		font-size: 15px;
	}

	.box h3 {
		margin: 0 !important;
		font-size: 0 !important;
		padding: 5px 0 10px 0;

	}

	#category-product .col-product-item:nth-child(4n+1) {
		padding-right: 0;
	}

	.item-header-home-top {
		justify-content: right;
		gap: 10px;
	}

	.SearchBar-wrap {
		margin-top: 10px;
	}

	.ico_more_home {
		margin-left: 0;
	}

	.ico_more_home h3 {
		margin: 0 !important;
	}

	.img_tour_home {
		height: 85px;
	}

	.khoi_hanh {
		display: none;
	}

	.about_tour_home h3 a {
		line-height: 15px;
	}

	.list-footer {
		margin: 0 !important;
	}

	.about_tour_home {
		height: 115px;
		overflow: hidden;
	}

	.list-amthuc li {
		padding: 0;
	}

	.about_tour_home h3 a {
		font-size: 12px;
	}

	.li_kh {
		margin-left: 0;
	}

	.about_tour_home_content {
		display: none;
	}

	.ss04_tintuc .container .slick-prev {
		left: 0;
		top: 90px;
		z-index: 2;
		width: 40px;
		height: 40px;
		border: 1px solid #000000;
		border-radius: 50%;
	}

	.ss04_tintuc .container .slick-prev i {
		font-size: 18px;
		color: #000000;
	}

	.ss04_tintuc .container .slick-next {
		right: 0;
		top: 90px;
		width: 40px;
		height: 40px;
		border: 1px solid #000000;
		border-radius: 50%;
	}

	.ss04_tintuc .container .slick-next i {
		font-size: 18px;
		color: #000000;
	}

}

.footer-icon:checked~.footer-content-2 {
	display: block;
	display: flex;
	align-items: center;
}

.icon-dichvu:checked~#mainNav {
	display: block;
}

.sidebar .active-list+.item-dichvu {
	display: block !important;
}

.sidebar .active-list+#title-small {
	display: block !important;
}

.sidebar .active-list .click-menu-mobile {
	transform: rotate(270deg);
}

.sidebar .active-list .onclick-list-dichvu {
	transform: rotate(270deg);
}


.active-list2+.show-list-footer {
	display: block !important;
}

.active-list2 .list-footer-icon i {
	transform: rotate(270deg);
}

@media(max-width:600px) {

	table,
	tbody,
	tr,
	td {
		/* display: block; */
	}

	td {
		width: auto !important;
		height: auto !important;
		text-align: left !important;
	}
}

.img_tour_home img {
	height: 100%;
	object-fit: cover;
}

.Lit_combo {
	display: none;
}

@media(max-width:768px) {
	.tour_policyall .tour_policy .item {
		display: flex;
		justify-content: left;
	}
}

@media(max-width:778px) {
	.list_sp_dressLike .col-6:nth-child(3) {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.list_sp_dressLike .list_five_sp:nth-child(5) {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.list_sp_dressLike .list_five_sp:nth-child(4) {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media(max-width:500px) {
	.box_search1 {}

	#myTab .nav-item .nav-link {
		padding: 9px 18px;
		border-radius: 8px;
		font-size: 16px;
		border: 1px solid white;
	}

	.wrap-partner .group-title {

		margin-top: 15px;
	}

	.Lit_combo {
		display: block !important;
	}

	.boc_gia {
		padding-top: 5px;
		display: block;
	}

	.boc_gia .btn_box a {
		font-size: 12px;
		text-align: center;
	}

	.blog-product-detail {
		padding: 0px;
	}

	.title-tour-detail h2 {
		font-size: 25px;
		line-height: 40px;
		font-weight: 700;
		margin-bottom: 10px;
	}

	.fomt_slifer_all .form_slider form {
		background: rgba(255, 255, 255, 0);
		border-radius: 5px;
	}

	.form_slider .headeing {
		text-shadow: 0 0px 0px #333;
	}

	.form_slider .headeing h3,
	.form_slider .headeing p {
		color: #000;
	}

	.fomt_slifer_all .form_slider form {
		margin: 0 auto;
		padding: 0px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.section_tour_policy {
		display: none;
	}

	.lsit_item .item a p {
		font-size: 13px;
	}

	.list_sp_dressLike .col-6:nth-child(3) {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;

	}

	.list_sp_dressLike .list_five_sp:nth-child(5) {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.lsit_item .item a p {
		font-size: 11px;
	}

	.lsit_item .item a img {
		width: 35px;
		height: 35px;
	}

	.lsit_item .item a {
		padding: 5px;
	}

	.lsit_item .item a img {
		margin-right: 5px;
	}

	.Lit_combo {
		padding: 20px 0px 0px 0px;
	}

	.lsit_item .item a p {
		font-size: 10px;
		white-space: nowrap;
		margin-right: 0px;
	}

	.header_prdunt h2 {
		font-size: 24px;
	}

	.item_sp_h .text {
		padding: 5px;
	}

	.lich p {
		display: none;
	}

	.name-sp {
		height: auto;
	}

	.name-sp h2 {
		height: 40px;
	}

	.list_prdunt {
		padding: 20px 0px 0px 0px;

	}

	.stt_End {
		padding: 20px 0px;
	}

	.dressLike {
		padding: 20px 0px 0px 0px;
	}

	.item_dreLike .img img {
		height: 200px;
	}

	.list-bar {}

	.title-footer {
		font-size: 14px !important;
	}

	.box_form_dky form {
		margin-bottom: 0px;
	}

	.box_form_dky {
		width: 100%;
		margin-bottom: 0px !important;
	}

	.box_padding {
		padding: 0;
		width: 100%;
		display: flex !important;
		justify-content: flex-end;
	}

	.list_sp_dressLike .list_five_sp:nth-child(5) {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.bar1,
.bar2,
.bar3 {
	width: 25px;
	height: 4px;
	background-color: #fff;
	margin: 5px 0 !important;
	transition: 0.4s;
}

.list-bar {
	/* height: 40px !important;
    width: 40px !important; */
	/* background-color: #086fb8; */
	border-radius: 5px;
	text-align: center;
	margin-left: 10px;
	padding-left: 10px;
}

.box-list-bar {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.search-pc {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	height: 40px;
	width: 40px;
}

.pay ul {
	display: flex;
}

.pay img {
	width: 60px !important;
}

.product-item-in .image a img {
	height: 150px;
	object-fit: cover;
	/* padding: 5px; */
	width: 100%;
}

.position-sticky {
	position: sticky;
	top: 20px;
}

/* .pt_social li a:nth-child(2){
    background: #00aced;
} */
/* .pt_social li a:nth-child(1){
    background: #3b5997;
} */
.pt_social li:nth-of-type(3) {
	background: #00aced;
}

.pt_social li:nth-of-type(1) {
	background: #3b5997;
}

.pt_social li:nth-of-type(2) {
	background: #ba2525;
}

.pt_social li:nth-of-type(4) {
	background: black;
}

.fin-mid {
	margin-top: 10px;
}

.stt1 {
	padding-top: 40px;
}

.item-box-stt1 {
	padding: 20px 40px 20px 20px;
	color: #fff;
	background-color: #c00;
	position: relative;
}

.item-box-stt1 h4 {
	font-size: 26px;
	margin: 0;
	color: #fff;
}

.item-box-stt1 p {
	width: 90%;
	margin: 2px 0 0 0;
	margin-top: 2px;
	font-size: 16px;
	color: #FFF;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-top: 5px;
	overflow: hidden;
	height: auto;
}

.box-stt1-right {
	position: absolute;
	top: 45%;
	right: 20px;

}

.box-stt1-right a {
	background-color: #000;
	padding: 10px 30px;
	margin-top: -15px;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	font-weight: 600;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity: 1;
	display: flex;
	height: 100%;
	align-items: center;
}

.display-flex {
	display: flex;
}

.stt2 {
	padding-top: 40px;
}

.video-top h3 {
	margin: 0;
	font-size: 32px;
	font-weight: 500;
	text-transform: uppercase;
}

.video-top {
	justify-content: space-between;
	margin-bottom: 20px;
}

.boloc-video {
	align-items: center;
}

.boloc-video span {
	margin-right: 0;
	display: flex;
	align-items: center;
}

.box-boloc-video {
	display: flex;
	align-items: center;
	background-color: #333;
	color: white;
	padding: 0px 15px;
	height: 30px;
	border-radius: 5px;
	cursor: pointer;
}

.box-boloc-video i {
	margin-left: 5px;
}

.filter-video {
	background-color: #333;
	color: white;
	padding: 20px;
}

.filter-video h4 {
	font-size: 23px;
	color: #a6a6a6;
	margin-top: 0px;
}

.filter-video ul {
	flex-wrap: wrap;
}

.filter-video ul li {
	width: 50%;
	margin-bottom: 5px;
}

.filter-video ul li a {
	color: #a6a6a6;
}

.filter-video {
	display: none;
}

.open-dk {
	display: block;
}

.box-boloc-video.avt {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;

}

.list-video {
	/* padding-top: 30px; */
}

.box-list-video {
	background-color: #333;
	padding: 7px;
	margin-bottom: 20px;
}

.item-box-list-video {
	position: relative;
}

.item-box-list-video img {
	aspect-ratio: 1/0.5;
	object-fit: cover;
	width: 100%;
}

.inf-video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #0e0e0e2b;
}

.inf-video-top {
	line-height: 30px;
	float: right;
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
}

.inf-video-top span {
	margin-left: 5px;
}

.inf-video-bottom {
	line-height: 30px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.inf-video-top span {
	padding: 0px 10px;
	font-size: 12px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #b5b5b5;
}

.item-inf-video-bottom {
	padding: 0px 10px;
	font-size: 12px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #b5b5b5;
}

.item-inf-video-bottom a {
	padding: 0px 5px;
	display: inline-flex;
	align-items: center;
}

.item-inf-video-bottom a i {
	font-size: 18px;
	margin-right: 5px;
}

.stt3 {
	padding-top: 40px;
}

.vechungtoi {
	background: url(../images/bg_vechungtoi.png);
	padding: 40px 0px;
}

.title-top h2 {
	font-weight: 400;
	margin-bottom: 12px;
	font-size: 85px;
	line-height: 67px;
	margin-top: 0px;
	color: #ffff;
}

.title-top h3 {
	font-weight: 400;
	margin-bottom: 12px;
	font-size: 30px;
	line-height: 30px;
	margin-top: 0px;
	color: #ffff;
}

.vechungtoi .decs {
	font-size: 16px;
	line-height: 25px;
	color: #ffff;
	text-align: justify;
}

.add-vechungtoi {
	padding: 20px 0px;
}

.add-vechungtoi-1 {
	height: 90px;
	width: 90px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 15px;
}

.box-vechungtoi {
	padding: 20px 20px 15px 20px;
	background-color: #fff3;
	margin-bottom: 15px;
	border-radius: 10px;
}

.box-vechungtoi-left {
	position: relative;
}

.box-vechungtoi-left {
	/* width: 170px; */
	/* height: 90px; */
}

.box-vechungtoi-left img {
	background: linear-gradient(to right, #fc953b, #ff6469);
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 57px;
	line-height: 67px;
	z-index: 1;
	transition: all 1s ease;
	display: block;
	/* height: 70px; */
	width: 100%;
	line-height: 78px;
	position: relative;
}

.box-vechungtoi-left1::after {
	content: "";
	/* top: -12px;
    left: -8px; */
	width: 83px;
	height: 84px;
	position: absolute;
	background: url(../images/icon-cechungtoi.png) no-repeat 0 0;
	display: block;
	bottom: -25px;
	right: -15px;
}

.box-vechungtoi-right h3 {
	font-size: 22px;
	line-height: 32px;
	position: relative;
	margin-bottom: 5px;
	margin-top: 0px;
	color: #fff;
}

.box-vechungtoi-right .desc {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}

.box-vechungtoi-left:hover img {
	transform: rotateY(360deg);
	transition: opacity .3s, transform .3s;
}

.stt4 {
	padding-top: 40px;
}

.box-sp-hoaduong img {
	width: 100%;
	border-radius: 10px;
	aspect-ratio: 1/0.5;
}

.box-sp-hoaduong a {
	position: relative;
	display: block;
}

.box-sp-hoaduong .item-box-sp {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: end;
	background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0.0005135843399859397) 55%);
	padding: 0px 15px;
	border-radius: 10px;
}

.item-box-sp i {
	height: 45px;
	width: 45px;
	border: 1px solid #ffa700;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffa700;
	font-size: 16px;
	margin-bottom: 7px;
}

.item-box-sp h2 {
	font-size: 16px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 0px;
	overflow: hidden;
	height: auto;
	margin-left: 10px;
}

.group-title {
	position: relative;
}

.group-title::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #c00;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box-sp-hoaduong {
	margin-bottom: 20px;
}

.img {
	position: relative;
}

.img a img {
	/* -webkit-filter: grayscale(1);    
    filter: grayscale(1);  */
}

.text {
	position: absolute;
	/* top: 0; */
	left: 0;
	right: 0;
	bottom: 0;
}

.name-sp p {
	color: white;
	font-size: 16px;
	text-align: center;
	display: none;
}

.btn_box {
	display: none;
}

.btn_box a {
	color: #fff;
	font-size: 14px;
	padding: 8px 25px;
	border-radius: 30px;
	display: table;
	margin: 18px auto 0;
	background-color: #c00;
	text-transform: uppercase;
	font-weight: 600;
}

.img:hover a img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.img:hover .text .name-sp p {
	display: block;
}

.img:hover .text .name-sp .btn_box {
	display: block;
}


/* Tem Hinh Anh */
.tabs {
	display: flex;
	justify-content: center;
}

.tablinks {
	transition: 0.2s ease;
	font: 15px/44px Arial;
	padding: 0 27px;
	height: 44px;
	border-radius: 30px;
	background-size: cover;
	display: inline-block;
	margin: 0 5px;
	position: relative;
	text-transform: uppercase;
	border: 2px solid #c00;
	background-color: #fff0;
}

.tablinks:hover {
	background: #c00;
	color: #fff;
}

/* Tab active */
.tablinks.active {
	background: #c00;
	color: #fff;
}

/* tab content */
.tabcontent {
	display: none;
	padding-top: 40px;
}

/* Text*/
.tabcontent p {
	color: #333;
	font-size: 16px;
}

/* tab content active */
.tabcontent.active {
	display: block;
}


.hinhanh-ring {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 110px;
	height: 110px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility .5s;
	left: 0;
	bottom: 0;
	display: block;
}

.hinhanh-circle {
	width: 85px;
	height: 85px;
	top: 10px;
	left: 10px;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid white;
	-webkit-animation: phonering-alo-circle-anim2 1.2s infinite ease-in-out;
	animation: phonering-alo-circle-anim2 1.2s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0.5;
}

.hinhanh-circle-fill {
	width: 55px;
	height: 55px;
	top: 25px;
	left: 25px;
	position: absolute;
	background-color: #f7941d;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-fill-anim2 2.3s infinite ease-in-out;
	animation: phonering-alo-circle-fill-anim2 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.hinhanh-img-circle {
	color: white;
	font-size: 20px;
}

.hinhanh-img-circle {

	width: 33px;
	height: 33px;
	top: 37px;
	left: 37px;
	position: absolute;
	background-size: 20px;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-img-anim2 1s infinite ease-in-out;
	animation: phonering-alo-circle-img-anim2 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hinhanh-img-circle .pps-btn-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.hinhanh-img-circle.pps-btn-img img {
	width: 20px;
	height: 20px;
}

.hotline-bar {
	position: absolute;
	background: rgba(230, 8, 8, 0.75);
	height: 40px;
	width: 180px;
	line-height: 40px;
	border-radius: 3px;
	padding: 0 10px;
	background-size: 100%;
	cursor: pointer;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	z-index: 9;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
	border-radius: 50px !important;
	/* width: 175px !important; */
	left: 33px;
	bottom: 37px;
}

/* .hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
  }
  .hotline-bar > a:hover,
  .hotline-bar > a:active {
    color: #fff;
  } */
@-webkit-keyframes phonering-alo-circle-anim2 {
	0% {
		-webkit-transform: rotate(0) scale(0.5) skew(1deg);
		-webkit-opacity: 0.1;
	}

	30% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		-webkit-opacity: 0.5;
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-webkit-opacity: 0.1;
	}
}

.box-hinhanh {
	position: relative;
}

.box-hinhanh img {
	height: 300px;
	width: 100%;
}

.content-hinhanh {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.content-hinhanh a {
	display: flex;
	height: 100%;
	width: 100%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.text-hinhanh {
	text-align: center;
}

.text-hinhanh span {
	display: block;
}

.icon-hinhanh {
	transition: all 1s;
}

.text-hinhanh {
	display: none;
	color: white;

	font-weight: 600;
}

.text-hinhanh span {
	font: 20px/24px Arial;
	color: #fff;
	text-align: center;
	display: block;
}

.box-hinhanh:hover .content-hinhanh {
	background-color: #00000040;
	border: 5px solid #c00;
	transition: 1s all;
}

.box-hinhanh:hover .icon-hinhanh {
	display: none;
}

.box-hinhanh:hover .text-hinhanh {
	display: block;
}

.box-content-hinhanh h3 {
	font: 16px/24px Arial;
	font-weight: normal;
	font-weight: normal;
	font-weight: bold;
	color: black;
}

.luotxem-lich span {
	font: 13px/21px Arial;
	color: #999;
	display: inline-block;
	position: relative;
	margin-right: 17px;
}

.luotxem-lich span i {
	margin-right: 5px;
}


/* galaxy-detail */
.video-detail {
	padding-top: 40px;
}

.box-video-detail {
	background-color: #f4f4f4;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 25px;
}

.sp-video iframe {
	border-radius: 10px;
}

.title-video-detail h2 {
	font-size: 35px;
	font-weight: 500;
}

.btn-like button,
.btn-share button {
	background: #1877f2;
	border: 0;
	color: white;
	padding: 0px 10px;
	border-radius: 2px;
	margin-right: 20px;
}

.btn-like button span,
.btn-share button span {
	font-size: 11px;
}

.box-video-detail .row .col-12 {
	display: flex;
}

.box-slide-video-lq {
	padding: 0px 5px;
}

.slider-video-lq button {
	position: absolute;
	z-index: 4;
	width: 26px;
	height: 26px;
	border-radius: 4px;
	top: -28px;
	border: none;
	font-size: 0;
	color: #fff;
	text-align: center;
	line-height: 26px;
	background-color: #d8d8d8;
}

.slider-video-lq .slick-prev {
	right: 40px !important;
	left: auto !important;
}

.slider-video-lq .slick-next {
	right: 0px !important;
}

.title-video-lq h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
}

.slider-video-lq button i {
	font-size: 14px;
	color: white;
	font-weight: bold;
	display: flex;
	justify-content: center;
}

.slider-video-lq button:hover {
	position: absolute;
	z-index: 4;
	width: 26px;
	height: 26px;
	border-radius: 4px;
	top: -28px;
	border: none;
	font-size: 0;
	color: #fff;
	text-align: center;
	line-height: 26px;
	background-color: #d8d8d8;
}

.title-big-web h2 {
	text-align: center;
	position: relative;
	padding-bottom: 32px;
	font-size: 40px;
	font-weight: 300;
}

.title-big-web h2::before {
	background-image: url(../images/bg_line_title.png);
	width: 351px;
	height: 25px;
	position: absolute;
	bottom: 0;
	left: calc((100% - 351px)/2);
	content: '';
}

.desc-big-web {
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	color: #666;
	margin-bottom: 30px;
}

.xemthem-vechungtoi {
	padding: 30px 0px;
}

.xemthem-vechungtoi a {
	color: white;
	border: 2px solid #fff;
	padding: 8px 35px;
	display: inline-block;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 16px;

}

.xemthem-vechungtoi a:hover {
	background-color: #c00;
	border: 1px solid #c00;
}

.hinhanh-web {
	margin-bottom: 30px;
}

.about_us-work_list {
	padding-top: 50px;
	padding-bottom: 50px;
}

.about_us-work_list .work-list .img img {
	width: 100%;
	margin-bottom: 20px;
}

.about_us-work_list .work-list .img {
	padding-bottom: 20px;
}

.about_us-work_list h2 {
	text-align: center;
	font-size: 24px;
	margin-top: 30px;
	padding-bottom: 20px;
	margin: 0px;
	font-weight: 600;
}

.about_us-work_list .desc {
	text-align: center;
	font-size: 17px;
	margin-bottom: 20px;
	line-height: 23px;
	-webkit-line-clamp: none;
}

.about_us-work_list .number .row {
	justify-content: center;
}

.work-list .desc {
	text-align: justify;
}

.work-list h2 {
	text-align: left;
}

.box-number {
	text-align: center;
}

.box-number img {
	height: 60px;
}

.box-number h3 {
	color: black;
	font-size: 20px;
	font-weight: 600;
}

.box-number p {
	font-size: 16px;
}

@media(max-width:786px) {}

@media(max-width:960px) {
	.trip .title h2 {
		position: relative;

		font-size: 18px;
	}
}

@media(max-width:1095px) {
	.box-stt1-right {
		position: relative;
		top: 0;
		right: 0;

		display: flex;
		justify-content: right;
	}

	.box-stt1-right a {
		margin-top: 0px;


		display: inline-flex;
		height: 100%;
		align-items: center;
		justify-content: right;
	}
}

@media(max-width:550px) {
	.box-banner_right .desc {
		text-align: justify;
	}

	.item-box-stt1 p {
		width: 100%;
		-webkit-line-clamp: 3;
		text-align: justify;
	}

	.title-top h2 {
		font-weight: 400;
		margin-bottom: 12px;
		font-size: 70px;
		line-height: 35px;
		margin-top: 0px;
	}

	.box-vechungtoi {
		padding: 15px 0px;
	}

	.item-box-stt1 {
		padding: 15px;
	}

	.stt1 {
		padding-top: 0px;
	}

	.title-big-web h2 {
		text-align: center;
		position: relative;
		padding-bottom: 32px;
		font-size: 35px;
	}

	.video-top h3 {
		margin: 0;
		font-size: 25px;
	}

	.title-top h3 {
		font-size: 25px;
	}

	.inf-video-top span {
		padding: 0px 10px;
		font-size: 10px;
	}

	.item-inf-video-bottom a i {
		font-size: 12px;
		margin-right: 2px;
	}
}


/* //////////////////////////////////////ladi///////////////////////////////////////////// */
.ladi-all .container {
	max-width: 1000px;
}

/* header ladi */
.header-ladi .title {
	padding-top: 30px;
}

.header-ladi h2 {
	color: #1e2f21;
	font-size: 60px;
	font-weight: 600;
	line-height: 1.6;
}

.header-ladi h3 {
	color: var(--color-main);
	font-size: 55px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
	-webkit-text-stroke-width: 2px;
}

.btn-fake-header {
	padding-top: 20px;
}

.btn-fake-header .title {
	text-align: center;
}

.btn-fake-header .title h5 {
	border-style: solid;
	border-color: #333;
	border-width: 1px;
	border-radius: 1000px;
	display: inline-block;
	color: #333;
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	padding: 2px 50px;
}

.box-header {
	box-shadow: 0px 12px 17px -8px rgba(67, 97, 197, 1.0);
	-webkit-box-shadow: 0px 12px 17px -8px var(--color-main);
	background-color: var(--color-main);
	border-radius: 1000px;
	display: flex;
	justify-content: space-between;
	padding: 10px 50px;
	align-items: center;
	margin-top: 70px;
}

.box-header .img {
	height: 90px;
	padding-right: 20px;
}

.box-header .content {
	flex: 2;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid white;
}

.box-header .content .desc {
	font-size: 18px;
	font-weight: bold;
	text-align: justify;
	line-height: 1.4;
	color: white;
}

.box-header .content .desc p strong {
	font-weight: bold;
}

.btn-xemthem-header {
	padding-left: 20px;
	width: 223px;
	height: 45px;
}

.btn-xemthem-header a {
	box-shadow: 2px 2px 15px 0px #c3cdb2;
	-webkit-box-shadow: 2px 2px 15px 0px #c3cdb2;
	border-radius: 1000px;
	background-color: #fff;
	color: #333;
	padding: 12px 36px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	width: 100%;
	display: inline-block;
	height: 45px;
	overflow: hidden;
}

.btn-xemthem-header a span {
	transition: width 4s;
	overflow: hidden;
	width: 100%;
	display: inline-block;
	/* animation-duration: 4s;
    visibility: visible;
    animation-name: fadeInLeft; */
}

@-webkit-keyframes width {
	to {
		overflow: hidden;
		opacity: 1;
		width: 0px;
		transform: translateX(0px);
	}

	from {
		overflow: hidden;
		opacity: 1;
		width: auto;
		transform: translateX(-50px);
	}
}

@keyframes pulseSmall {
	to {
		overflow: hidden;
		opacity: 1;
		width: 0px;
		transform: translateX(0px);
	}

	from {
		overflow: hidden;
		opacity: 1;
		width: auto;
		transform: translateX(-70px);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

/* end header ladi */

.box {
	box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.5);
	background-color: rgb(255, 255, 255);
	border-radius: 6px;
	padding: 30px 40px;
	margin-bottom: 20px;
}

.box p {
	margin-bottom: 20px;
}

.box p strong {
	font-size: 18px;
	margin-bottom: 20px;
}

.box .desc {
	color: rgb(16, 23, 51);
	font-size: 17px;
	text-align: justify;
	line-height: 1.6;
}

.img,
.img a,
.img a img {
	height: 100%;
}

/* ladi-1 */
.ladi-1 {
	position: relative;
}

.ladi-1 .body {
	padding-top: 50px;
}

.img-muiten {
	display: flex;
	justify-content: center;
	padding: 20px 0px;
}

.item_img-muiten {
	width: 100px;
	height: 100px;
}

.ladi-1 h3 {
	color: var(--color-main);
	font-size: 33px;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	-webkit-text-stroke-width: 0px;
	margin: 0;
}

/* end ladi-1 */

/* ladi-1-1 */
.ladi-1-1 {
	padding-top: 70px;
}

.ladi-1-1 h4 {
	color: var(--color-main);
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	margin: 0;
}

.ladi-1-1 .body {
	padding-top: 20px;
}

/* end ladi-1-1 */


/* ladi-2 */
.ladi-2 {
	margin-top: 70px;
	background-color: var(--color-main);
	padding: 100px;
}

.ladi-2 .box {
	box-shadow: -20px 20px 2px 1px #5e746296;
	margin: 0px;
}

.ladi-2 h3 {
	color: var(--color-main);
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	-webkit-text-stroke-width: 0px;
	margin: 0;
}

.ladi-2 h5 {
	color: var(--color-main);
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	-webkit-text-stroke-width: 0px;
	margin: 0;
}

.ladi-2 .number {
	color: rgb(255, 255, 255);
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	-webkit-text-stroke-width: 0px;
	background-color: var(--color-main);
	border-radius: 1000px;
	padding: 2px 32px;
	display: inline-block;
	height: 30px;
}

.ladi-2 .text2 {
	color: var(--color-main);
	font-size: 19px;
	font-weight: bold;
	text-align: justify;
	line-height: 1.6;
	margin-left: 20px;
}

.ladi-2 ul li {
	margin-bottom: 20px;
	display: flex;
}

.ladi-3 {
	padding-top: 70px;
}

.ladi-3 .body {
	margin-top: 70px;
}

.ladi-3 h2 {
	color: var(--color-main);
	font-size: 46px;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	-webkit-text-stroke-width: 0px;
	margin: 0;
}

.ladi-3 ul {
	position: relative;
}

.ladi-3 li {
	color: var(--color-main);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

.ladi-3 ul li::before {
	content: counter(linum, disc);
	color: var(--color-main);
	font-size: 35px;
	top: -15px;
	position: absolute;
	left: 0;
}

/* end ladi-2 */

/* ladi-4 */
.ladi-4 {
	background-image: url(../images/bgr-giangvien.jpg);
	padding: 70px 0px 150px 0px;
	background-position: center bottom;
	background-repeat: repeat;
	margin-top: 70px;
}

.ladi-4 .container {
	display: flex;
}

.ladi-4 .container .title {
	flex: 2;
	padding-right: 50px;
}

.ladi-4 h3 {
	color: var(--color-main);
	font-size: 35px;
	font-weight: 500;
	text-align: left;
	line-height: 1.6;
	-webkit-text-stroke-width: 0px;
}

.ladi-4 .name {
	display: inline-block;
	background-color: var(--color-main);
	border-radius: 1000px;
}

.ladi-4 .name h3 {
	color: rgb(255, 255, 255);
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	padding: 1px 80px;
	margin: 0;
}

.ladi-4 .desc {
	color: var(--color-main);
	font-size: 17px;
	font-weight: bold;
	line-height: 1.8;
	padding-top: 25px;
}

.ladi-4 .item-img {
	height: 296px;
	width: 296px;
	border-radius: 100%;
	border: 14px solid white;
	-webkit-box-shadow: 0px 0px 30px -15px rgba(63, 102, 192, 1.0);
}

.ladi-4 .item-img img {
	height: 100%;
	width: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 30px -15px rgba(63, 102, 192, 1.0);
}

/* end ladi-4 */
/* .ladi-6 */
.ladi-6 {
	background-image: url(../images/bgr-cohoi.jpg);
	padding-top: 150px;
	padding-bottom: 100px;
	background-position: center top;
	background-repeat: repeat;
	background-size: cover;
	background-attachment: scroll;
}

.ladi-6 .title h2 {
	color: rgb(255, 255, 255);
	font-size: 75px;
	font-weight: bold;
	text-align: center;
	-webkit-text-stroke-width: 0px;
	text-shadow: -6px 0px 2px #c3cdb2;
	text-transform: uppercase;
	margin: 0;
	position: relative;
	display: inline-block;
}

.ladi-6 .title {
	text-align: center;
	overflow: hidden;
}

.ladi-6 .title h2::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: rgba(223, 223, 223, 0.4);
	right: -100%;
	bottom: 19px;
}

.ladi-6 .title .h3-1 {
	color: rgb(255, 255, 255);
	font-size: 31px;
	font-weight: 500;
	text-align: left;
	line-height: 1.6;
	-webkit-text-stroke-width: 0px;
	text-transform: uppercase;
	margin: 0;
	position: relative;
	height: 45px;
}

.ladi-6 .title .h3-1::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: rgba(223, 223, 223, 0.4);
	bottom: 0px;
	right: 0;
	left: 0;
}

.ladi-6 .box {
	background-color: #c3cdb2;
	border-radius: 6px;
	margin-top: 70px;
}

.ladi-6 .box ul li {
	color: rgb(0, 0, 0);
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	padding: 10px 0px;
	padding-left: 25px;
}

.ladi-6 ul li::before {
	content: counter(linum, disc);
	color: rgb(37, 53, 40);
	font-size: 40px;
	top: -6px;
	position: absolute;
	left: 0;
}

.title-small {
	display: flex;
	justify-content: center;
}

.ladi-6 .title h4 {
	color: rgb(255, 255, 255);
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	-webkit-text-stroke-width: 0px;
	margin-left: 160px;
}

.ladi-6 .title .h3-2 {
	color: var(--color-main);
	font-size: 46px;
	font-weight: 600;
	text-align: center;
	-webkit-text-stroke-width: 0px;
	background-color: white;
	padding: 0px 50px;
	margin: 0;
	border-radius: 1000px;
}

.ladi-6 .body h4 {
	color: rgb(255, 255, 255);
	font-size: 23px;
	font-weight: 600;
	text-align: left;
	line-height: 1.6;
	-webkit-text-stroke-width: 0px;
}

.ladi-6 .body .desc {
	color: rgb(255, 255, 255);
	font-size: 16px;
	margin-bottom: 43px;
	line-height: 1.4;
	margin-top: 20px;
}

.ladi-6 .body .content {
	display: block;
}

.ladi-6 .body .content .price {
	background-color: rgba(255, 255, 255, 0);
	border-style: solid;
	border-color: rgb(230, 225, 225);
	border-width: 1px;
	border-radius: 1000px;
	padding: 16px 20px;
	text-align: center;
	position: relative;
	display: inline-flex;
	justify-content: center;
	height: auto;
	width: 100%;
}

.ladi-6 .body .content .price span {
	color: rgb(255, 255, 255);
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
	-webkit-text-stroke-width: 0px;
	padding-top: 10px;
	display: block;
}

.ladi-6 .body .content .price h6 {
	position: absolute;
	top: -19%;
	color: #333;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	-webkit-text-stroke-width: 0px;
	background-color: #c3cdb2;
	border-radius: 1000px;
	padding: 0px 30px;
}




.box-form {
	display: flex;
	flex-wrap: wrap;
}

.box-form-left {
	padding: 20px 30px;
	position: relative;
	box-shadow: 0px 0px 30px -15px rgba(18, 28, 75, 1.0);
	-webkit-box-shadow: 0px 0px 30px -15px rgba(18, 28, 75, 1.0);
	background-color: #c3cdb2;
	border-radius: 6px;
}

.box-form-left form h2 {
	color: #fff;
	font-size: 25px;
	text-align: center;
	margin: 0;
	margin-bottom: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	line-height: 30px;
	font-weight: 600;
}

.div-form input {
	height: 40px;
	width: 100%;
	font-size: 14px;
	color: #000000;
	margin-bottom: 8px;
	border: none;
	padding: 0px 15px;
}

.box-form-left form {
	position: relative;
	z-index: 1;
	padding: 10px;
}

.div-form button {
	height: 50px;
	width: 60%;
	border-radius: 30px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	background: var(--color-main);
	border: 1px solid white;
	color: white;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.thoigian h4 {
	text-align: center;
	font-size: 18px;
	color: rgb(22, 44, 102);
	padding: 5px 0 5px;
	margin: 10px;
}

.box-time {
	background-color: var(--color-main);
	margin-right: 6px;
	color: #fff;
	padding: 5px 10px;
	position: relative;
	height: 45px;
	width: 45px;
	text-align: center;
}

.box-time span {
	font-size: 25px;
	font-weight: bold;
}

.box-time label {
	color: rgb(22, 44, 102);
	font-weight: 600;
}

.time {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 25px;
}

.box-time label {
	position: absolute;
	bottom: -28px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 13px;
}

.box-form-right {
	text-transform: uppercase;
	padding-left: 30px;
}

.box-form-right h2 {
	font-size: 30px;
	margin-bottom: 5px;
}

.box-form-right h3 {
	font-size: 25px;
	font-weight: 400;
}

.input-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wdt-100 {
	width: 100%;
	overflow: hidden;
}

.wdt-50 {
	width: 49%;
	overflow: hidden;
}

.div-form textarea {
	width: 100%;
	padding: 15px;
}


/* feedback */
.ladi-7 {
	padding-top: 70px;

}

.feedback .title h3 {
	color: #333;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	margin: 0;
}

.feedback .body {
	padding-top: 70px;
}

.box-feedback {
	display: flex;
	margin-bottom: 30px;
}

.box-feedback .img {
	height: 130px;
	width: 130px;
	margin-right: 30px;
}

.box-feedback .img img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.box-feedback .box {
	flex: 2;
}

.box-feedback .box .desc p {
	margin: 0;
}

.box-feedback .box {
	background-color: #c3cdb2;
	padding: 50px;
}

.box-feedback .box .desc {
	color: rgb(16, 23, 51);
	font-size: 17px;
	text-align: justify;
	line-height: 1.6;
}

.box-feedback .box .name h3 {
	color: rgb(36, 36, 36);
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	line-height: 1.6;
	margin: 0;
}

.box-feedback .box .name h6 {
	color: rgb(13, 98, 242);
	font-size: 12px;
	text-align: right;
	line-height: 1.6;
	margin: 0;
}

.box-feedback:nth-child(2n+0) .img {
	order: 2;
	margin-right: 0px;
	margin-left: 30px;
}

.box-feedback:nth-child(2n+0) .box-feedback {
	order: 1;
}

/* end feedback */
.footer-ladi {
	background-image: url(../images/bgr-footer.jpg);
	padding: 100px 0px 20px 0px;
	display: none;
}

.footer-ladi .box-footer .title h2 {
	color: rgb(255, 255, 255);
	font-size: 30px;
	font-weight: 600;
	text-align: left;
	line-height: 1.2;
	margin: 0;
	padding-bottom: 10px;
}

.footer-ladi .box-footer .title h3 {
	color: rgb(196, 224, 233);
	font-size: 18px;
	font-weight: 300;
	text-align: left;
	line-height: 1.2;
	margin: 0;
	padding-bottom: 20px;
}

.footer-ladi .box-footer .list-footer ul li {
	color: rgb(255, 255, 255);
	font-size: 14px;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 5px;
}

.footer-ladi .box-footer .list-footer ul i {
	margin-right: 10px;
	color: white;
	font-size: 12px;
}

.footer-ladi .footer-right {
	display: flex;
	justify-content: right;
	align-items: end;
	height: 100%;
}

.footer-ladi .coppy-right {
	text-transform: none !important;
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 12px !important;
	text-align: center !important;
	line-height: 1.2 !important;
	border-top: 1px solid rgba(234, 232, 232, 0.6);
	padding-top: 20px !important;
	margin-top: 20px !important;
}

.wapper-lienquan button.slick-prev {
	left: 0;
}

.wapper-lienquan button.slick-next {
	right: 0;
}

.col-block_news-right .item-footer-new .info li {
	padding: 0;
}

.col-block_news-right .item-footer-new .info li a {
	background: var(--color-main);
	height: 30px;
	width: 30px;
	color: #fff;
}

.col-block_news-right .item-footer-new {
	justify-content: flex-end;
	margin-bottom: 20px;
}

.content_block-news_left .desc2 img {
	margin-bottom: 10px;
}

@media(max-width:1200px) {
	.col-block_news-left .block-news_left {
		padding-right: 15px;
		padding-left: 15px;
	}

}

@media(max-width:986px) {

	span.xemthem-tr {
		display: none !important;
	}

	.col-block_news-left .block-news_left {
		padding: 0;
		height: auto !important;
	}

	.box-header {
		flex-wrap: wrap;
	}

	.btn-xemthem-header {
		text-align: right;
		width: 100%;
	}

	.btn-xemthem-header a {
		display: inline-block;
	}

	.ladi-2 {
		padding: 70px;
	}
}

@media(max-width:786px) {
	.blog-news-detail {
		padding: 0 0 20px 0 !important;
	}

	.box-baner-trangtrong .title h3 {
		padding-bottom: 5px;
		font-size: 20px;
	}

	.news-detail {
		padding: 5px 0;
		margin: 0;
	}

	.box-block-news_right {
		margin-top: 25px;
	}

	.header-ladi h2 {
		font-size: 25px;
	}

	.header-ladi h3 {
		font-size: 35px;
	}

	.ladi-4 .container {
		flex-wrap: wrap;
	}

	.ladi-4 .container .title {
		width: 100%;
		order: 2;
	}

	.ladi-4 .container .img {
		width: 100%;
		order: 1;
	}

	.ladi-4 {
		background-repeat: no-repeat;
	}

	.bgrmau-blog .box-blog .img-blog .name-blog a h3 {
		height: auto;
		font-size: 17px;
	}

	.ladi-1 h3 {
		font-size: 30px;
	}

	.slide_home {
		width: 95%;
	}

	.corpix-teacher-wrapper {
		padding: 0;
	}

	.trip .title h2 {
		font-size: 22px;
	}

	h3.teacher-name {
		line-height: 1.3;
		margin-top: 10px;
	}

	.box_slide .content_slide p {
		font-size: 20px;
	}

	.box_slide .content_slide h2 {
		font-size: 18px;
	}

	.box_slide .content_slide {
		width: 85%;
		top: 5%;
	}

	.box_slide .content_slide span svg {
		display: none;
	}

	.img-share_right .images_doitac .item {
		min-height: 110px;
	}
}

@media(max-width:500px) {
	.banner {
		padding-bottom: 40px;
	}

	.trip {
		padding-top: 40px;
	}

	.content-blog {
		margin-bottom: 20px;
	}

	.Tinlienquan .title-tinlienquan {
		padding-top: 0;
		font-size: 20px;
	}

	.content_block-news_left-bottom .btn-dak button {
		padding: 8px 25px;
		font-size: 16px;
	}

	h2.title-block {
		font-size: 25px;
	}

	.info-tin {
		padding: 10px;
		padding-top: 5px;
	}

	h3.title-tin {
		font-size: 18px;
	}

	.ghichu {
		padding-bottom: 10px;
	}

	.box-tin {
		padding: 10px;
	}

	.img img {
		height: 100%;
		width: 100%;
	}

	.ladi-4 .container .title {
		padding: 0;
	}

	.ladi-4 .name h3 {
		padding: 0 14px;
		font-size: 25px;
		width: 100%;
	}

	.ladi-4 h3 {
		text-align: center;
	}

	.ladi-4 .item-img {
		margin: auto;
	}

	.ladi-4 {
		margin-top: 10px;
	}

	.ladi-3 .body {
		padding-top: 30px;
	}

	.ladi-3 h2 {
		color: var(--color-main);
		font-size: 32px;
	}

	.ladi-1-1 {
		padding-top: 20px;
	}

	.box {
		padding: 20px;
	}

	.box-feedback {
		display: flex;
		margin-bottom: 30px;
		position: relative;
		margin-top: 70px;
	}

	.box-feedback .img {
		height: 100px;
		width: 100px;
		margin-right: 30px;
		position: absolute;
		top: -50px;
		left: 0;
	}

	.box-feedback:nth-child(2n) .img {
		margin-left: 0px;
	}

	.ladi-2 {
		padding: 20px;
	}

	.box-header .img {
		height: 90px;
		padding-right: 20px;
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.box-header .img svg {
		height: 80px;
		width: 70px;
	}

	.box-header {
		padding: 20px;
		border-radius: 50px;
	}

	.btn-xemthem-header {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 11;
}

.sticky+.section-banner-1 {
	padding-top: 100px;
}

.img_slider img {
	border-radius: 50%;
}

.ImgActual__slider-boxitem img {
	height: 350px;
}

.slider-banner-img,
.slider-banner-img .slick-list,
.slider-banner-img .slick-track,
.box_slider-banner-img,
.box-banner .container {
	height: 100%;
}

a.bbq3 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	background: rgb(175, 138, 81);
	padding: 5px 20px;
	min-height: 39px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	margin-top: 10px;
}

.content_block-news_left .desc2 p {
	padding-bottom: 15px;
}

.header-tomtat svg {
	margin-top: 0px;
}

.header-tomtat {
	margin-bottom: 0px !important;
}



.tomtatnd {
	margin-top: 0px;
}
/*  */
.noi_dung_in {
  text-align: justify;
  line-height: 1.4;
}
.noi_dung_in h1 {
  font-size: 28px;
}
.noi_dung_in h2 {
  font-size: 24px;
}
.noi_dung_in h3 {
  font-size: 22px;
}
.noi_dung_in h4 {
  font-size: 20px;
}
.noi_dung_in h5 {
  font-size: 18px;
}
.noi_dung_in h6 {
  font-size: 17px;
}
.noi_dung_in h1,
.noi_dung_in h2,
.noi_dung_in h3,
.noi_dung_in h4,
.noi_dung_in h5,
.noi_dung_in h6 {
  font-weight: 700;
}
.noi_dung_in h1:not(:last-child),
.noi_dung_in h2:not(:last-child),
.noi_dung_in h3:not(:last-child),
.noi_dung_in h4:not(:last-child),
.noi_dung_in h5:not(:last-child),
.noi_dung_in h6:not(:last-child) {
  margin-bottom: 15px;
}
.noi_dung_in em {
  display: block;
}
.noi_dung_in p em {
  display: inline;
}
.noi_dung_in ul,
.noi_dung_in ol {
  margin-left: 18px;
}
.noi_dung_in ol li {
  list-style: decimal;
  position: relative;
}
.noi_dung_in ul li {
  list-style: disc;
}
.noi_dung_in ul:not(:last-child),
.noi_dung_in ol:not(:last-child),
.noi_dung_in li:not(:last-child),
.noi_dung_in div:not(:last-child),
.noi_dung_in p:not(:last-child) {
  margin-bottom: 10px;
}
.noi_dung_in p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.noi_dung_in iframe {
  max-width: 100%;
}
@media (max-width: 992px) {
  .noi_dung_in:not(.table-sp) table tr,
  .noi_dung_in:not(.table-sp) table td,
  .noi_dung_in:not(.table-sp) table th,
  .noi_dung_in:not(.table-sp) table tbody,
  .noi_dung_in:not(.table-sp) table thead {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }
  .noi_dung_in:not(.table-sp) table tr:not(:last-child),
  .noi_dung_in:not(.table-sp) table td:not(:last-child),
  .noi_dung_in:not(.table-sp) table th:not(:last-child),
  .noi_dung_in:not(.table-sp) table tbody:not(:last-child),
  .noi_dung_in:not(.table-sp) table thead:not(:last-child) {
    margin-bottom: 10px;
  }
}
.noi_dung_in table {
  width: 100%;
}
.noi_dung_in table:not(:last-child) {
  margin-bottom: 10px;
}
.noi_dung_in table tr:last-child,
.noi_dung_in table td:last-child,
.noi_dung_in table th:last-child,
.noi_dung_in table tbody:last-child,
.noi_dung_in table thead:last-child {
  margin-bottom: 0;
}
.noi_dung_in table tr td {
  margin-bottom: 0;
}
.noi_dung_in #toc-list li {
  list-style: none;
}
.noi_dung_in img {
  max-width: 100%;
  display: inline-block;
}

#myTabContent .header-right-tomtat svg {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
#myTabContent.active-scroll .header-right-tomtat svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.btn:focus, .btn:focus-visible,
button:focus,
button:focus-visible,
a:focus,
a:focus-visible {
  outline: none;
}
.btn:active,
button:active,
a:active {
  outline: none;
}
.btn:active:focus,
button:active:focus,
a:active:focus {
  outline: none;
}
/*# sourceMappingURL=maps/styles.css.map */

