@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Roboto', Helvetica, sans-serif;
    color: #5C5B5B;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.bd {
    width: 1277px;
    margin: auto;
}

.clr {
    clear: both;
}

a {
    text-decoration: none;
    color: #57bbdf;
    transition: 0.2s
}

a:hover,
a.active {
    text-decoration: none;
    color: #000;
}

ul,
ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

p {
    line-height: 1.5;
}

img {
    border: none;
    margin: 0;
    padding: 0;
    max-width: 100%
}

li.drop-menu .menu_children {
    position: absolute;
    z-index: 2000;
    background: #fff;
    margin-left: 0;
    display: none;
    width: 230px;
    top: 40px;
}

li.drop-menu:hover .menu_children {
    display: block !important;
}

.menu_children .item-category {
    width: 100%;
    float: left;
    border-bottom: 1px dotted #DDD;
}

.menu_children .item-category a {
    color: #0086c1 !important;
    padding: 0 10px !important;
    margin: 0;
}

.menu_children .item-category:hover a {
    color: #212529 !important;
    background-color: #57bbdf;
}

.drop-menu-mb .menu_children {
    background: #e9f9ff;
    float: left;
    margin-left: 9px;
}

ul.bm-item-mobile .menu_children .item-category a {
    padding: 5px 10px !important;
    float: left;
}


/* ======================= cart ----------------------*/

thead tr th {
    color: #888;
}

.total-buy {
    padding: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
}

.total-buy,
.card-body {
    background: #fff9f8;
}

.total-buy h6 {
    text-align: center;
    margin: 5px 0 0;
}

.product-thumbnail {
    display: flex;
}

.product-thumbnail a {
    max-height: 61px;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 0 5px;
    overflow: hidden;
    width: 250px;
}

.remove {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #ff9595;
    font-weight: bold;
    text-align: center;
    border: 2px solid currentColor;
}

.breadcrumbs,
.breadcrumbs a {
    font-size: 20px !important;
}

.button-basket {
    position: relative;
}

.button-cart {
    top: -45px;
    right: 10px;
    box-sizing: border-box;
    display: block;
    width: 45px;
    height: 40px;
    position: absolute;
    z-index: 4;
}

.basket i {
    color: #fff;
    font-size: 25px;
    padding: 10px;
}

.rhead {
    float: right;
    text-align: center
}

.link {
    margin: 0 0 16px
}

.link a {
    font-style: italic;
    margin-left: 10px;
}

.link a:after {
    content: "|";
    padding-left: 10px
}

.link a:last-child:after {
    content: ""
}

.cart {
    background: url(img/bgcar.png) repeat-x;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 3px;
    box-shadow: 0 1px 2px #195C04;
    font-weight: bold
}

.cart b {
    margin-left: 5px
}

.bgmenu {
    background: #5fad2c
}

.left_bar {
    float: left;
    width: 250px;
    margin-right: 10px;
}

.right_bar {
    float: right;
    width: 248px;
}

.main {
    float: left;
    width: 759px;
    margin-right: 10px
}

.list:before,
.list:after,
.nav_top:before,
.nav_top:after,
.conten:before,
.conten:after,
.bd:before,
.bd:after {
    clear: both;
    display: table;
    content: ""
}


/*--> listCatProduct */

.panel-group {
    margin-bottom: 20px;
}

.listCatProduct {
    border: 1px solid #ddd;
    padding: 0 10px;
}

.listCatProduct .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
}

.listCatProduct h4>a {
    font-size: 16px;
    line-height: 20px;
    color: #555;
}

.listCatProduct h4>i {
    float: right;
    font-weight: normal;
    font-size: 13px;
    margin-top: 6px;
}

.listCatProduct .panel-collapse ul li a {
    display: block;
    padding: 5px 0;
    font-size: 16px;
}

.custom-show:hover {
    cursor: pointer;
    color: #f05a28;
}

a:hover,
a:focus {
    color: #f05a28;
    text-decoration: none;
}

.listCatProduct .panel-collapse ul li a:before {
    content: "-";
    margin-right: 10px;
}


/*-- end-listCatProduct */


/*-- Support-online */

.block {
    margin-bottom: 20px;
    background: #fff;
    width: 100%;
}

