﻿.item-hidden{
    display:none;
}
ul.box-hotline-fix{position: fixed; right: 8px; bottom: 170px; margin: auto; z-index: 999;}
ul.box-hotline-fix li{padding: 0px; margin: 0px 0px 15px 0px;}
ul.box-hotline-fix li a{display: block; text-indent: -9999px; z-index: 10000; cursor: pointer;}
ul.box-hotline-fix li.phone-hot .call-animation{background: red; width: 55px; height: 55px; position: relative; margin: 0 auto; border-radius: 100%; border: solid 5px red;  animation: play 2s ease infinite; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden;  backface-visibility: hidden;}
@keyframes play {0% {transform: scale(1);} 15% {box-shadow: 0 0 0 5px rgba(203, 15, 64, 0.4);} 25% {box-shadow: 0 0 0 10px rgba(188, 16, 16, 0.4), 0 0 0 20px rgba(221, 43, 70, 0.86);} 35% {box-shadow: 0 0 0 15px rgba(190, 16, 16, 0.4), 0 0 0 30px rgba(180, 17, 92, 0.2);}}
ul.box-hotline-fix li.phone-hot .call-animation a{height: 45px; width: 45px;}
ul.box-hotline-fix li.phone-hot .call-animation img{position: absolute; height: 45px; width: 45px; top: 0px; right: 0px; background-color: red; border-radius: 100%;}
ul.box-hotline-fix li.phone-hot2 .call-animation{background: #32b9e6; width: 55px; height: 55px; position: relative; margin: 0 auto; border-radius: 100%; border: solid 5px #32b9e6;  animation: play 2s ease infinite; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden;  backface-visibility: hidden;}
@keyframes play {0% {transform: scale(1);} 15% {box-shadow: 0 0 0 5px rgba(203, 15, 64, 0.4);} 25% {box-shadow: 0 0 0 10px rgba(188, 16, 16, 0.4), 0 0 0 20px rgba(221, 43, 70, 0.86);} 35% {box-shadow: 0 0 0 15px rgba(190, 16, 16, 0.4), 0 0 0 30px rgba(180, 17, 92, 0.2);}}
ul.box-hotline-fix li.phone-hot2 .call-animation a{height: 45px; width: 45px;}
ul.box-hotline-fix li.phone-hot2 .call-animation img{position: absolute; height: 45px; width: 45px; top: 0px; right: 0px; background-color: #32b9e6; border-radius: 100%;}

.hotline-box {
	position: relative;
	display: inline-block;
	padding: 0 0 0 20px;
	vertical-align: bottom;
	white-space: nowrap
}

.hotline-wrap {
	position: relative;
	display: block;
	width: auto;
	height: auto
}

.hotline-box a {
	position: relative;
	top: 3px;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #3bace0;
	font-size: 18px;
	line-height: 1.2;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-left: 1px solid #afafaf
}

.hotline-box:before {
	content: '';
	position: absolute;
	left: 0;
	top: -4px;
	display: block;
	width: 30px;
	height: 30px;
	background: url('/design/images/icon/vnpthotline2.png') no-repeat center center
}

.hotline-box a:hover {
	color: #3bace0
}

.hotline-box a:first-child {
	border: none
}

@media screen and (max-width:1250px) {
	.top-support {
		right: 113px
	}
	.hotline-box a {
		font-size: 16px
	}
}

@media screen and (max-width:1120px) {
	.hotline-box a {
		font-size: 15px
	}
}

@media screen and (max-width:1024px) {
	.top-support,
	.hide .top-support {
        display:block !important;
		position: fixed;
		width: auto;
		height: auto;
		right: 155px;
		top: 23px;
		padding: 0;
		background-color: transparent;
		text-align: right;
		z-index: 120
	}
	.hotline-box a {
		-webkit-transition: none;
		transition: none
	}
	.hotline-box:before {
		display: none;
		-webkit-transition: none;
		transition: none
	}
	.hotline-box {
		position: fixed;
		/*left: 38px;*/
		top: auto;
		/*bottom: 100px;*/
        bottom: 130px;
        right: 5px;
		width: 40px;
		height: 40px;
		padding: 0;
		background: url('/design/images/icon/vnpthotline1.png') no-repeat center center;
		background-color: #3bace0;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		box-shadow: 0 0 30px rgba(255, 255, 255, .5)
	}
	.hotline-wrap {
		position: absolute;
		right: 30px;
		/*top: -70px;*/
        bottom:40px;
		width: auto;
		height: auto;
		padding: 5px;
		background-color: #fff;
		box-shadow: 3px 3px 0 rgba(0, 0, 0, .3);
		-webkit-border-radius: 15px;
		border-radius: 15px;
		opacity: 0;
		pointer-events: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: -moz-none;
		-ms-user-select: none;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	.hotline-wrap::after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 0px 0px 20px;
		border-color: #fff transparent transparent transparent;
		position: absolute;
        right:10px;
		/*left: 80px;*/
		/*bottom: -20px*/
	}
	.hotline-wrap a {
		display: block;
		border: none;
		text-align: left;
		padding: 5px 15px;
		top: auto
	}
	.hotline-box:hover a {
		color: #3bace0
	}
	.hotline-wrap.show {
		opacity: 1;
		pointer-events: auto
	}
}