html, body {
	min-height: 100vh;
	background-color: #EFEFEF;
}
.t3-row{
	margin: 0 5px;
}
.w3-text-shadow{
	text-shadow:1px 1px 0 #444;
}
.w3-width-small{
	width: 100px;
}
.w3-width-large{
	width: 120px;
}
.w3-width-xlarge{
	width: 160px;
}
.w3-width-xxlarge{
	width: 200px;
}
.w3-width-xxxlarge{
	width: 250px;
}
.w3-title{
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #efefef;
	background: #fff;
}
.w3-title h3{
	float: left;
	padding: 10px 10px 10px 10px;
	line-height: 1.3em;
	font-size: 15px;
	font-weight: 900;
	color: #333;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0;
}
.w3-title h3:after{
	content: '';
	width: 0;
	height: 0;
	border-right: 12px solid #fff;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}
.w3-text-line-through{
	text-decoration-line:line-through;
}
p{
	margin: 8px 0;
}
a{
	text-decoration: none;
}
legend{
    font-size: 18px;
    text-transform: uppercase;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display:none;
    opacity: .7;
}
.t3-input-3{
	width: 230px !important;
}
.t3-padding-bottom{
	padding-bottom: 16px;
}
.w3-minwidth{
	width: 280px !important;
}
.t3-badge-padding{
	padding: 12px 6px !important;
	font-weight: bold;
}
.w3-active{
	background-color: #1d9921 !important;
	color: white;
}
.t3-active {
	background-color: #7afbde !important;
}
.t3-relative{
	position: relative;
}
#loader{
	display: none;
	z-index: 9999;
}
#loader i{
	font-size: 128px;
}
#t3Mobiles{
	position: fixed;
	top: 50%;
	right: 0;
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	z-index: 99;
	width: 66px;
}
#t3Mobiles a{
	border: 1px solid #007bff;
	border-radius: 50%;
	background-color: #fff;
	-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
	animation-name: example;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
#t3Mobiles a.t3-mobile{
	padding: 12px 18px;
	font-size: 24px;
}
#t3Mobiles a.t3-zalo{
	padding: 16px 6px;
	font-size: 18px;
	margin-top: 8px
}
.t3-pointer{
	cursor:pointer
}
.w3-row-ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.w3-modal-button-close{
	z-index: 2;
}
.w3-margin-5{
	margin: 5px;
}
.w3-label{
	width:120px;
	padding-top: 10px
}
.w3-strong{
	font-weight: bold;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
	from {background-color: #fff;}
	to {background-color: yellow;}
}

/* Standard syntax */
@keyframes example {
	from {background-color: #fff;}
	to {background-color: yellow;}
}
/**
Module: Header
*/
.header-img-logo{
	max-height: 70px;
	margin: 5px 0;
	float: left
}

ul.header-about{
	list-style: none;
}
ul.header-about li {
	float: left;
	text-align: center;
	padding:0 5px;
}
.cicile{
	border: 1px solid #007bff;
	border-radius: 50%;
	padding: 8px 12px;
	color: blue;
}
/**
End Module Header
 */
/**
FOOTER
 */
.t3-is-divider {
	height: 2px;
	display: block;
	background-color: #56ff19;
	margin: 0.3em 0 1em;
	width: 100%;
	max-width: 50px;
}
.t3-text-small{
	font-size: 90%;
}
.t3-padding-5{
	padding: 5px 0;
}
/**
MENU
 */
#mySidebar{
	display:none;
	z-index:999;
	width:299px;
	position: relative;
}
.t3-right-5{
	right: 5px;
}
.fa-15{
	font-size: 150%;
}
.t3-padding-top{
	padding-top: 5px;
}
.w3-hidden{
	display: none;
}
/**
Medicine
 */
.t3-text-upper{
	text-transform: uppercase;
}
.t3-medicine{
	text-align: center;
	border: 1px solid #ffffff;
	border-radius: 5px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
	overflow: hidden !important;
	float: left;
}
.t3-medicine:hover, .t3-medicine .active{
	background-color: rgba(222, 255, 253, 0.79);
	border: 1px solid #f10;
	box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 15px 0 rgba(0, 0, 0, 0.19);
	transition: border-width 0.6s linear;
}
.t3-medicine .t3-image{
	height: 138px;
	position: relative;
	overflow: hidden;
	margin: 5px;
	border-radius: 5px;
}
.t3-trans{
	transition: all 0.2s linear 0s;
}
.t3-trans:hover{
	transform: scale(1.1,1.1);
}
.t3-center{
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.w3-modal-image{
	min-width: 360px !important;
	max-height: 89vh !important;
}
.t3-img-center{
	vertical-align: middle;
	margin: auto;
}
.t3-modal-image{
	max-width: 600px !important;
	max-height: 89vh !important;
	text-align: center;
}
.t3-modal-image img{
	max-height: 540px !important;
	width: 100%;
}
.t3-cursor{
	cursor: pointer;
}
.t3-padding-left{
	padding-left: 15px;
}
.t3-name{
	padding: 5px 0;
	height: 39px;
	line-height: 16px;
	overflow: hidden;
}
.t3-button{
    padding: 9px 6px !important;
    min-width: 33px;
    text-align: center;
}
.t3-btn-padding{
    padding: 9px 0;
}
.t3-modal-buy{
	width: 345px !important;
	text-align: center;
}
.t3-btn-number{
    min-width: 50px;
    min-height: 50px;
    font-size: 120%;
    padding: 12px 9px !important;
}
.t3-flex{
	display: inline-block;
}
.t3-group-line{
	height: 45px;
	line-height: 18px;
}
.t3-padding-3{
	padding: 3px;
}
.t3-text-sale {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	position: absolute;
	right: -25px;
	background-color:#0dfc18;
	width: 128px;
	z-index: 2;
	padding-left: 40px;
	line-height: 20px;
	color: red;
}
#medicine h2{
	font-size: 18px;
	font-weight: bold;
}
#medicine h3{
	font-size: 14px;
}
/**
Content
 */
