/*#region global*/
body {color:#666}
[v-cloak]{display:none}
iframe {border-width: 0;}
a {color: #666;}
a:hover {text-decoration: none;}
img {
  aspect-ratio: attr(width) / attr(height);
}
.input-group .input-group-addon-img {background: #fff;padding: 3px 6px;cursor: pointer}
.input-group .input-group-addon-img img { max-width: none !important}
.dl-horizontal dt{ text-align: left;font-weight: normal}
.fix-row{ margin-left:-8px;margin-right: -8px;}
.fix-row>[class*="col-"],.fix-row>.col-auto{padding-left: 8px;padding-right: 8px;}

@media(min-width:992px) {
    .navbar-nav .dropdown>.dropdown-menu,.dropdown-submenu>.dropdown-menu {  display: none;}
    .navbar-nav .dropdown:hover > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {display: block;}
}
@media(max-width:991px) {
    .dropdown-submenu .dropdown-menu {position: static;float: none; width: auto;margin-top: 0;background-color: transparent;border: 0;box-shadow: none;}
}

/*#endregion*/
/*#region header*/
.brand{padding: 20px 0;background:linear-gradient(90deg,#D3D3D3,#FFFFFF,#D3D3D3)}
.brand strong{ font-weight: 600;font-size: 1.75rem;color:#F68501}
.brand p{ margin-bottom: 0;}
.brand .fa-envelope-o{color:#F68501}
.input-group .form-control{border-color: transparent}
.input-group .btn{ background: #fff;color:#F68501}
header .logo { padding: 0px 0;}
.header-social{float:right;text-align: right;overflow: hidden;}
.header-social>div{background:#EDEDED;border-radius: 0 0 35px 35px;padding:8px 30px;}
.dropdown.lang {padding: 3px 14px;margin:0 10px 0 25px;cursor: pointer;background: #F3F3F3;border-radius: 18px;}
.main-wrapper {background:url(images/wrapper-bg.jpg) no-repeat center center;background-size: cover;padding-bottom: 55px;}
.search-group{display: flex;}
.search-group .btn{border-radius: 0 4px 4px 0;}

/*.dropdown.lang .fa {margin-left: 25px;}*/

/*#endregion*/
/*#region dropdownmenu & navbar*/
.dropdown-menu {background: rgba(255,255,255,.95);}
.dropdown-menu>li>a{}
.navbar {padding: 0;z-index: 2200;background: transparent;margin-bottom: 30px;}
.navbar-brand {height: auto;padding: 5px 15px;}
.navbar-nav>li{ margin-right: 6px;}
.navbar-nav>li>a {padding: 10px 16px;min-width: 112px;text-align: center;transition: background .2s ease-out;text-transform: uppercase;font-weight: 500;}
.navbar-nav>li>a:before{content: '';position: absolute;top: 0; right: 0; bottom: 0; left: 0;background-color: #fff;transform: skewX(-20deg);transition: all ease 0.2s;border-radius: 0 0 15px 10px;z-index: -1;}
@media(max-width:996px) {
    .navbar-nav>li{ margin-right: 0;}
    .navbar-nav>li>a:before{ transform: skewX(0);border-radius: 0;}
}
.navbar-nav>li>a:hover,.navbar-nav>li.active>a {background: transparent;color: #fff;}
.navbar-nav>li>a:hover:before,.navbar-nav>li.active>a:before{background-color:#F18200}
.navbar-nav>li.dropdown> a:after {float: right;font-family: fontawesome;content:"\f107";margin-left:5px;margin-right:-10px}
.navbar-toggle {padding: 9px 15px;margin-top: 10px;border:1px solid #eee;color:#777;}
.navbar-collapse {}
.dropdown-wide {position:static !important;}
.dropdown-wide>.dropdown-menu {padding:20px 0;width:100%;}
@media(max-width:991px) {
    .header-social{float:none;}
    .navbar{ z-index:998;position: fixed;top:0;left: 0;right: 0;background:rgba(255,255,255,0.95);border-bottom:1px solid #f2f2f2}
    .navbar>.container{max-width: 100%}
    .navbar-nav>li>a{padding:12px 15px;border-bottom:1px solid #f2f2f2;}
    .navbar-nav>li.dropdown> a:after{margin-right:0px;transform: rotate(-90deg);transition:all ease 0.2s;}
    .navbar-nav>li.open>a:after{transform: rotate(0deg)}
    .navbar-nav>li.dropdown> a:after{margin-right:0px}
    .dropdown-submenu > a::after {margin-top: 7px;}
    body{padding-top:65px;}
}
/*#endregion*/
/*#region breadcrumb*/
.breadcrumb { background: transparent;padding-left: 0;padding-right: 0;margin-bottom: 0;color: #fff;}
.breadcrumb:before {content: "You Are Here:";color: #777;margin-right: 5px;color: #fff;}
.breadcrumb a{ color: #fff;}
.breadcrumb .active { color:#fff}
.bread{background:#F7F7F7;padding:20px 0;}
@media(max-width:991px) {
    .main-wrapper{ padding-top: 20px;padding-bottom: 20px;}
    .breadcrumb:before {font-family: fontawesome;content: "\f015";color: #777;margin-right: 5px;color: #fff;}
}
/*#endregion*/
/*#region banner*/
.banner {position: relative;}
.banner .container{ position: absolute;left:0;right:0;top:0;bottom:0;margin:auto;}
/*#endregion*/
/*#region container*/
.main-container { padding:20px 15px 15px;}
.main{ padding-top: 0px;}
/*#endregion*/
/*#region nav row*/
.nav-row-container { margin-bottom: 20px;}
.nav-row {list-style: none;padding: 0;margin-bottom: 0;margin: auto;overflow: hidden;}
.nav-row > li { float: left;margin-right: 15px; }
.nav-row>li>a { display: block;color: #777;font-size: 14px;padding: 8px 25px;border-radius: 12px;border: 1px solid #E8E8E8;background:linear-gradient(#ffffff,#DEDEDE);text-align: center;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.nav-row>li>a:hover{ color: #333;background:linear-gradient(#ffffff,#EDE0CF)}
.nav-row>li>a.active,.nav-row .dropdown.active>a {background:linear-gradient(#ffffff,#EDE0CF);color:#333}
@media(max-width:1170px) {
    .nav-row>li>a { padding: 14px 20px;}
}
@media(max-width:576px) {
    .nav-row>li { width: 50%;margin-right: 0;margin-top: -1px;}
    .nav-row>li>a{border: 1px solid #fff;}
    .nav-row>li:nth-of-type(even)>a{ margin-left: -1px;}
    .nav-row>li>a{font-size: 14px;padding:10px 10px}
    .nav-row>li>a.active { background: #f2f2f2}
}
/*#endregion*/

/*#region heading*/
.heading {border-bottom: 1px solid #EAEAEA;padding: 10px 0;line-height: 1;margin-bottom: 25px;overflow:hidden}
.heading h1,.heading h2,.heading h3,.heading h4 {float: left;margin-bottom:0;font-size: 24px;font-weight: 400;}
.heading h1:before,.heading h2:before,.heading h3:before,.heading h4:before{ display: inline-block;margin-right: 10px;content: "";width: 3px;height: 20px;background:#F28100}
.heading .breadcrumb{ float: right;margin-bottom: 10px;margin-top: 3px;}
@media(max-width:768px) {
    .heading h1,.heading h2,.heading h3,.heading h4 { font-size: 22px;}
    .heading h1,.heading h2,.heading h3,.heading h4,.heading .breadcrumb{ float: none;}
}
/*#endregion*/
/*#region sidebar*/
.sidebar{ border-top: 3px solid #FFB72A;margin-top: -3px;}
.sidebar .title{margin-bottom: 0;padding: 12px 15px;background:linear-gradient(#FEFDF8,#F9F2E8,#F3EEDB);color: #555;text-transform: uppercase;border-bottom: 1px solid #EAEAEA;font-weight: 400;}
.menu-complex {list-style: none;margin: 0;padding: 0;}
.menu-complex>li>a {display: block;padding: 15px 15px;white-space:nowrap;background:linear-gradient(#ffffff,#DEDEDE);border-bottom:1px dotted #eee;outline-width: 0;}
.menu-complex>li>a:before{ font-family: fontawesome;content: "\f105";margin-right: 5px;}
.menu-complex a:hover{ background:linear-gradient(#ffffff,#EDE0CF)}
.menu-complex a.active{background: linear-gradient(#ffffff, #EDE0CF);color: #333;border-left:2px solid #EA3A4E}
.menu-complex .dropdown-submenu > a::after {margin-right:-5px;}
.menu-complex .dropdown-menu{background:#fafafa;}

.side-title{ background: #F18200;color: #fff;padding: 15px 8px;font-size: 1.25rem;margin-bottom: 0;}
.side-title:before{ content: "\f105";font-family: fontawesome;margin-right: 5px;}
.side-box{ box-shadow: 2px 2px 4px #ccc;padding: 12px;margin-bottom: 20px;}
/*#endregion*/
/*#region list-row*/
.item-row {overflow: hidden;}
.item-row .thumb {display: block;overflow: hidden;}
.item-row .thumb .img-responsive{margin: auto;transition: all 0.2s ease-in;}
.item-row .thumb:hover .img-responsive {transform: scale(1.05);}
.item-row .title{margin:0;}
.item-row .title a{transition: all ease 0.3s;}
.item-row  time:before{font-family: fontawesome;content:"\f271";margin-right:5px;}

.item-row.article{padding:0px 0;margin-bottom:30px;box-shadow: 3px 6px 15px #ccc;padding: 15px;}
.item-row.article .post-holder{}
.item-row.article .title{margin-bottom:12px;font-size: 1rem;font-weight: 400;}
.item-row.article .title a{color:#555}
.item-row.article .title:hover a{color:#007aaf}
.item-row.article .summary{color:#777;margin-bottom:10px;line-height: 1.6}
.item-row.article time{display:block;font-size:0.75rem;color:#666;margin-bottom:10px}

.item-row.product{padding:0px 0;background: #F0F0F0;margin-bottom: 20px;}
.item-row.product .post-holder{}
.item-row.product .title{margin-bottom:12px;font-size: 1rem;}
.item-row.product .title a{ color: #333;display: inline-block;border: 1px solid #EF8203;border-radius: 8px;padding: 2px 15px;}
.item-row.product .title:hover a{color:#007aaf}
.item-row.product .summary{color:#777;margin-bottom:10px;line-height: 1.6}
.item-row.product .inner-wrapper{ padding: 15px 15px 15px 0;}
@media(max-width:768px) {
    .item-row.product .inner-wrapper{ padding-left: 15px}
}
/*#endregion*/
/*#region list-col*/
.item-col {position: relative;margin-bottom: 25px;background:#fff;overflow: hidden;}
.item-col .thumb,.item-col .magicthumb {display: block !important;margin: 0px;overflow: hidden;text-align: center;line-height: 1}
.item-col .thumb .img-responsive,.item-col .magicthumb .img-responsive {transition: all 0.3s ease 0.05s;margin: auto;}
.item-col .thumb:hover .img-responsive,.item-col .magicthumb:hover .img-responsive {transform: scale(1.1);opacity: 0.95;}
.item-col .title {text-overflow:ellipsis;white-space: nowrap;overflow: hidden;transition: all ease 0.3s}
.item-col .title-two{padding: 6px 6px;height: 50px;line-height: 1.43;overflow: hidden;}
@media(max-width:576px) {
    .item-col .title-two{ font-size: 12px;height: 44px;}
}

.item-col.article{border:1px solid #f2f2f2;transition: all 0.2s ease-in-out;;box-shadow: 0 10px 6px -6px #999;}
.item-col.article:hover{box-shadow: 0 16px 20px -9px #999;}
.item-col.article .post-holder{padding:8px;}
.item-col.article .title{padding:5px 0;font-weight: 600;font-size: 1rem;}
.item-col.article .title a{color:#333;}
.item-col.article .title:hover a{color:#007aaf}
.item-col.artcie .summary{color:#999}
.item-col.article time{font-size:0.75rem;}

.item-col.product{}
.item-col.product .thumb{ border: 2px solid #F08002;}
.item-col.product .post-holder{padding:8px;}
.item-col.product .title{padding:8px 6px;;}
.item-col.product .title.bg{background:#E6E6E6}
.item-col.product .title a{color:#555;}
.item-col.product .title:hover a{color:#007aaf;}
.item-col.product .title a, .product .title-two a {color: #666}
.item-col.product .summary{ background: linear-gradient(#fff, #EAEAEA);padding: 8px 10px;height: 80px;overflow: hidden;line-height: 1.82;font-size: 12px;overflow:hidden}

.item-col.certificate {border:1px solid #f1f1f1;}
.item-col.certificate .title{padding:8px 6px;text-align: center;}

.item-col.img-item{box-shadow: 0 0 2px 2px #eee;padding: 2px; }
.item-col.img-item .magicthumb{}
.item-col.img-item .title{ padding: 10px 5px;}
.item-col.img-item .title a{color:#666;}
/*#endregion*/
/*#region article list*/
.item-list {list-style-type: none;margin: 0;padding: 0;margin-bottom: 15px;}
.item-list li {border-bottom: 1px dashed #eee;padding:12px 0;}
.item-list>li>a {display: block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.item-list>li>a:hover {color: #FE8301;}
.item-list li a:before{content:"●";margin-right:8px;margin-left: 4px;color:#D52D09}
.item-list li time {float: right;padding-right: 5px;margin-left: 8px;color: #999;}
/*#endregion*/
/*#region content-head-container*/
.product-head { }
.product-head .title {font-size: 1.5rem;color: #555;border-bottom: 1px solid #eee;padding-bottom: 10px;margin-bottom: 12px;}
.product-head .magiczoom{border:2px solid #CB8935 }
.product-service h6{ font-weight: 600;font-size: 14px;margin-bottom: 12px;text-transform: uppercase}
.product-service p{ margin-bottom: 6px;color: #9A9A9A;font-weight: 700;}
.product-service a{color:#9a9a9a}
.quick{background:#F6F6F6;padding:15px;}
.quick a:first-child{margin-right:5px;}
/*#endregion*/
/*#region thumb-items*/
.thumb-selectors {overflow: hidden;clear: both;margin:0 0 10px 0;margin:5px -4px 5px;}
.thumb-selectors>span{display:block;width:20%;float:left;padding:0 4px;}
.thumb-selectors a{ border: 1px solid #ddd;}
.thumb-selectors>img{max-height: 80px;margin:auto;}
/*#endregion*/
/*#region content-wrapper*/
.content-wrapper {line-height: 1.8;margin-bottom: 20px;overflow: hidden;clear:both;}
.content-wrapper.border{border:1px solid #DCDCDC}

/*.content-wrapper .table-responsve-md*/
.content-wrapper .header { border-bottom:1px solid #e5e5e5;margin-bottom: 25px;line-height: 1.5;background:#ECECEC}
.content-wrapper .header>span{display: inline-block;margin-top: -1px;background: #fff;padding: 8px 20px;border-top: 2px solid #e04942;}

.content-wrapper .content{ padding: 15px;}

.content-wrapper .title {text-align: center;font-size: 24px;margin-bottom: 25px;}
.content-wrapper .summary {font-size: 0.75rem;text-align: center; color: #999;margin-bottom: 15px;padding:6px 10px;border-bottom: 1px dotted #777;}
.content-wrapper .summary span+span { margin-left: 20px;}
.content-wrapper .summary .fa{ margin-right: 5px;}

.content-wrapper p img {display: block;text-indent: 0;}
.content-wrapper img {max-width: 100% !important;height: auto !important;}
.content-wrapper table {width: 100%;max-width: 100%;margin-bottom: 1rem;background-color: transparent;}
.content-wrapper table p {margin-bottom: 0;}
/*#endregion*/
/*#region content table container*/
.table-wrapper table th,.table-wrapper table td {padding: 5px;vertical-align: middle;font-size: 14px;border: 1px solid #dee2e6;text-align: center;}
.table-wrapper table tbody tr:nth-of-type(odd) {background-color: rgba(0, 0, 0, 0.03);}
.table-wrapper table tbody tr:hover {background-color: #dee2e6;color: #555;}
@media (max-width: 575.98px) {
    .table-wrapper-sm table{display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}
}
@media(max-width:768px) {
    .table-wrapper-md table {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}
}
@media (max-width: 991.98px) {
    .table-res-lg table{display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}
}
@media (max-width: 1199.98px) {
    .table-wrapper-xl table{display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}
}
/*#endregion*/
/*#region sub content*/
.sub-heading{ background: #F9F9F9;padding: 8px;font-size: 20px;margin-bottom: 20px;position: relative;}
.sub-heading:before{ position: absolute;bottom: 0;left: 0;content: "";width: 150px;height: 2px;background:#FF8901}
.sub-heading h5{ margin-bottom: 0;font-weight: 400;}
.sub-heading h5:before{ font-family: fontawesome;content: "\f105";margin-right: 6px;}

/*region download*/
.down-item{ margin-bottom: 30px;}
.down-item h6 { font-size: 0.875rem;font-weight: 600}
.down-item span{ color: #666;}
.down-item .btn{ font-size: 0.75rem;padding: 3px 12px;}
/*#endregion*/
/*#region feedback*/
.form-feedback { padding: 0;margin-bottom: 20px;}
.form-feedback h4 {font-size: 28px;font-weight: 700;margin-bottom: 25px;color: #333;}
.form-feedback .form-control {border-radius: 0;border-color: #EBEBEB;font-size: 14px;height: 40px;padding: 8px 12px;}
.form-feedback textarea.form-control { height: auto;}
.form-feedback .btn {font-size: 14px;padding: 9px 20px;}
.form-feedback .input-group{display: flex;}
.contact-wrapper .btn{background-color: #d9534f;border-color: #d9534f; color: #fff; }
.procontent-feedback{min-height: 300px;box-sizing: border-box;padding: 0;}
.procontent-feedback form{width: 100%;}
@media(max-width:768px) {
    .form-feedback .btn{ width: 100%;}
    .form-feedback .input-group{display: inline-flex;}
}
/*#endregion*/
/*#region contact*/
.contact-wrapper{margin-top:40px}
.contact-wrapper .title{font:normal bold 22px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;color:#333;margin-bottom:35px;}
.contact-wrapper .title:after{display:block;margin-top:8px;content:"";width:60px;height:3px;background:#E1474D}
/*#endregion*/
/*#region footer*/
footer { background: url(images/footer-bg.jpg) no-repeat center center;background-size: cover;color:rgb(133, 134, 140);padding-top: 60px;}
footer .container  [class*="col-"]{margin-bottom:20px;}
footer h6{font-size:1rem;color:#333;font-weight: 500;margin-bottom:15px;padding-left: 15px;font-size: 1.5rem;color: #888;}
footer h6:before{ content: "";display: inline-block;position:absolute;left: 15px;width: 5px;height: 25px;background: #FD4C00;margin-top: 0px;}
footer a{color:rgb(133, 134, 140)}
footer .color-primary{color:#333}
footer .contact-info li{margin:10px 0 0;}
footer .contact-info .fa{ margin-right: 8px;}
footer .footer-bottom{background:#595959;color: #fff;padding-top:15px;padding-bottom:15px;text-align: center;}
footer .product>li{ padding: 3px 0;}
footer .product>li>a:before{content: "●";color: #F78805;margin-right: 5px;}
footer .social a{border-radius: 0;}

@media(max-width:576px) {
    footer {padding-top: 0;}
}

/*#endregion*/
/*#region homepage*/
.home-title{ position: relative;text-align: left;margin-bottom: 30px;color: #878787;font-size: 2rem;padding-left: 10px;}
.home-title:before{ display: inline-block;position: absolute;left: 0;top: 5px;content: "";width: 5px;height: 25px;background: #F94F01;margin-right: 10px;}
/*.home-title:after{ display: block;content: "";width: 40px;height: 4px;background: #0FA7F2;margin: 3px auto 0;}*/
.home-adv{background:url(images/home-adv-bg.jpg) no-repeat center center;background-size: cover;padding-top: 30px;padding-bottom: 30px;color: #fff;}
.home-adv .media-body{ padding-top: 30px;}
@media(max-width:576px) {
    .home-adv .media-left{ display: block;text-align: center;}
    .home-adv .media-body{ padding-top: 0px;}
    .home-adv .media-left img{ margin: auto;}
    .home-adv .media-body{ display: block;}
}
.home-adv p{color:#C1C1C1}
.home-adv .home-title{ color: #fff;}
.home-adv p{ margin-bottom: 8px;}
.home-about{background:url(images/home-about-bg.jpg) no-repeat center center;background-size: cover;padding-top: 30px;padding-bottom: 30px;}
.home-about h4{ color: #F76D15;padding-bottom: 20px;}
.home-about .more{ display: inline-block;background: #FD4D01;color: #fff;border-radius: 10px;padding: 3px 18px;}
.home-cert{ background: #EEE9E5;padding: 5px 0;}
.home-news{ padding-top: 25px;padding-bottom: 25px;}
.home-news h6{ font-weight: normal;padding-bottom: 15px;border-bottom: 1px solid #D6D6D6;margin-bottom: 15px;}
.home-news p{ color: #888;}
.home-news time{color:#F9622D}
.home-product-title{ background: linear-gradient(#DFE1E0, #F2F2F2);margin-bottom: 30px;padding-top: 30px;padding-bottom: 30px;border-top: 5px solid #F18200;border-bottom: 1px solid #DADADA;}
.home-product-title .home-title{ width: 220px;}
/*#endregion*/
/*#region other*/
.service>div {
    background: #F4F4F4;
    border-left: 3px solid #F18000;
    padding: 20px;
    margin-bottom: 15px;
}
.question{ background: #F98702;padding: 25px 0;text-align: center;color: #fff;}
.question p{ font-size: 2rem;font-weight: bold}
.question .forward{ display: inline-block;font-size: 1rem;border-radius: 15px;padding: 8px 25px;background: #fff;color: #C36702;box-shadow: 0px 0px 0px 6px #F9C27F}
@media(max-width:768px) {
    .question p{ font-size: 1rem;}
}
.pager-nav{background:#F5F5F5;padding:15px;font-size:1rem;}
.pager-nav a{color:#CB3100}
@media(max-width:768px) {
    .pager-nav{font-size:0.875rem;}
}

.content-other{background: #e3e3e3;padding: 25px; font-size: 16px;color: #635b5b;}
.content-other a{color: #3d3d3d;}
.content-other a:hover{ color: #ce0910;transition: all 0.3s; }
/*#endregion*/

/*手机端底部菜单*/
.mobile-nav{position: fixed;bottom: 0;left: 0;right: 0;height: 48px; background: #F98702;z-index: 999;display: flex;border-top: 2px solid #fff;}
.mobile-nav .item{width: 25%;border-left: 1px solid rgba(255,255,255,.2);}
.mobile-nav .item a{font-size: 12px;color: #fff;display: block; text-align: center;line-height: 20px;padding-top: 8px;}
.mobile-nav .item:first-child{border-left: 0px;}
.mobile-nav .item a:before{font-family: FontAwesome; font-size: 14px; color: #fff;display: block; line-height: 16px;}
.mobile-nav .item span{font-size: 12px;color: #fff;display: block; text-align: center;line-height: 20px;padding-top: 8px;}
.mobile-nav .item span:before{font-family: FontAwesome; font-size: 14px; color: #fff;display: block; line-height: 16px;}
.mobile-nav .mobile-nav-home:before{content: "\f015";font-family: FontAwesome; font-size: 14px;}
.mobile-nav .mobile-nav-pro:before{content: "\f07a";font-family: FontAwesome; font-size: 14px;}
.mobile-nav .mobile-nav-tel:before{content: "\f095";font-family: FontAwesome; font-size: 14px;}
.mobile-nav .mobile-nav-feedback:before{content: "\f0e0";font-family: FontAwesome; font-size: 14px;}

.reveal-modal-bg{position:fixed;height:100%;width:100%;z-index:1000;display:none;top:0;left:0;background:rgba(00,00,00,0.8);}
.reveal-modal{visibility:hidden;top:50px;left:50%;margin-left:-45%;width:90%;position:absolute;z-index:1001;padding:25px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 0 10px rgba(0,0,0,.4);-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);-box-shadow:0 0 10px rgba(0,0,0,.4);background-color:#FFF;}
.reveal-modal h2{font-size:20px;text-align:center;}
.reveal-modal .close-reveal-modal{font-size:30px;line-height:0.5;position:absolute;top:8px;right:11px;color:#333;text-shadow:0 -1px 1px rbga(0,0,0,.6);font-weight:bold;cursor:pointer;}
.reveal-modal-pro{visibility:hidden;top:0;left:0;width:100%;position:absolute;z-index:1001;background-color:#f7f7f7;height:100vh; overflow-y:auto;}
.reveal-modal-pro h2{width:100%;text-align:center;font-size:18px;text-transform:uppercase;line-height:45px;background:#fff;margin-bottom:0;margin-top:0;}
.reveal-modal-pro h3{width:100%;font-size:16px;text-transform:uppercase;line-height:45px;font-weight:bold;background:#e4e4e4;padding-left:15px;margin-bottom:0;margin-top:0;}
.reveal-modal-pro ul,.reveal-modal-pro ul li{list-style:none;padding:0;margin:0;}
.reveal-modal-pro .mb-pro-nav>li{border-top:1px solid #fff;border-bottom:1px solid #ddd;font-size:14px;line-height:1.2;text-transform:capitalize;position:relative;}
.reveal-modal-pro .mb-pro-nav>li>a{padding-left:20px;}
.reveal-modal-pro .mb-pro-nav>li a{display:block;padding-top:12px;padding-bottom:12px;padding-right:20px;}
.reveal-modal-pro .mb-pro-nav>li>span{padding-left:20px;}
.reveal-modal-pro .mb-pro-nav>li span{display:block;padding-top:12px;padding-bottom:12px;padding-right:20px;}
.reveal-modal-pro .mb-pro-nav>li ul{display:none;}
.reveal-modal-pro .mb-pro-nav .hasul>span:after{content:'\f107';font-family:FontAwesome;color:#999;font-size:18px;position:absolute;width:12px;height:18px;line-height:18px;text-align:center;right:10px;top:13px;font-weight:400;}
.reveal-modal-pro .mb-pro-nav>li.active>a{font-weight:bold;background:#eee;}
.reveal-modal-pro .mb-pro-nav>li.active{background:#eee;border-bottom:3px solid #dadada;}
.reveal-modal-pro .mb-pro-nav>li ul li{border-top:1px dotted #ccc;font-size:12px;}
.reveal-modal-pro .mb-pro-nav>li ul li a{padding-left:36px;}
.reveal-modal-pro .close-reveal-modal{font-size:30px;line-height:0.5;position:absolute;top:42px;padding: 15px; right:11px;color:#333;text-shadow:0 -1px 1px rbga(0,0,0,.6);font-weight:bold;cursor:pointer;}

@media(max-width:768px) {
    .totop{z-index: 99;bottom: 60px;}
    footer {margin-bottom: 48px; }
}

