:root {

	--black: #000;
	--white: #fff;
	--button: #4C58F8;
	--ribbon: #2d3bff;
	--greenbutton: #28a745;
	--endC: #bbc6d0;
	--red-theme: #4C58F8;
	--gray-span: #999999;
	--m-header: #2d3bff;
	--s-button: #4C58F8;
	--color1: rgba(0, 0, 0, 0.4);
	--color2: rgba(0, 0, 0, 0.7);
	--color3: rgba(0, 0, 0, 0.0);
	--color4: rgba(255, 255, 255, 0.9);
	--color5: rgba(0, 0, 0, 0.2);
	--color6: rgba(255, 255, 255, 0.8);
	--color7: rgba(24, 24, 24, 0.3);

	--bgHidden: #4C58F8;
	--background1: #f0f0f0;
	--background2: #c0c0c0;
	--background3: #f5f5f5;
	--background4: #c91430;
	--background5: #ff6108;
	--background6: #3c5897;
	--background7: #00abed;
	--background8: #4a9d12;
	--background9: #F4F4F4;
	--background10: #FF0000;
	--background-sm: #f7f7f7;

	--greentext: #3ABE00;
	--bgBox1: #2c2c2c;
	--grayText: #747474;
	--grayText2: #a7a7a7;
	--text5: #525252;
	--text6: #9fa3a7;
	--text7: #333333;
	--text8: #4C4E56;
	--text9: #555;
	--text10: #BA9D00;

	--border: #e1e1e1;
	--border2: #D9D9D9;
	--border3: #ddd;
	--border4: #ced4da;

	--transition: all .2s linear;
}

/* //////////////////////////index.php /////////////////////////// */
/*--------- *------------ */
html,
body {
	/* font-family: 'FitnessFirst', sans-serif; */
	font-family: 'Roboto', sans-serif !important;
}

body>.skiptranslate {
	display: none !important;
}

body {
	top: 0px !important;
}

body.over {
	position: fixed !important;
	top: 0;
	width: 100%;
}

a {
	color: var(--black);
	text-decoration: none;
}

a:hover {
	color: var(--black);
	text-decoration: none;
}

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

.img-100 {
	position: relative;
	height: 0;
	overflow: hidden;
	display: block;
}

.img-100>img {
	object-fit: cover;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .3s linear;
}

.wrap-img {
	padding-bottom: 100%;
}

.adm-glyphicon span {
	background: url('./img/setting.png');
	background-size: cover;
	width: 12px;
	height: 12px;
	display: block;
}

.wrap {
	max-width: 1210px;
	margin: auto;
}

.box404 {
	height: 40vh;
	width: 100%;
	position: relative;
	z-index: 0;
	/* margin-top: 100px; */
}

.box404 img {
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box404 .adm-glyphicon {
	position: absolute;
	top: 50%;
	left: 0;
}

.img-100 {
	position: relative;
	height: 0;
	overflow: hidden;
	display: block;
}

.img-100>img {
	object-fit: cover;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .3s linear;
}

.wrap-img {
	padding-bottom: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}

/* background-hidden--------------- */

.background-hidden {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -10;
}

.background-hidden img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	object-position: top;
}

/* header -------------------- */

.logo-pc {
	position: absolute;
	left: 4.5%;
	height: 123px;
	width: 128px;
	top: 18px;
}

.logo-pc img {
	/* height: auto;
	width: 175px; */
	height: 75px;
	width: auto;
}

.logo-scroll {
	display: none;
}

.logo-scroll img {
	/* height: auto;
	width: 155px; */
	height: 60px;
	width: auto;
}

.logo-mobile img {
	height: 42px;
	width: auto;
	display: none;
	margin-top: 4px;
}

.header {
	background: linear-gradient(180deg, var(--color2), var(--color1), transparent);
	position: fixed;
	width: 100%;
	height: 123px;
	z-index: 10;
	transition-duration: 0.35s;
}

.header .wrap {
	max-width: 100%;
	margin: auto;
}

.header-user {
	position: absolute;
	right: 7%;
	margin: 50px 1px 0px 0px;
}

.login-icon1 {
	display: inline-block !important;
}

.login-icon2 {
	display: none !important;
}

.header-user button svg {
	margin-bottom: -6px;
}

.header-mmenu-btn1 {
	display: inline-block !important;
}

.login-icon1,
.login-icon2 {
	margin: 0px 0px -1px !important;
}

.header-mmenu-btn2 {
	display: none !important;
}

.header-user a {
	color: var(--white);
	font-size: 18px;
	margin: 0px 24px;
	display: inline-block;
}

.header-user button {
	background-color: var(--color3);
	border: none;
}

.header-user a p {
	margin-bottom: 2px;
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	/* max-width: 250px; */
}

.header-user a:hover {
	text-decoration: none;
}

.header-user .head-cartt {
	display: block;
}

.header-user .head-cartt svg {
	transform: scale(1.2) translateY(-4px);
}

.header-user .head-menuu {
	display: none;
}

/* affix ----------------------------- */

.affix {
	background: var(--color4);
	height: 80px;
}

.affix .logo-pc {
	display: none;
}

.affix .logo-scroll {
	display: block;
	position: absolute;
	left: 5%;
	margin-top: 10px;
}

.affix .header-user {
	margin: 25px 0px 0px;
}

.affix .login-icon1 {
	display: none !important;
}

.affix .login-icon2 {
	display: inline-block !important;
}

.affix .header-mmenu-btn1 {
	display: none !important;
}

.affix .header-mmenu-btn2 {
	display: inline-block !important;
}


.affix .header-user a {
	color: var(--black);
	font-size: 16px;
	font-weight: bold;
}

.logo2 img {
	margin: 0px 15px 0px 30px;
	height: 125px;
	width: 123px;
}

.user-main {
	font-size: 16px;
	margin-left: auto;
}

.user-signin {
	color: var(--black);
	font-size: 17px;
	font-weight: 400;
	margin-right: 48px;
	float: left;
	margin-top: 53px;
}

.user-logout {
	margin-right: 25px;
	position: relative;
	top: 53px;
}

.user-signin svg {
	margin-top: 5px;
	float: left;
	margin-right: 10px;
}

.user-signin p {
	float: right;
	/* margin-top: 24px; */
	/* margin-left: 10px; */
}

.user-signin:hover {
	color: var(--red-theme);
	text-decoration: none;
}

/* .modal-mainmenu .modal-menu-custom.active .modal-nav {
	transform: rotate(180deg);
}

.modal-mainmenu .modal-menu-custom.active .menu-item {
	height: auto;
	transform: translate(0);
	opacity: 1;
	visibility: visible;
} */

.modal-mainmenu .modal-item {
	padding: 0;
}

.modal-mainmenu .modal-content {
	box-shadow: none;
	background-color: var(--background1);
	border: none;
	height: 100%;
}

.modal-padding {
	padding: 0 40px 0;
}

.modal-mainmenu .modal-menu-custom {
	margin: 27px 0px 0px 0px;
}

.modal-mainmenu .modal-menu-custom .menu-lead {
	font-size: 18px;
	font-weight: bolder;
	margin-bottom: 0px;
	/* margin-bottom: 15px; */
	margin-top: 15px;
	color: var(--black);
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
}

.modal-mainmenu .modal-menu-custom>a:hover {
	text-decoration: none;
}

.menu-lead svg {
	display: none !important;
}

.gach-chan1 {
	height: 2px;
	width: 18px;
	background-color: var(--red-theme);
	margin: 10px 0px 5px;
}

.modal-mainmenu .modal-menu-custom ul {
	padding: 0px;
}

.modal-mainmenu .modal-menu-custom ul li {
	list-style-type: none;
}

.modal-mainmenu .modal-menu-custom ul li a {
	font-weight: 400;
	color: var(--black);
	font-size: 18px;
	line-height: 32px;
}

.modal-mainmenu .modal-menu-custom ul li a:hover {
	color: var(--red-theme);
	text-decoration: none;
}

.active-line {
	color: var(--greentext) !important;
}


.ngan-cach {
	width: 2px;
	height: 240px;
	background-color: var(--background2);
	margin: 30px auto;
}

.modal-mainmenu .modal-title {
	margin: 30px 0px 0px -10px;
}

.modal-mainmenu .modal-title img {
	width: 100%;
	object-fit: cover;
	height: auto;
}

.modal-mainmenu .modal-title h2 {
	margin: 17px 0px 10px;
	font-size: 18px;
	font-weight: bold;
}

.modal-mainmenu .modal-title p {
	margin: 10px 0px 15px;
	font-size: 16px;
	font-weight: 500;
}

.modal-mainmenu .modal-title a {
	margin: 10px 0px;
	font-size: 16px;
	color: var(--red-theme);
	font-weight: bold;
}

.modal-mainmenu .modal-title a:hover {
	text-decoration: none;
	color: var(--button);
}


/*modal-------------------- */

.modal-mainmenu .modal-dialog {
	width: 100%;
	margin: auto;
}

.modal-dialog .wrap {
	max-width: 100%;
}

#myModal {
	background-color: var(--background1);
}

.logo-modal img {
	margin: 19px 0px 0px 0px;
	height: auto;
	width: 120px;
}



.user-signin svg {
	margin-top: 3px;
}

.user-signin:hover {
	color: var(--red-theme);
	text-decoration: none;
}

.user-close {
	color: var(--red-theme);
	font-size: 40px;
	border: none;
	margin-top: 10px;
	background-color: var(--background1);
	margin-left: auto;
	display: block;
}

.lang {
	position: absolute;
	right: 35px;
	top: 90px;
	z-index: 2;
	cursor: pointer;
}

.language.open .country-list {
	display: block;
}

.lang .country-list {
	display: none;
	position: absolute;
	top: 140%;
	right: 10px;
	width: 140px;
	text-align: center;
	background-color: var(--white);
	box-shadow: 0 0 15px 1px var(--color5);
	border-radius: 4px;
	z-index: 99;
	overflow: hidden;
}

.lang .country-list .country {
	padding: 10px 20px;
	transition: all .2s linear;
	width: 103%;
	border: 1px solid var(--gray-span);
}

.lang .country-list .country svg {
	margin-top: 4px;
}

.lang .country-list .country span {
	color: var(--black1);
	cursor: pointer;
}

.lang .country-list .country:hover {
	cursor: pointer;
}

.lang-btn .lang-text {
	color: var(--white);
}

.lang-btn-svg {
	margin-bottom: 2px;
	margin-left: 5px;
}

.footer-lang-item {
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 40px;
}

.footer-lang-item .country-list {
	display: none;
	position: absolute;
	top: 70%;
	left: 10px;
	width: 140px;
	text-align: left;
	background-color: var(--black);
	box-shadow: 0 0 15px 1px var(--color5);
	border-radius: 4px;
	z-index: 99;
	overflow: hidden;
	color: var(--white);
}

.lang-btn {
	margin-left: 10px;
	width: 200px;
}

.footer-lang-svg {
	margin-bottom: -1px;
	margin-right: 5px;
}

.footer-lang-item .country-list .country {
	padding: 10px 10px;
	transition: all .2s linear;
	border: 1px solid var(--gray-span);
}

.footer-lang-item .country-list .country svg {
	margin-top: 4px;
}

.footer-lang-item .country-list .country span {
	color: var(--black1);
	cursor: pointer;
}

.footer-lang-item .country-list .country:hover {
	/* background-color: var(--background2); */
	cursor: pointer;
}

div#dvls_maps {
	width: 100%;
	height: 500px;
}


.m-lang-btn {
	background-color: var(--background1);
	border: none;
	font-size: 16px;
	margin-left: 0px;
	font-weight: 450;
	margin-top: 12px;
	margin-right: 24px;
}

.m-lang-btn span {
	margin: 0px 10px;
}

#m-lang-icon {
	transition: all 0.35s;
	margin-left: 5px;
}

.modal-menu-custom.active .modal-nav {
	transform: rotate(180deg);
}

.modal-menu-custom.active .menu-item {
	height: 200px;
}

.modal-item {
	padding: 0px 35px;
}

.modal-content {
	box-shadow: none;
	background-color: var(--background1);
	border: none;
	height: 100%;
}


.modal-menu-custom {
	margin: 35px 15px;
	position: relative;
}

.modal-nav-box {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 3px 0 0;
}

.modal-nav-box svg {
	transition: all .3s linear;
	transform: rotate(180deg);
}

.modal-nav-box.collapsed svg {
	transform: rotate(0deg);
}

.modal-menu-custom .menu-lead {
	font-size: 20px;
	font-weight: bolder;
	margin-bottom: 15px;
	margin-top: 15px;
	color: var(--black);
}

.modal-menu-custom>a:hover {
	text-decoration: none;
}

.menu-lead svg {
	display: none !important;
}

.gach-chan {
	height: 2px;
	width: 28px;
	background-color: #c0c0c0;
	margin: 20px 0px 15px;
}

.modal-menu-custom ul {
	padding: 0px;
}

.modal-menu-custom ul li {
	list-style-type: none;
}

.modal-menu-custom ul li a {
	font-weight: 400;
	color: var(--black);
	font-size: 18px;
	line-height: 32px;

}

.modal-menu-custom ul li a:hover {
	color: var(--red-theme);
	text-decoration: none;
}

.active-line {
	color: var(--greentext) !important;
}

.modal-title {
	margin: 30px 0px;
}

.modal-title img {
	width: 100%;
}

.modal-title h4 {
	margin: 20px 0px 10px;
	font-size: 18px;
	font-weight: bold;
}

.modal-title p {
	margin: 10px 0px;
	font-size: 16px;
	font-weight: 500;
}

.modal-title a {
	margin: 10px 0px;
	font-size: 16px;
	color: var(--red-theme);
	font-weight: bold;
}

.modal-title a:hover {
	text-decoration: none;
	color: var(--button);
}

.header-background {
	position: relative;
	height: 85vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.header-background:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--black);
	opacity: 0.4;
}

.background-content {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3
}

.background-content .b-home-title {
	font-size: 60px;
	color: var(--white);
	font-weight: bolder;
	margin: 0;
	width: 65%;
	margin: auto;
	line-height: 80px;
	word-spacing: 6px;
	text-transform: uppercase;
}

.background-content p {
	font-size: 18px;
	color: var(--white);
	padding: 21px 0px 34px;
	width: 60%;
	margin: auto;
	line-height: 29px;
}

.background-content button {
	width: 197px;
	height: 60px;
	border: none;
	background-color: var(--button);
	color: var(--white);
	border-radius: 4px;
	font-weight: bold;
	font-size: 15px;
}

.header-background-button:hover {
	background-color: var(--red-theme);
}

.header-background-button a {
	color: var(--white);
}

/* skew-item----------------------------- */

.skew-item {
	padding: 80px 0px 40px;
	background-color: var(--white);
	position: relative;
}

.skew-item .wrap {
	max-width: 1245px;
	margin: 0 auto;
}

.sk-link.active {
	text-decoration: none;
}

.skew-mb {
	display: none;
}

.skew-box {
	margin: 0px 10px;
	/* transform: skewX(-8.6deg); */
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}

.skew-box img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	/* transform: skewX(8.6deg); */
	filter: brightness(0.6);
	z-index: 0;
}

.sk-small {
	transition-duration: 0.35s;
	width: 350px;
	height: 350px;
	margin-top: 17px;
}

.sk-link.active .sk-small {
	/* transform: skewX(-8.6deg) scale(1.1); */
	transform: scale(1.1);
}

/* ----------- */
.sk-big {
	transition-duration: 0.35s;
	width: 400px;
	height: 385px;
	margin-left: -15px;
}

.sk-link.active .skew-hidden {
	/* display: block; */
	visibility: visible;
	opacity: 0.95;
	background-color: var(--bgHidden);
	text-align: center;
}

.sk-link.active .skew-hidden .sk-hid-title {
	/* margin-top: 120px; */
	margin-bottom: 10px;
	padding: 0px 15px;
	color: var(--white);
	/* transform: skewX(8.6deg); */
	font-size: 30px;
}

/* .sk-link.active .sk-small .skew-hidden .sk-hid-title {
  margin-top: 50px;
} */

.sk-link.active .skew-hidden p {
	/* transform: skewX(10deg); */
	color: var(--white);
	font-size: 15px;
}

.sk-link.active .skt {
	display: none;
}

.sk-link.active .skew-mb {
	display: none;
}

.sk-link.active .skew-hidden button {
	/* transform: skewX(10deg); */
	height: 42.32px;
	width: 130.24px;
	background-color: var(--color3);
	border: 2px solid var(--white);
	border-radius: 3px;
	color: var(--white);
}

.sk-hid {
	position: relative;
	top: 45%;
	transform: translateY(-50%);
}

.skt {
	color: var(--white);
	font-size: 42px;
	font-weight: bold;
	line-height: 44px;
	position: relative;
	top: 50%;
	left: 50%;
	/* transform: skewX(8.6deg) translate(-50%, -50%); */
	transform: translate(-50%, -50%);
	width: 80%;
	text-align: center;
	margin-top: 0px;
}

.sk-link.active .skt {
	display: none;
}

.skew-hidden {
	/* display: none; */
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	transition: all 0.35s linear;
	background-color: var(--bgHidden);
	text-align: center;
	border-radius: 5px;
}

.skew-hidden .sk-hid-title {
	/* margin-top: 120px; */
	margin-bottom: 10px;
	padding: 0px 15px;
	color: var(--white);
	/* transform: skewX(8.6deg); */
	font-size: 30px;
	font-weight: 600;
}

.skew-hidden p {
	width: 80%;
	margin: auto;
	color: var(--white);
	font-size: 15px;
	margin-bottom: 15px;
}

.skew-hidden button {
	height: 42.32px;
	width: 130.24px;
	background-color: var(--color3);
	border: 2px solid var(--white);
	border-radius: 3px;
	color: var(--white);
}

/* freview-box---------------------------- */

.preview-box {
	padding: 40px 0 80px;
	background-color: var(--white);
	margin-top: -1px;
}

.preview-content h2 {
	font-size: 42px;
	line-height: 53px;
	margin-bottom: 15px;
	font-weight: 600;
	margin-top: 0;
}

.preview-content p {
	font-size: 18px;
	margin: 0px !important;
}

#pc-p {
	margin: 10px 0px 3px !important;
}

.preview-option {
	text-align: left;
	margin-left: -5px;
}

