/*
Theme Name: KeyTheme
Description: This is a child theme for Flatsome Theme7C11AA
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
.key{display:none;}
.download-link {list-style: none !important;}
.download-link li a {padding: 10px 20px; color: #fff; font-weight: 600px; background-color: #CEB484; border-radius: 6px;}
.download-link li{margin-left: 0 !important;}

.header, .header-wrapper{
	z-index: 300;
}
.shadow-white {
  --tw-shadow: 5px 5px 10px rgba(108, 106, 212, .25), inset 2px 2px 6px #eef1f9, inset -5px -5px 10px #dfe3ef;
  --tw-shadow-colored: 5px 5px 10px var(--tw-shadow-color), inset 2px 2px 6px var(--tw-shadow-color), inset -5px -5px 10px var(--tw-shadow-color);
}

.shadow-white {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

* {
  --tw-ring-offset-shadow: 0 0 transparent;
}

#masthead .header-search-form {
  min-width: 230px;
}
#masthead .searchform input.search-field {
  height: 42px;
  border-radius: 5px;
  border: none;
  background: rgba(4, 18, 38, 0.06);
  box-shadow: 0px 2px 2px transparent;
}

.section_product__top .accordion .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}
.section_product__top .accordion .accordion-title {
  border: none;
  background-color: transparent;
}
.section_product__top .row .col .col-inner {
  box-shadow: 0 5px 100px rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 10px;
}
.section_product__top .product-title-container {
  margin-bottom: 20px;
}
.section_product__top .woocommerce-breadcrumb {
  margin-bottom: 20px;
}
.section_product__top .woocommerce-breadcrumb a {
  color: rgb(19, 23, 64);
  text-transform: none;
}
.section_product__top .product-short-description {
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 10px;
}
.section_product__top .cart .single_add_to_cart_button {
  background-color: rgb(19, 23, 64);
  border-radius: 5px;
  height: 42px;
}

.bottom_images {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom_images .items {
  width: calc(50% - 20px);
}
.bottom_images .items:hover a {
  background-color: rgb(19, 23, 64);
  color: #FFF;
}
.bottom_images .items:hover .icon_request {
  background-image: url(./assets/images/icons/acceptance_hover.svg);
}
.bottom_images .items:hover .icon_demo {
  background-image: url(./assets/images/icons/demo_hover.svg);
}
.bottom_images .items a {
  width: 100%;
  padding: 10px;
  display: flex;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 100ms ease-in-out;
}
.bottom_images .items .icon_request {
  background-image: url(./assets/images/icons/acceptance.svg);
}
.bottom_images .items .icon_demo {
  background-image: url(./assets/images/icons/demo.svg);
}

.t_icon {
  display: block;
  background-size: cover;
  height: 20px;
  width: 20px;
  transition: all 100ms ease-in-out;
  margin-right: 5px;
}

.icon_ver {
  background-image: url(./assets/images/icons/git.svg);
}

.icon_update {
  background-image: url(./assets/images/icons/event.svg);
}

.icon_log {
  background-image: url(./assets/images/icons/file.svg);
}

.info {
  display: flex;
  max-width: 100%;
  gap: 10px;
  margin-bottom: 30px;
  overflow-x: scroll;
  padding-bottom: 5px;
}
.info::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.info::-webkit-scrollbar {
  height: 5px;
  width: 10px;
  background-color: #F5F5F5;
}
.info::-webkit-scrollbar-thumb {
  background-color: #000000;
  width: 10px;
  border-radius: 10px;
}
.info .items {
  min-width: max-content;
  padding: 10px;
  display: flex;
  border-radius: 5px;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 100ms ease-in-out;
}
.info .items a {
  display: flex;
  align-items: center;
}
.info .items span {
  display: flex;
}

.product-small.box .view_demo {
  position: absolute;
  bottom: 0;
  right: 10px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.product-small.box .view_demo a {
  background-color: #F1B4B3;
  border-radius: 5px;
  padding: 8px 15px;
  color: #FFF;
}
.product.product-small .product-small.box {
  padding: 15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 2px 10px 0 #F7F2DE;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: all 250ms ease;
}
.product.product-small .product-small.box:hover {
  border: 1px solid #CEB384 !important;
}
.product.product-small .product-small.box .product-title {
  font-size: 16px;
  color: rgb(19, 23, 64);
  font-weight: 600;
}
.product.product-small .product-small.box .box-text {
  transition: all 0.3s ease;
}
.product.product-small .product-small.box:hover .box-text {
  padding-bottom: 50px;
}
.product.product-small .product-small.box:hover .view_demo {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.hook_info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-around;
}
.hook_info .icon_ver {
  position: relative;
  bottom: -3px;
}
.hook_info .t_icon {
  height: 15px;
  width: 15px;
}
.hook_info .items {
  display: flex;
  width: calc(50% - 10px);
  border-radius: 5px;
  border: 1px solid rgb(19, 23, 64);
  padding: 2px 5px;
  font-size: 13px;
  justify-content: center;
}
.hook_info .items a {
  display: flex;
  justify-content: center;
}

.t_fixed {
  background-color: red;
  position: fixed;
  z-index: 12;
  top: 0;
}

.absolute-footer, .woocommerce-additional-fields h3 {
  display: none;
}
.widget .is-divider {
    display: none;
}
.product.product-small .product-small.box .product-title a{
		text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	color: #222222;
}
.product.product-small .product-small.box .product-title{
		margin-bottom: 10px;
}
span.amount bdi{
		color: #F16B28;
		font-size: 18px;
		font-weight: 800
}
.cart-price span.amount bdi{
		font-size: 14px;
}
.footer-section .ux-menu-link, .footer-section .text p{
		font-size: 14px;
}
.pb-half {
    text-align:center;
		padding-top: 30px;
}
.yith-wcmbs-product-download-button.unlocked, .yith-wcmbs-download-links.unlocked, .yith-wcmbs-download-button.unlocked,.yith-wcmbs-product-download-button.locked, .yith-wcmbs-download-links.locked, .yith-wcmbs-download-button.locked{
		background: #00105E;
		border-radius: 5px;
		margin-top: 10px;
}
.yith-wcmbs-product-download-button.unlocked:hover, .yith-wcmbs-download-links.unlocked:hover, .yith-wcmbs-download-button.unlocked:hover,.yith-wcmbs-product-download-button.locked:hover, .yith-wcmbs-download-links.locked:hover, .yith-wcmbs-download-button.locked:hover{
		background: #630E88;
}
.woocommerce-tabs{
		border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
		margin-bottom: 20px;
}
.woocommerce-tabs .nav, .woocommerce-tabs .tab-panels{
    width: 100%;
    padding: 0px 20px;
}
.home-tab-product .nav>li{
		margin: 0 30px;
}
.widget>ul>li>a{font-size: 14px;}
.category-page-row .large-3 {
    flex-basis: 18%;
    max-width: 18%;
}
.category-page-row .large-9 {
    flex-basis: 82%;
    max-width: 82%;
}
.archive-page-header{display:none;}
.blog-archive .row .large-10 {
    flex-basis: 100%;
    max-width: 100%;
}
.search-price .amount bdi{font-size: 14px;}
.header .search-form .live-search-results{width: 700px;}
@media only screen and (max-width: 600px) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
.hook_info{
	display: block;
}
.hook_info .items{
		width: 100%;
}
.product.product-small .product-small.box .product-title{
		font-size: 13px;
}
.product.product-small .product-small.box{
		padding: 5px;
}
#danh-muc-menu{
		width: 50px;
}
#wrapper {
    margin-left: 60px;
}
.home-tab-product .nav>li{
	margin: 0 5px !important;
	}
	.medium-logo-center .flex-left{display:none;}
	.category-page-row .large-9 {flex-basis: 100% !important; max-width: 100% !important;}
}
//End Mobile CSS
#wrapper {
  margin-left: 60px;
}

#danh-muc-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 393;
  display: flex;
  flex-direction: column;
  width: 60px;
  border-right: 1px solid rgba(119, 119, 119, 0.12);
  background-color: #FFF;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#danh-muc-menu .dash_board {
  padding-top: 30px;
}
#danh-muc-menu .dash_board span.title {
  max-width: 0;
  width: 0;
  opacity: 0;
  font-weight: 700;
  margin: 5px;
  height: 30px;
  padding: 0 10px;
  display: flex;
}
#danh-muc-menu .dash_board .item {
  padding: 5px;
  margin: 5px;
  height: 45px;
  display: flex;
  align-items: center;
  color: #FFF;
  justify-content: center;
  background-color: #CEB484;
}
#danh-muc-menu .dash_board .item span {
  max-width: 0;
  width: 0;
  margin-left: 5px;
  opacity: 0;
  font-weight: 700;
}
#danh-muc-menu .dash_board img {
  width: 35px;
  height: 35px;
}
#danh-muc-menu:hover {
  width: 275px;
}
#danh-muc-menu:hover .dash_board span {
  max-width: none;
  width: auto;
  opacity: 1;
  transition: opacity 0.25s ease 0.12s;
}
#danh-muc-menu:hover li a span {
  max-width: none;
  width: auto;
  opacity: 1;
  transition: opacity 0.25s ease 0.12s;
}
#danh-muc-menu ul {
  position: relative;
  display: flex;
  margin-right: 0;
  margin-left: 0;
  flex-wrap: wrap;
  gap: 0;
}
#danh-muc-menu li {
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
#danh-muc-menu li:hover a {
  color: #4A19F5;
  margin-left: 5px;
}
#danh-muc-menu li a {
  transition: all 200ms ease;
  padding: 5px 10px;
  min-width: 1px;
  height: 45px;
  display: flex;
  align-items: center;
}
#danh-muc-menu li a img {
  width: 25px;
  height: 25px;
}
#danh-muc-menu li a span {
  max-width: 0;
  width: 0;
  margin-left: 5px;
  opacity: 0;
  color: #111111;
}

/*# sourceMappingURL=style.css.map */
@keyframes icon-luc-lac {
	0% {
			transform:rotate(0) scale(1) skew(1deg);
	}
	10% {
			transform:rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
			transform:rotate(25deg) scale(1) skew(1deg);
	}
	30% {
			transform:rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
			transform:rotate(25deg) scale(1) skew(1deg);
	}
	50% {
			transform:rotate(0) scale(1) skew(1deg);
	}
	100% {
			transform:rotate(0) scale(1) skew(1deg);
	}
}
@keyframes vien-nho-zoom {
	0% {
			transform:rotate(0) scale(.7) skew(1deg);
			opacity:.2;
	}
	50% {
			transform:rotate(0) scale(1) skew(1deg);
			opacity:.5;
	}
	100% {
			transform:rotate(0) scale(.7) skew(1deg);
			opacity:.2;
	}
}
@keyframes vien-lon-zoom {
	0% {
			transform:rotate(0) scale(.5) skew(1deg);
			opacity:.1;
	}
	30% {
			transform:rotate(0) scale(.7) skew(1deg);
			opacity:.1;
	}
	100% {
			transform:rotate(0) scale(1) skew(1deg);
			opacity:.1;
	}
}
.btn-call-fixed {
	margin-bottom:10px;
}
.btn-call-fixed .icon-wrap {
	float:left;
	position:relative;
	z-index:1;
	width:60px;
	height:60px;
	box-shadow:0 0 0 2px rgba(255,255,255,.8);
	border-radius:50%;
}
.btn-call-fixed .icon-wrap i.fa {
	font-size:30px;
	color:#fff;
	background:#7C11AA;
	width:60px;
	height:60px;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	border-radius:50%;
	text-align:center;
	line-height:60px;
	animation:icon-luc-lac 1.2s infinite ease-in-out;
}
.btn-call-fixed .icon-wrap .border-1 {
	width:110px;
	height:110px;
	position:absolute;
	z-index:1;
	top:-25px;
	left:-25px;
	border:solid 1px #f1451f;
	border-radius:50%;
	animation:vien-lon-zoom 1.2s infinite ease-in-out;
}
.btn-call-fixed .icon-wrap .border-2 {
	width:80px;
	height:80px;
	position:absolute;
	z-index:1;
	top:-10px;
	left:-10px;
	border:solid 1px #f1451f;
	border-radius:50%;
	animation:vien-nho-zoom 2.3s infinite ease-in-out;
}
.btn-call-fixed .btn-text {
	display:none;
	float:left;
	padding:5px 20px;
	font-size:13px;
	font-weight:bold;
	color:#00105E;
	line-height:22px;
	border-radius:999px;
	background:#fff;
	box-shadow:0 0 6px rgba(0,0,0,.1);
	position:absolute;
	z-index:1;
	top:0;
	right:calc(100%);
	white-space:nowrap;
}
.btn-call-fixed .btn-text>span:last-child {
	font-size:30px;
}
.btn-call-fixed .btn-text>span>span~span {
	margin-left:10px;
}
.btn-call-fixed[data-type='zalo'] .icon-wrap i.fa {
	background:#0068ff;
	font-family:'FontAwesome';
	font-size:15px;
	font-weight:bold;
	animation:none;
}
.btn-call-fixed[data-type='zalo'] .icon-wrap i.fa:before {
	display:inline;
	content:"Zalo";
}
.btn-call-fixed[data-type='zalo'] .icon-wrap .border-1,.btn-call-fixed[data-type='zalo'] .icon-wrap .border-2 {
	border:solid 1px #0068ff;
	display:none;
}
.btn-call-fixed[data-type='zalo'] .icon-wrap:hover .border-1,.btn-call-fixed[data-type='zalo'] .icon-wrap:hover .border-2 {
	display:block;
}
.btn-call-fixed[data-type='zalo'] .btn-text {
	color:#0068ff;
}
.btn-call-fixed[data-type='viber'] .icon-wrap i.fa {
	background:#6145d5;
	font-family:'FontAwesome';
	font-size:15px;
	font-weight:bold;
	animation:none;
}
.btn-call-fixed[data-type='viber'] .icon-wrap i.fa:before {
	display:inline;
	content:"Viber";
}
.btn-call-fixed[data-type='viber'] .icon-wrap .border-1,.btn-call-fixed[data-type='viber'] .icon-wrap .border-2 {
	border:solid 1px #6145d5;
	display:none;
}
.btn-call-fixed[data-type='viber'] .icon-wrap:hover .border-1,.btn-call-fixed[data-type='viber'] .icon-wrap:hover .border-2 {
	display:block;
}
.btn-call-fixed[data-type='viber'] .btn-text {
	color:#6145d5;
}
.btn-call-fixed[data-type='facebook-page'] .icon-wrap i.fa {
	background:#3b5998;
	font-family:'FontAwesome';
	font-size:28px;
	font-weight:bold;
	animation:none;
}
.btn-call-fixed[data-type='facebook-page'] .icon-wrap .border-1,.btn-call-fixed[data-type='facebook-page'] .icon-wrap .border-2 {
	border:solid 1px #3b5998;
	display:none;
}
.btn-call-fixed[data-type='facebook-page'] .icon-wrap:hover .border-1,.btn-call-fixed[data-type='facebook-page'] .icon-wrap:hover .border-2 {
	display:block;
}
.btn-call-fixed[data-type='facebook-page'] .btn-text {
	color:#3b5998;
}
.btn-call-fixed[data-type='twitter'] .icon-wrap i.fa {
	background:#1da1f2;
	font-family:FontAwesome;
	font-size:28px;
	font-weight:bold;
	animation:none;
}
.btn-call-fixed[data-type='twitter'] .icon-wrap .border-1,.btn-call-fixed[data-type='twitter'] .icon-wrap .border-2 {
	border:solid 1px #1da1f2;
	display:none;
}
.btn-call-fixed[data-type='twitter'] .icon-wrap:hover .border-1,.btn-call-fixed[data-type='twitter'] .icon-wrap:hover .border-2 {
	display:block;
}
.btn-call-fixed[data-type='twitter'] .btn-text {
	color:#7C11AA;
}
.btn-call-fixed[data-type='instagram'] .icon-wrap i.fa {
	background: #7C11AA;
	font-family:FontAwesome;
	font-size:28px;
	font-weight:bold;
	animation:none;
}
.btn-call-fixed[data-type='instagram'] .icon-wrap .border-1,.btn-call-fixed[data-type='instagram'] .icon-wrap .border-2 {
	border:solid 1px #f24b55;
	display:none;
}
.btn-call-fixed[data-type='instagram'] .icon-wrap:hover .border-1,.btn-call-fixed[data-type='instagram'] .icon-wrap:hover .border-2 {
	display:block;
}
.btn-call-fixed[data-type='instagram'] .btn-text {
	color:#f24b55;
}
.btn-call-fixed[data-type='youtube'] .icon-wrap i.fa {
	background:#f00;
	font-family:FontAwesome;
	font-size:28px;
	font-weight:bold;
	animation:none;
}
.btn-call-fixed[data-type='youtube'] .icon-wrap .border-1,.btn-call-fixed[data-type='youtube'] .icon-wrap .border-2 {
	border:solid 1px #f00;
	display:none;
}
.btn-call-fixed[data-type='youtube'] .icon-wrap:hover .border-1,.btn-call-fixed[data-type='youtube'] .icon-wrap:hover .border-2 {
	display:block;
}
.btn-call-fixed[data-type='youtube'] .btn-text {
	color:#f00;
}
.btn-call-fixed[data-type='facebook'] .icon-wrap i.fa {
	background:url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyOCAxMjgiIGhlaWdodD0iMTI4cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB3aWR0aD0iMTI4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxyZWN0IGZpbGw9IiMwMDg0RkYiIGhlaWdodD0iMTI4IiB3aWR0aD0iMTI4Ii8+PC9nPjxwYXRoIGQ9Ik02NCwxNy41MzFjLTI1LjQwNSwwLTQ2LDE5LjI1OS00Niw0My4wMTVjMCwxMy41MTUsNi42NjUsMjUuNTc0LDE3LjA4OSwzMy40NnYxNi40NjIgIGwxNS42OTgtOC43MDdjNC4xODYsMS4xNzEsOC42MjEsMS44LDEzLjIxMywxLjhjMjUuNDA1LDAsNDYtMTkuMjU4LDQ2LTQzLjAxNUMxMTAsMzYuNzksODkuNDA1LDE3LjUzMSw2NCwxNy41MzF6IE02OC44NDUsNzUuMjE0ICBMNTYuOTQ3LDYyLjg1NUwzNC4wMzUsNzUuNTI0bDI1LjEyLTI2LjY1N2wxMS44OTgsMTIuMzU5bDIyLjkxLTEyLjY3TDY4Ljg0NSw3NS4yMTR6IiBmaWxsPSIjRkZGRkZGIiBpZD0iQnViYmxlX1NoYXBlIi8+PC9zdmc+) no-repeat center #0084ff;
	background-size:80%;
	font-family:inherit;
	font-size:15px;
	font-weight:bold;
	animation:none;
}
.btn-call-fixed[data-type='facebook'] .icon-wrap i.fa:before {
	display:inline;
	content:"";
}
.btn-call-fixed[data-type='facebook'] .icon-wrap .border-1,.btn-call-fixed[data-type='facebook'] .icon-wrap .border-2 {
	border:solid 1px #0084ff;
	display:none;
}
.btn-call-fixed[data-type='facebook'] .icon-wrap:hover .border-1,.btn-call-fixed[data-type='facebook'] .icon-wrap:hover .border-2 {
	display:block;
}
.btn-call-fixed[data-type='facebook'] .btn-text {
	color:#0084ff;
}
.btn-call-fixed[data-type='facebook'] .btn-text span:last-child {
	font-size:15px;
}
@media(min-width:1200px) {
	.btn-call-fixed {
			position:relative;
			z-index:1;
	}
	.btn-call-fixed:hover .btn-text {
			display:block;
	}
}
@media(max-width:991px) {
	.btn-calls-fixed {
			right:10px;
	}
	.btn-calls-fixed .btn-call-fixed .icon-wrap {
			width:36px;
			height:36px;
	}
	.btn-calls-fixed .btn-call-fixed .icon-wrap i.fa {
			width:36px;
			height:36px;
			line-height:36px;
			font-size:18px;
	}
	.btn-calls-fixed .btn-call-fixed .icon-wrap .border-1 {
			width:56px;
			height:56px;
			top:-10px;
			left:-10px;
	}
	.btn-calls-fixed .btn-call-fixed .icon-wrap .border-2 {
			width:46px;
			height:46px;
			top:-5px;
			left:-5px;
	}
	.btn-calls-fixed .btn-call-fixed .btn-text {
			padding:3px 15px;
			line-height:18px;
	}
	.btn-calls-fixed .btn-call-fixed .btn-text span:last-child {
			font-size:15px;
	}
	.btn-calls-fixed .btn-call-fixed[data-type='zalo'] .icon-wrap i.fa,.btn-calls-fixed .btn-call-fixed[data-type='viber'] .icon-wrap i.fa {
			font-size:12px;
	}
	.btn-calls-fixed .btn-call-fixed[data-type='facebook'] .btn-text span:last-child {
			font-size:12px;
	}
	.btn-calls-fixed .btn-go-to-top {
			width:36px;
			height:36px;
			line-height:36px;
			font-size:18px;
	}
	.ctrlq.fb-button {
			right:5px !important;
	}
}
.btn-calls-fixed {
	position:fixed;
	z-index:2;
	bottom:80px;
	right:24px;
	display:flex;
	flex-direction:column;
}
.btn-calls-fixed[data-small-size='1'] {
	right:10px;
}
.btn-calls-fixed[data-small-size='1'] .btn-call-fixed .icon-wrap {
	width:36px;
	height:36px;
}
.btn-calls-fixed[data-small-size='1'] .btn-call-fixed .icon-wrap i.fa {
	width:36px;
	height:36px;
	line-height:36px;
	font-size:18px;
}
.btn-calls-fixed[data-small-size='1'] .btn-call-fixed .icon-wrap .border-1 {
	width:56px;
	height:56px;
	top:-10px;
	left:-10px;
}
.btn-calls-fixed[data-small-size='1'] .btn-call-fixed .icon-wrap .border-2 {
	width:46px;
	height:46px;
	top:-5px;
	left:-5px;
}
.btn-calls-fixed[data-small-size='1'] .btn-call-fixed .btn-text {
	padding:3px 15px;
	line-height:15px;
	right:calc(100%+10px);
}
.btn-calls-fixed[data-small-size='1'] .btn-call-fixed .btn-text span:last-child {
	font-size:15px;
}
.btn-calls-fixed[data-small-size='1'] .btn-call-fixed[data-type='zalo'] .icon-wrap i.fa,.btn-calls-fixed[data-small-size='1'] .btn-call-fixed[data-type='viber'] .icon-wrap i.fa {
	font-size:12px;
}
.btn-calls-fixed[data-small-size='1'] .btn-call-fixed[data-type='facebook-page'] .icon-wrap i.fa,.btn-calls-fixed[data-small-size='1'] .btn-call-fixed[data-type='twitter'] .icon-wrap i.fa,.btn-calls-fixed[data-small-size='1'] .btn-call-fixed[data-type='youtube'] .icon-wrap i.fa,.btn-calls-fixed[data-small-size='1'] .btn-call-fixed[data-type='instagram'] .icon-wrap i.fa {
	font-size:15px;
}
.btn-calls-fixed[data-small-size='1'] .btn-call-fixed[data-type='facebook'] .btn-text span:last-child {
	font-size:12px;
}
.btn-calls-fixed[data-small-size='1'] .btn-go-to-top {
	width:36px;
	height:36px;
	line-height:36px;
	font-size:18px;
	background-color:red;
}
.btn-go-to-top {
	display:inline-block;
	width:60px;
	height:60px;
	opacity:.5;
	border-radius:50%;
	text-align:center;
	line-height:58px;
	color:#fff;
	font-size:20px;
	box-shadow:0 0 0 2px rgba(255,255,255,.8);
}
@media(min-width:1200px) {
	.btn-go-to-top:hover {
			opacity:1;
			color:#fff;
	}
}
.ctrlq.fb-button {
	bottom:10px !important;
}
.fixed-bottom-btn {
	position:relative;
	z-index:1;
	color:#fff;
	padding:1px 15px 1px 30px;
	border-radius:999px;
	height:26px;
}
.fixed-bottom-btn i.fa {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	background:#fff;
	width:24px;
	height:24px;
	border-radius:50%;
	line-height:24px;
}
.fixed-bottom-btn i.fa.fa-zalo {
	line-height:22px;
}
.fixed-bottom-btn i.fa.fa-zalo:before {
	content:"Zalo";
	font-size:10px;
	font-weight:bold;
}
.fixed-bottom-btn:hover {
	color: #fff;
}
