/*------------------------------------------------------------------
Project:  Youga
Version:
Last change:
Assigned to:	Le Xuan Bach
Primary use:	Company
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[LAYOUT]

* body
	+ Header / header
	+ Page Content / .page-content .name-page
		+ Section Layouts / section .name-section
		...
	+ Footer / footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Color codes]

# Text Color (text): #666666
# Text Color Deep (Text, title): #333333
# Primary Color 01(Link):  #d7698f
# Primary Color 02(Link):   #d7698f
# Primary Color 03(Link):  #d7698f

------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Typography]

Body copy:		16px/1.6 'OpenSans', Arial, sans-serif;
Heading Section:	36px/1.6 'Dosis', Arial, sans-serif;
Input, textarea:	14px/1.6 'OpenSans', Arial, sans-serif;
Title:	18px/1.6 'OpenSans', Arial, sans-serif;
-------------------------------------------------------------------*/

/*[ Default Style ]
///////////////////////////////////////////////////////////*/

/*[ Font ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
@font-face {
	font-family: OpenSans;
	src: url('/OpenSans-Regular.ttf');
}
@font-face {
	font-family: OpenSans-Bold;
	src: url('/OpenSans-Bold.ttf');
}
@font-face {
	font-family: OpenSans-Light;
	src: url('/OpenSans-Light.ttf');
}
@font-face {
	font-family: OpenSans-ExtraBold;
	src: url('/OpenSans-ExtraBold.ttf');
}

@font-face {
	font-family: Dosis-Light;
	src: url('/Dosis-Light.ttf');
}
@font-face {
	font-family: Dosis-Medium;
	src: url('/Dosis-Medium.ttf');
}
@font-face {
	font-family: Dosis-Regular;
	src: url('/Dosis-Regular.ttf');
}
@font-face {
	font-family: Montserrat-Bold;
	src: url('/Montserrat-Bold.ttf');
}


/*[ General ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: OpenSans, sans-serif;
}

a {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

a:hover {
	text-decoration: none;
	color: #d7698f;
}

h1,h2,h3,h4,h5,h6 {margin: 0px;}

p {
	font-family: OpenSans;
	font-size: 14px;
	line-height: 1.8;
	color: #666666;
}

li {
	list-style-type: none;
	font-family: OpenSans;
	font-size: 14px;
	line-height: 1.8;
	color: #666666;
}

input, textarea {outline: none;}
iframe {border: none !important;}

button {
	outline: none !important;
	border: none;
	background: transparent;
}
button:hover {
	cursor: pointer;
}

textarea:focus, input:focus {
	border-color: transparent !important;
	box-shadow: 0 0 2px 1px #d7698f;
	-moz-box-shadow: 0 0 2px 1px #d7698f;
	-webkit-box-shadow: 0 0 2px 1px #d7698f;
	-o-box-shadow: 0 0 2px 1px #d7698f;
	-ms-box-shadow: 0 0 2px 1px #d7698f;
}

.container{max-width: 1200px;}


/*[ Module ]
///////////////////////////////////////////////////////////*/

