::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    background-color: #fff
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.1);
    background-color: rgba(0,0,0,.2)
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2)
}
.mt-10 {margin-top: 10px}
.mt-15 {margin-top: 15px}
.mt-20 {margin-top: 20px}
.mt-30 {margin-top: 30px}
.mt-50 {margin-top: 50px}
.mb-10 {margin-bottom: 10px}
.mb-15 {margin-bottom: 15px}
.mb-20 {margin-bottom: 20px}
.mb-30 {margin-bottom: 30px}
.mb-50 {margin-bottom: 50px}
.p8{padding: 8px;}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
	color: #202124;
	font-weight: 600;
}
label:not(.form-check-label){
	color: #16192c;
    font-weight: 600;
}
input::placeholder {
    font-style: italic
}
body, html {
	font-family: Arial;
	color: #000000;
	background: #f4f4f4;
	overflow-x: hidden;
	max-width: 100%;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #046c48;
  text-decoration: none
}
ul,li{
	list-style: none;
	padding: 0;
	margin: 0;
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  opacity: .8
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1001
}
#loader:after, #loader:before {
  position: absolute;
  content: "";
  border: 3px solid transparent
}
#loader:before {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border-top-color: #e74c3c;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite
}
#loader:after {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border-top-color: #f9c922;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #fff;
  z-index: 1000
}
#loader-wrapper .loader-section.section-left {
  left: 0
}
#loader-wrapper .loader-section.section-right {
  right: 0
}
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .35s .15s cubic-bezier(.645, .045, .355, 1);
  transition: all .35s .15s cubic-bezier(.645, .045, .355, 1)
}
.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .35s .15s cubic-bezier(.645, .045, .355, 1);
  transition: all .35s .15s cubic-bezier(.645, .045, .355, 1)
}
.loaded #loader {
  opacity: 0;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out
}
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .15s .5s ease-out;
  transition: all .15s .5s ease-out
}
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15{
	position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15{
	max-width: 20%;
    flex: 0 0 20%;
}
@media (min-width: 576px){
	.col-sm-15{
		max-width: 20%;
		flex: 0 0 20%;
	}
}
@media (min-width: 768px){
	.col-md-15{
		max-width: 20%;
		flex: 0 0 20%;
	}
}
@media (min-width: 1200px){
	.col-lg-15{
		max-width: 20%;
		flex: 0 0 20%;
	}
}
.opacity-70{opacity: .7!important}
i.text-muted{color: #dbdbdb !important}
#action_success{
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px 5px;
	background: #000;
	color: #fff;
}
.layout-main{min-height: 100vh}
.layout-footer{
	padding-top: 40px;
    background: #fff;
}
.page-item .page-link, .page-item span{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 3px;
    border-radius: 50% !important;
    width: 36px;
    height: 36px;
    font-size: .875rem;
    color: #8898aa;
}
.page-item .page-link:hover, .page-item span:hover {
    z-index: 2;
    color: #8898aa;
    text-decoration: none;
    background-color: #dee2e6;
    border-color: #dee2e6;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #046c48;
    border-color: #046c48;
    box-shadow: 0 7px 14px rgba(50,50,93,0.1), 0 3px 6px rgba(0,0,0,0.08);
}
.header-bound{
	background: #e0110d;
	color: #ede6e6;
	padding: 10px 0px;
}
.hotline a{font-weight: bold;color: #fff;letter-spacing: 1px;}
.cart-header{
	align-items: center;
	padding: 6px;
	border: 2px solid #ede6e6;
	border-radius: 6px;
	text-decoration: none;
	color: #fff;
}
.cart-header:hover{
	background: #fff;
	color: #e0110d;
}
.header-bound form[name="SearchFrom"] .form-control,
.header-bound form[name="SearchFrom"] .btn{
	height: 35px;
}
.cart-header i{font-size: 20px;}
.cart-header #total_cart{
	display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
}
.subheader {
    background: #fff;
    color: #000000;
    display: flex;
    align-items: center;
    padding: 8px 0;
}
.menu-text i{
	font-size: 24px;
}
.menu-text span{
	font-size: 16px;
}
.categories{	
    border: 1px solid #e1e1e1;
	border-right: none;
    background: #fff;
    min-height: 100%;
	position: relative;
}
.categories.header{position: absolute;top: 100%;display: none;z-index: 99;}
.subheader .showcat:hover .categories.header{display: block;}
.categories ul li a{
	display: block;
}
.categories .cate-item{
	font-size: 16px;
	padding: 10px 15px;
	cursor: pointer;
	border-bottom: 0px;
}
.categories .cate-item>a{
	padding-left: 25px;
    position: relative;
    display: block;
    width: 100%;
}
.categories .cate-item a>img{
	width: 18px;
    height: 18px;
    object-fit: contain;
    margin-right: 4px;
    position: absolute;
    top: 2px;
    left: 0;
}
.categories .cate-item a>i.feather{
	position: absolute;
	top: 5px;
	right: -11px;
}
.categories ul li:hover>a{color:#28a745}
.categories ul li>.childs{
	display: none;
	width: 313%;
    height: calc(100% + 2px) !important;
    padding: 10px;
    border:1px solid #e1e1e1;
    position: absolute;
    top: -1px;
    left: 100%;
    background: #fff;
    margin-left: 0px;
    z-index: 999;
    overflow: auto;
    font-size: 14px;
}
.categories ul li>.childs>ul{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    grid-gap: 10px 5px;
    padding: 0px;
    list-style: none;
}
.categories ul li:hover>.childs{display: block;}
.categories ul li>ul.childs>li{
	/*
	display: inline-block;
	float: left;
	width: 25%;
	*/
}
.categories .cate-item1>a{font-weight: bold;text-transform: uppercase}
.categories .cate-item2>a{padding:3px 5px;}
.banner-home{margin: 30px 0;}
.white-box{
	background: #fff;
}

.default-box .title{
	font-size: 16px;
	background: #ffd504;
	padding-bottom: 5px;
	border-bottom: 2px solid #333;
	padding: 10px;
	border-radius: 5px;
}
.default-box .title.title-2{background: #ff0000;}
.default-box .title h2{
	display: flex;
	align-items: center;
	font-size: 1.4em;
	margin: 0px;
	line-height: 1.2;
	border-bottom: 0px solid #333;
	text-transform: uppercase;
}
.default-box .title h2 a{
	color: #f00;
}
.default-box .title.title-2 h2{color: #ffffff !important;}
.default-box .childs li a{
	position: relative;
    border-radius: 4px;
    white-space: nowrap;
	margin: 0 2px;
	background: #f4f4f4;
	color: #000000;
	font-size: 14px;
    font-weight: 700;
	outline: none;
	border: 1px solid #f4f4f4;
}
.default-box .childs li:hover a{
	background: #ffffff;
	border: 1px solid #28a745;
}
.default-box .childs li a.active{
	background: #28a745;
	border: 1px solid #28a745;
	color: #ffffff;
}
.product-home .product-box .childs{
	max-width: 60%;
    overflow-x: auto;
}
.product-home .product-box .childs .nav{flex-wrap: nowrap;}
.timecountdown{
	display: flex;
	color: #727272
}
.timecountdown .timer{color: #ff4949;font-weight: bold;}
.timecountdown .timer span{
	display: inline-block;
	background: #ff4949;
	color: #fff;
	border-radius: 3px;
	padding: 0 5px;
	font-size: 14px;
	font-weight: normal;
}
div.viewmore{margin: 10px 0;}
.product-item{
	position: relative;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	background: #fff;
}
.product-item:hover{
	box-shadow: 0px 0px 6px 0px rgba(50,50,93,0.1), 1px 1px 5px rgba(0,0,0,0.02);
}
.product-item .image{
	
	overflow: hidden;
}
.product-item .image a{
	display: block;
}
.product-item .image a img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}
.product-item .percent{
	position: absolute;
    top: 0;
    right: 0;
    background: #de3927;
    padding: 7px 2px;
    font-weight: bold;
    font-size: 12px;
    z-index: 3;
}
.product-item .percent::after {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: -5px;
    position: absolute;
    border-color: transparent #de3927;
    border-style: solid;
    border-width: 0 20px 5px;
}
.product-item .percent span{
	width: 36px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.product-item .info{padding: 10px;}
.product-item .info h3{
	    margin: 10px 0 5px;
    font-size: 14px;
    font-weight: 400;
}
.product-item .info h3 a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	position: relative;
	line-height: 1.4 !important;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 !important;
	-webkit-line-clamp: 3;
	height: calc(1em * 1.4 * 3);
	color: #000000;
}
.product-item:hover .info h3 a{
	color: #046c48;
}
.product-item .info .price .discount{
	display: block;
	font-weight: bold;
	color: #DA0017;
}
.product-item .info .price .listing{
	color: #666666;
    text-decoration: line-through;
    font-size: 0.8rem;
}
.product-item .inventory{padding: 10px;}
.product-item .inventory .progress{height: 8px;}
.product-item .inventory .progress .progress-bar{background: #DA0017;}
.news-home{line-height: 24px;}
.newsleft .title{font-size: 16px;text-transform: uppercase;font-weight: bold;padding: 10px;}
.news-home-right{
	max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border-left: 1px solid #f7f7f7;
    position: absolute;
    top: 0;
    padding: 0 10px;
}
.news-home-item:not(.first)+*{
	margin-top: 15px;
    border-top: 2px solid #f7f7f7;
    padding-top: 15px;
}
.news-home-item:not(.first) img,
.news-home-item.left img{
	width: 100px;
	margin-right: 10px;
}
.news-home-item h3{
	font-size: 16px;
}
.news-home-item.left h3{font-weight: normal;font-size: 13px;}
.news-home-item .brief{
	color: #666666;
	font-size: 14px;
    margin-top: 0.3rem;
    margin-bottom: 0px;
    word-break: break-word;
}
.breadcrumb-bound{
	background: #eee;
}
.breadcrumb li{
	display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding-right: 0;
    line-height: unset;
}
.breadcrumb span {
    display: inline-block;
    font-size: 18px;
    color: #999;
    padding: 2px 5px 0 0;
    line-height: 1;
}
.breadcrumb li a {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    color: #999;
    padding: 0 10px 0 0;
}
.products{
	background: #ffffff;
	margin: 15px 0;
}
.products .sideleft{
	border-right: 1px solid #eee;
}
.filter-box{padding:15px;margin-bottom: 10px;}
.filter-box+.filter-box{
	border-top: 1px solid #eee;
}
.filter-list{
	max-height: 180px;
	overflow: hidden;
}
.filter-box.show .filter-list{
	max-height: 500px;
	overflow-y: auto;
}
.filter-list .filter-item label{
	font-size: 14px;
	font-weight: normal;
}
.filter-box .showmore{
	padding: 15px;
	cursor: pointer;
	position: relative;
}
.filter-box .showmore span{
	position: absolute;
	top: 15px;
	left: 15px;
}
.filter-box .showmore span.hide{display: none}
.filter-box.show .showmore span.hide{display: block}
.filter-box.show .showmore span.show{display: none}
.product-list .title,
.newslist .title{padding:0 10px;}
.product-list .title h1,
.newslist .title h1{
	font-size: 30px;
    padding: 20px 0;
	margin: 0;
	font-weight: 400;
}
.sortby li{
	margin-bottom: -2px;
}
.sortby li.current{
	border-bottom: 2px solid #28a745;
}
.sortby li span{
	font-weight: 400;
    color: #898989;
    padding: 9px 10px 11px;
    display: inline-block;
	cursor: pointer;
}
.product-list .list{
	border-top: 1px solid #dee2e6;
}
.embed-responsive-1by1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}
.product-detail-bound .card{border: none;}
.product-detail h1.product-title{
	font-weight: 700;
    font-size: 1.8rem;
}
.product-detail .price-box{
	position: relative;
	margin: 15px 0 10px;
	padding: 10px 16px;
	background: #f1f1f1;
	border-radius: 4px;
	display: block;
}
.product-detail .price-box .price .discount{
	font-size: 30px;
	font-weight: bold;
	color: #DA0017;
}
.product-detail .price-box .price .listing{
	color: #666666;
    text-decoration: line-through;
}
.product-detail .status{
	font-size: 14px;
}
.product-detail .timecountdown{
	font-size: 13px;
}
.product-detail .qtt{
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding: 20px 0;
}
.product-detail .product-note li{padding: 5px 0;}
.product-detail-bound .product-info img{max-width: 100%;}
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.quantity-box{
  border: 1px solid #ddd;
	border-radius: 3px;
  display: inline-flex;
}

.quantity-box,
.quantity-box * {
  box-sizing: border-box;
}

.quantity-box button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.quantity-box input[type=number] {
  max-width: 4rem;
  padding: .5rem;
  border: solid #ddd;
  border-width: 0 1px;
  font-size: 20px;
  height: 2rem;
  text-align: center;
	outline: none;
}
.product-detail .product-note{
	border: 1px solid #28a745;
	border-radius: 3px;
}
.product-detail-bound .product-info .description{
	max-height: 300px;
	overflow: hidden
}
.product-detail-bound .product-info.show .description{max-height: inherit}
.product-detail-bound .product-info .showmore{position: relative;}
.product-detail-bound .product-info .showmore:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 17%, #fff 93.12%);
}
.product-detail-bound .product-info.show .showmore:before{background: none}
.product-detail-bound .product-info .showmore a{position: relative;cursor: pointer}
.product-detail-bound .product-info .showmore a::before{
	content: "Xem thêm";
}
.product-detail-bound .product-info .showmore a:hover{color: #fff;}
.product-detail-bound .product-info.show .showmore a::before{
	content: "Thu gọn";
}
.cart-list .item{
	display: grid;
    grid-template-columns: 30px 100px 1fr;
    grid-gap: 10px;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cart-list .item.mini{
	grid-template-columns: 80px auto;
}
.cart-list .item .remove{
	font-size: 14px;
	color: #c3c3c3;
}
.cart-list .item .info{
	display: grid;
	grid-template-columns: 1fr auto 120px;
	grid-gap: 10px;
	align-items: baseline;
}
.cart-list .item.mini .info{display: block;}
.cart-list .item .info h3{line-height: 20px;}
.cart-list .item .info h3 a{
	font-size: 1rem;
	font-weight: 300;
}
.cart-list .item .info .price .discount {
    font-weight: bold;
    color: #DA0017;
}
.cart-list .item .info .price .listing {
	display: block;
    color: #666666;
    text-decoration: line-through;
    font-size: 0.8rem;
}
.cart-list .item .info .quantity-box input[type=number]{
	height: 30px;
	width: 48px;
	font-size: 14px;
}
.cart-list .item .info .quantity-box button{height: 30px;width: 30px;}
.cartright{
	padding: 10px 15px;
	border-top: none;
	border-left: 1px solid #eee;
}
.cartright .title_{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #990505;
	margin-bottom: 15px;
	border-bottom: 1.5px solid #990505;
}
.cartright label{font-size: 14px;}
.cartright.step1  input,
.cartright.step1  select{
	width: auto;
	min-width: 200px;
    font-size: 14px;
    font-weight: 400;
    background-color: #e6e6e6;
    color: #000000;
	padding: 0.5rem 0.75rem;
	border: 1px solid #d1d1d2;
	height: 40px!important;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	box-shadow: none;
}
.cartright.step1  input:focus,
.cartright.step1  select:focus{
	box-shadow: none;
	border-color: #000000;
	background-color: #e6e6e6;
	outline: none !important;
}
.cart-items{
	max-height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
}
.cart-bound .total-cart{
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.cart-bound .total-cart h4{
	font-size: 1rem;
    margin: 0px;
    font-weight: 300;
}
.cart-bound .total-cart .total{
	font-weight: bold;
    color: #DA0017;
	font-size: 24px;
}
.total-cart table tr td:nth-child(2){
   color: #DA0017;
	font-size: 18px;
}
.cart-bound #voucherused{
	font-size: 14px;
}
.cart-bound .btn-back{
	color: #6c757d;
}
.newsdetail{
	line-height: 24px;
}
.newsdetail h2,
.newsdetail h3{
	font-size: 22px;
	font-weight: 400;
	padding-bottom: 15px;
}
.newsdetail img{max-width: 100%;}
.newsdetail ul {
	padding-left: 40px;
    margin-top: 0;
}
.newsdetail li{
	list-style: disc;
	margin-bottom: 1rem;
}
.toggle-nav {
    width: 24px;
    flex-direction: column;
    height: 20px;
    justify-content: space-between;
    border-radius: 0px;
}
.toggle-nav .bar {
    height: 3px;
    background: #fff;
    width: 24px;
    border-radius: 1px;
}
.toggle-nav .bar:nth-child(2) {
    width: 75%;
}
.footer{font-size: 14px;}
.footer img{max-width: 100%}
.footer .social a{
	display: inline-block;
	padding: 10px;
	font-size: 20px;
}
.footer .social a:hover .ico-facebook{color: #0866FF;}
.footer .social a:hover .ico-twitter{color: #00ACF0;}
.footer .social a:hover .ico-instagram{color: #FD2C4E;}
.footer .social a:hover .ico-youtube{color: #FF0000;}
.contact-fixed{
	position: fixed;
    z-index: 9999;
    left: 5px;
    bottom: 10px;
    top: inherit !important;
    width: 50px;
    text-align: center;
}
.contact-fixed a:not(.phone) {
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    display: inline-block;
}
.contact-fixed a.mess {
    width: 40px;
    height: 40px;
}
.contact-fixed .fix-phone {
    display: inline-block;
    width: auto;
    position: relative;
    -webkit-animation: my 700ms infinite;
    -moz-animation: my 700ms infinite;
    -o-animation: my 700ms infinite;
    animation: my 700ms infinite;
}
.contact-fixed .fix-phone span {
    display: inline-block;
    width: auto;
    padding: 0px 10px 0px 40px;
    line-height: 35px;
    position: absolute;
    top: 2px;
    left: 5px;
    border-radius: 50px;
    z-index: -1;
    background: #e0110d;
    border: 1px solid #ddd;
    font-weight: 600;
    font-size: 16px
}
.contact-fixed a:not(.phone) .phone {
    border-radius: 50%;
    background: #bb0400;
    padding: 6px;
    animation: ring 1s infinite ease-in-out
}
.contact-fixed img{max-width: 100%}
@-moz-keyframes ring {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes ring {
    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)
    }
}

@-o-keyframes ring {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-webkit-keyframes my {
    0% {
        color: #F8CD0A
    }

    40% {
        color: #fff
    }

    100% {
        color: #F8CD0A
    }
}

@-moz-keyframes my {
    0% {
        color: #F8CD0A
    }

    40% {
        color: #fff
    }

    100% {
        color: #F8CD0A
    }
}

@-o-keyframes my {
    0% {
        color: #F8CD0A
    }

    40% {
        color: #fff
    }

    100% {
        color: #F8CD0A
    }
}

@keyframes my {
    0% {
        color: #F8CD0A
    }

    40% {
        color: #fff
    }

    100% {
        color: #F8CD0A
    }
}
.backtop {
    position: absolute;
    right: 10px;
    bottom: 60px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    top: auto !important;
    height: 40px;
    width: 40px;
    background-color: #28a745;
    border: 2px solid #fff;
    line-height: 36px;
    border-radius: 4px;
    font-size: 20px;
    transition: all 0.3s ease-out 0s;
    transform: translateY(-120px);
    opacity: 0;
    visibility: hidden;
    text-align: center;
}
.backtop.show {
    position: fixed;
    z-index: 999;
    transition: all 0.3s ease-out 0s;
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}