body{
	font-family: "Roboto", sans-serif;
	background-color: #fff;
}
a {
	text-decoration: none
}

/* ol,
ul {
	list-style: none
} */

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}
.swiper-button-next, .swiper-button-prev{
	background-color: unset;
	color: #fff;
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 25px;
}

header{
	-webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
	box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}
header .navbar-brand{
	color: #ab4e10!important;
	font-family: "Roboto", sans-serif;
	margin-right: 3.5rem;
}
header .tel-hear{
	color: #ab4e10;
	font-family: "Roboto", sans-serif;
}
footer{
	background-color: rgb(253, 185, 19);
}
footer a{
	color: #000;
}
.content-right{
	margin-top: 20px;
}
.footer .btn.btn-link{
	color: #000;
}
.footer .btn.btn-link::before{
	color: #000;
}

.btn-call{
  font-size: 25px;
}
.navbar.sticky-top{
	top: 0;
}
.navbar-collapse .nav-link{
	position: relative;
  padding: 6px 0!important;
	color: #fff!important;
	font-weight: 600!important;
	font-size: 14px!important;
	transition: all .2s;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.navbar-collapse .nav-link::before{
	content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  background-color: #ab4e10;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  height: 3px;
}
.navbar-collapse .nav-link:hover::before{
	color: #fff!important;
	background-color: #fff;
}
.navbar-expand-lg .navbar-collapse{
	justify-content: center;
}

.pc-header{
	margin-top: 2rem;
	margin-bottom: 0.5rem;
  border-bottom: solid 5px #f37021;
	display: flex;
	overflow: hidden;
  font-size: 18px;
	font-weight: bold;
  color: #000000;
}
.product-item .product-img-preview{
	background-size: contain;
}
.vi-left-title {
    width: auto;
    background: #ffd769;
    color: #ab4e10;
    padding: 3px 10px;
    font-size: 18px;
    position: relative;
    margin: 0;
}
.vi-left-title:after {
    border: 17px solid transparent;
    border-left-color: #ffd769;
    border-bottom-color: #ffd769;
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
}
.vi-right-link, .vi-right-link:hover {
  color: #ab4e10;
	font-size: 15px;
}
.vi-right-link:after {
    content: "\f101";
		font-weight: 900;
    font-family: "Font Awesome 5 Free";
    margin-left: 4px;
}
.price{
	color: #ab4e10;
	font-weight: bold;
}
bdi.price{
	text-decoration: line-through;
	text-decoration-color: #000;
	opacity: 0.6;
}
.on-sale{
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	background-color: #ab4e10;
	position: absolute;
	top: 8%;
	left: -5px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.breadcrumb-item a{
  color: rgba(102,102,102,0.7);
  font-weight: normal;
	font-size: 12px;
	line-height: 14px;
  text-transform: uppercase;
}
#product-gallery .swiper-slide{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}
.form-control:focus{
	box-shadow: unset;
}
#product-gallery .mySwiper:nth-child(2) .swiper-slide {
  opacity: 0.4;
}

#product-gallery .mySwiper:nth-child(2) .swiper-slide-thumb-active {
  opacity: 1;
}

.pn-title {
  font-size: 20px;
  line-height: 1.3;
  color: black;
	font-weight: 700;
}
.number-input.number-input button{
	min-height: 35px;
}
.btn-cart{
	background-color: #ab4e10;
	color: #fff;
}
.ladi-pc-box{
	font-size: 20px;
}
.ladi-pc-box a{
	color: #000;
}
.devvn_single_price {
    background-color: #fff;
    border: 1px dashed #ab4e10;
    padding: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 0 10px;
    color: #000;
}
.devvn_single_price span.label {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    padding: 2px;
    margin: 0;
    float: left;
    width: 120px;
    text-align: left;
    line-height: 21px;
}
.devvn_single_price span.devvn_price del .amount, .devvn_single_price span.devvn_price del {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.icon-box-text{
  font-size: .8em;
}
.icon-box-text h3{
	font-size: 1.3em;
	font-weight: 700;
	color: #000;
}

.widget-title {
  display: block;
  padding: 10px;
  background: #ffd769;
  background-size: 3em;
  font-size: 1em;
  font-weight: 600;
  color: #ab4e10;
}
.widget-thumb-dev{
	background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pi-column-right{
	border-left: 1px solid #dbd8d8;
}
.__component--NewsCategory .swiper-button-next,
.__component--NewsCategory .swiper-button-prev{
	top: 30%;
}

.BUTTON_TEXT{
  color: rgb(255, 255, 255);
  background-color: rgb(253, 185, 19);
  font-size: 15px;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  line-height: 1.6;
  border-radius: 20px;
}
#COMBO .swiper-button-prev{
  margin-left: -70px!important;
  width: 50px;
  height: 50px;
}
#COMBO .swiper-button-next{
  margin-right: -70px!important;
  width: 50px;
  height: 50px;
}

.ladi-pc-box {
	transition: all .2s;
}
.ladi-pc-box:hover{
	color: #ab4e10;
}
.ladi-pc-box-img{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .2s;
}
.ladi-pc-box:hover .ladi-pc-box-img{
  transform: scale(1.15);
}

#button-contact-vr {
    position: fixed;
    right: 10px;
    bottom: 5%;
    z-index: 99999;
}
#gom-all-in-one #zalo-vr,
#gom-all-in-one #phone-vr {
  transition: .7s all;
  -moz-transition: .7s all;
  -webkit-transition: .7s all;
}
#button-contact-vr .button-contact {
    position: relative;
}
#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #ab4e10;
    background-color: rgb(171 78 16 / 70%);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}
.phone-vr-img-circle {
    background-color: #ab4e10;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
@-webkit-keyframes phone-vr-circle-fill{
  0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
  10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
  20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
  30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
  40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
  50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
  100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
}

@media (max-width: 768px){
	header .navbar-brand{
		margin: 0;
	}
	.pc-header{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.pi-column-right{
		border-left: unset;
	}
	.ladi-pc-box{
    font-size: 14px;
	}
	.pc-header{
		font-size: 15px;
	}
	.vi-left-title{
    font-size: 15px;
	}
	.vi-right-link, .vi-right-link:hover{
		font-size: 13px;
	}
	.BUTTON_TEXT{
    font-size: 13px;
	}
}
