



Head Office: 4th Floor, Vung Tau Plaza, 207 Le Hong Phong Street, Ward Tam Thang, Ho Chi Minh City, Viet Nam.
Tel: +84 254 358 6277
Fax: +84 254 358 6279
Rep. Office: 9th Floor, Pearl Plaza Building, 561A Dien Bien Phu Street, Ward Thanh My Tay, Ho Chi Minh City, Vietnam.
Tel: +84 254 358 6277
Fax: +84 254 358 6279
E-mail: info@activesolution.vn
Website: www.activesolution.vn
© Copyright 2019 – 2021 Active Solution Co., Ltd | All Rights Reserved | Powered by 360 CORP
Giấy chứng nhận Đăng ký Kinh doanh số 3502396600 do Sở Tài Chính Thành Phố Hồ Chí Minh Phòng Đăng ký kinh doanh | Đăng ký thay đổi lần thứ 2, ngày 04/09/2025
.btn-frame {
display: block;
width: 70px;
height: 70px;
position: fixed;
right: 27px;
z-index: 10;
cursor: pointer;
}
.btn-frame i {
display: flex;
display: -ms-flex;
justify-content: center;
align-items: center;
-ms-flex-align: center;
width: 70px;
height: 70px;
border-radius: 50%;
background: red;
position: relative;
z-index: 1;
}
.btn-frame i img {
vertical-align: middle;
width: 70%;
}
.btn-frame .animated.infinite {
animation-iteration-count: infinite;
}
.btn-frame .btn-circle {
width: 80px;
height: 80px;
top: -5px;
right: -5px;
position: absolute;
background-color: transparent;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
border: 2px solid red;
opacity: 0.1;
border-color: red;
opacity: 0.5;
}
.btn-frame .zoomIn {
animation-name: zoomIn;
}
.btn-frame .animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.btn-frame .btn-circle-fill {
width: 90px;
height: 90px;
top: -10px;
right: -10px;
position: absolute;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
border: 2px solid transparent;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
background-color: red;
opacity: 0.4;
}
.btn-frame .pulse {
animation-name: pulse;
}
.btn-news {
bottom: 50px;
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}