.block>div:first-child {
    background: #57bbdf;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: rgba(0, 128, 0, 0) thin solid;
    position: relative;
}

.block>div:first-child>h5 {
    margin: 2px 0;
    padding: 4px 10px 3px;
    border-top: #fff thin dashed;
    border-bottom: #fff thin dashed;
    font-size: 14px;
}

.online_support h5,
.best_product h5 {
    line-height: 30px;
}

.block-content {
    padding-top: 10px;
    overflow: hidden;
}

.item-sp {
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    padding: 10px;
    font-family: roboto;
}

.image-sp {
    width: 30%;
    float: left;
    overflow: hidden;
    border-radius: 50%;
}

.image-sp img {
    width: 100%;
}

.image-sp img {
    opacity: 1;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.info-sp {
    width: 68%;
    float: right;
}

.info-sp .name-sp {
    color: #0061aa;
    font-size: 18px;
    margin: 0;
}

.info-sp .phone-sp {
    color: red;
    font-size: 22px;
    margin: 0;
}

.info-sp .mail-sp {
    color: #797979;
    font-size: 12.5px;
}


/*-- end-support-online */

.conten {
    margin: 15px 0
}

.slide {
    margin: 5px 0 10px;
}

.slide img {
    max-width: 100%
}

.catalog {
    margin: 0 0 15px;
    padding: 0;
    border: 1px solid #627ddc;
}

.catalog a {
    font-size: 13.5px;
    line-height: 17px;
    background: url(../img/line.png) bottom center no-repeat;
    color: #043f7e;
    padding: 8px 15px;
    display: block
}

.catalog a:hover {
    color: #328CFE;
}

.catalog li:last-child a {
    background: none
}

.box_sp {
    border: 1px solid #627ddc;
    padding: 1px 0
}

.box_pic {
    text-align: center;
    margin: 2px;
    height: 719px;
    overflow: hidden
}

.box_pic a {
    display: block;
    margin: 0 0 2px !important
}

.title_box {
    height: 37px;
    line-height: 37px;
    color: #fff;
    margin: 0;
    text-align: center;
    background: #627ddc;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 17px
}

.title {
    margin-bottom: 15px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: normal;
    color: #3f9dbf;
    border-bottom: thin dashed;
    background: #edf5ff;
    padding: 8px 10px;
}

.name-pro {
    padding: 5px 10px;
    line-height: 19px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 45px;
    color: #57bbdf;
    font-size: 15px;
    font-weight: 400;
    margin: 5px 0;
}

.name-pro a {
    color: #333;
}

.mode {
    padding: 5px;
    font-size: 16px;
    min-height: 54px;
}

.price {
    font-size: 17px;
    color: #e70707;
}

.prid {
    font-weight: bold;
    font-size: 14px
}

.lis1 p {
    padding: 10px 5px 0;
    margin: 20px 0 5px;
    border-top: 1px solid #DAD7D7
}

.tt {
    margin: 0 0 10px;
    padding: 0;
    min-height: 28px
}

.tt a {
    font-weight: normal;
    font-size: 13px;
}

.car {
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ededed));
    background: -webkit-linear-gradient(top, #ffffff, #ededed);
    background: -moz-linear-gradient(top, #ffffff, #ededed);
    background: -o-linear-gradient(top, #ffffff, #ededed);
    background: -ms-linear-gradient(top, #ffffff, #ededed);
    background: linear-gradient(top, #ffffff, #ededed);
    background-color: #ffffff;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    display: inline-block;
    text-align: center;
    margin: 0 0 5px;
    box-shadow: 0px 0px 1px #909090
}

.car:hover {
    background: #627ddc;
    color: #fff
}

.href {
    margin: 27px 0 10px;
    padding: 0 10px
}

.href a {
    border-radius: 5px;
    padding: 5px 10px
}

.buy,
.view:hover {
    background: #5fad2c;
    border: 1px solid #489218;
    border-bottom: 2px solid #3F9209;
    color: #fff;
    margin-right: 15px
}

.view,
.buy:hover {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-bottom: 2px solid #cecece
}

.buy:hover {
    background: #ff8a00;
    border: 1px solid #E08315;
    border-bottom: 2px solid #DB7B0A;
    color: #fff
}

.lis3 {
    margin: 0
}

.title a {
    margin-right: 50px;
    color: #353535
}

.rightbar {
    float: right;
    width: 244px;
}

.ttdm {
    background: url(img/1menu_bg.png) repeat-x;
    border-radius: 8px;
    color: #353535;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    padding: 12px 20px;
    border: 1px solid #b7b7b7
}

.menuri {
    margin: 20px 0 0;
    padding: 0;
}

.menuri li {
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
    position: relative
}

.menuri li:last-child {
    border: none
}

.menuri a {
    background: url(img/ar.png) left no-repeat;
    padding-left: 20px;
    color: #3a4731;
    font-size: 14px;
    display: block
}

.menuri a:hover {
    color: #000
}

ul.submenu {
    display: none
}

ul.submenu {
    position: absolute;
    left: -62%;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    margin: 0;
    padding: 10px 0;
    top: 0;
    width: 150px
}

ul ul.submenu li {
    border: none;
    padding: 0
}

ul ul.submenu li a {
    font-size: 12px;
    background: none;
    padding: 5px 20px
}

ul ul.submenu li a:hover {
    background: #e6e6e6;
    color: #000
}

.menuri li:hover ul.submenu {
    display: block
}

.cat {
    margin-bottom: 20px
}

.bgsport {
    background: #fbfbfb;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    margin-top: 20px
}

.phone {
    padding-left: 20px;
    margin: 10px;
    line-height: 1.7
}

.phone b,
.spp {
    color: #575755;
    font-size: 13px;
    margin-right: 20px
}

.spp {
    border-top: 1px solid #d9d9d9;
    padding: 20px 20px 0;
    font-weight: bold;
    vertical-align: middle
}

.spp img {
    margin-left: 20px
}

.lisspo {
    background: #fbfbfb;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    margin-top: 20px;
    padding: 20px;
    position: relative;
}

.bes {
    position: absolute;
    border-radius: 3px;
    background: #EC0C0C;
    color: #fff;
    top: 10px;
    right: 10px;
    text-transform: uppercase;
    font-size: 11px;
    padding: 1px 2px
}

.bgsport table {
    padding: 10px 20px
}

.bgsport table td.bg {
    background: url(img/tday.png) left no-repeat;
    padding-left: 30px;
    color: #606060;
    font-weight: normal;
}

.bgsport table td {
    font-weight: bold;
    color: #777575;
    padding: 3px 7px
}

.bgsport table td.ytd {
    background: url(img/vall.png) left no-repeat;
}

.cont {
    margin-top: 40px
}

.abou {
    background: #fbfbfb;
    padding: 20px 20px 10px;
    float: left;
    width: 257px;
    margin-right: 30px;
    border-radius: 5px
}

.ttab {
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding-bottom: 15px;
    margin-bottom: 10px
}

.abou p {
    text-align: justify
}

.news {
    float: left;
    width: 326px;
    margin: 20px 30px
}

.listn {
    padding: 10px 0
}

.img {
    float: left;
    margin-right: 15px;
}

.l1 .img img {
    width: 65px;
    height: 50px
}

.l1 {
    margin-bottom: 20px
}

.l1 p {
    margin: 0;
    padding: 3px 0 5px
}

.l1 a {
    color: #4f4f4f;
}

.l1 a:hover {
    color: #4ba114
}

.l1 span {
    color: #919191;
    font-size: 11px
}

.poly {
    float: right;
    width: 260px;
    margin: 20px 0 0 20px
}

.cont p {
    line-height: 1.6
}

.poly p {
    padding-top: 4px
}

.fthotline {
    font-size: 22px;
    line-height: 30px;
}

.cpn {
    float: left;
    width: 450px;
    padding-right: 30px;
    border-right: 1px solid #dcdcdc
}

.cpn img {
    width: 181px
}

.cpct {
    color: #525252;
    font-weight: bold;
    line-height: 1.5
}

.cpct b {
    font-size: 14px;
    text-transform: uppercase
}

#menuft {
    float: left;
    margin: 0;
    padding: 0 50px;
    width: 177px;
    border-right: 1px solid #dcdcdc
}

#menuft li {
    padding: 3px
}

#menuft a {
    padding: 10px;
    color: #636363;
}

.soc {
    float: right
}


/*slide news*/

.image_carousel {
    padding: 10px 0;
    position: relative;
}

a.prev,
a.next {
    width: 6px;
    height: 5px;
    display: block;
    position: absolute;
    top: -26px;
    right: 18px
}

.caroufredsel_wrapper {
    height: 130px !important;
    width: auto !important
}

a.prev {
    background: url(img/pre.png) no-repeat;
    border-right: 1px solid #D8D8D8;
    padding-right: 12px;
    height: 8px;
}

a.prev:hover,
a.next:hover {
    opacity: 0.7
}

a.next {
    right: 0;
    background: url(img/net.png) no-repeat
}

a.prev span,
a.next span {
    display: none;
}

#foodt {
    position: static !important
}


