<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
</style>

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: "Roboto",sans-serif;
    font-weight: <weight>;
	font-style: normal;
	
}


.section-p1{
	padding: 40px 80px;
}
.section-m1{
	margin: 40px 0px;
}
bottom.normal{
		font-size: 14px;
		font-weight: 600;
		padding: 15px 30px;
		color: #000;
		background-color: #FFF;
		border-radius: 4px;
		cursor: pointer;
		border: none;
		outline: none;
		transition: 0.2s;
	}
body{
	width: 100%;
}
#header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 80px;	
	background: #f2a55e;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
	z-index: 999;
	position: sticky;
	top: 0;
	left: 0;
}
#header img{
	width: 100px;
	height: 100px;
}
#navbar{
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: center;
}
#navbar li{

	list-style: none;
	padding: 0 20px;
	position: relative;
}
#navbar a{
	text-decoration: none;
	font-size: 26px;
	font-weight: 600;
	color: #1a1a1a;
	transition: 0,3s ease;
	
}
#navbar li a:hover,
#navbar li 	a.active{
	color: #088178;
	
}

#navbar li a:hover:after{
	content: "";
	width: 30%;
	background: #088178;
	height: 2px;
	position: absolute;
	bottom: 4px;
	left: 20px;
	
}
#slideshow-container {
	
	position: relative;
	
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
#slideshow-container .slides {
  display: none;
  width: 100%;
}
#mobile{
	display: none;
	align-items: center;
}
#close{
	display: none;
}

	

/*tính năng*/
#product{
	text-align: center;
	
}
#product p-container{
	display: flex;
	justify-content: center;
	padding-top: 20px;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}
#product .p{
	width: 23%;
	min-width: 250px;
	padding: 10px 12px;
	border: 1px solid #cce7d0;
	border-radius: 25px;
	cursor: pointer;
	box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
	margin: 15px 0;
	transition: 0.2s ease;
	position: relative;
	
}
#product .p:hover{
	box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
	
}
#product .p img{
	width: 100%;
	border-radius: 20px;
	margin-right: 0px;
}
#product .p .des{
	text-align: start;
	padding: 10px 0;
}
#product .p .des span{
	color:  #606063;
	font-size: 12px;
}
#product .p .des h5{
	padding-top: 7px;
	color: #1a1a1a;
	font-size: 14px;
	
}
#product .p .des i{
	font-size: 12px;
	color: rgba(243, 1181, 25);
	
}
#product .p .des h4{
	padding-top: 7px;
	font-size: 15px;
	font-weight: 700;
	color: #088178;
	
}
#product .p .cart{
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50px;
	background-color: black;
	color: #fcfcfc;
	border: 1px solid #cce7d0;
	position: absolute;
	bottom: 20px;
	right: 10px;
	text-align: center;
}
#banner img{
	width: 100%;
	height: 40vh;
}
#login {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background-repeat: no-repeat;
	background-position: 20% 30%;
	background-color: #041e42;
}
#login img{
	width: 100%;
	height: 0px;
}
#login h4{
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}	
#login p{
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}
#login .form{
	display: flex;
	width: 30%;
	
}
#login input{
	height: 3.125rem;
	padding: 0 1.25em;
	font-size: 14px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 4px;
	outline: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#login button{
	height: 3.125rem;
	background-color: #088178;
	color: #fff;
	white-space: nowrap;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	cursor: pointer;
}

footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 20px 0 20px;
	
}
footer .col{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 20px;
}
footer .logo{
	margin-bottom: 30px;
}
footer h4{
	font-size: 16px;
	padding-bottom: 20px;
}
footer p{
	font-size: 16px;
	margin: 0 0 8px 0;
	
}
footer a{
	font-size: 16px;
	text-decoration: none;
	color: #222;
	margin-bottom: 10px;
	
}
footer .follow{
	margin-top: 20px;
	
}
footer .follow i{
	color: #465b52;
	padding-right: 4px;
	cursor: pointer;
	
}
footer .install .row img{
	border-radius: 6px;
	border: 1px solid #088178;
	
}
footer .install img{
	margin: 10px 0 15px 0;
	
}
footer .follow i:hover, 
footer a:hover{
	color: #088178;
}
footer .copyright{
	width: 100%;
	text-align: center;
}
#page-header{
	background-image: url("b1.jpg");
	width: 100%;
	height: 40vh;
	background-size: cover;
	display: flex;
	text-align: center;
	flex-direction: column;
}
#pagination{
	text-align: center;
	
}	
#pagination a {
	text-decoration: none;
	background-color: #088178;
	padding: 15px 20px;
	border-radius: 4px;
	color: #fff;
	font-weight: 500;
}
#pagination a i{
	font-size: 16px;
	font-weight: 600;
}
#prodetails{
	display: flex;
	margin-top: 20px;
	
}
#prodetails .single-pro-img{
	width: 40%;
	margin-right: 50px;
}
.small-img-gr{
	display: flex;
	justify-content: space-between;
	padding-top: 5px;
}
.small-img-coll{
	flex-basis: 24%;
	cursor: pointer;
	
}
#prodetails .single-pro-details{
	width: 50%;
	padding-top: 0px;
	
}
#prodetails .single-pro-details h4{
	padding: -40px 0 0px 0;
	color: black;
	text-decoration: none;
	font-size: 32px;
	line-height: 0px;
}
#prodetails .single-pro-details h2{
	font-size: 26px;
	padding-top: 0px;
}
#prodetails .single-pro-details select{
	display: block;
	margin-bottom: 10px;
}
#prodetails .single-pro-details input{
	width: 50px;
	height: 47px;
	padding-left: 10px;
	font-size: 16px;
	margin-top: 10px;
	
}
#prodetails .single-pro-details input:focus{	
	outline: none;
}
#prodetails .single-pro-details button{
	background: #088178;
	color: #fff;
	height: 47px;
	cursor: pointer;
}
#prodetails .single-pro-details span{
	line-height: 20px;
}
/*blog*/
#blog-header {
	background-image: url("b19.jpg");
	width: 100%;
	height: 40vh;
	background-size: cover;
	display: flex;
	text-align: center;
	flex-direction: column;
}
#blog{
	padding: 100px 100px 0 100px;
	
}
#blog .blog-box{
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	padding-bottom: 90px;
	
}
#blog .blog-img{
	width: 50%;
	margin-right: 40px;
	
}
#blog img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	
}
#blog .blog-details{
	width: 100%;
	
}

#blog .blog-box h1{
	position: absolute;
	top: -120px;
	left: 0px;
	font-size: 70px;
	font-weight: 700;
	color: #c9cbce;
	z-index: -9;
}
#blog .blog-details h4{
	font-size: 32px;
	line-height: 0px;
}
#blog .blog-details p{
	font-size: 30px;
	
}
#about-header{
	background-image: url("ab2.png");
	width: 100%;
	height: 40vh;
	background-size: cover;
	display: flex;
	text-align: center;
	flex-direction: column;
}
#about-head{
	display: flex;
	align-items: center;
}
#about-head div abbr{
	text-decoration: none;
	border: none;
}
#about-head img{
	width: 50%;
	height: auto;
}
#about-head div{
	padding-left: 40px;
	line-height: 20px;
	
}
#contact-header {
	background-image: url("ab2.png");
	width: 100%;
	height: 40vh;
	background-size: cover;
	display: flex;
	text-align: center;
	flex-direction: column;
}
#contact-details{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#contact-details .details{
	width: 40%;
}
#contact-details .details span{
	font-size: 30px;
	line-height:0;
}
#contact-details .details h2{
	font-size: 26px;
	line-height: 10px;
	padding: 20px 0;
}
#contact-details .details h3{
	font-size: 16px;
	padding-bottom: 15px;
	line-height: 0px;
}
#contact-details .details li{
	list-style: none;
	display: flex;
	padding: 10px 0;
	
}
#contact-details .details li i{
	font-size: 14px;
	padding-right: 22px;
}
#contact-details .details li p{
	margin: 0;
	font-size: 14px;
}
#contact-details .map{
	width: 55%;
	height: 400px;	
}
#contact-details .map iframe{
	width: 100%;
	height: 100%;
}
#cart {
	overflow-x: auto;
	
}
#cart table{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	white-space: nowrap;
}
#cart table img{
	width: 70%;
}
#cart table td:nth-child(1) {
	width: 100px;
	text-align: center;
}
#cart table td:nth-child(2) {
	width: 150px;
	text-align: center;
}
#cart table td:nth-child(3) {
	width: 250px;
	text-align: center;
}
#cart table td:nth-child(4) {
	width: 150px;
	text-align: center;
}
#cart table td:nth-child(5) {
	width: 150px;
	text-align: center;
}
#cart table td:nth-child(6) {
	width: 150px;
	text-align: center;
}
#cart table td:nth-child(5) input{
	width: 70%;
	padding: 10px 5px 10px 15px;
}	
#cart table thead{
	border: 1px solid #e2e9e1;
	border-left: none;
	border-right: none;
}
#cart table thead td{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	padding: 18px 0;
	
}
#cart table tbody tr td{
	padding-top: 15px;
}
#cart table tbody td{
	font-size: 13px;
}
#cart-add{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#coupon{
	width: 50%;
	margin-bottom: 30px;
	
}
#coupon h3,
#subtotal h3{
	padding-bottom: 15px;
}
#coupon input{
	padding: 10px 20px;
	outline: none;
	width: 60%;
	margin-right: 10px;
	border: 1px solid #e2e9e1;
}
#coupon button,
#subtotal button{
	background-color: #088178;
	color: #fff;
	padding: 12px 20px;
}
#subtotal {
	width: 50%;
	margin-bottom: 30px;
	border: 1px solid #e2e9e1;
	padding: 30px;
}
#subtotal table{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	
}
#subtotal table td{
	width: 50%;
	border: 1px solid #e2e9e1;
	padding: 10px;
	font-size: 12px;
}