/*[ Responsive ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

@media (max-width: 992px) {
	.res-m-auto-992 {margin: 0 auto;}
}

@media (max-width: 768px) {
	.res-m-auto-768 {margin: 0 auto;}
}

@media (max-width: 576px) {
	.res-m-auto-576 {margin: 0 auto;}
}



/*[ Button ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.t-c-btn {color: white;}
.bg-c-btn {background-color: #d7698f;}
.bg-c-btn-hover {background-color: #d52f68;}

.b-btn-white {border: 2px solid white;}
.b-btn-d7698f {border: 2px solid #d7698f;}
.b-btn-333333 {border: 2px solid #333333;}
.b-btn-1-333333 {border: 1px solid #333333;}
.b-btn-trans {border: 2px solid transparent;}

.btn-yoga {
	display: flex;
	width: 100%;
	position: relative;
	justify-content: center;
}

.text-btn-yoga {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	background: transparent;
}

.hover-btn-yoga {
	height: 100%;
	opacity: 0;
}

.btn-yoga:hover {
	cursor: pointer;
}

.btn-yoga:hover .hover-btn-yoga{
	cursor: pointer;
	opacity: 1;
	width: 100%;
}

.hover-t-btn-white:hover {
	cursor: pointer;
	color: white;
}


/*[ Slide Owl 1 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.slide-owl-1 {
	position: relative;
}

.slide-owl-1 .owl-prev, .slide-owl-1 .owl-next {
	font-size: 30px;
	color: #666666;
	position: absolute;
	line-height: 30px;
	width: 11px;
	height: 30px;
	z-index: 1000;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.slide-owl-1 .owl-next {
	right: -26px;
	top: 50%;
	transform: translateY(-50%);
}

.slide-owl-1 .owl-prev {
	left: -26px;
	top: 50%;
	transform: translateY(-50%);
}

.slide-owl-1 .owl-prev:hover, .slide-owl-1 .owl-next:hover {
	cursor: pointer;
	color:  #d52f68;
}

@media (max-width: 1240px) {
	.slide-owl-1 .owl-next {
		right: -15px !important;
	}

	.slide-owl-1 .owl-prev {
		left: -15px !important;
	}
}

.add-shadow-slide-owl-1 {
	margin: -15px;
	padding: 15px;
	overflow: hidden;
}

.add-shadow-slide-owl-1 .block-pic-title-para-1 {
	box-shadow: 0 0 20px 0px rgba(208,208,208,0.2);
	-moz-box-shadow: 0 0 20px 0px rgba(208,208,208,0.2);
	-webkit-box-shadow: 0 0 20px 0px rgba(208,208,208,0.2);
	-o-box-shadow: 0 0 20px 0px rgba(208,208,208,0.2);
	-ms-box-shadow: 0 0 20px 0px rgba(208,208,208,0.2);
}

.add-shadow-slide-owl-1 .owl-carousel .owl-stage-outer {
	overflow: visible !important;
}


/*[ Circle-Pic-Text 1 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.circle-pic-text-1 {
	display: flex;
	align-items: center;
}

.circle-pic-text-1 .wrap-pic-cpt1 {
	margin-right: 30px;
}

.circle-pic-text-1 .wrap-text-cpt1 {
	width: calc(100% - 120px);
}


/*[ Circle-Pic-Text 2 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.circle-pic-text-2 {
	display: flex;
	align-items: center;
}

.circle-pic-text-2 .wrap-pic-cpt2 {
	margin-right: 25px;
}

.circle-pic-text-2 .wrap-text-cpt2 {
	width: calc(100% - 120px);
}


/*[ Paralax 1 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.wrap-parallax-1 {
	background-image: url("/home01-bg-parallax-01.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.conten-parallax-1 {
	background-color: rgba(215,105,143,0.9);
}

.wrap-btn-bp1 {
	width: 180px;
	margin: 0 auto;
}

.max-w-970 {max-width: 970px;}


/*[ Block 2 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.wrap-b2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wrap-text-b2 {
	width: 50%;
	margin-left: 85px;
}

.wrap-form-b2 {
	width: 31%;
	margin-right: 85px;
}

.form-b2 {
	display: block;
	position: relative;
	width: 100%;
	height: 50px;
}

.form-b2 input {
	border: none;
	width: 100%;
	height: 100%;
	background-color: #fae1e9;
	border-radius: 5px;
	outline: none;

}

.form-b2 button {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	border: none;
	outline: none;
	height: 100%;
	width: 55px;
	text-align: center;
}

.form-b2 button:hover {
	cursor: pointer;
	color:  #d52f68;
}

@media (max-width: 992px) {
	.wrap-b2 {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.wrap-text-b2 {
		width: 100%;
		margin-left: 0px;
	}

	.wrap-form-b2 {
		width: 100%;
		margin-right: 0px;
		padding: 20px 0;
	}
}


/*[ Block Pic Thumb 1 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.wrap-thumb-1 {
	position: relative;
}

.show-pic-bpth1 {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	background-color: rgba(34,34,34,0.7);
	opacity: 0;
}
.show-pic-bpth1 .fa-search-plus {
	transform: scale(0);
}

.show-pic-bpth1:hover {
	opacity: 1;
}
.show-pic-bpth1:hover .fa-search-plus{
	transform: scale(1);
}


/*[ CTA 1 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.cta1 {
	background-image: url(..//home02-bg-banner-01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.wrap-cta1 {
	display: flex;
	flex-direction: row-reverse;
}

.wrap-pic-cta1 {
	width: 57%;
}

.frame-pic-cta1 {
	position: relative;
	width: 100%;
	padding-top: 80%;
}

.border-pic-cta1 {
	position: absolute;
	width: 62%;
	padding-top: 63%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border: 12px solid #f3acc4;
	border-bottom: 3px solid #f3acc4;
}

.pic-cta1 {
	position: absolute;
	top: 0;
	left: 0;
}

.wrap-text-cta1 {
	display: flex;
	width: 43%;
	flex-direction: column;
	justify-content: center;
}

.wrap-title-cta1 .t-title-4{
	max-width: 345px;
}

@media (max-width: 992px) {
	.wrap-cta1 {
		display: block;
	}

	.wrap-pic-cta1 {
		width: 80%;
	}

	.wrap-text-cta1 {
		width: 80%;
		justify-content: center;
		align-items: center;
		padding-top: 30px;
	}

	.wrap-title-cta1 .t-title-4{
		max-width: 100%;
		text-align: center;
	}

	.wrap-para-cta1 p {
		text-align: center;
	}
}

@media (max-width: 576px) {
	.wrap-pic-cta1 {
		width: 100%;
	}

	.wrap-text-cta1 {
		width: 100%;
	}
}


/*[ Block 4 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.row-b4 {
	display: flex;
}

.row-b4:last-child {
	flex-direction: row-reverse;
}

.col-b4 {
	width: 50%
}

.col-b4.right {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 992px) {
	.row-b4:first-child {
		flex-direction: column;
	}

	.row-b4:last-child {
		flex-direction: column;
	}

	.col-b4 {
		width: 100%;
	}

	.col-b4.right {
		padding: 10% 0;
	}
}


/*[ Sidebar ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.search-box {position: relative;}
.search-box .search {
	width: 100%;
	height: 40px;
	border: 1px solid #999999;
	border-radius: 20px;
	padding-left: 20px;
}
.search-box .btn-search {
	display: flex;
	position: absolute;
	width: 50px;
	height: 100%;
	top: 0;
	right: 0;
	justify-content: center;
	align-items: center;
	color: #666666;
}
.search-box .btn-search:hover {
	cursor: pointer;
}

.categories-content ul {margin: 0;}
.categories-content li {
	padding-top: 10px;
}
.categories-content span {float: right;}


/*[ Filter price bar ]
===========================================================*/
.filter-price h4 {padding-top: 30px;}
.wrap-filter-price-bar {
	padding-top: 23px;
}

#containment-wrapper-2 {
	height:15px;
	position: absolute;
	top: 0;
	left: 0;
}

#containment-wrapper-3 {
	display: flex;
	height:15px;
	position: absolute;
	top: 0;
	right: 0;
	justify-content: flex-end;
}
#draggable3, #draggable2 {
	width: 15px;
	height: 15px;
	border: none;
	background-color: #999999;
	border-radius: 50%;
	transition: background-color 0.4s;
	-webkit-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
}

.filter-price-bar {
	width: 100%;
	position: relative;
	padding-top: 6px;
}
.line-bar {
	width: 100%;
	height: 3px;
	background-color: #e1e1e1;
	margin-bottom: 20px;
}

.filter-price-bar span {
	font-family: OpenSans;
	font-size: 14px;
	color: #666666;
	transition: background-color 0.4s;
	-webkit-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
}