.t3-content{
	display: inline-flex;
}
.t3-content-image{
	width: 100%;
}
#t3Content p{
	padding: 8px 0;
}
#t3Content img{
	max-width: 100%;
}
/**
Comdom
 */
.t3-detail img{
	max-width: 500px;
	max-height: 500px;
}
.t3-comdom-badge{
	padding: 3px 6px;
}
.t3-mark{
	position: absolute;
	background-color: #009b26;
	bottom: 40%;
	opacity: .7;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}
/**
Paging
 */
.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6
}

.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
	cursor: pointer
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}
/**
Mod SALES
 */
.image-center{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.mod-sale-image{
	max-height: 120px;
	width: 120px;
	padding: 5px;
	overflow: hidden;
}
.well, .moduletable{
	overflow: hidden;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
	*border-radius: 5px;
}
/**
MOD SLIDE
 */
.t3-padding-10{
	padding: 10px;
}
.t3-padding-8{
	padding: 8px 0;
}
.t3-slide-image-large{
	*max-height: 460px;
}
.t3-mod-image{
	height: 205px;
	overflow: hidden;
}
.t3-mod-title{
	width: 100%;
	text-align: center;
	line-height: 25px;
	opacity: .3;
}
/**
COMDOM
 */
.t3-local{
	width: 400px;
	border: 2px solid #08aa00;
	border-radius: 5px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
}
/**
Responsive
 */
@media (min-width: 360px) and (max-width: 499px){
	.t3-medicine{
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	.t3-local{
		width: 300px;
	}
	#t3Content img{
		width: 96%;
	}
	.w3-modal-content {
		width: 350px !important;
	}

	.w3-modal {
		padding-top: 50px
	}
}
@media (min-width: 500px) and (max-width: 767px) {
	.t3-medicine{
		width: 31.3333%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#t3Content img{
		width: 96%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.t3-medicine{
		width: 31.3333%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.t3-medicine{
		width: 23.5%;
		margin-left: 1.5%;
		margin-bottom: 10px;
	}
}

@media (min-width: 1200px) {
	.t3-medicine{
		width: 15.66667%;
		margin-left: 0.5%;
		margin-right: 0.5%;
		margin-bottom: 10px;
	}
	.t3-input-3{
		width: 450px !important;
	}
}
/**
ALERT
 */
#system-message{
	padding: 10px 0;
}
.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	background-color: #fff3cd;
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 4rem
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff
}

.alert-primary hr {
	border-top-color: #9fcdff
}

.alert-primary .alert-link {
	color: #002752
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}

.alert-secondary hr {
	border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
	color: #202326
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

.alert-success hr {
	border-top-color: #b1dfbb
}

.alert-success .alert-link {
	color: #0b2e13
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

.alert-info hr {
	border-top-color: #abdde5
}

.alert-info .alert-link {
	color: #062c33
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}

.alert-warning hr {
	border-top-color: #ffe8a1
}

.alert-warning .alert-link {
	color: #533f03
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.alert-danger hr {
	border-top-color: #f1b0b7
}

.alert-danger .alert-link {
	color: #491217
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}

.alert-light hr {
	border-top-color: #ececf6
}

.alert-light .alert-link {
	color: #686868
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}

.alert-dark hr {
	border-top-color: #b9bbbe
}

.alert-dark .alert-link {
	color: #040505
}
.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.close:not(:disabled):not(.disabled) {
	cursor: pointer
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	color: #000;
	text-decoration: none;
	opacity: .75
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none
}
.page-error{
	height: 100%;
}
.page-error img{
	float: left;
}
.page-error-content{
	float: right;
	min-width: 200px;
}
/**
Administrator
 */
.btn-secondary{
	padding: 15px;
	background-color: #2daf36 !important;
	cursor: pointer;
}
.w3-table-manager th, .w3-table-manager td{
	padding: 8px 3px !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}
.w3-number{
	width: 25px;
	height:25px;
	text-align: center;
	cursor: pointer;
}
.w3-number-check{
	border-radius: 50%;
	border: 2px solid #000000;
}
.w3-text-right{
	text-align: right !important;
}

.w3-div-striped li:nth-child(odd) {
	background-color: #fff
}
.w3-div-striped li:nth-child(even) {
	background-color: #a5f9e6
}
.w3-div-striped li{
	height: 68px;
}
.w3-div-striped img{
	max-height: 60px;
	width: 60px;
	overflow: hidden;
}
.w3-div-middle{
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}