#acount h2 {
  margin-bottom: 20px;
}

#acount label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  
}

#acount input[type="text"],
#acount input[type="email"],
#acount input[type="password"] {
  width: 400px;
  height: 60px;
  padding: 12px 16px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #333;
  background-color: #fff;
  color: #black;
  font-size: 16px;
}

#acount input::placeholder {
  color: #black;
}

#acount .forgot-password {
  text-align: left;
  margin-top: -16px;
  margin-bottom: 20px;
}

#acount .forgot-password a {
  color: #aaa;
  text-decoration: none;
  font-size: 14px;
}

#acount button {
  width: 400px;
  height: 60px;
  padding: 14px;
  border: none;
  border-radius: 10px;
  background-color: #003e9c;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#acount button:hover {
  background-color: #0052cc;
}

@media (max-width: 799px) {
	.section-p1{
		padding: 40px 40px;
		
	}
	#navbar{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		position: fixed;
		top: 0px;
		right: 300px;
		height: 200vh;
		width: 300px;
		background-color: #e3e6f3;
		box-shadow: 0 40px 60px rgba(0, 0, 0 ,0.1);
		padding: 80px 0 0 10px;
		transition: 0.3s;
		
	}
	#navber.active{
		right: 0;
	}
	#navber li{
		margin-bottom: 25px;
		
	}
	#mobile{
		display: flex;
		align-items: center;
	}
	#mobile i{
		color: #1a1a1a;
		font-size: 24px;
		padding-left: 20px;
	}
	#close{
		display: initial;
		position: absolute;
		top: 30px;
		left: 30px;
		color: #222
	}
	#lg-bag{
		display: none;
		
	}
	#hero {
		height: 70vh;
		padding: 0 80px;
		background-position: top 30% right 30%;
		
	}
	#feature {
		justify-content: center;
	}
	#product .p-container{
		justify-content: center;
		
	}
	#product .p{
		marign: 15px;
	}
	#banner {
		height: 20vh;
	}
	
	#login .form{
		width: 70%;
	}
	#cart{
		width: 100%;
	}
}
@media (max-width: 477px){
	.section-p1 {
		padding: 20px;
		
	}
	#header{
		padding: 10px 30px;
	}
	h1{
		font-size: 38px;
		
	}
	h2 {
		font-size: 32px
	}
	#hero {
		padding: 0 20px;
		background-position: 55%;
	}
	#feature {
		justify-content: space-between;
		
	}
	#feature .fe-box{
		width: 155px;
		margin: 0 0 15px 0;
	}
	#product .p{
		width: 100%;
		
	}
	#banner {
		height: 40vh;
	}
	#login{
		padding: 40px 20px;
	}
	#login .form{
		width: 100%;
	}
	footer .copyright{
		text-align: start;
	}
	#prodetails{
		display: flex;
		flex-direction: column;
		
	}
	#prodetails .single-pro-img{
		width: 100%;
		margin-right: 0;
	}
	#prodetails .single-pro-details{
		width: 100%;
	}
	#blog{
		padding: 10px;
		
	}
	#blog .blog-box{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#blog .blog-img{
		
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	
	#blog .blog-details{
		width: 100%;
		
	}
	#about-head{
		flex-direction: column;
	}
	#about-head img{
		width: 100%;
		margin-bottom: 20px;
	}
	#about-head div{
		padding-left: 0px;
		
	}
	#cart-add{
		flex-direction: column;
	}
	#coupon{
		width: 100%;
		
	}
	#subtotal{
		width: 100%;
		padding: 20px;
	}
}