/*slide*/

#gallery {
    position: relative;
    height: 280px
}

#gallery a {
    float: left;
    position: absolute;
}

#gallery a img {
    border: none;
}

#gallery a.show {
    z-index: 500
}

#gallery .caption {
    z-index: 600;
    color: #940201;
    padding: 20px;
    width: 80%;
    position: absolute;
    bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px
}

#gallery .caption .content {
    margin: 5px
}

#gallery .caption .content h3 {
    margin: 0;
    padding: 0;
    color: #1DCCEF;
}

.p1 {
    color: #707070;
    font-size: 11px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
    margin: 20px 0
}

.p1 p {
    margin: 0;
    font-size: 12px;
    line-height: 1.3
}

.p1 img {
    display: block;
    margin-right: 20px;
    max-width: 120px;
    float: left
}

.p1 a {
    text-transform: uppercase;
    color: #302d2b;
    display: block;
    font-size: 12px;
    margin-bottom: 5px
}

.p1 a:hover {
    color: #fc5f10
}

.p1:last-child {
    border: none
}

.pic {
    background: #f9f9f9;
    border: 1px solid #e1decd;
    padding: 15px 10px;
}

.lbo img {
    padding: 0 0 18px
}

.dtail {
    margin: 20px 0
}

.dt_img {
    float: left;
    margin-right: 30px;
    box-shadow: 1px 1px 4px #dcdcdc;
    width: 355px
}