.wrap-info-filter {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.val-filter {
	width: 50%;
}

.btn-filter {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 89px;
	height: 32px;
	background-color: #e1e1e1;
	border-radius: 5px;
}

.btn-filter:hover {
	cursor: pointer;
	color: white;
	background-color: #d7698f;
}

/*[ Tag ]
===========================================================*/
.content-tag {
	display: inline-block;
	line-height: 1.3;
	border: 1px solid #e1e1e1;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 9px;
	margin-right: 4px;
	border-radius: 4px;
}
.content-tag:hover {
	color: #d7698f;
	border: 1px solid #d7698f;
}

.your-ads {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}
.your-ads img {
	width: 100%;
}


.your-ads .text-your-ads {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


/*[ Comment ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.block-comment-1 {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding-top: 35px;
	padding-bottom: 10px;
}

.title-comment {
	font-family: OpenSans-Bold;
	font-size: 16px;
	line-height: 1.7;
	color: #333333;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.wrap-comment {
	margin-bottom: 30px;
}

.wrap-comment .fa.fa-reply {
	margin-right: 4px;
}

.img-author-comment {
	float: left;
	display: block;
	width: 80px;
}

.text-comment {
	margin-left: 100px;
	border: 1px solid #e1e1e1;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
}

.comment-info {
	font-family: OpenSans;
	font-size: 13px;
	line-height: 1.8;
	text-transform: uppercase;
	color: #666666;
}

.name-author-comment {
	display: block;
	font-family: OpenSans-Bold;
	font-size: 14px;
	line-height: 1.7;
	color: #333333;
	margin-bottom: 5px;
}

.comment-info.reply-comment {
	float: right;
}

.child-comment {
	margin-left: 100px;
}

@media (max-width: 576px) {
	.img-author-comment {
		float: unset;
	}
	.text-comment {
		margin-left: 0px;
	}
	.child-comment {
		margin-left: 80px;
	}
	.comment-info.reply-comment {
		display: block;
		float: unset;
	}
}

/*[ Message ]
===========================================================*/
.wrap-leave-mes input {
	width: 100%;
	height: 49px;
	background-color: white;
	border: 1px solid #999999;
	margin-bottom: 10px;
	padding-left: 20px;
}
.wrap-leave-mes textarea {
	display: block;
	width: 100%;
	min-height: 170px;
	background-color: white;
	border: 1px solid #999999;
	margin-bottom: 20px;
	padding: 20px;
	padding-top: 10px;
}

.wrap-leave-mes .col-left {padding-right: 5px;}
.wrap-leave-mes .col-right {padding-left: 5px;}

@media (max-width: 576px) {
	.wrap-leave-mes .col-left {padding-right: 15px;}
	.wrap-leave-mes .col-right {padding-left: 15px;}
}



/*[ Block 5 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.wrap-para-b5 li {
	list-style-image: url(..//list-style.png);
	list-style-position: inside;
	padding-left: 18px ;
  	text-indent: -18px ;
}


/*[ Select2 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*[ width select ]
===========================================================*/
.select2-container {
	display: block;
  	max-width: 100%;
  	width: auto !important;
}

/*[ Select ]
===========================================================*/
.select2-container .select2-selection--single {
	display: flex;
	align-items: center;
	background-color: white;
	border: 1px solid #999999;
	border-radius: 5px !important;
	height: 53px;
	outline: none;
}

.select2-container--focus {
	border-radius: 5px;
	box-shadow: 0 0 2px 1px #d7698f;
	-moz-box-shadow: 0 0 2px 1px #d7698f;
	-webkit-box-shadow: 0 0 2px 1px #d7698f;
	-o-box-shadow: 0 0 2px 1px #d7698f;
	-ms-box-shadow: 0 0 2px 1px #d7698f;
}

.select2-container--focus .select2-selection--single {
	border-color: transparent;
}

.select2-container--below.select2-container--open {
	border-radius: 5px;
	box-shadow: 0 0 2px 1px #d7698f;
	-moz-box-shadow: 0 0 2px 1px #d7698f;
	-webkit-box-shadow: 0 0 2px 1px #d7698f;
	-o-box-shadow: 0 0 2px 1px #d7698f;
	-ms-box-shadow: 0 0 2px 1px #d7698f;
}

.select2-container--below.select2-container--open .select2-selection--single {
	border-color: transparent;
}

.select2-container--above.select2-container--open {
	border-radius: 5px;
	box-shadow: 0 0 2px 1px #d7698f;
	-moz-box-shadow: 0 0 2px 1px #d7698f;
	-webkit-box-shadow: 0 0 2px 1px #d7698f;
	-o-box-shadow: 0 0 2px 1px #d7698f;
	-ms-box-shadow: 0 0 2px 1px #d7698f;
}

.select2-container--above.select2-container--open .select2-selection--single {
	border-color: transparent;
}


/*[ in select ]
===========================================================*/
.select2-selection__rendered {
	font-size: 14px;
	font-family: OpenSans;
	color: #666666 !important;
	padding-left: 14px !important;
}

.select2-selection__arrow {
	top: 50% !important;
	transform: translateY(-50%) !important;
	right: 10px !important;
}


/*[ dropdown option ]
===========================================================*/
.select2-dropdown {
	border: 1px solid #aaa !important;
	border-radius: 5px !important;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #d7698f;
}

.select2-results__options{
	font-size: 14px;
	font-family: OpenSans;
	color: #666666 !important;
}


.select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa !important;
	outline: none;
	font-family: OpenSans;
	font-size: 14px;
	color: #666666;
}

.select2-search--dropdown .select2-search__field:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}




/*[ Daterangepicker ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.my-calendar {
	width: 100%;
	height: 50px;
	font-size: 14px;
	font-family: OpenSans;
	color: #666666;
	padding-left: 18px;
	outline-color: #333333;
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 5px;
}

input[type="date" i] {
	padding: 14px;
}

.table-condensed td, .table-condensed th {
	font-size: 14px;
	font-family: OpenSans;
}

.daterangepicker td.active {
	background-color: #d7698f;
}


/*[ Block form 1 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.block-form-1 {
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding-left: 55px;
	padding-right: 23px;
}

.title-bf1 {
	font-family: OpenSans-Bold;
	font-size: 14px;
	line-height: 1.7;
	text-transform: uppercase;
	color: #333333;
}

.wrap-form-bf1 {
	display: flex;
	align-items: center;
}

.wrap-input-bf1 {
	width: calc(100% - 180px);
	padding-right: 30px;
}

.input-bf1 {
	display: flex;
	width: 100%;
	height: 53px;
	align-items: center;
	padding-left: 14px;
	border: 1px solid #999999;
}

.wrap-btn-bf1 {
	width: 180px;
}

@media (max-width: 768px) {
	.block-form-1 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.wrap-form-bf1 {
		display: block;
	}

	.wrap-input-bf1 {
		width: 100%;
		padding-right: 0px;
		padding-bottom: 15px;
	}

}

/*[ Plus ]
===========================================================*/
.wrap-select-bf1 {
	display: flex;
	align-items: center;
	padding-right: 210px;
}

.select-bf1 {
	width: 50%;
}

.select-bf1:first-child {
	padding-right: 5px;
}

.select-bf1:last-child {
	padding-left: 5px;
}

@media (max-width: 768px) {
	.wrap-select-bf1 {
		display: block;
		padding-right: 0px;
	}

	.select-bf1 {
		width: 100%;
		padding: 15px 0 !important;
	}
}