.preview-icon {
	height: 50px;
	width: 50px;
	margin: 0px 5px;
	object-fit: cover;
	/* float: left; */
}


.preview-text {
	font-size: 18px;
	display: inline-block;
	font-weight: bold;
	margin-top: 20px;
	line-height: 22px;
	margin-bottom: 0px;
	height: 50px;
	width: 100%;
}

.pr-option-boxtext {
	position: relative;
	width: 100%;
	height: 50px;
	padding-left: 15px;
}

.pr-option-boxtext p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.preview-text span {
	font-size: 16px;
}


.preview-video {
	height: 480px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	position: relative;
	/* padding-right: 0px; */
}

.preview-video img {
	height: 100%;
	width: 100%;
	margin: 0px;
	cursor: pointer;
	filter: brightness(0.8);
	object-fit: cover;
}

.video-title {
	position: absolute;
	height: 30%;
	width: 100%;
	text-align: center;
	top: 50%;
	right: 0%;
	transform: translateY(-50%);
}

.video-title img {
	width: 75px;
	height: 90px;
	cursor: pointer;
	filter: brightness(1);
	margin-top: 15px;
	object-fit: unset;
}

.video-title p {
	color: var(--white);
	font-size: 16px;
	margin-top: 10px;
}

.preview-button {
	text-align: center;
	margin: 30px 0 0;
}

.preview-button button {
	height: 60px;
	width: 179px;
	background-color: var(--button);
	border: none;
	border-radius: 4px;
	color: var(--white);
	margin-top: 20px;
	font-weight: bold;
	font-size: 16px;
}

.preview-button a {
	color: var(--white);
}

.preview-button button:hover {
	background-color: var(--red-theme);
}

/* top-carousel------------------- */

/* .top-car {
  margin-right: -15px;
} */

.top-carousel {
	background-color: var(--background-sm);
	padding: 80px 0px;
}

.topc-item {
	text-align: center;
	/* height: 205px; */
	width: 100%;
	transition-duration: 1s;
	cursor: pointer;
	position: relative;
}

.img-flip .topc-imgg1 {
	opacity: 1;
	visibility: visible;
	transition: all .2s linear;
}

.img-flip .topc-imgg2 {
	opacity: 0;
	visibility: hidden;
	transition: all .2s linear;
}

.img-flip.has-img2:hover .topc-imgg1 {
	opacity: 0;
	visibility: hidden;
}

.img-flip.has-img2:hover .topc-imgg2 {
	opacity: 1;
	visibility: visible;
}

.topc-item .wrap-img {
	/* position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover; */
	/* padding-bottom: 150%; */
	position: relative;
	border-radius: 20px;
}

.top-carousel-title {
	text-align: center;
}

.top-carousel-title h1,
.top-carousel-title h2 {
	color: var(--black);
	font-size: 44px;
	width: 100%;
	margin: auto;
	line-height: 50px;
	margin-top: 0;
	font-weight: 700;
	margin-bottom: 30px;
}

.top-carousel-title p {
	color: var(--black);
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 40px;
}

.top-carousel-slide .owl-nav {
	position: absolute;
	width: calc(100% + 40px);
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
}

.top-carousel-slide .owl-prev {
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	text-align: center;
}

.top-carousel-slide .owl-next {
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	text-align: center;
}

.item-on {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--black);
	opacity: 0.3;
}

.item-on-h3 {
	color: var(--white);
	font-size: 24px;
	position: absolute;
	width: 90%;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	margin: 0;
	z-index: 2;
}

/* .item-text-h3 {
	color: var(--white);
	font-size: 24px;
	position: relative;
	margin: 0 auto 10px;
	line-height: 32px;
} */

.item-text-p {
	color: var(--white);
	font-size: 14px;
	position: relative;
	margin: 0 auto;
}

/* .item-text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: var(--bgHidden);
}

.item-text-div {
	position: relative;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	left: 50%;
}

.item:hover .item-text {
	opacity: 0.9;
} */

.item:hover .item-on-h3 {
	display: none;
}

.item-on {
	/* padding-top: 35px; */
	height: 100%;
	width: 100%;
	position: relative;
}

.top-carousel-button {
	text-align: center;
}

.top-carousel-button button {
	width: 190px;
	height: 60px;
	border: none;
	border-radius: 4px;
	color: var(--white);
	background-color: var(--button);
	text-align: center;
	margin: 40px 0px 0px;
	font-weight: bold;
}

.top-carousel-button a {
	color: var(--white);
}

.top-carousel-button button:hover {
	background-color: var(--red-theme);
}

/* body-content------------------------ */

.body-content {
	padding: 0px 0px 30px;
}

.body-content-text {
	color: var(--white);
}

.body-content-text h2 {
	font-size: 45px;
	font-weight: bold;
	line-height: 60px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.body-content-text h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.body-content-text h4 {
	font-size: 16px;
	line-height: 24px;
}

.body-content-button button {
	background-color: var(--button);
	height: 60px;
	width: 203px;
	border: none;
	border-radius: 4px;
	text-align: center;
	color: var(--white);
	font-size: 16px;
	margin: 20px 0px 30px;
	font-weight: bold;
}

.body-content-button a {
	color: var(--white);
}

.body-content-button button:hover {
	background-color: var(--red-theme);
}

/* ------gym-club-------------------------------- */

.gym-club {
	background-color: var(--white);
	padding: 80px 0px 40px;
	text-align: center;
	margin-bottom: 0px;
}

.gym-slide .owl-nav {
	position: absolute;
	width: calc(100% + 40px);
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
}

.gym-slide .owl-prev {
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	text-align: center;
}

.gym-slide .owl-next {
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	text-align: center;
}


.navigation-icon {
	text-align: center;
	font-size: 22px;
	padding-top: 10px;
}

.nvl {
	margin-right: -65px;

}

.nvr {
	margin-left: -65px;

}

.gym-club-title h2 {
	font-size: 42px;
	font-weight: bold;
	line-height: 50px;
	max-width: 1000px;
	margin: 0 auto 15px;
}

.gym-club-title p {
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	max-width: 1126px;
	margin: auto;
	margin-top: 4px;
	margin-bottom: 36px;
}

.gym-club-button button {
	height: 60px;
	width: 160px;
	margin-top: 40px;
	background-color: var(--button);
	color: var(--white);
	border: none;
	border-radius: 4px;
	font-weight: bold;
}

.gym-club-button a {
	color: var(--white);
}

.gym-club-button button:hover {
	background-color: var(--red-theme);
}

.gym-item {
	height: 110px;
	position: relative;
	width: 100%;
}

.gym-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: auto !important;
	width: auto !important;
}

.navigation-icon svg {
	margin: 80px 0px;
	cursor: pointer;
}

/* mobile-app ------------------------- */
.mobile-title {
	padding: 4px;
}

.mobile-app {
	background-color: var(--background-sm);
	padding: 35px 0px 0px;
}

.mobile-app-img {
	width: 100%;
}

.mobile-app-img img {
	width: 100%;
	margin-top: 40px;
}

.mobile-title {
	color: var(--black);
}

.mobile-title h2 {
	margin-top: 50px;
	font-size: 44px;
	line-height: 50px;
	margin-bottom: 14px;
}

.mobile-title p {
	font-size: 15px;
	margin: 10px 0px 10px 0px;
	line-height: 23px;
	font-weight: 500;
}

.mobile-qr {
	margin-top: 24px;
	margin-bottom: 24px;
}

#qr1 img {
	height: 150px;
	width: 150px;
}

/* body-conent-video -------------------------------- */


.video-bd-box {
	position: relative;
}