.dt_img img {
    width: 100%
}

.tt {
    margin: 8px 0
}

.l_dtail {
    float: left;
    width: 330px
}

.l_dtail p {
    margin: 0;
    padding: 0
}

.des {
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 5px
}

.d_mor {
    background: none;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0
}

.ldt {
    margin: 20px 0 0
}

.list {
    margin: 0
}

.lis1:nth-child(4n+0) {
    margin-right: 0;
}


/*.lis1:nth-child(5n+0){clear:both;}*/

.sporrt {
    padding: 15px
}

.sp1 {
    background: url(../img/hotline.png) left bottom no-repeat;
    padding-left: 35px;
    font-size: 15px;
    color: #2f3e9d;
    position: relative;
    margin: 0 0 20px
}

.sp1 b {
    font-size: 18px;
    color: #ff0000;
    display: block;
}

.sp1 a {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.box_sp {
    margin: 0 0 15px
}

.parner {
    margin: 0;
    text-align: center;
    height: 555px;
    overflow: hidden
}

.parner a {
    margin: 4px 2px !important;
    display: block
}

.b_project {
    margin: 0;
    padding: 0
}

.b_project li {
    display: block;
    text-align: center;
    padding: 10px 0
}

.b_project li h2 {
    font-weight: normal;
    margin: 10px 0 0;
    text-transform: uppercase;
    font-size: 12px
}

#totop {
    background: url(../img/totop.png) center center no-repeat;
    right: 10px;
    bottom: 10px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    position: fixed;
    opacity: 0.5
}

#totop:hover {
    opacity: 1
}

#hamburger {
    box-sizing: border-box;
    display: block;
    width: 45px;
    height: 40px;
    position: absolute;
    top: 40px;
    left: 25px;
    z-index: 4;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    position: absolute;
    left: 8px;
    background-color: #57bbdf;
}