/*[ Shopping Cart ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*[ Table ]
===========================================================*/
.wrap-table-shopping-cart {
	overflow: auto;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

.table-shopping-cart {
	border-collapse: collapse;
	width: 100%;
	min-width: 992px;
}

.table-shopping-cart tr {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

.table-shopping-cart .column-1 {
	width: 215px;
	padding-left: 55px;
}
.table-shopping-cart .column-2 {
	width: 340px;
}
.table-shopping-cart .column-3 {
	width: 200px;
}
.table-shopping-cart .column-4 {
	width: 225px;
}
.table-shopping-cart .column-5 {
	width: 120px;
}
.table-shopping-cart .column-6 {
	width: 70px;
	color: #b0b0b0 !important;
}

.table-shopping-cart .table_head {
	background-color: #e9e9e9;
}

.table-shopping-cart .table_head th {
	font-family: OpenSans-Bold;
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
	padding-top: 16px;
	padding-bottom: 16px;
}

.table-shopping-cart td {
	font-family: OpenSans;
	font-size: 14px;
	color: #333333;
	padding-top: 20px;
	padding-bottom: 20px;
}

.table-shopping-cart .img-product {
	width: 90px;
	border: 3px solid #f2f2f2;
}
.table-shopping-cart .img-product img {width: 100%;}

.table-shopping-cart .input-num-product {
	display: flex;
	float: left;
	width: 57px;
	height: 45px;
	text-align: center;
	align-items: center;
	border: 1px solid #e1e1e1;
	padding-left: 15px;
}

.table-shopping-cart .btn-remove-product {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
.table-shopping-cart .btn-remove-product:hover {
	cursor: pointer;
	color: #d7698f;
}

.wrap-input-different-address {
	display: none;
}

/*[ Complete ]
===========================================================*/
.end-complete-shopping-cart {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wrap-btn-end-shopping-cart {
	width: 247px;
}

.total-shoppingcart {
	display: block;
	font-family: OpenSans-Bold;
	font-size: 30px;
	line-height: 1.2;
	color: #333333;
	text-align: right;
	padding-right: 23px;
}

@media (max-width: 768px) {
	.end-complete-shopping-cart {
		flex-direction: column-reverse;
		align-items: center;
	}

	.end-complete-shopping-cart .link-continue {
		padding-top: 30px;
	}

	.total-shoppingcart {
		text-align: center;
		padding-right: 0px;
	}
}



/*[ Checkout ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.content-checkout-page {
	padding-top: 95px;
	padding-bottom: 100px;
}

/*[ 01/Check out method ]
===========================================================*/
.wrap-check-out-method {
	border-bottom: 2px solid #e1e1e1;
	padding-bottom: 64px;
}

.input-check-out {
	width: 100%;
	height: 53px;
	background-color: #f1f1f1;
	border: none;
	padding-left: 15px;
}

.wrap-form-check-out-method {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wrap-input-check-out-method {
	width: calc((100% - 200px) / 2);
}

.wrap-btn-check-out-method {
	width: 200px;
	padding-left: 20px;
}

.wrap-btn-check-out-method .lost-pass {
	display: block;
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: -35px;
}

@media (max-width: 768px) {
	.wrap-form-check-out-method {
		display: block;
	}

	.wrap-input-check-out-method {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 15px;
	}

	.wrap-btn-check-out-method {
		width: 180px;
		padding-left: 0px;
		margin: 0 auto;
	}
}

/*[ 02/Billing & shipping detail ]
===========================================================*/
.input-billing {
	width: 100%;
	height: 53px;
	background-color: #f1f1f1;
	border: none;
	padding-left: 15px;
	margin-bottom: 15px;
}

.wrap-billing-shipping-detail {
	padding-top: 35px;
	padding-bottom: 15px;
	border-bottom: 2px solid #e1e1e1;
}

.wrap-checkbox-different-address {
	padding-bottom: 20px;
}
.input-billing-shipping-detail h4.t-title-7 {
	line-height: 1em;
	padding-bottom: 18px;
}

.wrap-billing-shipping-detail input[type="checkbox"] {
	display: none;
}

.wrap-billing-shipping-detail label {
	height: 20px;
	margin: 0px;
}

.wrap-billing-shipping-detail input[type="checkbox"] + label .btn-check {
	display:inline-block;
	width:20px;
	height:20px;
	background:url(..//checkbox.png) left top no-repeat;
	cursor:pointer;
	margin-right: 10px;
}
.wrap-billing-shipping-detail input[type="checkbox"]:checked + label .btn-check {
	background:url(..//checkbox-checked.png) left top no-repeat;
}

.wrap-billing-shipping-detail input[type="checkbox"] + label .text-checkbox.t-para-1 {
	display: block;
	height: 20px;
	line-height: 20px;
	float: right;
}


.wrap-chose-address-extend .select2-container .select2-selection--single {
	background-color: #f1f1f1;
	border: none;
}


.wrap-order-note .order-note {
	width: 100%;
	min-height: 257px;
	background-color: #f1f1f1;
	border: none;
	padding: 15px; 
}

.col-res-input-billing-shipping-detail.left {
	padding-right: 5px;
}
.col-res-input-billing-shipping-detail.right {
	padding-left: 5px;
}
.wrap-chose-address-extend.for-check-out-page .col-res-input-billing-shipping-detail {
	margin-bottom: 15px;
}

@media (max-width: 992px){
	.col-res-input-billing-shipping-detail.left {
		padding-right: 15px;
	}
	.col-res-input-billing-shipping-detail.right {
		padding-left: 15px;
	}
}

/*[ Your order ]
===========================================================*/
.wrap-your-order {
	padding-top: 33px;
}
.title-your-order {
	padding-bottom: 20px;
}

.table-your-order-extend.wrap-table-shopping-cart .table_head th {
	padding-top: 15px;
	padding-bottom: 15px;

}

.table-your-order-extend.wrap-table-shopping-cart .table-row td {
	font-family: OpenSans-Bold !important;
	font-size: 14px;
	color: #333333;
	padding-top: 13px;
	padding-bottom: 13px;
}

.table-your-order-extend.wrap-table-shopping-cart .column-2 {
	width: 500px;
	padding-left: 17px;
	text-transform: uppercase !important;
}
.table-your-order-extend.wrap-table-shopping-cart .column-3 {
	width: 670px;
}


/*[ Payment ]
===========================================================*/
.wrap-payment {
	padding-top: 31px;
}
.wrap-payment .t-title-7 {
	padding-bottom: 15px;
}
.wrap-payment p {
	padding-left: 10px;
}


.wrap-icon-pay {
	display: inline-block;
	position: relative;
	width: 40px;
	margin-left: 6px;
}
.wrap-icon-pay.first {
	margin-left: 20px;
}

.wrap-icon-pay .img-no-color {
	width: 100%;
}

.wrap-icon-pay .img-color {
	position: absolute;
	width: 100%;
	top: 1px;
	left: 0;
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.wrap-icon-pay:hover .img-color {
	opacity: 1;
	transform: scale(1.2);
	cursor: pointer;
}

.wrap-icon-pay .img-color.active {
	opacity: 1;
	transform: scale(1.2);
	cursor: pointer;
	border: 2px solid #d7698f;
}

.input-payment {
	width: 100%;
	height: 53px;
	background-color: #f1f1f1;
	border: none;
	padding-left: 15px;
}

.wrap-form-payment {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wrap-input-payment {
	width: calc((100% - 200px) / 3);
}

.wrap-btn-payment {
	width: 200px;
	padding-left: 20px;
}


@media (max-width: 992px) {
	.wrap-form-payment {
		display: block;
	}

	.wrap-input-payment {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 15px;
	}

	.wrap-btn-payment {
		width: 180px;
		padding-left: 0px;
		margin: 0 auto;
	}
}

.rs-ccp input, .rs-ccp textarea {
	border-radius: 5px;
}



/*[ Contact ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.content-contact-us input {
	width: 100%;
	height: 41px;
	background-color: white;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.content-contact-us textarea {
	display: block;
	width: 100%;
	min-height: 170px;
	background-color: white;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 20px;
	padding-top: 10px;
}

.content-contact-us .col-left {padding-right: 5px;}
.content-contact-us .col-right {padding-left: 5px;}

/*[ Tooltip validate ]
===========================================================*/
.wrap-input-contact {
	position: relative;
}

.tooltip-validate {
	visibility: hidden;
	font-family: OpenSans-Bold;
	position: absolute;
	min-height: 26px;
	background-color: white;
	border: 1px solid #990b0b;
	color: #990b0b;
	font-size: 13px;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 24px;
	top: -20px;
	right: 15px;
	opacity: 0;
	border-radius: 5px;
}
.tooltip-validate::after {
	content: "";
	position: absolute;
	top: 100%;
	right: 12px;
	border-top: 8px solid #990b0b;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.symbol-validate {
	display: none;
	position: absolute;
	color: #990b0b;
	font-size: 18px;
	line-height: 40px;
	top: 0px;
	right: 25px;
}

.tooltip-validate.special {right: 5px;}
.symbol-validate.special {right: 15px;}

.show-tooltip {
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.wrap-input-contact:hover .show-tooltip {
	visibility: visible;
	opacity: 1;
}


@media (max-width: 992px) {
	.content-contact-us .responsive {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 576px) {
	.content-contact-us .col-left {padding-right: 15px;}
	.content-contact-us .col-right {padding-left: 15px;}
	.tooltip-validate.special {right: 15px;}
	.symbol-validate.special {right: 25px;}
}


/*[ restyle alert contact ]
===========================================================*/
.messages .alert {
	position: relative;
}


.messages .alert button.close {
	position: absolute;
	right: 15px;
}


/*[ Map ]
===========================================================*/
.contact-map {
	height: 500px;
}



/*[ Pagination ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.wrap-pagi {
	display: flex;
	align-items: center;
}

.wrap-pagi .num-pagi {
	float: left;
	display: flex;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	margin: 0 3px;
	border: 2px solid transparent;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.wrap-pagi .num-pagi.active {
	border: 2px solid #d7698f;
}

.wrap-pagi .num-pagi:hover {
	cursor: pointer;
	border: 2px solid #d7698f;
}

@media (max-width: 576px) {
	.wrap-pagi {
		flex-direction: column-reverse;
		align-items: center;
	}
}


/*[ Rs Slide 100 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.rs-slide-100 .wrap-thumb-100 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
}

.rs-slide-100 .thumb-100 {
	width: calc((100% - 30px) / 4);
	border-radius: 5px;
	overflow: hidden;
}

.rs-slide-100 .btn-sub-frame {
	border-radius: 5px;
	overflow: hidden;
}


/*[ Product ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.name-product {
	display: block;
	font-family: OpenSans;
	font-size: 18px;
	line-height: 1.5;
	color: #333333;
	text-align: center;
}

.price-product {
	display: block;
	font-family: OpenSans;
	font-size: 14px;
	line-height: 1.8;
	color: #d7698f;
	text-align: center;
}

.wrap-pic-product {
	position: relative;
	overflow: hidden;
}

.wrap-btn-product {
	display: flex;
	justify-content: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 40px;
	transform: scale(0.0);
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

.btn-product {
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 14px;
	width: 40px;
	height: 40px;
	margin: 0 10px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.6);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.btn-product:hover {
	cursor: pointer;
	background-color: rgba(215,105,143,0.9);
}

.wrap-pic-product:hover .wrap-btn-product {
	transform: scale(1.0);
}

.label-product-hot {
	position: relative;
}

.label-product-hot::after {
	content: "HOT";
	font-family: Montserrat-Bold;
	font-size: 14px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -10px;
	right: -10px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #d7698f;
}

.label-product-new::after {
	content: "NEW";
	font-family: Montserrat-Bold;
	font-size: 14px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -10px;
	right: -10px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #d7698f;
}



/*[ Tooltip ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.tooltip-inner {
	background-color: #d7698f;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
	border-top-color: #d7698f;
}


/*[ Bootstrap Notify ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.alert button.close {
	top: 50% !important;
	transform: translateY(-55%);
	padding-top: 0;
}

.alert .fa {
	margin-right: 8px;
}

.alert.alert-success {
	border-radius: 5px ;
	border:none;
	background-color: #d7698f ;
	color: white;
	font-family: OpenSans ;
	font-size: 14px ;
}

.alert.alert-danger {
	border-radius: 5px ;
	border:1px solid  #e87780 ;
	background-color: white ;
	color:  #e87780 ;
	font-family: OpenSans ;
	font-size: 14px ;
}


/*[ FAQ ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.ques-faq {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


/*[ Video ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.wrap-video {
	position: relative;
	width: 100%;
}
.wrap-video img {width: 100%;}

.wrap-iframe-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 3s;
	-webkit-transition: all 3s;
	-o-transition: all 3s;
	-moz-transition: all 3s;
}

.show-video {
	visibility: visible;
	opacity: 1;
}

.wrap-iframe-video iframe {
	width: 100%;
	height: 100%;
}



.btn-play {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 72px;
	height: 72px;
	background-color: #d7698f;
	border: 6px solid #f3b8cc;
	border-radius: 50%;
	font-size: 20px;
	color: white;
}

.btn-play:hover {
	cursor: pointer;
	background-color: #d52f68;
}


/*[ Header ]
///////////////////////////////////////////////////////////*/

/*[ Header Desktop ]
===========================================================*/
.wrap-menu-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}

.wrap_header {
	display: flex;
	width: 100%;
	height: 80px;
	background-color: transparent;
	justify-content: space-between;
	align-items: center;
}


/*[ Logo ]
-----------------------------------------------------------*/
.logo {
	height: 100%;
}
.logo a{
	display: block;
	height: 100%;
}
.logo > a > img {
	max-height: 100%;
	vertical-align: middle;
}

/*[ Menu ]
-----------------------------------------------------------*/
.wrap_menu {
	width: 565px;
	height: 100%;
}

.menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	position: relative;
}

.main_menu {
	list-style-type: none;
	display: block;
	position: relative;
	margin: 0px !important;
}

.main_menu > li {
	display: block;
	float: left;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 14px;
	padding-right: 14px;
}

.main_menu > li:last-child {
	padding-right: 0px;
}

.main_menu > li > a {
	font-family: OpenSans;
	font-size: 14px;
	text-transform: uppercase;
	color: white;
	padding: 5px;
}

.main_menu > li:hover > a {
 	text-decoration: none;
}

.sub_menu > li:hover > a {
 	color: #d7698f;
 	text-decoration: none;
}

.main_menu > li:hover .sub_menu {
	visibility: visible;
	opacity: 1;
}

.main_menu li {
	position: relative;
}

.sub_menu {
	list-style-type: none;
	position: absolute;
	top:0;
	left:100%;
	width: 225px;
	background-color: white;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
.main_menu > li > .sub_menu {
	top:100%;
	left: 0;
	position: absolute;
}
.sub_menu li:hover > .sub_menu {
	display: block;
}

.sub_menu li, .sub_menu a {
	padding: 10px;
	font-family: OpenSans;
	font-size: 14px;
	color: #666666;
}

.sub_menu>li:first-child {
	padding-top: 20px;
}

.sub_menu>li:last-child {
	padding-bottom: 20px;
}

@media (max-width: 1465px) {
	.responsive_sub_menu > .sub_menu {
		right: 0px !important;
		left: auto !important;
	}
}


/*[ Menu Scroll ]
-----------------------------------------------------------*/
.menu_scroll {
	background-color: #333333;
}

.menu_scroll .wrap_header {
	height: 55px;
}

.menu_scroll .main_menu > li:hover > a {
	 	color: #d7698f;
	 	text-decoration: none;
}

.menu_scroll .sub_menu {
	background-color: #444444;
}

.menu_scroll .sub_menu > li > a {
	color: white;
}

.menu_scroll .sub_menu > li:hover > a {
 	color: #d7698f;
 	text-decoration: none;
}

/* .menu_scroll {
	background-color: white;
	box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
	-moz-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
	-webkit-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
	-o-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
	-ms-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
}

.menu_scroll .sub_menu {
	box-shadow: 0 0px 4px 0px rgba(153,153,153,0.2);
	-moz-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.2);
	-webkit-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.2);
	-o-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.2);
	-ms-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.2);
}

.menu_scroll .wrap_header {
	height: 55px;
}

.menu_scroll .main_menu > li > a {
	 	color: #333333;
}

.menu_scroll .main_menu > li:hover > a {
	 	color: #d7698f;
	 	text-decoration: none;
} */




/*[ Header Mobile ]
===========================================================*/
.wrap_header_mobile {
	height: 90px;
	background-color: white;
	display: none;
}

/*[ Logo mobile ]
-----------------------------------------------------------*/
.logo-mobile {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 245px;
	height: 100%;
	line-height: 16px;
}

.logo-mobile a{
	display: block;
	width: 100%;
}

.logo-mobile > a > img {
	max-width: 100%;
	vertical-align: middle;
}

/*[ btn show menu ]
-----------------------------------------------------------*/
.btn-show-menu {
	display: flex;
	width: 60px;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.hamburger {
	transform: scale(0.5);
}

.hamburger-box{
	width: 28px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 28px;
}

@media (max-width: 992px){
	.wrap_header_mobile {display: flex !important;}
	.wrap_header {display: none;}
}

/*[ Menu mobile ]
-----------------------------------------------------------*/
.wrap-side-menu {
	width: 100%;
	background-color: white;
	display: none;
	padding-top: 10px;
	padding-bottom: 15px;
	border-top: 1px solid #ececec;
}

.side-menu {
	width: 100%;
}

.side-menu li {
	list-style-type: none;
}

.side-menu .main-menu {margin-bottom: 0;}

.side-menu .main-menu > li > a {
	font-family: OpenSans;
	font-size: 14px;
	color: #333333;
	line-height: 2.86;
	text-transform: uppercase;
}

.side-menu .main-menu > li {
	padding-left: 20px;
	color: #333333;
	position: relative;
}

.side-menu .main-menu .arrow-main-menu {
	font-size: 14px;
	position: absolute;
	right: 20px;
	top: 5px;
	padding: 10px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.side-menu .main-menu .arrow-main-menu:hover {
	color: #d7698f;
	cursor: pointer;
}

.turn-arrow {
	transform: rotate(90deg);
}

.side-menu .sub-menu a {
	font-family: OpenSans;
	font-size: 14px;
	color: #666666;
	line-height: 2.5;
}

.side-menu .sub-menu > li {
	padding-left: 12px;
}

.side-menu a:hover {
	text-decoration: none;
	color: #d7698f;
}

.side-menu .sub-menu {
	display: none;
}

@media (min-width: 1100px){
	.wrap-side-menu {
		display: none;
	}
}


/*[ Footer ]
///////////////////////////////////////////////////////////*/

/*[ Social ]
===========================================================*/
.item-social {
	display: flex;
	width: 34px;
	height: 34px;
	justify-content: center;
	align-items: center;
	line-height: 1em;
	border-radius: 50%;
	border: 1px solid #c6c6c6;
	float: left;
	margin-right: 10px;
}

.hover-social-footer:hover {
	cursor: pointer;
	color: #d7698f;
	border: 1px solid #d7698f;
}

/*[  ]
===========================================================*/
.line-divide-footer {
	height: 100%;
	width: 1px;
	background-color: #333333;
	margin: 0 auto;
}

.wrap-bottom-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 58px;
}

@media (max-width: 768px) {
	.wrap-bottom-footer {
		flex-direction: column;
		align-items: center;
		padding: 10px 0;
	}
}

@media (max-width: 992px) {
	.line-divide-footer {
		height: 1px;
		width: 100%;
		background-color: #333333;
	}
}



/*[  ]
///////////////////////////////////////////////////////////*/

/*[ Back to top ]
===========================================================*/
.btn-back-to-top {
	display: none;
	position: fixed;
	width: 45px;
	height: 45px;
	bottom: 45px;
	right: 45px;
	border-radius: 50%;
	background-color: black;
	opacity: 0.5;
	justify-content: center;
	align-items: center;
	z-index: 1000000;

	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
	font-size: 25px;
	color: white;
	line-height: 1em;
}

.btn-back-to-top:hover {
	opacity: 0.8;
	cursor: pointer;
	background-color: #d7698f;
}

@media (max-width: 576px) {
	.btn-back-to-top {
		bottom: 15px;
		right: 15px;
	}
}


/*[ Loading ]
===========================================================*/
.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(215,105,143, 0.6);
  border-right: 5px solid rgba(215,105,143, 0.6);
  border-bottom: 5px solid rgba(215,105,143, 0.6);
  border-left: 5px solid rgba(215,105,143, 0.2);
}




/*[ Index ]
///////////////////////////////////////////////////////////*/

/*[ Slider ]
===========================================================*/
.restyle-index .t-slide-1 {
	letter-spacing: -8px;
	text-shadow: -12px 2px 20px rgba(207,73,109,0.3);
	padding-left: 20px;
	padding-right: 20px;
}

.layer-img-slide {
	text-align: center;
}

.layer-img-slide img {
	height: 100%;
	width: auto;
}

.text-layer-small-screen {
	color: rgba(255,255,255,0);
	text-shadow: none !important;
}

@media (max-width: 768px) {
	.text-layer-small-screen {
		color: rgba(255,255,255,1);
		text-shadow: -12px 2px 20px rgba(207,73,109,0.3) !important;
	}
	.text-layer-larg-screen {
		color: rgba(255,255,255,0);
	}
}


/*[ Intro ]
===========================================================*/
.rs1-btp1 .wrap-para-1 {
	max-width: 810px;
	margin-top: 14px;
	margin-bottom: 27px;
}

.rs1-btp1 .wrap-btn {
	width: 180px;
}


/*[ Intro ]
===========================================================*/
.rs2-btp1 .t-title-1 {
	margin-bottom: 6px;
	margin-left: -3px;
}

.rs1-bptp1 .wrap-title-bptp1 .fa {
	margin-right: 3px;
}


/*[ Reviews ]
===========================================================*/
.rs1-mcpt1 .circle-pic-text-1 {
	margin-top: 35px;
}

.rs1-mcpt1 .circle-pic-text-1 .wrap-para-cpt1 {
	max-width: 415px;
}

@media (max-width: 992px) {
	.rs1-mcpt1 .circle-pic-text-1 .wrap-para-cpt1 {
		max-width: 100% !important;
	}
}



/*[ Home 02 ]
///////////////////////////////////////////////////////////*/

/*[ Slider ]
===========================================================*/

.rs1-slider-youga .t-center {
	text-align: center !important;
}

.rs1-slider-youga .t-slide-2 {
	letter-spacing: -4px;
}

/*[ Button Slider ]
-----------------------------------------------------------*/
.rs-btn-slide .t-c-btn {color: white;}
.rs-btn-slide .bg-c-btn {background-color: #d7698f ;}
.rs-btn-slide .bg-c-btn-hover {background-color: #d52f68 ;}

.rs-btn-slide .b-btn-white {border: 2px solid white !important;}
.rs-btn-slide .b-btn-trans {border: 2px solid transparent ;}

.rs-btn-slide .btn-yoga {
	display: flex;
	width: 100%;
	position: relative;
	justify-content: center;
}

.rs-btn-slide .text-btn-yoga {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	background: transparent;
}

.rs-btn-slide .hover-btn-yoga {
	height: 100%;
	opacity: 0;
}

.rs-btn-slide .btn-yoga:hover .hover-btn-yoga{
	opacity: 1 ;
	width: 100% !important;
}

.rs-btn-slide .w-45 {
	width: 45px ;
}


.rs-btn-slide .trans-0-4 {
	-webkit-transition: all 0.4s !important;
	-o-transition: all 0.4s !important;
	-moz-transition: all 0.4s !important;
	transition: all 0.4s !important;
}

.rs-btn-slide .t-s-14 {
	font-size: 14px !important;
}

.rs-btn-slide .wrap-btn-slide {
	display: flex;
}

@media (max-width: 576px) {
	.rs-btn-slide .wrap-btn-slide {
		display: block;
	}
}




/*[ Home 03 ]
///////////////////////////////////////////////////////////*/

/*[ rs1 sub-menu ]
===========================================================*/
.rs1-header-desktop .sub_menu {
	box-shadow: 0 0 20px 0px rgba(208,208,208,0.2);
	-moz-box-shadow: 0 0 20px 0px rgba(208,208,208,0.2);
	-webkit-box-shadow: 0 0 20px 0px rgba(208,208,208,0.2);
	-o-box-shadow: 0 0 20px 0px rgba(208,208,208,0.2);
	-ms-box-shadow: 0 0 20px 0px rgba(208,208,208,0.2); 
}


/*[  ]
===========================================================*/
@media (min-width: 992px) {
	.restyle-home-03 .wrap-menu-header {
		background-color: #333333;
	}

	.restyle-home-03 .main_menu > li:hover > a {
	 	color: #d7698f;
	 	text-decoration: none;
	}
}



.rs-btn-slide .b-btn-d7698f {
	border: 2px solid #d7698f;
}

@media (min-width: 992px) and (max-width: 1300px) {
	.rs2-slider-youga p {
		font-size: 14px !important;
	}
}


/*[ Home 04 ]
///////////////////////////////////////////////////////////*/

.restyle-home-04 .btn-free-trial .wrap-pic-h {
	height: 50px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

@media (min-width: 992px) {
	.restyle-home-04 .wrap-menu-header {
		/* height: 84px; */
		background-color: white !important;
	}

	.restyle-home-04 .btn-free-trial {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.restyle-home-04 .wrap_menu {
		width: 800px;
	}

	.restyle-home-04 .wrap_header {
		/* height: 84px; */
		background-color: white !important;
	}

	.restyle-home-04 .main_menu > li > a {
		color: #333333;
	}

	.restyle-home-04 .main_menu > li:hover > a {
	 	color: #d7698f;
	 	text-decoration: none;
	}
}


.restyle-home-04 .menu_scroll .sub_menu > li > a {
	color: #666666;
}

.restyle-home-04 .menu_scroll .sub_menu > li:hover > a {
 	color: #d7698f;
 	text-decoration: none;
}

.restyle-home-04 .menu_scroll {
	box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
	-moz-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
	-webkit-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
	-o-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
	-ms-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3); 
}

.restyle-home-04 .menu_scroll .sub_menu {
	background-color: white;
	box-shadow: 0 0px 4px 0px rgba(153,153,153,0.2);
	-moz-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.2);
	-webkit-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.2);
	-o-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.2);
	-ms-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.2); 
}

.restyle-home-04 .menu_scroll .btn-free-trial .wrap-pic-h {
	height: 40px;
}

/*[ Slider ]
===========================================================*/
@media (min-width: 992px) {
	.rs3-slider-youga {
		margin-top: 80px;
	}
}

.rs3-slider-youga .wrap-btn-slide {
	justify-content: center;
}

@media (max-width: 576px) {
	.rs3-slider-youga .wrap-btn-slide {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

/*[ Footer ]
===========================================================*/
.rs1-footer {
	display: flex;
	min-height: 240px;
	justify-content: space-between;
	align-items: center;
	padding: 70px;
}


.rs1-footer .wrap-link {
	display: flex;
	padding-left: 50px;
}

.rs1-footer .wrap-link a {
	display: block;
	padding: 5px 18px;
}

@media (max-width: 1200px) {
	.rs1-footer {
		padding: 70px 20px;
		flex-direction: column;
	}

	.rs1-footer .wrap-link {
		padding-left: 0px;
	}

	.rs1-footer .item-social {
		margin: 0 5px;
	}
}
 
@media (max-width: 768px) {
	.wrap-link {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}



/*[ Class Grid ]
///////////////////////////////////////////////////////////*/

.bg-title-page-1 {
	width: 100%;
	min-height: 500px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url('/classgrid-title-page.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

@media (max-width: 576px) {
	.t-title-5 {
		font-size: 60px;
	}
}


/*[ Course Schedule ]
///////////////////////////////////////////////////////////*/

.wrap-class-schedule {
	overflow: auto;
}

.class-schedule {
	border-collapse: collapse;
	width: calc(100% - 1px);
	min-width: 992px;
}

.class-schedule th {
	font-weight: unset;
	padding-top: 13px;
	padding-bottom: 8px;
	width: calc(100% / 7);
}

.class-schedule td {
	border: 1px solid #f2f2f2;
	box-sizing: border-box;
	padding-left: 20px;
	padding-top: 35px;
	padding-bottom: 28px;
	background-color: white;
}


.rs-class-schedule .wrap-para-1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.rs-class-schedule .wrap-para-1 p {
	width: 60%;
}

.rs-class-schedule .prev-next-schedule {
	width: 250px;
	text-align: right;
}

@media (max-width: 768px) {
	.rs-class-schedule .wrap-para-1 {
		display: block;
	}

	.rs-class-schedule .wrap-para-1 p {
		width: 100%;
	}

	.rs-class-schedule .prev-next-schedule {
		width: 100%;
		text-align: right;
		padding-top: 35px;
	}
}

/*[ Product Details ]
///////////////////////////////////////////////////////////*/
.num-of-product {
	width: 57px;
	height: 45px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	text-align: center;
}

.wrap-btn-product-detail {
	display: flex;
	align-items: center;
}

.bold-title {
	font-family: OpenSans-Bold;
	color: #333333;
}

.content-info-product {
	display: none;
}


/*[ rs1 Slide Owl 1 ]
===========================================================*/
.rs2-slide-owl-1 {
	margin-top: -15px ;
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}

.rs2-slide-owl-1 .owl-carousel .owl-stage-outer {
	overflow: visible !important;
}

.rs1-slide-owl-1 .slide-owl-1 .owl-prev, 
.rs1-slide-owl-1 .slide-owl-1 .owl-next {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #333333;
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #e7e7e7;
	border-radius: 50%;
	z-index: 1000;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;	
}

.rs1-slide-owl-1 .slide-owl-1 .owl-next {
	right: -60px;
	top: 43%;
}

.rs1-slide-owl-1 .slide-owl-1 .owl-prev {
	left: -60px;
	top: 43%;
}

.rs1-slide-owl-1 .slide-owl-1 .owl-prev:hover, 
.rs1-slide-owl-1 .slide-owl-1 .owl-next:hover {
	cursor: pointer;
	background-color: #888888;
	color:  white;
}

@media (max-width: 1240px) {
	.rs1-slide-owl-1 .slide-owl-1 .owl-next {
		right: -15px !important;
	}

	.rs1-slide-owl-1 .slide-owl-1 .owl-prev {
		left: -15px !important;
	}
}


/*[ Shop List ]
///////////////////////////////////////////////////////////*/

.sorting {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wrap-input-sort {
	width: 200px;
}

/*[ select ]
===========================================================*/
.rs1-select2 .select2-container .select2-selection--single {
	height: 40px;
}


/*[ Our Teacher ]
///////////////////////////////////////////////////////////*/

.rs1-item-social .item-social {
	border-color: #999999;
}

.rs1-item-social .item-social:hover {
	border-color: #d7698f;
}


/*[ Blog Detail ]
///////////////////////////////////////////////////////////*/

.list-blog-detail li::before {
	content: "\25AA"; 
	color: #d7698f;
	margin-right: 5px;
}

.title-h4-blog-detai {
	font-family: OpenSans-Bold;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
}

.just-set-flex-blog-detail {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.just-set-flex-blog-detail .fa {
	margin-left: 18px; 
}

@media (max-width: 576px) {
	.just-set-flex-blog-detail {
		display: block;
	}
}


/*[ rs revo ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.tp-caption {
	white-space: normal;
}