.body-content-video {
	padding: 80px 0px 80px 0px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.body-content-box {
	text-align: center;
	height: 255px;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.bd-content-box {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.body-video-thumb {
	height: 255px;
	width: 100%;
}

.body-video-thumb img {
	height: 100%;
	width: 100%;
	filter: brightness(0.7);

}

.body-content-box img {
	height: 80px;
	width: 80px;
	cursor: pointer;
}

.body-content-box p {
	color: var(--white);
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	height: 60px;
	width: 70%;
	margin: 10px auto 0px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


/* blog-articles---------------------------- */

.blog-articles {
	background-color: var(--white);
	padding: 40px 0px 80px;
}

.blog-articles-title {
	text-align: center;
	margin-bottom: 50px;
	/* margin-top: 0px; */
	padding-top: 5px;
}

.blog-articles-title h2 {
	font-size: 42px;
	font-weight: bold;
	margin: 0;
}

.blog-articles-title p {
	font-size: 16px;
	font-weight: 500;
	margin-top: 16px;
}

.blog-a {
	text-decoration: none !important;
}

.blog-a:hover {
	text-decoration: none !important;
}

.blog-a {
	text-decoration: none !important;
}

.blog-articles-content {
	text-align: left;
	width: 100%;
}

.blog-articles-content .wrap-img {
	padding-bottom: 60%;
}

.blog-articles-content img {
	width: 100%;
	cursor: pointer;
	margin: 5px 0px;
	height: 223px;
}

.blog-articles-content h3 {
	font-size: 16px;
	color: var(--red-theme);
	cursor: pointer;
	font-weight: bold;
	margin: 13px 0px 2px;
}

.mota-tintuc {
	font-size: 16px;
	line-height: 22px;
	margin: 0px;
	color: var(--text5);
	display:
		-webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	font-weight: 400 !important;
}

.tieude-tintuc {
	color: var(--black);
	font-size: 18px;
	cursor: pointer;
	font-weight: bolder;
	margin: 0px;
	margin-bottom: 10px;
	line-height: 24px;
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 50px;
	overflow: hidden;
	transition: all .2s linear;
}

.blog-a:hover .tieude-tintuc {
	color: var(--red-theme);
}

.day {
	font-size: 12px;
	color: var(--grayText) !important;
	margin-top: 15px;
	margin-bottom: 1px;
}

.blog-articles-button {
	text-align: center;
	margin-top: 17px;
}

.blog-articles-button button {
	height: 60px;
	width: 140px;
	border: none;
	border-radius: 4px;
	background-color: var(--button);
	color: var(--white);
	font-weight: bold;
	margin-top: 25px;
}

.blog-articles-button a {
	color: var(--white);
}

.blog-articles-button button:hover {
	background-color: var(--red-theme);
}

/*footer----------------------------- */

.footer-content {
	background-color: var(--black);
	padding: 50px 0px 0px;
}

.footer-content .wrap {
	max-width: 97%;
	margin: auto;
}

#lang-btn {
	border: none;
	background-color: var(--black);
	font-size: 16px;
	color: var(--white);
	margin: 13px 0px;
}

#lang-icon {
	margin-left: 5px;
}

.footer-menu-custom {
	margin: 0px 20px 0px 0px;
}

.footer-menu-custom h2 {
	font-size: 16px;
	color: var(--white);
	margin-bottom: 15px;
	margin-top: 0px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.footer-menu-custom h2 svg {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	transform: rotate(180deg);
	transition: all .3s linear;
}

.footer-menu-custom h2.collapsed svg {
	transform: rotate(0);
}

.footer-menu-custom ul {
	list-style-type: none;
	padding: 0px;
}

.footer-menu-custom ul li a {
	color: var(--background2);
	font-size: 16px;
	line-height: 31px;
}

.footer-menu-custom ul li a:hover {
	color: var(--grayText);
	text-decoration: none;
}

.footer-menu-custom.active .fmenu-item {
	/* height: unset;
	transform: translate(0); */
	opacity: 1;
	visibility: visible;
	display: block;
}

.footer-right h3 {
	font-size: 17px;
	color: var(--white);
	margin-bottom: 15px;
	margin-top: 0px;
	text-transform: uppercase;
}

.footer-right button {
	border: none;
	background-color: var(--button);
	height: 52px;
	width: 161px;
	color: var(--white);
	margin: 4px 0px 19px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 14px;
}

.footer-right a {
	color: var(--white);
}

.footer-right button:hover {
	background-color: var(--red-theme);
}

.footer-img {
	text-align: left;
}

.footer-img img {
	margin: 10px 8px 0px 8px;
	width: 170px;
	height: auto;
	cursor: pointer;
}

.footer-content-icon-div {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background-color: var(--white);
	text-align: center;
	cursor: pointer;
	display: inline-block;
	margin: 0px 10px 0px 0px;
	position: relative;
}

.footer-content-icon-div img {
	height: 18px;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.end-content-end {
	text-align: center;
	margin: 45px 0px;
}

.end-content p {
	color: var(--endC);
}

.end-content span {
	color: var(--endC);
}

.end-content a {
	color: var(--endC);
	font-size: 12px;
}

.end-content a:hover {
	text-decoration: none;
	color: var(--text6);
}

.fmenu-lead svg {
	display: none;
}

/* popup-video--------------------- */

.modal-ytb {
	padding: 0 !important;
}

.p-video {
	width: 80%;
	margin: 2% auto 0px;
	background-color: var(--color3);
}

.modal-ytb .modal-body {
	padding: 0 !important;
}

.modal-ytb .modal-body iframe {
	width: 100%;
	height: 90vh;
}


/*////////////////////// contact.php ////////////////////////////////////////// */

/*header-background-------------------*/


.ct-header-background {
	/* background-image: url(./img/contact/fitness-first-singapore-contact-us.jpg); */
	width: 100%;
	height: 470px;
	/* background-repeat: no-repeat; */
	/* background-size: cover; */
	position: relative;
}

.ct-header-background::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--black);
	opacity: 0.3;
}

.ct-background-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	width: 800px;
	max-width: 100%;
}

.ct-background-content>h1 {
	font-size: 72px;
	color: var(--white);
	font-weight: bolder;
	margin: 0;
	width: 100%;
	line-height: 84px;
	text-transform: uppercase;
	text-align: center;
}

.ct-background-content>p {
	font-size: 20px;
	color: var(--white);
	padding: 27px 0px;
	line-height: 25px;
	text-align: center;
}

/* contact-box-------------------- */
.page-product {
	padding: 50px 0px;
}

.got-question {
	background-color: var(--white);
	padding: 40px 0 80px;
}

.contact-title h2 {
	text-align: center;
	font-size: 30px;
	margin: 0 0 15px;
}

.contact-title p {
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 40px;
}

.contact-box {
	background-color: var(--white);
}

.contact-box-title {
	font-size: 40px;
	text-align: center;
	font-weight: bold;
}

.contact-content {
	background-color: var(--background3);
	width: 750px;
	height: 100%;
	margin: auto;
	margin-bottom: 0;
	margin-top: 0;
	box-shadow: 5px 5px var(--background1);
	border-radius: 10px;
	padding: 35px 35px 45px;
	max-width: 100%;
}

.contact-content p {
	font-size: 16px;
	font-weight: 500;
	/* margin-bottom: 5px; */
	/* margin-top: 44px; */
}

.s-select3 {
	/* margin-top: 30px !important; */
	margin-bottom: 0px !important;
}


.contact-text p {
	border-bottom: 2px solid var(--grayText);
	margin: 37px 0px 0px;
}

.contact-input {
	/* margin: 15px; */
	color: var(--grayText);
}

.contact-input label {
	margin-left: 5px;
	font-size: 12px;
	font-weight: bold;
	color: var(--grayText);
}

.terms {
	margin: 20px 0px 0px;
}

.term input {
	float: left;
	margin-right: 10px;
}

.contact-input input {
	width: 100%;
	margin: 32px 0px;
	border: none;
	background-color: var(--background3);
	border-bottom: 2px solid var(--grayText);
	cursor: auto;
	height: 30px;
	padding: 0px;
}


.contact-input input:focus {
	outline-width: 0;
}

.contact-input select {
	border: none;
	background-color: var(--background3);
	color: var(--grayText);
	box-shadow: none;
	border-bottom: 2px solid var(--grayText);
	width: 100%;
	cursor: pointer;
	height: 35px;
	padding: 6px 0px;
	text-transform: uppercase;
}

.contact-input select:focus {
	outline-width: 0;
}




.contact-terms-checkbox {
	margin: 0px 15px;
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	left: -15px;
	top: 2px;
}

.contact-terms-checkbox input {
	position: absolute;
	cursor: pointer;
}

.checkmark {
	position: absolute;
	height: 20px;
	width: 20px;
	background-color: var(--background3);
	border: 2px solid var(--red-theme);
}



.contact-terms-checkbox input:checked~.checkmark {
	background-color: var(--background3);
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.contact-terms-checkbox input:checked~.checkmark:after {
	display: block;
}

.contact-terms-checkbox .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid var(--button);
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


.contact-terms p {
	font-size: 17px;
	margin: 0px 0px 0px 35px;
	/* float: left; */
	text-align: unset;
}

.contact-terms p a {
	color: var(--red-theme);
}

.contact-terms p a:hover {
	text-decoration: none;
	color: var(--button);
}

.contact-button {
	text-align: center;
	margin: 15px 0px 0px;
}

.contact-button input {
	height: 60px;
	width: 140px;
	color: var(--white);
	border: none;
	background-color: var(--button);
	border-radius: 5px;
	margin-top: 25px;
	margin-bottom: 30px;
}

.contact-button input:focus {
	outline: none;
	background-color: var(--red-theme);
	border: none;
	color: var(--white);
}

.contact-button input:focus-visible {
	outline: none;
}

.contact-button input:hover,
.contact-button input:active {
	background-color: var(--red-theme);
	color: var(--white);
}

.contact-textarea {
	padding: 0px;
}

.contact-textarea textarea {
	background-color: var(--bacground3);
	border: none;
	border-bottom: 2px solid var(--grayText);
	height: 50px;
	width: 100%;
	padding-top: 22px;
	outline: none;
	margin-top: 40px;
}

.c-input {
	/* padding-top: 14px; */
	margin-bottom: 0px;
}

.c-input input {
	margin-bottom: 0px;
}


/* call -------------------------- */
.call-div {
	background-color: var(--white);
	padding: 60px 0px;
}

.call .wrap .container-fluid .row div {
	padding-left: 0;
	padding-right: 0;
}

.call {
	background-color: var(--background3);
}

.call-img {
	height: auto;
}

.call-img img {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.call-text {
	padding-top: 4%;
	text-align: center;
}

.call-text h2 {
	font-size: 30px;
	font-weight: bold;
	margin-top: 17px;
}

.call-text p {
	font-size: 16px;
	margin-top: 65px;
	font-weight: 500;
}

/*///////////// membership.php ////////////////////////// */

/*header-background-------------------*/
.ms-header-background {
	width: 100%;
	height: 85vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.ms-header-background::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--black);
	opacity: 0.3;
}

.ms-background-content {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	z-index: 3;
}

.ms-background-content>h1 {
	font-size: 72px;
	color: var(--white);
	font-weight: bolder;
	margin: 0 auto;
	line-height: 85px;
}

.ms-background-content>p {
	font-size: 20px;
	color: var(--white);
	padding: 30px;
	margin: auto;
	line-height: 25px;
}


/* dots -------------------- */

.owl-dots {
	display: none;
}


/* take-step------------------------------ */

.take-step {
	background-color: var(--white);
	padding: 80px 0px 40px;
}

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

.step-title h2 {
	font-size: 30px;
	font-weight: bold;
	color: var(--black);
	margin: 0;
	margin-bottom: 30px;
}


.step-item {
	text-align: center;
}

.middle-step-item {
	background-color: var(--background1);
	height: 100%;
	padding: 36px 0px;
}

.step-item-left {
	padding: 30px 20px 30px 0px;
}

.step-item-right {
	padding: 30px 0px 30px 20px;
}

.step-item img {
	width: 150px !important;
	height: 150px !important;
	margin: auto;
	position: unset;
	filter: unset;
}

.step-item-left img,
.step-item-right img {
	width: 110px !important;
	height: 110px !important;
}

.step-item h3 {
	font-size: 16px;
	font-weight: 500;
	margin-top: 34px;
	text-transform: uppercase;
}

.step-item p {
	font-size: 16px;
	width: 70%;
	margin: auto;
}

.step-item button {
	height: 60px;
	width: auto;
	color: var(--white);
	background-color: var(--button);
	border: none;
	border-radius: 5px;
	font-weight: bold;
	padding: 0px 30px;
	margin-top: 32px;
	text-transform: uppercase;
}

.stepslide-link {
	color: var(--white);
}

.step-end-title {
	text-align: center;
	margin: 50px 0px 0px;
}

.step-end-title p {
	font-size: 16px;
	max-width: 900px;
	margin: 0 auto;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 10px;
	display: block;
}

/* full-access------------------------------------ */

.full-access {
	background-color: var(--white);
	padding: 40px 0 40px;
}

.full-access .wrap {
	max-width: 800px;
	margin: auto;
}

.red-ribbon {
	text-align: center;
	width: 100%;
	background-color: var(--red-theme);
	height: auto;
	padding: 2px;
	position: relative;
}

.red-ribbon::before {
	content: '';
	position: absolute;
	height: 10px;
	width: 10px;
	background-color: var(--ribbon);
	bottom: -10px;
	left: 0px;
	z-index: 1;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.red-ribbon::after {
	content: '';
	position: absolute;
	height: 10px;
	width: 10px;
	background-color: var(--ribbon);
	bottom: -10px;
	right: 0px;
	z-index: 1;
	clip-path: polygon(100% 0, 0 0, 0 100%);
}

.red-ribbon h2 {
	font-size: 27px;
	color: var(--white);
	margin-top: 14px;
	margin-bottom: 14px;
}

.access-head {
	text-align: center;
	width: calc(100% - 20px);
	margin-left: 10px;
	background-color: var(--background3);
	padding-bottom: 25px;
}

.access-title h1 {
	font-size: 30px;
	padding: 32px 25px 4px;
	margin: 0px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 38px;
}

.access-title {
	font-size: 15px;
	font-weight: 500;
	padding: 20px 15px 20px;
	word-wrap: break-word;
}


.as-low-as {
	max-width: 80%;
	margin: auto;
	text-align: left;
}

.as-low-as p {
	color: var(--red-theme);
	font-size: 12px;
	margin: 0 0 0 22%;
	font-weight: 600;
}

.price-box {
	max-width: 63%;
	margin: auto;
	border-bottom: 1px solid var(--black);
}

.price-pdetail p {
	font-size: 32px;
	font-weight: 700;
	color: var(--red-theme);
	margin-bottom: 8px;
	text-align: left;
	display: inline-block;
}

.price-pdetail::after {
	content: 'Tối thiểu';
	position: absolute;
	left: 5%;
	top: -15px;
	font-weight: 500;
	color: var(--red-theme);
}

.price-pdetail span {
	color: var(--red-theme);
	font-size: 14px;
	position: absolute;
	top: 6px;
}

/* .price-pdetail::before {
  content: '/month';
  position: absolute;
  right: 19%;
  top: 5px;
  font-weight: 500;
  color: var(--red-theme);
} */

.duration {
	color: var(--red-theme);
	/* position: absolute;
  bottom: 42%;
  right: 28%; */
	font-weight: 500;
	font-size: 15px;
	text-align: left;
	margin-top: 6px;
	margin-left: -20px;
}

.access-text h3 {
	font-size: 14px;
	margin: 20px 0px 0px;
	font-weight: 500;
	padding: 0px 30px;
	line-height: 23px;
}

.access-text p {
	font-weight: 500;
	font-size: 13px;
	padding: 5px 30px;
}

.access-text span {
	font-size: 12px;
	font-weight: 600;
}

.access-foot {
	text-align: center;
	width: calc(100% - 20px);
	margin-left: 10px;
	background-color: var(--background1);
	padding-bottom: 40px;
	padding-top: 40px;
}

.a-span {
	font-size: 12px;
	font-weight: 500;
	color: var(--grayText2);
}

.access-f-title p {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 18px;
}

.gachchan2 {
	width: 90%;
	height: 1px;
	background-color: var(--background2);
	margin: auto;
}

.center-self {
	margin: 20px 0px;
}

.center-self img {
	width: 80%;
	margin: auto;
}

.access-clubs {
	margin: 20px 0px 20px;
}

.access-clubs p {
	font-size: 15px;
	font-weight: 600;
}

.length {
	margin-top: 15px;
	font-size: 15px;
	font-weight: 600;
}

.length button {
	background-color: var(--greenbutton);
	height: 50px;
	width: 200px;
	border: none;
	border-radius: 5px;
	color: var(--white);
	font-weight: bold;
	margin-top: 33px;
	margin-bottom: 6px;
}



/* step1 ------------------------------ */
.step-1 {
	background-color: var(--white);
	padding: 40px 0 80px;
}

.step1-title {
	background-color: var(--white);
	text-align: center;
	margin-bottom: 40px;
}

.step1-title h4 {
	color: var(--red-theme);
	font-size: 16px;
	margin-bottom: 30px;
}

.step1-title p {
	max-width: 400px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: 600;
}

.step1-item .wrap-img {
	padding-bottom: 150%;
}

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

.step1-text p {
	font-size: 16px;
	width: 38%;
	margin: auto;
	font-weight: 500;
	line-height: 22px;
	/* margin-bottom: 30px; */
}

.step1-text button {
	background-color: var(--button);
	color: var(--white);
	font-weight: bold;
	height: 60px;
	width: auto;
	padding: 20px 30px;
	border: none;
	border-radius: 5px;
	font-size: 14px;
	margin-top: 30px;
}

.step1-text button:hover {
	background-color: var(--red-theme);
}



/* step-2  ------------------------ */

.step2 {
	background-color: var(--background1);
	padding: 80px 0;
}

.custom-col1 {
	padding-right: 0px;
}

/* 
.step2 .wrap {
	max-width: 1840px;
	margin: 0 auto;
} */

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

.step2-title h2 {
	font-size: 30px;
	font-weight: 700;
	margin: 0px 0px 40px;
}

.step2-title h4 {
	color: var(--red-theme);
	font-size: 16px;
}

.step2-title p {
	font-size: 17px;
	font-weight: 500;
}

.step2-head-img img {
	width: 100%;
	/* padding: 40px; */
}

.step2-head-text {
	padding: 20px 40px 20px 20px;
}

.step2-head-text h2 {
	color: var(--red-theme);
	font-size: 20px;
	/* text-transform: uppercase; */
}

.step2-head-text p {
	font-size: 16px;
	font-weight: 500;
	width: 90%;
	line-height: 22px;
}

.step2-texttt {
	text-align: center;
}

.step2-texttt p {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 46px;
	margin-top: 52px;
}

.step2-slide {
	padding: 0px !important;
}

.step2-item {
	width: 100%;
	height: unset;
	/* padding: 0px 10px; */
	text-align: unset;
}

.step2-item img {
	/* position: unset;
	width: 100%;
	height: 312px;
	filter: unset;
	object-fit: cover; */
}

.step2-item .wrap-img {
	padding-bottom: 120%;
}

.step2-item h2 {
	font-size: 16px;
	color: var(--red-theme);
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.step2-item p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin-top: 5px;
}

.step2-button {
	text-align: center;
}

.step2-button button {
	background-color: var(--button);
	border: none;
	border-radius: 5px;
	padding: 0px 30px;
	height: 60px;
	width: auto;
	color: var(--white);
	font-weight: bold;
	margin-top: 30px;
}

.step2-button button:hover {
	background-color: var(--red-theme);
}

.step2-endtext {
	text-align: center;
}

.step2-endtext p {
	font-size: 16px;
	margin-top: 30px;
	font-weight: 500;
}

/* step3 ----------------------------------- */

.step3 {
	background-color: var(--white);
	padding: 50px 0px 53px;
}

.step3 .wrap {
	max-width: 1840px;
	margin: 0 auto;
}

.step3-img img {
	width: 84%;
	float: right;
	padding-right: 15px;
	/* padding: 20px 20px 20px 40px; */
}

.step3-text {
	text-align: center;
	width: 85%;
	padding-left: 15px;
}

.step3-text span {
	color: var(--red-theme);
	font-size: 16px;
	margin-bottom: 30px;
	margin-top: 3px;
}

.step3-text h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 35px;
}

.step3-text p {
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 22px;
	font-weight: 500;
}

.step3-text button {
	background-color: var(--button);
	border: none;
	border-radius: 5px;
	padding: 0px 35px;
	height: 45px;
	width: auto;
	color: var(--white);
	font-weight: bold;
}

.step3-text button:hover {
	background-color: var(--red-theme);
}


/* discover =============================== */

.discover {
	padding-bottom: 50px;
	background-color: var(--white);
}

.discover .wrap {
	max-width: 1230px;
	margin: 0 auto;
}

.discover-slide {
	padding: 0px 10px;
}

.discover-content {
	text-align: center;
}

.discover-content p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 30px;
}

.discover-slide-item {
	/* width: 90% !important; */
	background-color: var(--background3);
	height: 380px;
	text-align: center;
	padding: 10px 21px;
	/* padding-top: 10px; */
	/* margin: auto; */
}

.discover-slide-item h1 {
	font-size: 30px;
	height: 70px;
}

.discover-slide-item h3 {
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 40px;
	color: var(--black);
	padding: unset;
	position: unset;
	width: unset;
	font-weight: 500;
}

.discover-slide-item ul li {
	font-size: 14px;
	text-align: left;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
}

.discover-slide-item ul li::before {
	content: url(./img/pagedetail.svg);
	display: block;
	position: absolute;
	left: -15px;
	top: 1px;
}

.discover-slide-item ul {
	list-style: none;
}



/* ask-question--------------------------- */

.ask-question {
	padding-bottom: 50px;
	background-color: var(--white);
	padding: 80px 0 40px;
}

.ask-question .wrap {
	max-width: 1000px;
	margin: auto;
}

.aqh-title h2 {
	font-size: 33px;
	font-weight: 600;
	margin: 0 0 40px;
}

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

.aq-title h1 {
	font-size: 30px;
}

.aq-title {
	width: 100%;
	background-color: var(--white);
	border: none;
	border-bottom: 2px solid var(--red-theme);
	height: 71px;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 6px;
}

.aq-title a {
	color: var(--black);
}

.aq-title a:hover {
	text-decoration: none;
}

.aq-title svg {
	float: right !important;
	transition: all 0.35s;
	margin-top: 5px;
}

.aq-box {
	margin: 0 !important;
	border-bottom: none !important;
	overflow: hidden;
}

.aq-box.active .aq-svg {
	transform: rotate(180deg);
}

.aq-box.active .aq-body {
	transform: translateY(0);
	transition: all 0.35s;
	height: auto;
}

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

.aq-heading {
	border-bottom: none !important;
	position: relative;
	z-index: 1;
	width: 77%;
	margin: 0px auto;
}

.aq-body {
	position: relative;
	z-index: 0;
	padding: 10px 115px;
	transform: translateY(calc(-100% + 60px));
	overflow: auto;
	transition: all 0.35s;
	height: 0px;
}

.aq-body::-webkit-scrollbar {
	width: 2px;
}

.aq-body h3 {
	font-size: 16px;
	font-weight: bold;
}

.aq-body p {
	font-size: 16px;
	font-weight: 500;
}

.aq-body p a {
	color: var(--red-theme);
}

.aq-body p a:hover {
	text-decoration: none;
}

.aq-body::-webkit-scrollbar-track {
	box-shadow: none;
	border-radius: 10px;
}

.aq-body::-webkit-scrollbar-thumb {
	background: var(--red-theme);
	border-radius: 10px;
}

.aq-body::-webkit-scrollbar-thumb:hover {
	background: var(--red-theme);
}

/* /////////////////blog///////////////////////////*/


/*header-background-------------------*/

.blog-background-content {
	height: 430px;
	/* margin-bottom: 80px; */
}

.blog-top {
	height: 50px;
	margin-bottom: 25px;
}

.back-blogs {
	padding-top: 15px;
}

.back-blogs svg {
	margin-right: 5px;
	margin-bottom: -2px;
}

.bc-slide-item img {
	max-height: 430px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.blog-summary {
	position: absolute;
	top: calc(10% + 7px);
	right: 6%;
	z-index: 1;
	background-color: var(--white);
	height: 78%;
	width: calc(51% + 10px);
	padding: 45px 50px;
	overflow: hidden;
}

.blog-summary h2 {
	font-size: 38px;
	font-weight: bolder;
	margin-top: 10px;
	line-height: 47px;
	margin-top: 5px;
}

.blog-summary h3 {
	font-size: 15px;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 0px;
}

.blog-summary p {
	font-size: 16px;
	font-weight: 500;
	margin-top: 10px;
	max-height: 90px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.bc-span span {
	font-size: 12px;
	font-weight: 400;
	color: var(--gray-span);
	margin-right: 50px;
	/* margin-top: 7px; */
}


/* body----------------------------- */

/* menu-blog --------------------------------- */

.blog-menu .wrap,
.blogbb .wrap,
.blogbb-tab .wrap {
	max-width: 1840px;
	margin: 0 auto;
}

.blogbb-tab {
	margin-top: -40px;
}

.blog-menu {
	width: 100%;
	background-color: var(--white);
	padding: 70px 15px 40px;
}

.blog-menu-item {
	display: inline-block;
	/* margin-right: 20px; */
}

.blog-tab {
	border: none;
	color: var(--white) !important;
	width: max-content;
	padding-left: 0px;
	padding-bottom: 0px;
}

.blog-tab li a {
	border: none;
}

.blog-tab li a:hover {
	background-color: var(--white);
	border: none;
}

.blog-tab-item {
	border-bottom: 1px solid var(--grayText2);
	overflow-x: scroll;
}

.blog-tab-item::-webkit-scrollbar {
	display: none;
}

.tab-home {
	width: 100px;
	text-align: center;
}

.b-homebox {
	height: 85vh;
}

.blog-tab-button {
	position: absolute;
	z-index: 1;
	right: 0px;
	bottom: 5px;
}

.blog-tab-button button {
	background-color: var(--white);
	color: var(--button);
	border: none;
	font-size: 18px;
	font-weight: bold;
	margin-left: 15px;
	width: 200px;
	height: 60px;
	padding: 10px 20px;
}

.blog-tab-button button p {
	/* float: left; */
	/* margin-bottom: 12px; */
	display: inline-block;
	font-size: 22px;
}

.blog-tab-button button svg {
	margin-top: 15px;
}

.blog-tab li {
	margin-bottom: 0px;
	white-space: nowrap;

}

.blog-tab>li>a {
	color: var(--grayText2);
	font-weight: 500;
	font-size: 16px;
	white-space: nowrap;
	/* margin-right: 10px; */
	padding: 0px 25px;
	text-transform: uppercase;
}

.blog-tab>li.active>a,
.blog-tab>li.active>a:focus,
.blog-tab>li.active>a:hover {
	color: var(--black);
	border: none;
	border-bottom: 3px solid var(--red-theme);
	padding-bottom: 11px;
}

/* search-modal ---------------------------------- */

#myModal3 {
	height: 100vh;
	width: 100%;
	background-color: var(--white);
	opacity: 0.8;
	transition-duration: 0.5s;
}

.news-search-box {
	margin: auto;
	text-align: center;
	margin-top: 40vh;
	opacity: 1;
}

.m-search-content input {
	border: none;
	border-bottom: 3px solid var(--red-theme);
	width: 30%;
	margin: auto;
	height: 60px;
	padding: 20px;
	outline: none;
}

.m-search-content input::placeholder {
	font-size: 18px;
	font-weight: 500;
}

.m-search-content button {
	border: none;
	border-bottom: 3px solid var(--red-theme);
	height: 60px;
	background-color: var(--white);
	display: inline-block;
	margin-left: -5px;
	padding-bottom: 6px;
	color: var(--red-theme);
	font-size: 18px;
	font-weight: bolder;
}

.tags h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}



.dau-x {
	position: absolute;
	top: 5%;
	right: 5%;
	z-index: 3;
}

.dau-x button {
	border: none;
	background-color: var(--white);
	color: var(--red-theme);
	font-size: 60px;
	cursor: pointer;
}

/* footer-number ------------------------------- */

.blogs-number {
	text-align: center;
	padding: 50px 0px;
}

.blogs-number ul {
	padding-left: 0;
}

.blogs-number ul li {
	display: inline-block;
	border: 2px solid var(--red-theme);
	width: 25px;
	height: 25px;
	margin: 0px 5px;
	cursor: pointer;
}

.blogs-number ul li a {
	color: var(--black);
	font-weight: bolder;

}

.blogs-number ul li a:hover {
	text-decoration: none;
}



/* blog --------------------------------- */
.blogbb {
	background-color: var(--white);
	padding: 80px 0;
}

.blog-a:hover {
	text-decoration: none;
}

.blog-a:hover h3 {
	color: var(--red-theme);
}

.blog-item .wrap-img {
	padding-bottom: 60%;
}

.blog-item img {
	width: 100%;
	object-fit: cover;
}

.blog-item {
	background-color: var(--white);
	/* max-height: 450px; */
	margin: 0px 0px 50px;
	/* max-height: 380px; */
}

.blog-item .news-date {
	color: var(--gray-span);
	margin: 13px 2px 5px;
	font-size: 12px;
}

.blog-item .news-title {
	font-size: 18px;
	margin: 10px 2px 5px;
	font-weight: bolder;
	color: var(--black);
	line-height: 21px;
	height: 45px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: var(--transition);
}

.blog-item:hover .news-title {
	color: var(--red-theme);
}

.blog-item .news-des {
	font-size: 14px;
	/* padding: 0px 2px 15px; */
	font-weight: 500;
	color: var(--black);
	line-height: 23px;
	/* margin-top: 10px; */
	height: 70px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	height: 92px;
}



.blog-title h3 {
	color: var(--red-theme);
	font-size: 18px;
	padding: 5px 54px 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
	margin-top: 0px;
}


/*/////////////// blog-item ///////////////////////////////// */

/*header-background-------------------*/

.bi-header-background img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
}