#hamburger:before {
    top: 10px;
}

#hamburger span {
    top: 20px;
}

#hamburger:after {
    top: 30px;
}


/* Hamburger animation */

#hamburger:before,
#hamburger:after,
#hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity;
}

html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after {
    top: 20px;
}

html.mm-opening #hamburger span {
    left: -50px;
    opacity: 0;
}

html.mm-opening #hamburger:before {
    transform: rotate(45deg);
}

html.mm-opening #hamburger:after {
    transform: rotate(-45deg);
}

.mm-listview>li>a {
    color: #fff !important
}

#hamburger {
    display: none
}

.slide {
    position: relative
}

.page .page-header {
    padding: 0px 0 5px;
    margin: 20px 0 7px;
}

.page .page-header span {
    color: red;
    text-transform: uppercase;
}

li i {
    padding-right: 7px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-bottom-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-top: 20px;
}


/* ------Hiệu ứng nút gọi --------*/

#calltrap-btn {
    background-color: #2074a1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 50px;
    line-height: 100px;
    opacity: 0.7;
    position: fixed;
    right: 20px;
    bottom: 200px;
    text-align: center;
    width: 50px;
    z-index: 9999;
    -webkit-animation: calltrap_opacity 3s infinite linear;
    -moz-animation: calltrap_opacity 3s infinite linear;
    -o-animation: calltrap_opacity 3s infinite linear;
    animation: calltrap_opacity 3s infinite linear
}

#calltrap-btn.calltrap_offline {
    background-color: #1CB2ED
}

#calltrap-ico {
    width: 32px;
    height: 32px;
    position: absolute;
    margin: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border: 0;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-animation: uptocallmini 1.5s 0s ease-out infinite;
    -moz-animation: uptocallmini 1.5s 0s ease-out infinite;
    -o-animation: uptocallmini 1.5s 0s ease-out infinite;
    animation: uptocallmini 1.5s 0s ease-out infinite
}

#calltrap-ico:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
    background-image: url(../img/phone-call.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: calltrap_spin 3s infinite linear;
    -moz-animation: calltrap_spin 3s infinite linear;
    -o-animation: calltrap_spin 3s infinite linear;
    animation: calltrap_spin 3s infinite linear
}

.calltrap_offline #calltrap-ico {
    -webkit-animation: uptocallmini_offline 1.5s 0s ease-out infinite;
    -moz-animation: uptocallmini_offline 1.5s 0s ease-out infinite;
    -o-animation: uptocallmini_offline 1.5s 0s ease-out infinite;
    animation: uptocallmini_offline 1.5s 0s ease-out infinite
}

#calltrap-overlay {
    background-color: #191919;
    background-color: rgba(25, 25, 25, 0.9);
    position: fixed;
    z-index: 9998;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    display: none
}

#calltrap-overlay .b-calltrap-overlay {
    display: table;
    width: 100%;
    height: 100%
}

#calltrap-overlay .b-calltrap-overlay__header,
#calltrap-overlay .b-calltrap-overlay__body,
#calltrap-overlay .b-calltrap-overlay__footer {
    display: table-row;
    padding: 0;
    margin: 0
}

#calltrap-overlay .b-calltrap-overlay__header-block,
#calltrap-overlay .b-calltrap-overlay__body-block,
#calltrap-overlay .b-calltrap-overlay__footer-block {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

#calltrap-overlay .b-calltrap-overlay__body-block {
    padding: 0 7px
}

#calltrap-overlay .b-calltrap-overlay__header,
#calltrap-overlay .b-calltrap-overlay__footer {
    height: 1px
}

#calltrap-overlay .b-calltrap__container {
    background-color: white;
    border: 5px solid #2074a1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    padding: 0;
    max-width: 500px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.3;
    position: relative;
    font-family: Tahoma, Arial, self-serif !important
}

@media screen and (min-width: 1px) and (max-width: 500px) {
    #calltrap-overlay .b-calltrap__container {
        width: 290px
    }
}

#calltrap-overlay .b-calltrap__close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#calltrap-overlay .b-calltrap__close:hover {
    opacity: 1
}

#calltrap-success,
#calltrap-form {
    display: block
}

#calltrap-success .b-calltrap_form__fields,
#calltrap-form .b-calltrap_form__fields {
    margin: 20px 25px 35px
}

#calltrap-success .b-calltrap_form__title,
#calltrap-form .b-calltrap_form__title {
    font-size: 20px;
    margin: 0 0 17px;
    text-align: left
}

@media screen and (min-width: 1px) and (max-width: 500px) {
    #calltrap-success .b-calltrap_form__title,
    #calltrap-form .b-calltrap_form__title {
        padding-right: 20px
    }
}

#calltrap-success .b-calltrap_form__text,
#calltrap-form .b-calltrap_form__text {
    text-align: left
}

#calltrap-success .b-calltrap_form__text p,
#calltrap-form .b-calltrap_form__text p {
    margin: 0 0 0.55em
}

#calltrap-success .b-calltrap_form__input,
#calltrap-form .b-calltrap_form__input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    padding: 0 15px 0;
    height: 44px;
    line-height: 40px;
    background-color: white;
    border: 2px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 100%;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media screen and (min-width: 1px) and (max-width: 500px) {
    #calltrap-success .b-calltrap_form__input,
    #calltrap-form .b-calltrap_form__input {
        margin-bottom: 13px
    }
}

#calltrap-success .b-calltrap_form__input.error,
#calltrap-form .b-calltrap_form__input.error {
    background-color: #ffc0c0;
    color: red;
    border-color: red
}

#calltrap-success .b-calltrap_form__input:disabled,
#calltrap-form .b-calltrap_form__input:disabled {
    background-color: #eee;
    border-color: #bdbdbd;
    cursor: default
}

#calltrap-success .b-calltrap_form__input:focus,
#calltrap-form .b-calltrap_form__input:focus {
    border: 2px solid #2074a1
}

#calltrap-success .b-calltrap_form__submit,
#calltrap-form .b-calltrap_form__submit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2074a1;
    border: 2px solid #2074a1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
    height: 44px;
    line-height: 40px;
    outline: medium none;
    display: inline-block;
    width: 180px;
    text-align: center;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media screen and (min-width: 1px) and (max-width: 500px) {
    #calltrap-success .b-calltrap_form__submit,
    #calltrap-form .b-calltrap_form__submit {
        width: 100%
    }
}

#calltrap-success .b-calltrap_form__submit:hover,
#calltrap-form .b-calltrap_form__submit:hover {
    background-color: #1c658c
}

#calltrap-success .b-calltrap_form__submit:disabled,
#calltrap-form .b-calltrap_form__submit:disabled {
    background-color: #bdbdbd !important;
    cursor: default
}

#calltrap-success .b-calltrap_form__controls,
#calltrap-form .b-calltrap_form__controls {
    margin: 20px 0 0;
    padding: 0;
    padding: 0 200px 0 0
}

@media screen and (min-width: 1px) and (max-width: 500px) {
    #calltrap-success .b-calltrap_form__controls,
    #calltrap-form .b-calltrap_form__controls {
        padding: 0
    }
}

#calltrap-success .b-calltrap_form__controls-item,
#calltrap-form .b-calltrap_form__controls-item {
    position: relative;
    float: right
}

@media screen and (min-width: 1px) and (max-width: 500px) {
    #calltrap-success .b-calltrap_form__controls-item,
    #calltrap-form .b-calltrap_form__controls-item {
        float: none
    }
}

#calltrap-success .b-calltrap_form__controls-left,
#calltrap-form .b-calltrap_form__controls-left {
    margin-left: -100%;
    width: 100%
}

@media screen and (min-width: 1px) and (max-width: 500px) {
    #calltrap-success .b-calltrap_form__controls-left,
    #calltrap-form .b-calltrap_form__controls-left {
        margin-left: 0
    }
}

#calltrap-success .b-calltrap_form__controls-right,
#calltrap-form .b-calltrap_form__controls-right {
    margin-right: -200px;
    overflow: visible;
    width: 200px;
    text-align: right
}

@media screen and (min-width: 1px) and (max-width: 500px) {
    #calltrap-success .b-calltrap_form__controls-right,
    #calltrap-form .b-calltrap_form__controls-right {
        margin-right: 0;
        width: auto;
        text-align: left
    }
}