/* body ------------------------------- */

/* - blog-detail -0--- ---------------------- */

.blog-detail {
	width: calc(80% + 40px);
	background-color: var(--white);
	position: absolute;
	top: 400px;
	left: calc(10% - 20px);
	text-align: center;
}

.blog-detail-item {
	padding: 60px 0px 0px;
}

.blog-detail-item a {
	color: var(--black);
	font-size: 16px;
	/* margin-top: 10px; */
	font-weight: 600;
	text-transform: uppercase;
}

.blog-detail-item h1 {
	font-size: 30px;
	font-weight: bold;
	margin-top: 0px;
	text-transform: uppercase;
}

.newdetail-des p {
	font-size: 18px;
	padding: 20px 0px 0px;
	width: 70%;
	margin: auto;
	margin-bottom: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.bd-credit p {
	font-size: 13px;
	font-weight: 500;
	padding: 0;
	color: var(--gray-span);
}


/* .blog-content ------------------ */
.blog-content {
	background-color: var(--white);
	padding-top: calc(10% + 10px);
	padding-bottom: 85px;
}

.blog-content.review-content {
	padding: 60px 0;
}

.blog-content .wrap {
	max-width: 730px;
	margin: auto;
}

.back-blogs a {
	font-size: 16px;
	color: var(--red-theme);
	font-weight: bold;
}

.back-blogs a:hover {
	text-decoration: none;
	color: var(--gray-span);
}

.share {
	/* width: 100%; */
	position: relative;
	overflow: hidden;
}

.share-button {
	float: right;
	background-color: var(--black);
	color: var(--white);
	height: 42px;
	width: 40px;
	border: none;
	border-radius: 3px;
	position: relative;
	z-index: 2;
}

.hid-share-button {
	float: right;
	height: 42px;
	width: 40px;
	border: none;
	border-radius: 3px;
	margin: 0 1px;
}

.hid-button {
	position: absolute;
	right: 42px;
	transform: translateX(33%);
	transition: all 0.35s linear;
	width: 126px;
	height: 44px;
	opacity: 0;
	visibility: hidden;
}

.share.active .hid-button {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}



.hsb1 {
	background-color: var(--background6);
}

.hsb2 {
	background-color: var(--background7);
}

.hsb3 {
	background-color: var(--background8);
}

.share button svg {
	margin-top: 5px !important;
}


.title h1 {
	float: left;
	font-size: 70px;
	margin: 0px;
	color: var(--red-theme);
}

.title p {
	padding-top: 10px;
	padding-left: 55px;
	font-size: 17px;
	font-weight: 500;
	line-height: 22px;
}

.title p a {
	color: var(--red-theme);
	font-size: 17px;
	font-weight: 500;
}

.title p a:hover {
	color: var(--gray-span) !important;
	text-decoration: none;
}

.content p a:hover {
	color: var(--gray-span) !important;
	text-decoration: none;
}

.content ul {
	margin: 20px 0px;
}

.content ul li {
	/* font-weight: 600; */
	font-size: 17px;
	margin: 0 0 10px;
}

.content p {
	font-size: 17px;
	margin: 0 0 10px;
}

.content h4 {
	font-size: 17px;
	font-weight: 800;
}

.content h1 {
	font-size: 25px;
	font-weight: bolder;
	margin: 0px 0px 30px;
}

.content h2 {
	font-size: 20px;
	font-weight: bolder;
	margin: 15px 0px;
}

.content h3 {
	font-size: 18px;
	font-weight: 800;
	margin: 10px 0;
}

.content p a {
	color: var(--red-theme);
}

.content img {
	width: auto !important;
	height: auto !important;
	margin: 15px 0px;
	max-width: 100%;
}

.content {
	margin-bottom: 50px;
	overflow: hidden;
}

/* tags ------------------------------------- */

.like-button button {
	float: right;
	border: none;
	background-color: var(--white);
	margin-bottom: 15px;
	color: var(--black);
	border-radius: 5px;
	font-size: 12px;
	height: 35px;
	width: auto;
	padding: 10px 5px;
	margin: 6px 6px 9px;
}

.like-button button svg {
	margin-right: 7px;
	margin-bottom: -3px;
}

.tags .wrap {
	max-width: 940px;
	margin: auto;
}

.tag-item {
	border-top: 1px solid var(--black);
}

.modal-forgotPass .modal-content {
	background-color: var(--white);
}


/* footer-slider -------------------------- */
.footer-silder {
	background-color: var(--white);
	padding: 60px 0px 105px;
}

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

.slider-title h2 {
	font-size: 30px;
	padding-bottom: 40px;
}

.slide-c-item {
	text-align: center;
	transition-duration: 0.5s;
	position: relative;
}

.slide-c-item .wrap-img {
	padding-bottom: 60%;
}

.slide-c-item img {
	filter: brightness(0.5);
}

.slide-c-item h2 {
	font-size: 22px;
	color: var(--white);
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	margin: 0;
}

.hidden-text {
	/* display: none; */
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: var(--bgHidden);
	z-index: 2;
	transition: all 0.5s;
}

.hid-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}

.hidden-text .des {
	color: var(--white);
	font-size: 16px;
	margin: 0px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.hidden-text span {
	color: var(--white);
	font-size: 18px;
}

.hidden-text h3 {
	color: var(--white);
	font-size: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 10px 0 10px;
}

.slide-c-item:hover {
	opacity: 1.0;
}

.slide-c-item:hover h2 {
	display: none;
}

.slide-c-item:hover .hidden-text {
	display: block;
	opacity: 1;
	transform: scale(1);
}

.s-select1 {
	margin-bottom: 30px;
}

.search-title {
	padding: 30px;
}

.search-title h1 {
	margin-bottom: 50px;
	font-size: 32px;
}

.blog-tab-sbutton {
	margin-top: 30px;
	position: unset;
}




/* login=-================================ */




.login {
	background-color: var(--white);
	position: absolute;
	top: calc(20% + 5px);
	right: calc(20% + 5px);
	height: auto;
	width: 369px;
	padding: 9px;
	border-radius: 5px;
	z-index: 2;
}

.login-register {
	top: 10%;
	height: 80%;
	overflow: auto;
}

.login-register .login-caption p {
	margin-top: 15px;
}

.logos-login img {
	height: auto;
	width: 175px;
	margin: 15px 0px 20px;
}

.modal-forgotPass img {
	height: auto;
	width: 175px;
	margin: 15px 0px 20px;
}

.L-lang button {
	width: 100px;
	height: 35px;
	background-color: var(--white);
	border: 1px solid var(--background2);
	border-radius: 5px;
	position: relative;
	right: 0;
	top: 25px;
}

.L-lang ul {
	background-color: var(--background1);
	border: 1px solid var(--black);
	border-radius: 5px;
}

#l-button:active {
	outline: 0;
	box-shadow: none;
}

.dropdown-menu {
	min-width: 100px;
	left: 17px;
	top: 60px;
}

.L-lang ul {
	text-align: center;
}

.L-lang ul a {
	color: var(--black) !important;
}

.L-lang ul a:hover {
	text-decoration: none;
	color: var(--red-theme);
}

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

.login-title h1 {
	font-size: 28px;
	margin-top: 0px !important;
}

.login-caption p {
	font-size: 12px;
	color: var(--text7);
	margin-top: 20px;
}

.username,
.password,
.yourname,
.email-register,
.enter-password,
.re-password,
.fullname,
.phone,
.forgotpassword {
	position: relative;
}

.username label,
.password label,
.yourname label,
.email-register label,
.enter-password label,
.re-password label,
.fullname label,
.phone label,
.forgotpassword label {
	position: absolute;
	top: 14px;
	left: 15px;
	background: var(--white);
	color: var(--grayText);
	z-index: 2;
}

.username input:focus+label,
.password input:focus+label,
.yourname input:focus+label,
.email-register input:focus+label,
.enter-password input:focus+label,
.re-password input:focus+label,
.fullname input:focus+label,
.phone input:focus+label,
.forgotpassword input:focus+label {
	color: var(--red-theme);
}

.username input,
.password input,
.yourname input,
.email-register input,
.enter-password input,
.re-password input,
.fullname input,
.phone input,
.forgotpassword input {
	width: 100%;
	border-radius: 5px;
	border: 1px solid var(--background2);
	height: 45.84px;
	outline: none;
	margin: 26px 0px 11px;
	padding-left: 15px;
	padding-right: 35px;
}

.username input:focus,
.password input:focus,
.yourname input:focus,
.email-register input:focus,
.enter-password input:focus,
.re-password input:focus,
.fullname input:focus,
.phone input:focus,
.forgotpassword input:focus {
	border: 1px solid var(--red-theme);
}

.password img,
.enter-password img,
.re-password img {
	position: absolute;
	z-index: 1;
	right: 5px;
	top: 31px;
	padding: 12px;
}

.password img:hover,
.enter-password img:hover,
.re-password img:hover {
	cursor: pointer;
}

.password .hide,
.enter-password .hide,
.re-password .hide {
	display: none;
}

.forgotpassword::before {
	content: "Email";
	position: absolute;
	top: 17px;
	left: 20px;
	z-index: 3;
	background: var(--white);
	color: var(--grayText);
	font-weight: 600;
	/* font-size: 16px; */
}

.submit-button-div {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.logos-login2 {
	padding: 20px 20px 0px;
	text-align: center;
}

.cls-btn-login {
	position: absolute;
	top: 15px;
	right: 10px;
	z-index: 3;
	border: none;
	color: var(--red-theme);
	font-size: 40px;
	font-weight: 500;
	background: var(--white);
}

.login_submit {
	width: 100%;
	height: 40px;
	background-color: var(--button);
	border: none;
	border-radius: 5px;
	color: var(--white);
	margin-top: 11px;
}

.login_submit {
	background-color: var(--red-theme);
}

.quenmk-btn {
	width: 95%;
}

.login-register::-webkit-scrollbar {
	width: 6px;
}

/* Track */
.login-register::-webkit-scrollbar-track {
	box-shadow: none;
	border-radius: 10px;
}

/* Handle */
.login-register::-webkit-scrollbar-thumb {
	background: var(--gray-span);
	border-radius: 10px;
}


.forgot-password {
	text-align: right;
}

.sign-up,
.forgot-password,
.back-login {
	margin-top: 6px;
	margin-bottom: 20px;
}

.back-login {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

.sign-up a {
	color: var(--red-theme);
	font-weight: bold;
	font-size: 14px;
}

.back-login a {
	color: var(--red-theme);
	font-weight: bold;
	font-size: 14px;
}

.forgot-password a {
	color: var(--red-theme);
	font-weight: bold;
	font-size: 14px;
}

.modal-forgotPass .modal-body {
	text-align: center;
}

.modal-forgotPass .modal-body h2 {
	margin: 0px 0px 30px;
}

.modal-forgotPass .modal-body p {
	width: 95%;
	text-align: center;
	margin: 0px auto;
}

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

.add-item-body {
	text-align: center;
}

.add-item-body button {
	width: 95%;
	margin: 20px 0px;
	text-align: center;
	border: none;
	background-color: var(--red-theme);
	color: var(--white);
	padding: 8px;
	border-radius: 3px;
	margin-top: 30px;
}

.add-item1 {
	margin-top: 20px;
	position: relative;
}

.add-item2 {
	margin-top: 25px;
	position: relative;
}

/* pagination  */
.pagination-box {
	padding: 30px 0 15px;
	text-align: center;
}

.pagination-box div {
	display: inline-block;
	margin: 0 5px 5px;
}

.pagination-box div a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid var(--red-theme);
	background-color: transparent;
	color: var(--red-theme);
	transition: all .3s linear;
	vertical-align: middle;
	padding-top: 9px;
	text-align: center;
}

.pagination-box .current a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid var(--red-theme);
	transition: all .3s linear;
	vertical-align: middle;
	padding-top: 9px;
	text-align: center;
	background-color: var(--red-theme);
	color: var(--white);
}

.pagination-box div a:hover {
	background-color: var(--red-theme);
	color: var(--white);
}

/* pagination end */

.breadcrumb li:last-child a {
	pointer-events: none;
}

.breadcrumb {
	color: var(--text8);
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	background-color: var(--white);
}

.footer-breadcrumb {
	color: var(--white);
	font-weight: 600;
	font-size: 15px;
	text-transform: unset;
	background-color: var(--black);
	margin-bottom: 23px;
}

.footer-breadcrumb ol {
	list-style: none;
	padding: 0px;
	margin-left: 5px;
}

.footer-breadcrumb li {
	display: inline-block;
}


.breadcrumb-item a {
	color: var(--text8);
}

.footer-breadcrumb .breadcrumb-item a {
	color: var(--white);
	margin-right: 2px;
	font-size: 14px;
}

.footer-breadcrumb .breadcrumb-item svg {
	margin-bottom: -2px;
	margin-right: 9px;
}

.footer-breadcrumb .breadcrumb {
	background-color: var(--black);
}

.net {
	padding: 0px;
}

.login-button button {
	margin: 20px 0px;
	width: 100%;
	height: 45px;
	color: var(--white);
	background: var(--red-theme);
	border: none;
	border-radius: 5px;
}

.footer-menu-main {
	margin-left: 10px;
}

.footer-social-box {
	margin-top: 25px;
}

input::-ms-reveal,
input::-ms-clear {
	display: none;
}

.custom-col-pr-option {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.svg-div {
	display: none;
}

.step-silde-custom {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/* toiuu  */

.toiuu .owl-carousel {
	display: block;
}

.toiuu .owl-carousel .item {
	display: none;
}

.toiuu .owl-carousel .item:first-child {
	display: block !important;
}

/* toiuu end */

@media only screen and (min-width: 1900px) {
	.pr-custom {
		padding-right: 5px;
	}
}

@media (min-width: 1921px) and (max-width: 2560px) {
	/*//////////////////////// index.php ////////////////////////// */

	.background-content .b-home-title {
		width: 40%;
	}

	.background-content p {
		padding: 30px 0px;
		width: 20%;
	}

	/*//////////////////////// contact.php ////////////////////////// */
	.ct-background-content p {
		padding: 30px 0px;
		width: 20%;
	}


	/*//////////////////////// membership.php ////////////////////////// */

	.ms-background-content p {
		padding: 30px 0px;
		width: 20%;
	}

	.full-access .wrap {
		margin: auto;
	}
}

@media (min-width: 1281px) and (max-width: 1920px) {
	/*//////////////////////// index.php ////////////////////////// */

	.background-content .b-home-title {
		width: 40%;
	}

	.background-content p {
		width: 25%;
	}

	/*//////////////////////// contact.php ////////////////////////// */

	.ms-background-content p {
		width: 30%;
	}

	.full-access .wrap {
		margin: auto;
	}
}

@media only screen and (max-width: 1600px) {
	.background-content {}

	.background-content .b-home-title {
		font-size: 48px;
		line-height: 57px;
	}
}

@media (min-width: 1281px) and (max-width: 1400px) {
	.background-content .b-home-title {
		width: 60%;
	}

	.background-content p {
		width: 40%;
	}
}

@media (min-width: 1201px) and (max-width: 1280px) {
	/*//////////////////////// index.php ////////////////////////// */

	.background-content p {
		width: 40%;
	}



	/*//////////////////////// contact.php ////////////////////////// */

	.ct-background-content p {
		width: 40%;
	}

	/*//////////////////////// membership.php ////////////////////////// */

	.ms-background-content p {
		width: 40%;
	}
}

@media only screen and (max-width: 1245px) {

	.skew-item .wrap {
		max-width: 1000px;
	}

	.skew-box {
		transform: unset;
	}

	.skew-box img {
		transform: unset;
		z-index: 0;
	}

	.skew-div {
		margin: 0px;
	}

	.sk-big {
		transition-duration: 0.35s;
		max-width: 320px;
		max-height: 320px;
		margin-left: 0px;
	}

	.sk-small {
		transition-duration: 0.35s;
		max-width: 300px;
		max-height: 300px;
		margin-top: 10px;
	}

	/* .sk-link:hover .skew-hidden .sk-hid-title {
    margin-top: 60px;
  } */

	.sk-link.active .sk-small {
		transform: unset;
	}

	.sk-link:hover .skew-hidden p {
		transform: unset;
	}

	.sk-link:hover .skew-hidden button {
		transform: unset;
	}

	.step3-text h2 {
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.step3-text span {
		margin-bottom: 15px;
	}

	.step3-text p {
		margin-bottom: 15px;
	}

	.step3-img img {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 1222px) {

	/*//////////////////////// blogs.php ////////////////////////// */
	.blog-summary h2 {
		font-size: 20px;
	}

	.blog-summary {
		right: 5%;
	}

	/* blog-item /////////////////////////// */
	.blog-detail {
		position: relative;
		top: 0;
		width: 100%;
		left: 0px;
		padding: 0px 15px;
	}

	.blog-content {
		padding: 0px 15px;
	}
}

@media only screen and (max-width: 1200px) {
	.logout-text {
		display: none !important;
	}

	.content {
		margin-top: 20px;
	}

	.owl-nav {
		display: none;
	}

	.modal-mainmenu .modal-title {
		margin: 40px 0 30px;
	}

	.ngan-cach {
		margin-left: 25px;
	}
}

@media only screen and (max-width: 980px) {
	.skew-div {
		display: block;
		width: 100%;
	}

	.sk-big {
		transition-duration: 0.35s;
		max-width: unset;
		width: 100%;
		max-height: 300px;
		margin: 15px 0px;
	}

	.sk-small {
		transition-duration: 0.35s;
		max-width: unset;
		width: 100%;
		max-height: 300px;
		margin: 15px 0px;
	}

	.skew-box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		left: 0px;
	}

	.skew-mb {
		display: block;
		position: absolute;
		z-index: 1;
		bottom: 0px;
		left: 0px;
		padding: 15px;
	}

	.sk-big .skew-mb {
		text-align: right;
	}

	.skt {
		display: none;
	}

	.skew-mb-item h3 {
		color: var(--white);
		font-weight: 600;
	}

	.skew-mb-item p {
		color: var(--white);
		font-size: 16px;
	}

	.skew-mb-item button {
		border: 1px solid var(--white);
		background: none;
		color: var(--white);
		padding: 8px 15px;
	}
}

@media only screen and (max-width: 950px) {
	.blog-tab-button {
		bottom: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.skew-item {
		padding: 40px 0 20px;
	}

	.modal-padding {
		padding: 0;
	}

	.logo-modal img {
		height: auto;
		width: 100px;
	}

	.top-carousel {
		padding: 60px 0 40px;
	}

	.preview-button button {
		margin-top: 30px;
	}

	.aq-title {
		font-size: 14px;
	}

	.aq-heading {
		width: 94%;
	}

	.price-pdetail p {
		padding: 0px;
		font-size: 28px;
	}

	.step-item-left {
		padding: 30px 0px 30px 0px;
	}

	.step-item-right {
		padding: 30px 0px 30px 0px;
	}

	.footer-lang-item .country-list {
		top: 110%;
	}

	.modal-mainmenu .modal-title img {
		width: 100%;
	}

	.aq-body {
		padding: 0px 50px;
	}

	.custom-col1 {
		padding-right: 15px;
	}

	/*//////////////////////// index.php ////////////////////////// */
	.background-content {
		top: 40%;
	}

	.user-signin p {
		display: none;
	}

	.user-main a {
		margin: 25px 15px;
	}

	.modal-mainmenu .modal-menu-custom {
		margin: 15px 0;
	}

	/* header ------------------------ */

	.header {
		background: none;
		background-color: var(--red-theme);
		height: 52px;
	}

	.logo-mobile {
		display: block;
	}

	.logo-mobile img {
		display: block;
	}

	.header-user {
		margin: 15px 0px 0px;
		text-align: center;
	}

	.header-user a {
		margin: 0px 5px;
	}


	.header-user button {
		width: 38px;
		height: 18px;
	}

	.header-user button svg {
		width: 25px;
		height: 20px;
		margin-bottom: -3px;
	}

	.header-user-button button {
		background-color: var(--red-theme);
		margin: 0px;
	}

	.header-user-login {
		margin: 0px;
	}

	.header-user-login a {
		font-size: 14px;
	}

	/* .modal-title----------------- */

	.logo2 {
		display: none;
	}

	.ngan-cach {
		display: none;
	}

	.user-main {
		padding-top: 0px;
		margin-right: 0;
	}

	.user-close {
		margin-top: 20px;
		font-size: 23px;
		margin-right: 0;
	}

	.lang button span {
		margin: 0px;
	}

	.lang {
		right: 20px;
	}

	.lang button {
		margin-top: 0px;
	}

	.modal-item {
		margin-top: 50px;
		padding: 0px 20px;
	}

	.menu-lead {
		cursor: pointer;
	}

	.menu-lead svg {
		display: inline-block !important;
		margin-left: 15px;
		margin-bottom: 3px;
	}

	#micon1,
	#micon2,
	#micon3,
	#micon4 {
		transition: all 0.35s;
	}

	/* .modal-menu-custom .menu-item {
		height: 0;
		transform: translateY(-100%);
		overflow: hidden;
		transition: all 0.35s;
		opacity: 0;
		visibility: hidden;
	} */

	.modal-menu-custom {
		margin: 15px 0px;
	}

	.modal-title {
		width: 100%;
		margin: 0px;
	}

	/* affix---------------------- */
	.affix {
		background-color: var(--color6);
		height: 52px;
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}

	.affix .logos .logo-pc {
		display: none;
	}

	.affix .logos .logo-scroll {
		display: block;
		width: 126px;
		height: 42px;
		margin: 5px 0px;
	}

	.affix .logos .logo-mobile {
		display: none;
	}

	.affix .header-user {
		margin: 0px;
		margin-top: 15px;
	}

	.affix .header-mmenu-btn2 {
		transform: translateY(2px);
	}

	.affix .header-user a {
		color: var(--red-theme);
	}


	.background-content .b-home-title {
		font-size: 28px;
		line-height: 36px;
		width: 90%;
		margin: auto;
	}

	.background-content p {
		font-size: 16px;
		padding: 15px 0px 10px;
		width: 90%;
		line-height: 26px;
	}

	.header-background button {
		height: 57.14px;
		width: 177.5px;
		margin-top: 5px;
		font-size: 12px;
	}



	/* .preview ---------------- */
	.preview-box {
		padding: 20px 0px 40px;
		margin-bottom: -1px;
	}

	/* .preview-text {
    padding-top: 17px;
    padding-bottom: 9px;
  } */

	.preview-content {
		text-align: center;
	}

	.preview-content h1 {
		font-size: 35px;
		line-height: 43px;
		margin-bottom: 0px;
	}


	.preview-content p {
		text-align: left;
	}

	.preview-option p {
		font-size: 16px;
		width: 100%;
		font-weight: 600;
	}

	.preview-icon {
		margin: 0px 15px 0px 0px;
	}

	.video-title {
		top: 43%;
	}

	.video-title p {
		font-size: 15px;
		margin-top: 7px;
	}

	.preview-button {
		margin-top: 0px;
		margin-bottom: 20px;
	}

	.preview-video {
		height: unset;
	}

	.preview-video img {
		height: 100%;
		margin-top: 0px;
	}

	#pc-p {
		margin: 8px 0px 8px !important;
		font-weight: 600;
		font-size: 16px;
	}

	/* body-content --------------------- */
	.body-content-video {
		padding: 40px 0;
	}

	.body-content-text h2 {
		font-size: 28px;
		line-height: 36px;
		margin-top: 4px;
	}

	.body-content-text h3 {
		font-size: 20px;
		margin-top: 8px;
	}

	.body-content-text p {
		font-size: 15px;
		margin-top: 7px;
		margin-bottom: 7px;
	}

	.body-content-button button {
		font-size: 12px;
		margin: 15px 0px 0px;
	}

	.body-video-thumb {
		margin-bottom: 30px;
		height: 200px;
	}

	.body-content-box {
		height: 200px;
	}

	.body-content-box img {
		margin: 20px 0px 0px;
	}

	.body-content-box p {
		margin: 15px auto 0px;
	}



	/* top-carousel---------------- */
	.top-carousel-title h2,
	.top-carousel-title h1 {
		font-size: 28px;
		width: 100%;
		margin: 0px auto 40px;
		line-height: 36px;
	}

	.top-carousel-title p {
		margin-top: 8px;
		margin-bottom: 30px;
	}

	.top-carousel-title h3 {
		font-size: 14.25px;
		width: 100%;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.topc-item {
		width: 100%;
	}

	.top-carousel-button button {
		width: 180px;
		height: 55px;
		font-size: 12px;
		margin-top: 30px;
		margin-bottom: 0px;
	}


	/* gym-club------------------ */
	.gym-club {
		padding: 40px 0px 20px;
	}

	.gym-club-title h2 {
		font-size: 28px;
		width: 100%;
		margin: auto;
		line-height: 36px;
	}

	.mobile-title h2 {
		font-size: 32px;
	}

	.navigation-icon {
		display: none;
	}

	.gym-club-title p {
		font-size: 14.25px;
		width: 100%;
		margin: 10px auto 30px;
		line-height: 22px;
	}

	.gym-club-button button {
		font-size: 12px;
		margin-top: 30px;
		height: 55px;
		width: 155px;
	}

	.topc-item h3 {
		font-size: 22px;
		padding: 30px 0px 10px;
	}

	/* mobile-app ------------------------ */
	.mobile-app-img {
		text-align: center;
	}

	.mobile-app-img img {
		width: 90%;
		height: 100%;
		margin: 25px auto 0px;
	}

	.mobile-title {
		text-align: center;
		width: 100%;
		margin: auto;
	}

	.mobile-title h1 {
		font-size: 30px;
		line-height: 40px;
		width: 80%;
		margin: 40px auto 15px;
	}

	.mobile-title p {
		margin: 0px;
	}

	/* .blog-articles */
	.blog-articles-title h2 {
		margin: 0px;
		font-size: 28px;
		line-height: 36px;
	}

	.blog-articles-title p {
		margin-top: 5px;
	}

	.blog-articles-content img {
		margin: 0px !important;
		height: 192px;
	}

	.blog-articles-content h3 {
		margin: 10px 0px 2px;
	}

	.blog-articles-button {
		margin-top: 7px;
	}

	/* footer------------------------ */
	.footer-content {
		padding: 40px 0px 20px;
	}

	#lang-btn {
		margin: 0px 0px 32px;
	}

	.mobile-qr {
		text-align: center;
		margin-bottom: 60px;
		margin-top: 20px;
	}

	.fmenu-lead svg {
		display: block;
	}

	.fmenu-lead {
		cursor: pointer;
	}

	.footer-menu-custom {
		margin: 0 0 10px;
		padding-bottom: 5px;
	}

	.footer-menu-custom h4 {
		margin: 10px 0px 5px;
	}

	.footer-content .wrap {
		max-width: unset;
	}

	/* .fmenu-item {
		height: 0;
		transform: translateY(-100%);
		overflow: hidden;
		transition: all 0.35s;
		opacity: 0;
		visibility: hidden;
	} */

	#fmicon1,
	#fmicon2,
	#fmicon3 {
		transition: all 0.35s;
	}

	.footer-right {
		margin-left: 0;
	}

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

	.footer-img img {
		width: 140px !important;
		height: 45px !important;
	}

	.footer-content-icon-div {
		margin: 0 15px 0 0;
	}

	.footer-right button {
		margin: 0px 0px 15px;
	}

	.end-content-end {
		margin: 40px 0px 0px;
	}



	/* p-video -------------------------- */
	.modal-ytb .modal-body iframe {
		height: 30vh;
	}

	.p-video {
		/* height: 30vh; */
		margin-top: 50%;
		width: 90%;
	}

	/*//////////////////////// contact.php ////////////////////////// */

	/* header-background------------- */


	.ct-header-background {
		width: 100%;
		height: 40vh;
		padding: 0;
		margin: 0;
	}

	.ct-background-content {
		padding-top: 50px;
		width: 200px;
		max-width: 100%;
	}

	.ct-background-content h1 {
		font-size: 28px;
		line-height: 36px;
		/* width: 80%; */
		margin: 0 auto;
	}

	.ct-background-content p {
		font-size: 16px;
		padding: 15px 0px;
		line-height: 22px;
	}

	.ct-header-background button {
		height: 57.14px;
		width: 177.5px;
		margin-top: 10px;
		font-size: 12px;
	}


	/* .contact ---------------- */
	.s-select1 {
		margin-top: 40px;
		margin-bottom: 10px;
	}

	.s-select2 {
		margin-top: 30px;
		margin-bottom: 0px;
	}

	.phone-input {
		margin-top: 0px;
	}

	.contact-content {
		width: 100%;
	}

	.contact-num {
		margin-top: 6px;
	}

	.call-text h1 {
		font-size: 20px;
		font-size: bolder;
	}

	.call-text p {
		font-size: 15px;

	}

	.contact-text p {
		margin: 49px 0px 0px;
		font-size: 12px;
	}

	.s-select3 {
		margin: 30px 0px 10px !important;
	}

	.contact-textarea textarea {
		margin-top: 20px;
	}

	/* call  ---------------- */

	.call {
		margin: 20px;
	}

	.call-text p {
		width: 90%;
		margin: auto;
		padding: 20px 0px;
	}

	/*//////////////////////// membership.php ////////////////////////// */

	/* header-background------------- */
	.ms-header-background {
		width: 100%;
		height: 85vh;
		padding: 0;
		margin: 0;
	}

	.ms-header-background:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: var(--black);
		z-index: 1;
		opacity: 0.3;
	}

	.price-pdetail::before {
		right: 5%;
	}

	.as-low-as p {
		margin: 0 0 0 5%;
	}

	.ms-background-content h1 {
		font-size: 37px;
		line-height: 42px;
		margin: 0 auto;
	}

	.ms-background-content p {
		font-size: 17px;
		padding: 15px 0px;
		width: 80%;
		line-height: 21px;
	}

	.ms-header-background button {
		height: 57.14px;
		width: 177.5px;
		margin-top: 10px;
		font-size: 12px;
	}


	.owl-dots {
		display: inline-block;
		text-align: center;
		margin-left: 50%;
		margin-top: 15px;
		margin-bottom: 0px;
		transform: translateX(-50%);
	}

	.owl-dots button span {
		display: inline-block;
		width: 8px;
		height: 8px;
		border: 1px solid var(--black);
		margin: 0px 8px;
	}

	.step-carousel .owl-dots button span {
		border: 1px solid var(--red-theme);
	}

	/* 
  .blog-slide .owl-dots button {
    width: 48px;
    height: 48px;
    margin: -35px;
  } */

	.step-carousel .owl-dots .owl-dot.active span {
		background-color: var(--red-theme);
	}

	.owl-dots .owl-dot.active span {
		background-color: var(--black);
	}

	/* take-step ---------------------- */

	.step-end-title {
		margin: 0px;
	}

	.step-title h2 {
		font-size: 28px;
		line-height: 36px;
	}

	.step-item h1 {
		font-size: 15px;
		font-weight: 600;
	}

	.step-item p {
		font-size: 15px;
		font-weight: 600;
	}

	.step-end-title p {
		width: 90%;
		font-size: 15px;
	}

	/* .full-access------------------- */

	.full-access {
		padding: 30px 0 30px;
	}

	.step-1 {
		padding: 30px 0 60px;
	}

	.step2 {
		padding: 60px 0;
	}

	.access-head {
		width: calc(100% - 20px);
		padding: 20px 0px;
	}

	.access-foot {
		width: calc(100% - 20px);
	}

	.access-text p {
		font-size: 15px;
		font-weight: 500;
	}


	/* step1 -------------------- */
	.step1-title p {
		margin: 0 auto 30px;
		font-size: 28px;
		line-height: 36px;
	}

	.step1-text p {
		width: 85%;
		margin: auto;
	}

	.step1-item img {
		width: 100% !important;
	}

	/* step2----------------- */


	.step2-title p {
		width: 85%;
		margin: auto;
		font-size: 12px;
		padding-top: 15px;
		padding-bottom: 30px;
	}

	.step2-title h2 {
		font-size: 28px;
		line-height: 36px;
		width: 100%;
		margin: 0 auto 30px;
	}

	.step2-texttt p {
		width: 85%;
		margin: 0 auto 30px;

	}

	.ask-question {
		padding: 60px 0 30px;
	}

	.aqh-title h2 {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 30px;
	}

	.step2-head-img {
		width: 100%;
		margin: auto;
	}

	.contact-title h2 {
		font-size: 28px;
		line-height: 36px;
	}

	.got-question {
		padding: 30px 0 60px;
	}

	.step2-head-img img {
		padding: 0px;
	}

	.step2-slide {
		padding: 40px 0px 0px;
	}

	.step2-head-text {
		width: 100%;
		margin: auto;
		padding: 20px 10px;
	}

	.step2-head-text p {
		width: 100%;
	}

	.step2-item p {
		font-weight: 500;
	}

	.step2-endtext p {
		font-weight: 500;
		width: 88%;
		margin: 30px auto 0px;
	}

	/* step3 ------------------ */
	.step3 {
		padding: 50px 0px 30px;
	}

	.step3-img {
		width: 100%;
		margin: auto;
	}

	.step3-img img {
		padding: 0;
	}

	.step3-text h2 {
		font-size: 20px;
	}

	.step3-text {
		padding: 20px;
	}

	.aq-heading {
		padding: 0px;
	}

	.discover-slide-item {
		width: 100% !important;
	}

	.contact-content {
		padding: 0px 15px;
	}

	/*//////////////////////// blogs.php ////////////////////////// */



	/* header-background ---------------------- */

	.bc-slide-item img {
		max-height: unset;
		height: 45vh;
	}

	.blog-summary {
		height: 60%;
		width: 90%;
		top: unset;
		bottom: 5px;
		padding: 25px 20px 0px;
	}

	.blog-summary h2 {
		font-size: 24px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		height: 98px;
	}





	/* body =--------------------------------- */


	.blog-tab-button {
		right: 0px;
		bottom: 3px;

	}

	.blog-tab-button button {
		width: 100px;
		height: 60px;
	}

	.blog-tab-button button p {
		display: none;
	}

	.m-search-content input {
		width: 90%;
	}

	.blog-tab-button button svg {
		margin-top: 0px;
	}

	/* blog-item /////////////////////// */

	/* body --------------------- */

	/* loginpage--------------- */
	.step1-item {
		height: 190px;
	}

	.step3-img img {
		float: unset;
		width: 100%;
	}

	.step3-text {
		width: 100%;
	}

	.L-background {
		height: 25vh !important;
	}

	.login {
		position: relative;
		width: 100%;
		top: 0;
		right: 0;
	}

	.blog-articles {
		padding: 20px 0 40px;
	}

	.L-lang {
		text-align: right;
	}

	.forgot-password {
		text-align: right;
	}

	.forgot-password a {
		margin: 0;
	}

	.contact-terms p {
		font-size: 16px;
	}

	.user-logout {
		top: 27px;
	}

	.step1-text {
		padding-bottom: 30px;
	}

	.blog-summary p {
		display: -webkit-box;
		-webkit-line-clamp: 3;
	}

	.back-blogs {
		padding: 0px;
	}

	.newdetail-des p {
		margin-bottom: 15px;
	}

	.share.active {
		overflow: unset;
	}

	.blog-top {
		margin-bottom: 5px;
	}

	.content h2 {
		margin: 15px 0px;
	}

	.content {
		margin-bottom: 20px;
	}

	.footer-silder {
		padding: 40px 0px;
	}

	.slide-c-item {
		height: 215px;
	}

	.slide-c-item img {
		height: 100%;
	}

	.slide-c .owl-dots button span {
		border: 1px solid var(--red-theme);
	}

	.slide-c .owl-dots .owl-dot.active span {
		background-color: var(--red-theme);
	}

	.topc-item h3 {
		padding: 10px 0px;
	}

	.owl-stage {
		padding-left: 0px !important;
	}

	.preview-content h2 {
		font-size: 28px;
		line-height: 36px;
	}

	.modal-mainmenu .modal-item {
		padding: 0px 5px;
		margin-top: 20px;
	}

	.logout-text {
		display: none !important;
	}

	.header-background {
		background-position: center bottom;
	}

	.b-homebox {
		height: 85vh;
	}

	.gach-chan {
		margin: 10px 0px 10px;
	}
}