#calltrap-success .b-calltrap_form__controls-clear,
#calltrap-form .b-calltrap_form__controls-clear {
    clear: both
}

#calltrap-success {
    display: none
}

#calltrap-overlay.calltrap_offline .b-calltrap_form__submit {
    background-color: #1CB2ED
}

#calltrap-overlay.calltrap_offline .b-calltrap_form__submit:hover {
    background-color: #2e8c1c
}

#calltrap-overlay.calltrap_offline .b-calltrap_form__input:focus {
    border-color: #1CB2ED
}

#calltrap-overlay.calltrap_offline .b-calltrap__container {
    border-color: #1CB2ED
}

@-webkit-keyframes calltrap_opacity {
    0% {
        opacity: 1
    }
    57% {
        opacity: 0.75
    }
    75% {
        opacity: 0.95
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes calltrap_opacity {
    0% {
        opacity: 1
    }
    57% {
        opacity: 0.75
    }
    75% {
        opacity: 0.95
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes calltrap_opacity {
    0% {
        opacity: 1
    }
    57% {
        opacity: 0.75
    }
    75% {
        opacity: 0.95
    }
    100% {
        opacity: 1
    }
}

@keyframes calltrap_opacity {
    0% {
        opacity: 1
    }
    57% {
        opacity: 0.75
    }
    75% {
        opacity: 0.95
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes calltrap_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    30% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    33% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    36% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    39% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    42% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    45% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    48% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }
    51% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    54% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    57% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-moz-keyframes calltrap_spin {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    30% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    33% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    36% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    39% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    42% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    45% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    48% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }
    51% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    54% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    57% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-o-keyframes calltrap_spin {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    30% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    33% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    36% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    39% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    42% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    45% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    48% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }
    51% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    54% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    57% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes calltrap_spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    30% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    33% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    36% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    39% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    42% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    45% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    48% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }
    51% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    54% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    57% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes uptocallmini {
    0% {
        -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0);
        box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0)
    }
    10% {
        -webkit-box-shadow: 0 0 8px 6px #2074a1, 0 0 12px 10px transparent, 0 0 12px 14px #2074a1;
        box-shadow: 0 0 8px 6px #2074a1, 0 0 12px 10px transparent, 0 0 12px 14px #2074a1
    }
    100% {
        -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0);
        box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0)
    }
}

@-moz-keyframes uptocallmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0)
    }
    10% {
        box-shadow: 0 0 8px 6px #2074a1, 0 0 12px 10px transparent, 0 0 12px 14px #2074a1
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0)
    }
}

@-o-keyframes uptocallmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0)
    }
    10% {
        box-shadow: 0 0 8px 6px #2074a1, 0 0 12px 10px transparent, 0 0 12px 14px #2074a1
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0)
    }
}

@keyframes uptocallmini {
    0% {
        -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0);
        box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0)
    }
    10% {
        -webkit-box-shadow: 0 0 8px 6px #2074a1, 0 0 12px 10px transparent, 0 0 12px 14px #2074a1;
        box-shadow: 0 0 8px 6px #2074a1, 0 0 12px 10px transparent, 0 0 12px 14px #2074a1
    }
    100% {
        -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0);
        box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0)
    }
}

@-webkit-keyframes uptocallmini_offline {
    0% {
        -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0);
        box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0)
    }
    10% {
        -webkit-box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120;
        box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120
    }
    100% {
        -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0);
        box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0)
    }
}

@-moz-keyframes uptocallmini_offline {
    0% {
        box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0)
    }
    10% {
        box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0)
    }
}

@-o-keyframes uptocallmini_offline {
    0% {
        box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0)
    }
    10% {
        box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0)
    }
}

@keyframes uptocallmini_offline {
    0% {
        -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0);
        box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0)
    }
    10% {
        -webkit-box-shadow: 0 0 8px 6px #1CB2ED, 0 0 12px 10px transparent, 0 0 12px 14px #1CB2ED;
        box-shadow: 0 0 8px 6px #1CB2ED, 0 0 12px 10px transparent, 0 0 12px 14px #1CB2ED
    }
    100% {
        -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0);
        box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0)
    }
}