/* shop.css  */


/* mb-menu  */
.mb-mini-close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: none;
	padding: 0 0 3px;
	background: var(--white);
	transition: all 0.3s linear;
}

.custom-menu {
	width: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	height: 100%;
	transition: all 0.3s linear;
	position: fixed;
	display: none
}

.shadow,
span.fas {
	position: absolute;
	top: 0;
	transition: all 0.3s linear;
}

.mb-menu-div,
.shadow {
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0
}

.custom-menu.scaleDown {
	transform: translateX(0);
}

.custom-menu.scaleDown .shadow {
	background-color: var(--color7);
}

.custom-menu.scaleDown .shadow:hover {
	cursor: pointer;
}

.mb-menu-div {
	padding: 0px;
	position: relative;
	max-width: 300px;
	min-width: 200px;
	margin: 0;
	height: 100%;
	left: 0;
}

.tab1-content,
.tab2-content {
	margin-top: 10px;
	list-style: none;
	padding: 0;
}

.tab1-content a,
.tab2-content a {
	padding: 8px 10px 15px 0px;
	display: inline-block;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}

.tab1-content a img,
.tab2-content a img {
	transform: translateY(-3px);
}

.tab1-content a:hover,
.tab2-content a:hover {
	opacity: 0.8;
}

.tab2-child-content {
	padding-left: 10px;
	border-left: 1px solid var(--white);
	max-height: 0;
	overflow: hidden;
	transition: all 0.2s linear;
}

.tab2-child-content a {
	font-size: 14px;
	opacity: 0.8;
}

.tab2-child-content a:hover {
	opacity: 1;
}

.tab2-content-li {
	position: relative;
}

.tab2-content-li svg {
	position: absolute;
	right: 0;
	top: 2px;
	width: 60px;
	height: 30px;
	padding: 9px 20px;
	transition: all .2s linear;
	display: none;
}

.tab2-content-li.hasc svg {
	display: block;
}

.tab2-content-li svg:hover {
	cursor: pointer;
}

.tab2-content-li.set svg {
	transform: rotate(180deg);
}

.tab2-content-li:hover svg {
	opacity: 0.8;
}

/* .tab2-content-li.active .tab2-child-content {
  height: auto;
  transform: translateX(0);
} */

.mb-menu-form {
	cursor: unset;
	cursor: unset;
	position: absolute;
	width: 300px;
	top: 50%;
	transform: translateY(-50%);
	background: var(--white);
	height: 100%;
	padding: 10px 20px;
	overflow: scroll;
}

.mb-menu-form::-webkit-scrollbar {
	display: none;
}

.tab-content-social {
	margin-top: 20px;
	text-align: center;
}

.tab-content-social li {
	display: inline-block;
}

.tab-content-social li a {
	padding: 10px 10px;
}

.mb-menu-logo {
	text-align: center;
	padding: 12px 0px;
}

.mb-menu-logo img {
	width: 142px;
}

.mb-menu-search {
	width: 100%;
	height: 42px;
	position: relative;
	margin-top: 20px;
}

.mb-menu-search {
	position: relative;
}

.mb-menu-search input {
	width: 100%;
	height: 38px;
	padding: 5px 35px 4px 10px;
	border-radius: 0;
	border: 1px solid var(--border);
	font-size: 14px;
}

.mb-menu-search input:focus {
	outline: none;
	border: 1px solid var(--border);
}

.mb-menu-search button {
	background-color: transparent;
	border: none;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	right: 10px;
	padding: 0;
	height: 24px;
	width: 20px;
}

.mb-menu-tab {
	width: 100%;
}

.mb-menu-tab .mb-menu-name {
	width: 50%;
	text-align: center;
}

.mb-menu-tab .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	background-color: var(--whtie);
	color: var(--text3);
	border-color: transparent;
	opacity: 1;
}

.mb-menu-tab .mb-name {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: -1px;
	color: var(--text3);
	opacity: 0.5;
	transition: all 0.2s linear;
}

.mb-menu-tab .nav>li>a:focus,
.mb-menu-tab .nav>li>a:focus-visible,
.nav>li>a:hover {
	background-color: var(--white);
	color: var(--text3);
	border-color: transparent;
	opacity: 1;
	outline: none;
}

.mb-menu-form .sf-item input {
	padding: 6px 12px;
	height: 70px;
	font-size: 15px;
	border-radius: 0;
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--white);
	width: 95%;
	color: var(--white);
}

.mb-menu-form .sf-item input:focus {
	outline: none;
	box-shadow: none;
}

.mb-menu-form .sf-button {
	border: none;
	padding: 18px;
	height: 70px;
	position: absolute;
	right: 20px;
	top: 0px;
	background: transparent;
}

.shadow-close {
	background-color: transparent;
	border: none;
	position: absolute;
	left: 50%;
	top: 70px;
	transform: translateX(-50%);
	transition: all 0.3s linear;
}

.shadow-close svg {
	transition: all 0.3s linear;

}

.shadow:hover svg {
	transform: rotate(180deg);
}

/* mb-menu end */


/* header  --------------------------[ */
.cart-dd-item .cart-child img {
	width: 50%;
	margin: 0;
	height: auto;
	max-height: 200px;
	position: absolute;
	left: 20px;
}

.cart-child {
	height: auto;
	position: relative;
}

.shop-logo-pc {
	display: block;
	width: 100%;
	float: left;
	margin-top: 18px;
	height: 70px;
	width: auto;
}

.shop-logo-mb {
	display: none;
	width: 80px;
	float: right;
	margin-left: 5px;
	margin-top: 40%;
	transform: translateY(-50%);
}

.logo .btn-menu-a {
	display: none;
}

.menu-btn a {
	display: none;
}

.shop-head-menu {
	position: relative;
	height: 120px;
}

.shop-head-menu .shop-head-menu-ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.menu-shop {
	display: inline-block;
	margin-right: 20px;
}


.menu-shop a {
	color: var(--black);
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.menu-shop a:hover {
	text-decoration: none;
}

.ul-left ul,
.ul-right ul {
	list-style: none;
	padding-left: 0;
}

.ul-right {
	border-left: 1px solid var(--grayText);
	padding-left: 20px;
}

.child-categories {
	margin-bottom: 15px;
}

.menu-dd {
	position: absolute;
	z-index: 4;
	width: 250px;
	background-color: var(--white);
	overflow: hidden;
	margin-top: 0px;
	transition: all 0.35s;
	top: 100px;
	visibility: hidden;
	opacity: 0;
}

.menu-dd-text {
	border: 1px solid var(--grayText);
	padding: 20px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}

.menu-dd p {
	text-decoration: underline var(--black) 2px;
	font-size: 18px;
	font-weight: 600;
}

.menu-dd ul {
	list-style: none;
	padding-left: 0;
	text-align: left;
}

.menu-dd ul li a {
	color: var(--black);
	font-size: 16px;
	font-weight: 600;
}

.menu-shop:hover .menu-dd {
	top: 30px;
	visibility: visible;
	opacity: 1;
}

.menu-tool ul {
	list-style: none;
	float: right;
	margin-top: 0px;
	padding: 0px;
}

.menu-tool ul li {
	display: inline-block;
	margin-top: 40px;
}

.menu-tool ul li a img {
	color: var(--black);
	width: auto;
	height: 25px;
	margin: 0px 10px;
}

#search-dd {
	float: right;
	position: relative;
}

.search-box {
	display: none;
	margin-top: -10px;
	float: right;
}

#search-dd input {
	height: 40px;
	border: none;
	background-color: var(--background1);
	padding: 5px 20px 2px;
	margin-right: 0px;
	outline: none;
	margin-top: 6px;
	font-size: 15px;
}

#search-dd input::placeholder {
	color: var(--grayText);
	font-style: italic;
	font-size: 16px;
}

#search-dd button {
	height: 39px;
	width: 40px;
	border: none;
	background-color: var(--s-button);
	color: var(--white);
	font-size: 20px;
	float: right;
	margin-top: 6px;
	/* padding: 0px 10px; */
	position: relative;
}

#search-dd button img {
	filter: invert(100%);
	height: 20px;
	width: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



.cart-dd {
	overflow: hidden;
	position: absolute;
	top: 55px;
	right: 5%;
	width: 280px;
	text-align: center;
	background-color: var(--white);
	z-index: 5;
	transition: all 0.35s;
	transform: translateY(calc(100%));
	opacity: 0;
	visibility: hidden;
}

#cart:hover .cart-dd {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.cart-child-img {
	height: 150px !important;
	width: 120px !important;
	margin: 5px 0px !important;
	/* display: inline-block; */
	float: left;
	object-fit: cover;
}

.Totalorder {
	font-weight: 700;
	font-size: 18px;
}

.cart-dd-box {
	border: 1px solid var(--grayText);
	padding: 20px;
}

.cart-dd p {
	font-size: 16px;
	font-weight: 800;
}

.cart-child-text {
	margin-top: 15px;
	width: 100%;
	position: relative;
	padding: 0 0 0 60%;
	min-height: 120px;
}

.cart-dd button {
	width: 100%;
	border: none;
	border-radius: 3px;
	height: 40px;
	background-color: var(--button);
	color: var(--white);
	font-size: 16px;
	font-weight: 500;
}

.cart-child-text p,
h3 {
	font-weight: 600 !important;
	font-size: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.cart-child-text h3 {
	margin-top: 40px;
}



/* body ------------------------- */

.breadcrumb {
	color: var(--text8);
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	background-color: var(--white);
	padding-left: 0px;
	width: fit-content;
}

.footer-breadcrumb {
	color: var(--white);
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.03em;
	text-transform: unset;
	background-color: var(--black);
}

.footer-breadcrumb ol {
	list-style: none;
	padding: 0px;
	margin-left: 5px;
}

.footer-breadcrumb li {
	display: inline-block;
}

.body {
	background-color: var(--white);
	padding: 60px 0px 40px;
}

.body-cartlist {
	padding: 40px 0px 20px;
}

.sort-by {
	float: right;
	border: none;
}

.sort-by button {
	font-size: 16px;
	margin-top: 5px;
	background-color: var(--white);
	border: none;
}

.sort-by form {
	display: inline-block;
	margin-bottom: -11px;
	margin-left: 15px;
	border: none;
	border: 1px solid var(--border4);
	outline: none;
}

.sort-by select {
	padding: 5px 10px;
	outline: none;
	max-width: 150px;
}

.breadcrumb-item a {
	color: var(--text8);
	font-size: 13px;
}

.footer-breadcrumb .breadcrumb-item span {
	color: var(--white);
	margin-right: 10px;
}

.footer-breadcrumb .breadcrumb-item svg {
	margin-bottom: -2px;
}

.sort-box {
	width: 100%;
}

.sort-box select {
	width: 100%;
	height: 35px;
	outline: none;
	padding: 0px 10px;
	border: 1px solid var(--background2);
}

.sort-box select option {
	width: 170px;
}

.refine {
	display: none;
}

.b-title {
	width: fit-content;
}

.b-title p {
	font-size: 16px;
	color: var(--black);
}

.b-title p a {
	color: var(--black);
}

.body-product-list {
	padding: 30px 0 0;
}

.body-product-list .b-title h1,
.body-product-list .b-title h3 {
	line-height: 35px;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 24px;
	color: var(--text8);
	margin-top: 16px;
	margin: 16px 0px 0px 0px;
}

.body-cartlist .b-title h1,
.body-cartlist .b-title h3 {
	line-height: 35px;
	margin: 0;
	margin-left: 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
	color: var(--text8);
	margin-top: 16px;
	text-align: left;
}

/* modal ------------------------------ */

.refine-box {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--white);
	z-index: 1;
	padding: 20px;
}

.rf-text h3 {
	font-size: 18px;
	font-weight: 600;
}

.rf-close button {
	float: right;
	font-size: 20px;
	font-weight: 500;
	background-color: var(--white);
	border: none;
}

.rf-price {
	border-top: 1px solid var(--background1);
}

.rf-price p {
	margin-top: 25px;
}

.rf-btn {
	width: 100%;
	height: 70vh;

}


.product-buy-btn {
	width: 100%;
	height: 60px;
	border: none;
	background: var(--red-theme);
	color: var(--white);
	margin-top: 20px;
}

.product-tab.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border-color: transparent;
	color: var(--black);
	font-weight: 600;
	padding-left: 0px;
}

.product-tab.nav>li>a {
	color: var(--text9);
}

.product-tab.nav-tabs {
	border-color: transparent;
	margin-bottom: 20px;
}

.quantity-cart-box .plus-item {
	/* position: absolute; */
	/* right: 0px; */
	/* top: 20px; */
	font-size: 18px;
	font-weight: 800;
	height: 60px;
	width: 40px;
	background: none;
	border: 1px solid var(--gray-span);
	float: right;
	margin-top: 20px;
}

.quantity-cart-box .minus-item {
	/* position: absolute; */
	/* right: 15px; */
	/* bottom: 0px; */
	width: 40px;
	height: 60px;
	font-size: 18px;
	font-weight: 800;
	background: none;
	border: 1px solid var(--gray-span);
	/* left: 0px; */
	float: left;
	margin-top: 20px;
}

.product-name {
	text-transform: uppercase;
	/* font-style: italic; */
}

.rf-btn button {
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 80%;
	left: 10%;
	border: none;
	border-radius: 3px;
	background-color: var(--red-theme);
	padding: 10px 20px;
	color: var(--white);
	font-size: 18px;
	font-weight: 500;
}

/* sort-box --------------- */
.sortby-box {
	position: fixed;
	z-index: 3;
	top: 50%;
	width: 100%;
	height: 50vh;
	background-color: var(--white);
}

.sort-close button {
	float: right;
	background-color: var(--white);
	border: none;
	font-size: 18px;
	margin-top: 20px;
	margin-right: 20px;
}

.sort-content {
	text-align: center;
	margin-top: 50px;
}

.sort-content ul {
	list-style: none;
	padding-left: 0;
	font-weight: 500;
}

.sort-content ul li a {
	color: var(--grayText);
	font-size: 16px;
	line-height: 34px;
}

.sort-content ul li:first-child {
	font-weight: bold !important;
}

.sort-content ul li a:hover {
	text-align: center;
}




.menu-item img {
	height: 25px;
	width: 25px;
}

/* sell-item --------------------------------- */

.main-index {
	padding-bottom: 50px;
}

/* .main-index .wrap {
  max-width: 1160px;
  margin: 0 auto;
} */

.product-list {
	padding: 30px 0px;
}

.product-list .wrap {
	max-width: 1000px;
	margin: 0 auto;
}

.product-line-img .owl-nav {
	position: absolute;
	width: calc(100% + 50px);
	right: -25px;
	top: 50%;
	transform: translateY(-50%);
}

.product-line-img .owl-prev {
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	height: 20px;
	width: 20px;
}

.product-line-img .owl-next {
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	height: 20px;
	width: 20px;
}

.gach-chan-to {
	max-width: 100%;
	margin: auto;
	height: 1px;
	background-color: var(--background2);
}


.pd-item .item {
	text-align: center;
}

.pd-item .item .wrap-img {
	border-radius: 20px;
}

.pd-item .owl-nav {
	position: absolute;
	width: calc(100% + 70px);
	right: -35px;
	top: 40%;
	transform: translateY(-50%);
}

.pd-item .owl-prev {
	left: 0px;
	/* top: 40%; */
	/* transform: translateY(-50%); */
	position: absolute;
	height: 26px;
	width: 20px;
}

.pd-item .owl-next {
	right: 0px;
	/* top: -41px; */
	/* transform: translateY(-50%); */
	position: absolute;
	height: 26px;
	width: 20px;
}

.sell-item {
	padding: 50px 0px;
}

/* .sell-item .wrap {
  max-width: 1425px;
  margin: auto;
} */

.items-link:hover {
	text-decoration: none;
}

.items {
	text-align: center;
}

.items img {
	width: 100%;
	border-radius: 20px;
}

.items h3 {
	font-size: 18px;
	font-weight: 800;
	color: var(--black);
	height: 45px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 23px;
}

.items p {
	color: var(--red-theme);
	font-size: 16px;
	margin-bottom: 25px;
}


.product-img {
	border-radius: 20px;
	width: 100%;
	max-height: 517px;
	height: 100%;
	object-fit: cover;
}

.product-smimg {
	border-radius: 20px;
	width: 100%;
	max-height: 111.4px;
	height: 100%;
	object-fit: cover;
}

.space-trang-con .wrap {
	max-width: 1320px;
}

.cart-succes-page p {
	text-align: center;
	font-weight: 500;
	font-size: 16px;
}

.slider-container {
	padding-left: 5px;
}

.news-list-page-title {
	text-align: center;
	font-size: 26px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 30px;
}

.pd-infor {
	padding-left: 22px;
}

.name-sp {
	font-size: 24px;
	font-weight: 600;
	line-height: 38.4px;
	margin-top: 4px;
	margin-bottom: 17px;
}

.pd-infor .new-price {
	color: var(--text);
	font-size: 24px;
	font-weight: 600;
	line-height: 38.4px;
}

.so-luong h2 {
	font-size: 18px;
	font-weight: 500;
	margin-top: 23px;
	margin-bottom: 14px;
}

.mo-ta {
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.add-cart {
	background-color: var(--theme);
	color: var(--white);
	text-transform: uppercase;
	border: none;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 56px;
}

.minus-item,
.plus-item {
	width: 30px;
	height: 30px;
	border: 1px solid var(--border2);
	background-color: transparent;
	text-align: center;
	padding: 0px;
	border-radius: 5px;
	border-radius: 5px;
}

.quantity-cart {
	width: 48px;
	height: 30px;
	border: 1px solid var(--border2);
	text-align: center;
	border-radius: 5px;
}

.quantity-cart:focus {
	outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.quantity-box {
	margin-left: 2px;
}

.slider-container {
	position: relative;
}

.slider-container .owl-nav {
	position: absolute;
	z-index: 2;
	bottom: -82px;
	left: 2px;
	width: 99%;
}

.slider-container .owl-nav .owl-prev {
	float: left;
}

.slider-container .owl-nav .owl-next {
	float: right;
}

.thumbnail-slider-container {
	padding: 0px 25px;
	margin-top: 15px;
}

.nav>li>a {
	padding: 10px 15px 10px 0px !important;
}

/* -shop footer----------------------------- */


.footer-top {
	background-color: var(--white);
}

.footer-top .wrap {
	max-width: 1000px;
	margin: auto;
}

.footer-title {
	text-align: center;
	margin-bottom: 50px;
}

.footer-title h2,
.footer-title h3 {
	font-size: 28px;
	font-weight: 800;
	/* font-style: italic; */
	margin-top: 40px;
}

.footer-title p {
	font-size: 16px;
	font-weight: 500;
}


.footer-join {
	background-color: var(--background1);
	padding: 40px 0px;
}


.footer-title2 {
	text-align: center;
}

.footer-title2 h3 {
	font-size: 34px;
	/* font-style: italic; */
	font-weight: 500 !important;
	margin-top: 20px;
}

.footer-title2 p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}

.footer-input {
	display: inline-block;
	width: 100%;
	padding-bottom: 20px;
}

.footer-input input {
	height: 40px;
	border: none;
	width: 20%;
	outline: none;
	padding: 0px 15px;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
}

.footer-input button {
	height: 40px;
	border: none;
	background-color: var(--button);
	padding: 5px 2%;
	font-size: 16px;
	font-weight: 500;
	color: var(--white);
	display: inline-block;
	vertical-align: middle;
	margin-left: -4px;
}

.footer {
	padding: 40px 30px 20px;
	background-color: var(--white);
}

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

.f-menu h3 a,
.f-menu h3,
.f-menu button {
	font-size: 24px;
	font-weight: 900;
	color: var(--black);
	margin: 0 0 15px;
	background-color: var(--white);
	border: none;
	padding: 0px;
	text-transform: uppercase;
}

.f-menu-item ul {
	list-style: none;
	padding-left: 0;
}


.f-menu-item ul li a {
	color: var(--bgBox1);
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	opacity: 0.9;
}

.f-menu ul li a img {
	height: 40px;
	width: auto;
	margin-bottom: 10px;
	opacity: 0.4;
	transition: all .2s linear;
	transform: scale(0.8);
}

.f-menu ul li a img:hover {
	opacity: 0.7;
}

.f-nav {
	display: none;
}

.net li {
	display: inline-block;
	margin-right: 15px;
}

.pay {
	text-align: center;
	padding-top: 20px;
}

.pay p {
	font-size: 16px;
}

.visa {
	position: absolute;
	top: 0px;
}

.visa img {
	margin-right: 10px;
}


.product-item-figure {
	margin-bottom: 20px;
}

.box-thanks {
	text-align: center;
}

/* cart///////////////////////////////// */


/* body ------------------------- */

.b-title p {
	font-size: 16px;
	color: var(--grayText);
	font-weight: 600;
}

.b-title p a {
	color: var(--grayText);
}



/* .item-content ------------------------ */

.item-content {
	padding: 0px 0px 50px;
	background-color: var(--white);
}

.item-content .wrap {
	max-width: 1200px;
	margin: auto;
}

.item-img {
	text-align: center;
}

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


#nav-l {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	height: 30px;
	width: 30px;
	border: none;
	background-color: var(--white);
	color: var(--grayText);
}

#nav-l:hover {
	background-color: var(--button);
	opacity: 0.6;
}

#nav-r {
	margin: 0 !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	height: 30px;
	width: 30px;
	border: none;
	background-color: var(--white);
	color: var(--grayText);
}

#nav-r:hover {
	background-color: var(--button);
	opacity: 0.6;
}

.product-detail {
	padding: 80px 0px;
}

.product-detail.bg-pd {
	background-color: var(--background-sm);
}

.product-detail .wrap {
	max-width: 1140px;
	margin: 0 auto;
}

.product-detail-title {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.item-detail h3 {
	font-size: 34px;
	font-weight: 500 !important;
	font-style: italic;
}

.item-detail p {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 25px;
}

.price {
	font-size: 18px;
	color: var(--red-theme);
	margin-top: 20px;
	margin-bottom: 50px;
	font-weight: bold;
}

.product-price {
	margin-bottom: 20px;
}

.product-price-contentt,
.product-price-descriptionn {
	font-size: 16px;
}

.product-price-contentt {
	padding: 30px 0;
}

.description p:first-child {
	float: left;
	margin-right: 20px;
	font-weight: bolder !important;
}

.title {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 700;
	margin-top: 25px;
	margin-left: 15px;
}

.product-list-name h2 {
	font-size: 22px;
	font-weight: 800;
}

.quantity-box-item {
	display: inline-block;
	width: 100%;
	position: relative;
}

.quantity-content p {
	display: inline-block;
}

/* 
.quantity-down-box,
.quantity-up-box {
	position: absolute;
	right: 0px;
	z-index: 3;
	width: 30px;
	height: 40px;
	background-color: var(--button);
	text-align: center;
	color: white;
	border-radius: 4px;
	padding-top: 10px;
}

.quantity-down-box a,
.quantity-up-box a {
	color: var(--white);
	padding: 10px;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.quantity-down-box:hover,
.quantity-up-box:hover {
	background-color: var(--red-theme);
	cursor: pointer;
} */
/* 
.quantity-down-box {
	top: 0px;
	left: 0px;
}

.quantity-up-box {
	top: 0px;
	right: 5%;
}

.quantity-box {
	text-align: center;
} */

/* 
.tab-content .col-sm-2 {
  padding-right: 0px !important;
} */
.sl-dtproduct {
	text-align: center;
}

.sl-dtproduct1 input {
	width: calc(40%);
	height: 60px;
	margin-top: 20px;
	font-size: 18px;
	/* padding-left: 15px; */
	outline: none;
	text-align: center;
}


/* mobile ---------------------------- */
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 1px solid var(--grayText);
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid var(--border3);
	font-size: 18px;
	vertical-align: middle;
}

.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>th {
	text-transform: uppercase;
}

.table>tbody>tr>td,
.table>tfoot>tr>td,
.table>thead>tr>td {
	font-size: 16px;
}

/* .tttk-infor-item input {
	width: 100%;
	border-radius: 2px;
	border: 1px solid var(--gray-span);
	height: 35px;
	outline: none;
	margin: 0px 0px 20px 0px;
	padding-left: 15px;
	padding-right: 35px;
	font-size: 12px;
} */

.coupon-box input {
	width: 100%;
	border-radius: 2px;
	border: 1px solid var(--gray-span);
	height: 35px;
	outline: none;
	margin: 20px 0px;
	padding-left: 15px;
	padding-right: 35px;
	font-size: 12px;
}

.tttk-infor-item textarea {
	width: 100%;
	resize: vertical;
	border: 1px solid var(--gray-span);
	font-size: 12px;
	margin: 0px 0px 20px 0px;
	padding: 15px;
}

.coupon-box button {
	width: 100%;
	height: 30px;
	background-color: var(--button);
	color: var(--white);
	border: none;
	border-radius: 2px;
}

.coupon-box button:hover {
	background-color: var(--red-theme);
}

.pull-left {
	width: auto;
	background-color: var(--button);
	color: var(--white);
	padding: 10px 20px;
	border: none;
	border-radius: 3px;
}

.pull-left:hover {
	background-color: var(--red-theme);
}

.pull-right {
	width: auto;
	background-color: var(--button);
	color: var(--white);
	padding: 10px 20px;
	border: none;
	border-radius: 3px;
}

.pull-right:hover {
	background-color: var(--red-theme);
}



.tttk-infor-textarea textarea:focus {
	border: 1px solid var(--red-theme);
}

.tttk-infor-textarea textarea:focus-visible {
	outline: 1px solid var(--red-theme);
}

/* 
.form-cus {
  padding-left: 15px;
} */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.table-bordered {
	border: 1px solid var(--gray-span);
}

/* 
.quantity-box-item input {
	height: 40px;
	width: 40px;
	text-align: center;
	font-size: 18px;
	outline: none;
	border: 1px solid var(--background2);
	margin-right: 10px;
	pointer-events: none;
}

.quantity-box-item button {
	height: 60px;
	width: 100%;
	border: none;
	background-color: var(--button);
	color: var(--white);
	font-size: 24px;
	font-weight: 500;
}

.quantity-box-item button:hover {
	background-color: var(--red-theme);
} */

.heart {
	position: absolute;
	top: 0px;
	right: 0px;
}

.header-shop {
	height: 120px;
	border-bottom: 1px solid var(--grayText);
	padding: 5px;
	position: relative;
	z-index: 10;
}

#h2 {
	display: none;
}

.border {
	height: 1px;
	width: 100%;
	background-color: var(--background2);
	margin: 50px 0px;
}

.ri-link:hover {
	text-decoration: none;
}

.ri-item {
	text-align: center;
}

.ri-item h4 {
	font-weight: 600;
	margin-top: 80px;
	color: var(--black);
}

.ri-item img {
	width: 80%;
}

.ri-title {
	text-align: center;
	margin-bottom: 30px;
}

.ri-title h3 {
	font-size: 22px;
}

.recomment-item .wrap {
	max-width: 1200px;
	margin: auto;
}

.btn-sign-up {
	background-color: var(--button);
	padding: 12px;
	color: var(--white);
}

.btn-sign-up:hover {
	color: var(--white);
	background-color: var(--red-theme);
}

.empty-cart {
	padding: 0px;
	text-align: left;
}

.categories-menu span {
	text-transform: uppercase;
}

.side-banner {
	position: relative;
	height: auto;
	text-align: center;
	padding: 200px 0;
}

.side-banner .side-btext {
	position: relative;
	z-index: 2;
}

.side-banner .side-btext h2 {
	color: var(--white);
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 600;
}

.side-banner img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.review-content {
	padding-top: 80px;
}

.side-bannerr {
	position: relative;
	height: auto;
	width: 100%;
}

.side-bannerr img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.side-bannerr .side-bannerr-text {
	padding: 150px 0;
	text-align: center;
	position: relative;
	z-index: 2;
}

.side-bannerr .side-bannerr-text .title {
	font-size: 36px;
	font-weight: 600;
	color: var(--white);
	text-transform: uppercase;
}

.warranty {
	padding: 80px 0;
	position: relative;
}

.warranty .form-warranty {
	border: 1px solid var(--border2);
	border-radius: 10px;
	padding: 30px 30px;
	text-align: center;
	max-width: 600px;
	margin: 0 auto 50px;
}

.warranty .form-warranty h2 {
	margin: 0 0 30px;
	font-size: 32px;
	font-weight: 600;
}

.warranty .form-warranty .warranty-group {
	margin: 0 0 20px;
}

.warranty .form-warranty .warranty-group input {
	width: 100%;
	height: 40px;
	padding: 0 15px;
	border: 1px solid var(--border2);
	border-radius: 5px;
}

.warranty .form-warranty .warranty-submit {
	margin-top: 30px;
}

.warranty .form-warranty .warranty-submit button {
	background-color: var(--button);
	color: var(--white);
	font-weight: bold;
	width: auto;
	padding: 15px 20px;
	border: none;
	border-radius: 5px;
	font-size: 14px;
	transition: all .3s linear;
}

.warranty .form-warranty .warranty-submit button:hover {
	background-color: var(--red-theme);
}

/* ----------------------------page-map---------------------------------------------- */
.search-location {
	padding: 50px 0;
}

.search-location .search-l-title {
	margin: 0 0 15px;
	font-size: 24px;
	line-height: 35px;
}

.search-location .form-search-l {
	width: 90%;
}

.search-location .near-you {
	text-align: center;
	margin-bottom: 35px;
	margin-top: 10px;
}

.search-location .near-you a {
	color: #333;
}

.near-you .showall.active {
	text-decoration: underline;
	color: rgb(32, 18, 228);
}

.bg-sl {
	background: #f2f2f2;
}

.search-location .near-you a:hover {
	color: blue;
}

.search-location .location {
	max-height: 460px;
	overflow-y: auto;
}

.search-location .side-search-l {
	background-color: #f2f2f2;
}

.search-location .result_status {
	/* margin-bottom: 15px; */
	padding: 10px;
}

.search-location .result_status p {
	margin-bottom: 0;
}

.search-location .location-item {
	padding: 10px;
	background-color: #f2f2f2;
	transition: all .2s linear;
	cursor: pointer;
}

.search-location .location-item.active {
	background-color: #e6e6e6 !important;
}

.search-location .location-item:hover {
	background-color: #e6e6e6 !important;
}

.search-location .location-item:nth-child(2n) {
	background-color: #fff;
}

.search-location .location-item h3 {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}

.search-location .location-item p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 5px;
}

.search-location .location-item #loca-phone a,
.search-location .location-item #loca-map {
	color: var(--fourth-color) !important;
}

.search-location .location-item #loca-map:hover {
	text-decoration: underline;
}

.search-location .location-item a {
	font-size: 16px;
}

.search-location .search-l-btn {
	line-height: 34px;
	padding: 0 20px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	background-color: var(--red-theme);
	border-radius: 20px;
	transition: all .2s linear;
}

.search-location .search-l-btn:hover {
	background-color: var(--fourth-color);
}

.search-location iframe {
	width: 100% !important;
	height: 500px !important;
}

.dvls_near_you {
	border: none;
	background-color: unset;
	transition: all .2s linear;
}

.dvls_near_you:hover {
	text-decoration: underline;
	color: rgb(32, 18, 228);
}

.dvls_near_you.active {
	text-decoration: underline;
	color: rgb(32, 18, 228);
}

.near-you-form {
	display: inline-block;
	margin-left: 30px;
}

.search-l-group {
	text-align: center;
}

.form-settime {
	padding: 50px 0;
}

.settime-title h2,
.settime-des h2 {
	font-size: 32px;
	margin: 0 0 20px;
	font-weight: 500;
}

.frmsettime input {
	height: 40px;
	border-radius: 5px;
	border: 1px solid var(--border2);
	padding: 0 15px;
	box-shadow: none;
}

.frmsettime select {
	height: 40px;
	border-radius: 5px;
	border: 1px solid var(--border2);
	padding: 0 15px;
	box-shadow: none;
}

.frmsettime textarea {
	height: 150px;
	border-radius: 5px;
	border: 1px solid var(--border2);
	padding: 15px 15px;
	box-shadow: none;
}

.frmsettime button {
	background-color: var(--red-theme);
	color: var(--white);
	text-transform: uppercase;
	font-weight: 500;
}


/* fixed icon  */
.fixed-icon {
	position: fixed;
	bottom: 140px;
	right: 26px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all .2s linear;
}

.fixed-icon.scroll {
	opacity: 1;
	visibility: visible;
}

.fixed-icon li,
.fixed-icon ul {
	list-style: none;
	padding: 0;
}

.fixed-icon .link {
	width: 50px;
	height: 50px;
	margin-top: 10px;
	display: block;
	border-radius: 50%;
	position: relative;
}

.fixed-icon .link.link-phone {
	box-shadow: rgba(161, 90, 16, 0.2) 0px 0px 0px 3px;
}

.fixed-icon .link.link_totop {
	margin-top: 10px;
	background-color: var(--red-theme);
}

.fixed-icon .link img {
	width: 100%;
	height: 100%;
}

.fixed-icon .link svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* fixed icon end */

/* menu head  */
.menu-head ul,
.menu-head li {
	list-style: none;
	padding: 0;
}

.lv1 {
	width: fit-content;
	margin: 0 auto;
}

.lv1>li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.lv1>li>.link {
	color: var(--white);
	font-size: 18px;
	display: block;
	margin: 0 15px;
	padding: 42px 0 0;
	transition: all .2s linear;
	font-weight: 600;
}

.lv2 {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
}

.affix .lv1>li>.link {
	padding-top: 30px;
	color: var(--black);
}

/* menu head end */
@media (min-width: 1221px) and (max-width: 1573px) {

	.menu-tool ul li a i {
		color: var(--black);
		font-size: 22px;
		margin: 0px 5px;
	}

}

@media (min-width: 768px) and (max-width: 1260px) {

	.menu-tool ul {
		padding-left: 0;
	}

	.menu-tool ul li a i {
		color: var(--black);
		font-size: 20px;
		margin: 0px 5px;
	}

}

@media (min-width: 768px) and (max-width: 1140px) {
	.menu {
		display: none;
	}

	.menu-btn a {
		display: block;
		margin-top: 20px;
		margin-left: 50px;
	}

	.menu-tool ul {
		margin-top: 15px;
	}

	.menu-tool ul li {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 1200px) {

	.quantity-cart-box .plus-item {
		width: 28px;
	}

	.quantity-cart-box .minus-item {
		width: 28px;
	}
}

@media only screen and (max-width: 991px) {
	.header-user .head-cartt {
		display: none;
	}

	.header-user .head-menuu {
		display: block;
	}

	.menu-head {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.product-img {
		height: auto !important;
		max-height: 360px;
	}

	.breadcrumb-item a {
		font-size: 12px;
	}

	.product-smimg {
		height: auto !important;
		width: auto !important;
		max-width: 100%;
		max-height: 65px;
		object-fit: cover;
		margin: 0 auto;
	}

	.shop-logo-pc {
		display: none;
	}

	.shop-logo-mb {
		display: block;
	}

	.empty-cart {
		padding: 0px 30px;
	}

	.quantity-content p {
		margin: 0;
	}

	.sl-dtproduct1 input {
		width: 40px;
	}

	.items-link .items h3 {
		height: 45px;
		line-height: 22px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.settime-content {
		margin-bottom: 30px;
	}

	.sort-by form {
		margin-top: 15px;
	}

	.f-nav {
		display: block;
		float: right;
	}

	.sell-item {
		padding: 0px;
	}

	.breadcrumb {
		padding: 20px 0px;
		font-size: 14px;
	}

	.box-ttvff .title {
		padding-top: 25px;
	}

	.box-ttvff .title h2 {
		font-size: 24px;
	}

	.header-shop {
		background: var(--m-header);
		height: unset;
	}

	.menu-button {
		display: block;
	}

	.menu {
		display: none;
	}

	.logo {
		display: inline-block;
	}

	.logo .logo-img {
		margin-left: 10px;
		float: right;
	}

	.logo .btn-menu-a {
		display: inline-block;
		border: none;
		height: 30px;
		width: 20px;
		background-color: var(--m-header);
		margin-top: 17px;
	}

	.logo .btn-menu-a img {
		width: 20px;
		height: 25px;
		padding-top: 10px;
		filter: invert(100%);
	}

	.search-box {
		width: 100%;
		background-color: var(--m-header);
		margin-top: -1px;
		padding: 10px;
	}

	#search-dd {
		width: 100%
	}

	#search-dd input {
		width: 100%;
		background-color: var(--white);
		float: left;
	}

	.menu-tool ul {
		margin-top: 5px;
		padding-left: 0px;
	}

	.menu-tool ul li {
		margin-top: 15px !important;
	}

	.menu-tool ul li a img {
		margin: 0px 5px;
	}

	.header-shop-icon {
		filter: invert(100%);
	}

	/* body --------------------------------- */
	.body {
		padding-top: 0px;
	}

	.sort-by span {
		display: none;
	}

	.sort-by button {
		background-color: var(--white);
		border: 1px solid var(--background1);
		height: 45px;
		width: 90%;
		margin-top: 0;
	}

	.sort-box {
		display: none;
	}

	/* product-item --------------------------- */

	h1.san-bold.dtpro_name {
		text-transform: uppercase;
	}

	/* footer ----------------------- */


	.footer-top .wrap {
		max-width: 600px;
		margin: auto;
	}

	/* .footer-join {
    padding: 0px 20px;
  } */

	.footer-title2 h3 {
		font-size: 24px;
	}

	.footer-title2 p {
		font-size: 15px;
	}

	.footer-input input {
		width: 69%;
	}

	.f-menu h3,
	.f-menu button {
		font-style: unset;
		font-weight: 500;
		font-size: 16px !important;
		color: var(--grayText);
		border-top: 1px solid var(--grayText);
		width: 100%;
		text-align: left;
		margin-bottom: 0px;
		padding: 10px 0px;
	}

	.f-menu h3,
	.f-menu button i {
		display: block;
		float: right;
		font-size: 15px;
	}

	.f-nav {
		transition: all 0.35s;
		transform: rotate(360deg);
	}

	/* .f-menu .f-menu-item {
		height: 0;
		transform: translateY(-100%);
		overflow: hidden;
		transition: all 0.35s;
		opacity: 0;
		visibility: hidden;
	}

	.f-menu.active .f-nav {
		transform: rotate(180deg);
	}

	.f-menu.active .f-menu-item {
		height: auto;
		transform: translate(0);
		opacity: 1;
		visibility: visible;
	} */


	.net-icon button {
		display: none;
	}

	.net-icon {
		border-top: 1px solid var(--grayText);
	}

	.net-icon ul {
		text-align: center;
		margin-top: 20px;
		padding-left: 0;
	}

	.net-icon ul li:first-child {}

	.net-icon ul li:last-child {}

	.visa {
		position: relative;
	}

	/* cart /////////////////////////////////// */

	/* body --------------------------------- */
	.body {
		padding-top: 0px;
	}

	.item-content {
		padding: 0px;
	}

	.item-detail h3 {
		font-size: 16px;
		font-weight: 800 !important;
	}

	.ri-item h4 {
		margin-top: 50px;
	}

	.thumb-item {
		display: none;
	}

	.nav {
		display: none;
	}

	#search-dd button {
		position: absolute;
		right: 0px;
		top: 0px;
		height: 40px;
	}

	.slider-container {
		padding: 0px;
	}

	.sl-dtproduct {
		position: relative;
	}

	.product-list-name h2 {
		font-size: 18px;
		margin: 0 0 5px;
	}

	.body-cartlist {
		padding: 20px 0px
	}

	.breadcrumb {
		margin-bottom: 0px;
	}

	.b-title h1,
	.b-title h3 {
		margin: 0px;
	}

	.product-list {
		padding: 0px;
	}

	.cart-success p {
		font-size: 13px;
	}

	.quantity-down-box,
	.quantity-up-box {
		width: 25px;
	}

	.quantity-box-item input {
		margin-right: 3px;
	}

	.quantity-down-box a,
	.quantity-up-box a {
		padding: 0px;
	}

	.pd-item .owl-nav {
		display: block;
	}

	.pd-item {
		padding: 0px 15px;
	}

	.pd-item .owl-nav {
		position: absolute;
		width: calc(100% + 30px);
		right: -15px;
		top: 40%;
		transform: translateY(-50%);
	}

	.search-location .side-search-l {
		margin-bottom: 30px;
	}

	.search-location .form-search-l {
		width: 100%;
	}
}

@media only screen and (max-width: 460px) {
	.mb-menu-tab .mb-name {
		font-size: 12px;
		padding: 15px 0px;
	}

	.mb-menu-form {
		width: 88%;
	}

	.mb-mini-close {
		right: 10px;
		top: 10px;
	}
}

@media only screen and (max-width: 370px) {
	.breadcrumb>li {
		display: block !important;
	}
}

@media only screen and (max-width: 359px) {
	.header-shop {
		padding: 5px;
	}

	.breadcrumb {
		padding: 10px 0px;
	}
}

/* user.css  */

.header-dashboard {
	background: var(--background4);
	height: auto;
}

.logo-dashboard {
	margin-left: 20px;
}

.btn-dung-thu {
	background-color: var(--background5);
	color: var(--white);
}

.btn-register {
	position: relative;
}

.header-ring {
	position: absolute;
	top: -13px;
	left: -40px;
}

.logos-login {
	text-align: center;
}

.dashboard .sibar-dashboard {
	margin-right: -23px;
	border: 1px solid var(--border2);
	padding: 30px 0 25px;
}

.dashboard .sibar-dashboard .user {
	padding-left: 20px;
}

.dashboard .sibar-dashboard .user .avatar {
	width: 72px;
	height: 72px;
	float: left;
	margin-right: 10px;
	background-color: var(--border3);
	border-radius: 50%;
	position: relative;
	max-width: 40%;
}

.dashboard .sibar-dashboard .user .avatar .avt-name {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 32px;
}

.dashboard .sibar-dashboard .user .info {
	float: left;
	margin-top: 9px;
	max-width: 60%;
	/* overflow: scroll; */
	padding: 0px 5px;
}

.dashboard .sibar-dashboard .user .info .name {
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	color: var(--black);
	margin-bottom: 15px;
}

.dashboard .sibar-dashboard .user .info.point {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	color: var(--black);
}

.dashboard-breadcrumb {
	padding: 10px 20px 1px;
	background-color: var(--gray-span);
}

.dashboard .sibar-dashboard ul {
	margin-top: 90px;
	list-style: none;
	padding-left: 10px;
}

.dashboard .sibar-dashboard ul li {
	padding: 12px 0 12px 20px;
}

.dashboard .sibar-dashboard ul li img {
	margin-right: 10px;
	width: 16px;
	height: auto;
}

.dashboard .sibar-dashboard ul li a {
	color: var(--text7);
}

.dashboard .sibar-dashboard ul li.active {
	background: var(--background9);
}

.dashboard .sibar-dashboard ul li:hover {
	background: var(--background9);
}

.dashboard .tab-info {
	margin-left: 33px;
}

.dashboard .dashboard-button {
	border: none;
	background: var(--background4);
	color: var(--white);
	padding: 7px 15px;
	transition: .3s linear;
	font-weight: 500;
}

.dashboard .dashboard-button:hover {
	background-color: var(--red-theme);
}

.dashboard .tab-info h2.title {
	font-size: 20px;
	font-weight: 600;
	line-height: 23px;
	margin-bottom: 20px;
	margin-top: 0px;
	color: var(--primary-color);
	text-align: left;
	margin-left: 0px;
}

.dashboard .tab-info .info-inner:not(:first-child) {
	margin-top: 40px;
}

.dashboard .tab-info table {
	border: 1px solid var(--border2);
	width: 100%;
}

.dashboard .tab-info table th {
	padding: 16px 20px 18px;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	color: var(--black);
	text-align: center;
}

.dashboard .tab-info table td {
	padding: 12px 10px 12px 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
}

.dashboard .tab-info table .price,
.dashboard .tab-info table .point {
	color: var(--background10);
}

.dashboard .tab-info table .watch-now {
	display: inline-block;
	padding: 3px 8px;
	background-color: var(--primary-color);
	color: var(--white);
	font-size: 12px;
	line-height: 14px;
}

.dashboard .tab-info table tr:nth-child(even) {
	background-color: var(--background9);
}

.dashboard .tab-info table th:first-child,
.dashboard .tab-info table td:first-child {
	text-align: left;
}

.dashboard {
	padding: 50px
}

table.type-1 th {
	width: 13%;
}

table.type-1 th:nth-child(3) {
	width: 15%;
}

table.type-1 th:first-child {
	width: 46%;
}

table.type-2 th {
	width: 13%;
}

table.type-2 th:first-child {
	width: 74%;
}

.dashboard .tab-info .info-inner .see-more {
	padding: 20px;
}

.dashboard .tab-info .info-inner .see-more a {
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	color: var(--black);
}

table.type-3 th.stt {
	width: 5%;
	text-align: center;
}

table.type-3 th {
	width: 10%;
}

table.type-3 th.account {
	width: 30%;
	text-align: left;
}

.dashboard .tab-info table.type-3 td.stt {
	text-align: center;
	padding: 12px 20px;
}

.dashboard .tab-info table.type-3 td.name {
	text-align: left;
}

table.type-3 .status {
	color: var(--text10);
}

#ref_link_text {
	color: var(--primary-color);
}

#form-change-pass .add-item:not(:last-child) {
	margin-bottom: 20px;
}

.warranty-null {
	padding: 50px 0;
	text-align: center;
}

.warranty-null .item-title {
	font-size: 28px;
	color: red;
	text-transform: uppercase;
	line-height: 28px;
}

/* --------------------------warranty-infor------------------------ */

.warranty-infor {
	padding: 40px 0 80px 0;
	height: auto;
}


.warranty-infor .img-logo {
	text-align: center;
	margin-bottom: 30px;
}

.warranty-infor .img-logo img {
	width: 300px;
}

.warranty-infor .img-stamp {
	position: absolute;
	bottom: 40px;
	right: 22px;
}

.warranty-infor .img-stamp img {
	width: 158px;
}

.warranty-infor .title {
	text-align: center;
	margin-bottom: 47px;
}

.warranty-infor .title h2 {
	font-size: 36px;
	font-weight: 500;
	line-height: 42px;
}

.warranty-infor .warranty-information {
	position: relative;
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	padding: 41px 20px;
	text-align: center;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	margin-bottom: 30px;
}

.warranty-infor .infor {
	text-align: start;
}

.warranty-infor .infor p {
	margin-bottom: 20px;
}

.warranty-infor .infor p:last-child {
	margin-bottom: 0;
}

.warranty-infor .infor p strong {
	display: inline-block;
	width: 140px;
	margin-right: 18px;
	font-size: 18px;
	line-height: 21px;
}

.warranty-infor .infor p span {
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
}

.home-pd .product-detail-title {
	color: var(--black);
	font-size: 44px;
	width: 100%;
	margin: auto;
	line-height: 50px;
	margin-top: 0;
	font-weight: 700;
	margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
	.shop-head-menu {
		display: none;
	}

	.dashboard {
		padding: 30px 10px;
	}

	.dashboard .sibar-dashboard {
		margin-right: 0;
		padding: 20px 0 20px;
	}

	.dashboard .tab-info {
		margin-left: 0;
		margin-top: 30px;
	}

	.dashboard .tab-info .table-mobile {
		overflow-x: scroll;
		padding: 0px 0px 20px;
	}

	.dashboard .tab-info .table-mobile table {
		min-width: 600px;
	}

	.dashboard .tab-info table th {
		padding: 10px 15px 10px;
		font-size: 14px;
		line-height: 16px;
	}

	table.type-3 th {
		width: 10%;
	}

	.dashboard .sibar-dashboard ul li:hover {
		background: unset;
	}

	/* user-menu-mobile */
	.header-ring {
		position: absolute;
		top: -9px;
		left: -30px;
	}

	.name-user {
		margin-left: 10px;
	}

	.btn-register,
	.login-btn {
		color: var(--text7);
	}

	.warranty-infor .title h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.blog-background-content {
		padding-top: 80px;
		height: unset;
		margin: 0;
	}

	.blogbb {
		padding: 60px 0;
	}

	.step-slide {
		margin-bottom: 30px;
	}

	.take-step {
		padding: 60px 0 30px;
	}

	.blog-detail-item h1 {
		font-size: 22px;
	}

	.blog-detail {
		padding: 0;
	}

	.blog-content {
		padding: 0;
	}

	.modal-mainmenu .modal-menu-custom .menu-lead {
		margin: 0;
	}

	.product-detail {
		padding: 40px 0;
	}

	.home-pd .product-detail-title {
		font-size: 28px;
		line-height: 36px;
	}

	.footer {
		padding: 30px 0px 15px;
	}

	.shop-logo-mb {
		width: auto;
		height: 65px;
		margin-top: 0;
		transform: translate(0);
	}

	.f-menu {
		margin-bottom: 25px;
	}
}

.seo-h1 {
	margin: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* cart new  */
.login-header {
	background-color: var(--bg-1);
	padding: 20px 0px;
	text-align: center;
	margin: 0 0 40px;
}

.login-header h1,
.login-header h2 {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
}

/* cart  */
.main-index {
	padding: 60px 0;
}

.main-index table {
	border: 1px solid var(--border);
}

.main-index table thead th {
	font-size: 17px;
	font-weight: 400;
	padding: 15px 15px;
}

.main-index table td {
	padding: 15px 15px !important;
	font-weight: 400;
	vertical-align: middle !important;
}

.main-index table .cart-img {
	position: relative;
	height: 84px;
}

.main-index table .cart-img img {
	/* display: inline-block; */
	/* vertical-align: middle; */
	/* margin-right: 10px; */
	position: absolute;
	top: 0;
	left: 0;
}

.main-index table .cart-img h2 {
	/* display: inline-block; */
	/* vertical-align: middle; */
	font-size: 14px;
	color: var(--text2);
	padding-left: 104px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}

.main-index table .cart-price-box p {
	display: inline-block;
	vertical-align: middle;
}

.main-index table .cart-sum-box p {
	display: inline-block;
	vertical-align: middle;
}

.main-index table .quantity-box-item-child {
	border: 1px solid var(--border);
	white-space: nowrap;
	width: 112px;
}

.main-index table .quantity-box-item-child a {
	float: left;
	display: block;
	width: 32px;
	height: 40px;
	text-align: center;
	padding-top: 6px;
	font-size: 20px;
}

.main-index table .quantity-box-item-child input {
	float: left;
	width: 40px;
	border: none;
	text-align: center;
	pointer-events: none;
	height: 40px;
}

.main-index table .cart-delete a {
	text-transform: lowercase;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid var(--text);
	text-align: center;
	line-height: 17px;
	border-radius: 50%;
}

.main-index table .cart-delete a:hover {
	background-color: var(--theme);
	color: var(--white);
	border-color: var(--theme);
}

.main-index table .cart-tamtinh span {
	display: inline-block;
}

.bill-success {
	background: #f5f5f5;
}

.bill-success .bill-title {
	background: #e9e9e9;
	padding: 15px 30px 15px;
	font-size: 16px;
	margin: 0;
}

.bill-success .bill-content {
	padding: 35px 30px;
}

.bill-success .form-cart-sbm {
	padding: 0px 30px 45px;
}

.bill-success .form-cart-sbm button {
	width: 100%;
	height: 60px;
	border: none;
	background: var(--black);
	color: var(--white);
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: var(--transition);
}

.bill-success .form-cart-sbm button:hover {
	background: var(--red-theme);
}

.bill-success .bill-content-left {
	float: left;
	width: 50%;
	padding-top: 5px;
}

.bill-success .bill-content-right {
	float: left;
	width: 50%;
}

.bill-success .bill-content-right span {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}

.bill-info .title {
	font-size: 20px;
	margin: 0 0 20px;
}

.bill-info .tttk-infor-item {
	margin: 0 0 30px;
}

.bill-info .tttk-infor-item label {
	display: block;
	font-size: 14px;
	margin: 0 0 10px;
	font-weight: 400;
	position: relative;
	left: 0;
}

.bill-info .tttk-infor-item label span {
	color: var(--bg7);
}

.bill-info .tttk-infor-item input {
	width: 100%;
	border: none;
	border-bottom: 1px solid var(--border);
	padding: 10px 0px 10px;
	margin: 0;
}

.bill-info .tttk-infor-item textarea {
	width: 100%;
	border: none;
	border-bottom: 1px solid var(--border);
	padding: 10px 0 10px;
	height: 250px;
	resize: vertical;
}

.bill-info .tttk-infor-item textarea:active,
.bill-info .tttk-infor-item textarea:focus {
	outline: none;
}

.cart-thanks {
	line-height: 24px;
}

.link-tocontact {
	width: fit-content;
	border: none;
	background: var(--red-theme);
	color: var(--white);
	margin-top: 20px;
	display: block;
	text-align: center;
	padding: 12px 30px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 500;
	transition: all .2s linear;
}

.link-tocontact:hover {
	color: var(--white);
	background: var(--background6);
}

@media only screen and (max-width: 768px) {
	.main-index {
		padding: 40px 0;
	}

	.bill-info .tttk-infor-item textarea {
		height: 120px;
	}

	.modal-item .gach-chan1 {
		display: none;
	}
}

.cart-empty-text {
	font-size: 18px;
	text-align: center;
	font-weight: 500;
}

/* cart end */
/* cart new end */