*{
	margin:0;
	padding:0;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a , font, img, ol, ul, li, button {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align: baseline;
    background: transparent;
}
i{
    font-style: normal;
    font-weight: normal;
}
.clear {
    clear:both;
}
.clearfix {
    display: block;
}
.clearfix:after {
    display: block;
    content: " ";
    clear: both;
}
.text_white{
    color: #fff;
}
.float_left{
    float: left;
}
.float_right{
    float: right;
}
body{
	width:100%;
	height:auto;
    font-family: 'Roboto', Helvetica, Arial,sans-senif;
    font-size: 14px;
    background: #f1f1f1;
}
table{
    border-spacing: 0;
    border-collapse: collapse;
}
html{
    /*font-family: sans-serif;*/
}
ul{
	list-style-type: none;
}
a{
	color: black;
	text-decoration: none;
}
input{
	outline: none;
}
select{
    outline: none;
}
textarea{
	outline: none;
}
.wrap{
    width: 1170px;
    margin: 0 auto;
}
.bold{
    font-weight: bold!important;
}
.default{
    width: 100%;
    float: left;
}
.css-content {
    font: 16px/22px 'Roboto', Helvetica, Arial,sans-senif;
    box-sizing: border-box;
}
.css-content h1,.css-content h2,.css-content h3,.css-content h4,.css-content h5 {
    margin: 0.3em 0 0em;
    line-height: 1.5em !important;
}
.css-content a{
    color:#001dff;
}
.css-content figure.sudo-media-item {
    padding-bottom: 10px;
}
.css-content h1 {
    font: 700 24px/28px 'Roboto', Helvetica, Arial,sans-senif;
}
.css-content h2 {
    font: 700 20px/24px 'Roboto', Helvetica, Arial,sans-senif;
}
.css-content h3 {
    font: 700 18px/21px 'Roboto', Helvetica, Arial,sans-senif;
}
.align-center{
    width: 100% !important;
    text-align: center;
}
.css-content em{
    font-style: italic;
}
.css-content em strong{
    font-style: oblique;
}
.css-content p {
    line-height: 2em;
    padding-top: 10px;
    color: #333;
}
.css-content table {
    max-width: 100%;
    margin: 0 auto 10px;
    border-collapse: collapse;
    border-spacing: 0;
}
.css-content table th, .css-content table td{
    border: 1px solid #ccc;
}
.css-content ul, .css-content ul li {
    list-style-type: disc;
    margin-left: 10px;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
.css-content ul li {
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 0.5em;
    line-height: 1.4em;
    color: #333;
}
.css-content ol {
    list-style: decimal;
    padding: 0 0 0 15px;
    margin: 0;
}
.css-content ol li {
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 0.5em;
    line-height: 1.4em;
}
.css-content img {
    max-width: 100%;
    height: auto;
}
.css-content blockquote {
    margin-left: 20px;
    font-style: italic;
}
.css-content .mce-toc {
    padding: 10px;
    border: 1px solid #333;
    max-height: 200px;
    overflow-y: scroll;
    background: #ededed;
}
.css-content .mce-toc h2 {
    margin-top: 0;
}
.css-content .mce-toc ul li {
    list-style-type: none;
}
.css-content .mce-toc a {
    color: #333;
    /*font-weight: 600;*/
}
#top-web{
    height: 50px;
    background: #000;
    overflow: hidden;
}
#top-web .left{
    width: 50%;
    float: left;
}
#top-web li{
    color: #fff;
    font-size: 12px;
    line-height: 50px;
    display: inline;
    margin-right: 20px;
}
#top-web .left i{
    font-size: 16px;
    color: #fed700;
    padding-right: 5px;
}
#top-web li span{
    font-weight: bold;
}
#top-web .right{
    width: 50%;
    float: right;
}
#top-web .right a{
    width: 180px;
    height: 50px;
    float: right;
    background: #fed700;
    color: #000;
}
#top-web .right i{
    color: #fff;
    font-size: 25px;
    padding: 11px 15px 0 20px;
    float: left;
}
#top-web .right span{
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
}
#header{
    background: #fff;
    height: 95px;
    border-bottom: 1px solid #ddd;
}
#header-logo{
    width: 250px;
    float: left;
    height: 95px;
}
#header-logo img{
    width: 180px;
    padding-top: 10px;
}
#header-search{
    width: 50px;
    float: right;
    height: 95px;
    position: relative;
}
#header-search .box-search{
    position: absolute;
    right: 0;
    top: 18px;
    z-index: 999;
    display: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#header-search .box-search input{
    height: 55px;
    width: 0px;
    padding-left: 10px;
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 2px solid #fed700;
    color: #333;
}
#header-search .box-search i{
    line-height: 0;
    position: relative;
    bottom: 30px;
    right: 15px;
    color: #fed700;
    font-size: 20px;
}
#header-search i{
    color: #fed700;
    font-size: 18px;
    float: right;
    line-height: 95px;
    cursor: pointer;
    padding-right: 5px;
}
#header-navigation{
    width: calc(100% - 300px);
    float: right;
}
#header-navigation ul{
    float: right;
}
#header-navigation li{
    display: inline-block;
    line-height: 95px;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 30px;
    font-weight: bold;
    cursor: pointer;
}
#header .wrap{
    position: relative;
}
#header-navigation .sub-menu{
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    border-top: none;
    height: auto!important;
    opacity: 0;
    z-index: 9999;
    position: absolute;
    width: 1170px;
    background-color: #fff;
    top: 120px;
    left: 0px;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-bottom: 10px;
}
.header-fixed{
    position: fixed;
    z-index: 100;
    top: 0;
    box-shadow: 0 0 5px 5px #9e9e9e;
}
.sub-menu .col{
    width: calc((100% / 6) - 10px);
    float: left;
    margin-left: 10px;
    box-sizing: border-box;
}
.title-menu-level2{
    width: 100%;
    float: left;
    line-height: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
#header-mobile{
    width: 100%;
    float: left;
    height: 85px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
#header-mobile .btn-menu{
    width: 20%;
    float: left;
}
#header-mobile .btn-menu i{
    font-size: 40px;
    margin-top: 25px;
    color: #333;
}
#header-mobile .logo{
    width: 60%;
    float: left;
    text-align: center;
}
#header-mobile .logo img{
    margin-top: 10px;
    height: 65px;
}
#header-mobile .search{
    width: 20%;
    float: left;
}
#header-mobile .search i{
    font-size: 35px;
    float: right;
    margin-top: 25px;
    color: #fed700;
}
.mb-search-box {
    position: fixed;
    overflow-y: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999999;
    max-width: 64rem;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #ffffff;
    display: none;
}
.mb-search-box .header_text {
    font-size: 2rem;
    text-align: center;
    height: 5.5rem;
    border-bottom: 1px solid #d5dadd;
    background: #f3f6f8;
    z-index: 998;
    position: fixed;
    width: 100%;
    max-width: 64rem;
    top: 0;
}
.mb-search-box .header_text .fl {
    width: 3rem;
    height: 3rem;
    position: absolute;
    margin: auto;
    top: -15px;
    bottom: 0;
    left: 1rem;
}
.mb-search-box .header_text .fl em {
    background: url(../images/panel_header.png) no-repeat 0 center;
    background-size: 45% auto;
    width: 3rem;
    height: 3rem;
    display: block;
    cursor: pointer;
}
.mb-search-box .search_warp {
    padding: 0.7rem 0.7rem 0.7rem 3rem;
}
.mb-search-box .search {
    width: 100%!important;
    height: 3rem;
    border-radius: 0.4rem;
    border: 1px solid #d5dadd;
    background: #fff;
    position: relative;
}
.mb-search-box .search em {
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.5rem;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0.6rem;
    right: 3.5rem;
    cursor: pointer;
    border-radius: 100%;
    background: #dcdcdc;
}
.mb-search-box .search input[type="text"] {
    width: 100%;
    border: none;
    background: none;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 3rem 0 0.5rem;
    cursor: pointer;
    height: 2.8rem;
}
.mb-search-box .search .search_btn {
    display: block;
    width: 3rem;
    height: 2.8rem;
    position: absolute;
    cursor: pointer;
    margin-top: 2px!important;
    right: 0;
    top: 0;
    border-left: 1px solid #d5dadd;
    border-radius: 0 0.4rem 0.4rem 0;
    background: -webkit-linear-gradient(top,#fff,#f0f0f0);
    background: -moz-linear-gradient(top,#fff,#f0f0f0);
    background: -o-linear-gradient(top,#fff,#f0f0f0);
    background: linear-gradient(top,#fff,#f0f0f0);
}
.mb-search-box .search .search_btn i {
    background: url(../images/seacrch_icon.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    width: 2.8rem;
    height: 2.8rem;
    top: 0;
    bottom: 0;
    margin-top: 0px!important;
    left: 0;
    right: 0;
    margin: auto;
}
.sub-menu li {
    margin-right: 0!important;
    display: block!important;
    line-height: 20px!important;
    text-transform: none!important;
    border-bottom: 1px dotted #cecece;
    padding: 12px 0!important;
    width: 100%;
    position: relative;
    text-transform: uppercase;
}
.sub-menu li i{
    color: #444;
    font-size: 20px;
    position: absolute;
    top: 14px;
    right: 0px;
    font-weight: bold;
}
.sub-menu li a{
    color: #444!important;
}
#header-navigation li:hover .sub-menu{
    opacity: 1;
    top: 95px;
    visibility: visible;
}
#header-navigation li:hover a{
    color: #fed700;
}
#header-navigation li:hover .sub-menu a{
    color: #444;
}
.sub-menu a:hover{
    color: #fed700!important;
}
ul.sub-sub-menu {
    height: auto!important;
    z-index: 9999;
    width: 100%;
    float: left;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sub-sub-menu li {
    margin-right: 0!important;
    display: block!important;
    line-height: 20px!important;
    text-transform: none!important;
    border-bottom: none;
    padding: 10px 0!important;
    width: 100%;
}
.sub-menu li:hover .sub-sub-menu{
    opacity: 1;
    top: 0;
    visibility: visible;
}
#header-navigation li a{
    color: #222;
}
#slides{
    position: relative;
}
#slides img{
    width: 100%;
    float: left;
}
#about{
    background: #fff;
    padding: 50px 0;
}
#about .left{
    width: 60%;
    float: left;
}
#about .right{
    width: 40%;
    float: right;
}
#about h3{
    text-align: left;
}
#about p{
    line-height: 20px;
    color: #3e3e3e;
    padding-bottom: 10px;
}
#about li{
    color: #3e3e3e;
    line-height: 30px;
}
#about li i{
    padding-right: 5px;
}
#about .show-more{
    text-align: center;
    padding: 30px 0;
}
#about .show-more a{
    color: #000;
    background: #fed700;
    border-radius: 5px;
    padding: 15px 30px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
#about .right img{
    float: right;
}
#services{
    background: #f8f8f8;
    padding: 50px 0 20px 0;
}
h3.title{
    color: #444;
    font-size: 30px;
    display: block;
    padding-bottom: 10px;
    text-align: center;
}
h3.title span{
    color: #fed700;
}
#services p.intro{
    text-align: center;
    color: #3e3e3e;
    line-height: 22px;
    font-style: italic;
    position: relative;
}
#services p.intro:before{
    content: "";
    border-bottom: 2px solid #fed700;
    position: absolute;
    left: 530px;
    width: 40px;
    height: 50px;
}
.content-services{
    padding-top: 20px;
}
#services .service{
    width: 33.333%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 30px;
}
#services .service img{
    border-radius: 100%;
    border: 10px solid #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.61);
    transition: .5s;
    margin-left: 45px;
}
#services .service .name-service{
    width: 100%;
    float: left;
    text-align: center;
    background: #fed700;
    height: 60px;
    border-radius: 10px;
    position: relative;
    bottom: 15px;
}
#services .service .name-service a{
    font-weight: bold;
    text-transform: uppercase;
    line-height: 60px;
}
#services .service:hover img{
    box-shadow: none;
}
#reviews{
    padding: 50px 0;
    background: #fff;
}
.content-review{
    margin-top: 40px;
    position: relative;
}
#reviews p.intro{
    text-align: center;
    color: #3e3e3e;
    line-height: 22px;
    font-style: italic;
    position: relative;
}
#reviews p.intro:before{
    content: "";
    border-bottom: 2px solid #fed700;
    position: absolute;
    left: 530px;
    width: 40px;
    height: 35px;
}
.content-review .right{
    width: calc(100% - 170px);
    float: right;
    margin-top: 20px;
}
.content-review .review{
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding-right: 50px;
}
.content-review i.fa {
    position: absolute;
    cursor: pointer;
    top: 45px;
    font-size: 40px;
    color: #fed700;
}
.content-review i.fa.fa-angle-left {
    left: 0;
}
.content-review i.fa.fa-angle-right {
    right: 0;
}
.content-review .image{
    width: 100px;
    float: left;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin-top: 20px;
    margin-left: 50px;
}
.content-review .image img{
    width: 100px;
    height: 100px;
}
#reviews .content{
    color: #3e3e3e;
    line-height: 25px;
    font-style: italic;
    text-align: justify;
}
#reviews .name{
    color: #222;
    padding: 10px 0 10px;
    font-size: 16px;
}
#reviews .address{
    color: #999;
    font-style: italic;
}
#contact{
    height: 240px;
    background-image: url('../images/backgroup-contact.png');
    background-size: cover;
    text-align: center;
    position: relative;
    color: #fff;
}
#contact .inner-contact{
    background: #000;
    position: absolute;
    height: 240px;
    width: 100%;
    float: left;
    top: 0;
    left: 0;
    opacity: .8;
}
#contact h3{
    font-size: 20px;
    padding: 85px 0 15px 0;
}
#contact span {
    color: #fff;
    margin-right: 30px;
    display: inline-block;
    font-size: 16px;
}
#contact span i {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 37px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
    color: #ff0000;
}
#contact span strong{
    color: #ff0000;
    font-weight: bold;
    padding-right: 15px;
}
#contact a i{
    color: #fff;
    font-size: 20px;
    position: relative;
    right: 7px;
}
#contact a{
    background: #fed700;
    color: #000;
    text-transform: uppercase;
    padding: 10px 15px 12px 25px;
}
#contact a span{
    color: #000;
    font-weight: bold;
    font-size: 14px;
    margin-right: 0;
}
#footer{
    background-image: url('../images/backgroup-footer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0 0;
    color: #fff;
}
#footer .col{
    width: 25%;
    float: left;
}
#footer .col img{
    width: 210px;
}
#footer .col .slogan{
    color: #fff;
    padding: 20px 0;
}
#footer .col1{
    padding: 0 10px;
    box-sizing: border-box;
}
#footer .col1 p{
    color: #fff;
    line-height: 25px;
    text-align: justify;
}
#footer h4{
    font-size: 20px;
    padding-bottom: 30px;
}
#footer .col{
    padding-top: 20px;
}
#footer .col1{
    padding-top: 0;
}
#footer li{
    line-height: 40px;
    color: #fff;
}
#footer li a{
    color: #fff;
}
#footer li i{
    padding-right: 10px;
    font-size: 18px;
    padding-top: 11px;
    float: left;
}
#footer li img{
    width: 40px!important;
    border-radius: 50%;
    position: relative;
    top: 4px;
    left: 4px;
}
#footer .col1 li{
    display: inline;
}
#footer .col1 li a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    border: 1px solid #999;
    margin-right: 10px;
    position: relative;
}
#footer .col1 li i {
    position: absolute;
    top: -3px;
    left: 10px;
}
#footer .col2, #footer .col3{
    padding-left: 20px;
    box-sizing: border-box;
}
#footer .col4 p{
    line-height: 25px;
}
#footer-bottom{
    border-top: 1px solid #fff;
    margin-top: 50px;
    height: 60px;
}
#footer-bottom .left{
    width: 50%;
    float: left;
}
#footer-bottom .right{
    width: 50%;
    float: left;
}
#footer-bottom p{
    line-height: 60px;
}
#footer-bottom ul{
    float: right;
}
#footer-bottom li{
    display: inline;
    padding-left: 20px;
    line-height: 60px;
}
#certificate-blog{
    padding: 50px 0;
    background: #fff;
}
#certificate-blog h3{
    text-align: left;
}
#certificate-blog .certificate{
    width: 48%;
    float: left;
    position: relative;
}
#certificate-blog .blog{
    width: 48%;
    float: right;
    position: relative;
}
#certificate-blog .intro{
    color: #3e3e3e;
    padding: 10px 0 20px 0;
    margin-bottom: 30px;
}
#certificate-blog .intro:before{
    content: "";
    border-bottom: 2px solid #fed700;
    position: absolute;
    left: 0;
    width: 40px;
    height: 30px;
}
#certificate-blog i.fa {
    position: absolute;
    cursor: pointer;
    top: 70px;
    font-size: 40px;
    color: #fed700;
}
#certificate-blog i.fa.fa-angle-left {
    left: -10px;
}
#certificate-blog i.fa.fa-angle-right {
    right: -10px;
}
.certificate .item{
    width: 100%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
}
.certificate .item .image{
    width: 100%;
    float: left;
    height: 180px;
    overflow: hidden;
}
.certificate .item img{
    width: 100%;
}
.certificate .item .name{
    color: #444;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.certificate .item .source{
    color: #666;
    text-align: center;
    padding-top: 20px;
}
#certificate-blog .item-blog{
    width: 100%;
    float: left;
    margin-top: 10px;
}
#certificate-blog .item-blog .image{
    width: 180px;
    height: 100px;
    float: left;
    margin:0 auto;
    position:relative;
}
#certificate-blog .item-blog img{
    max-height: 90px;
    width: 100%;
    margin:auto;
    position:absolute;
    top:0; left:0; right:0; bottom:0;
}
#certificate-blog .item-blog .info{
    width: calc(100% - 200px);
    float: right;
    margin-top: 10px;
}
#certificate-blog .item-blog .time{
    color: #dbb601;
    font-size: 16px;
    font-weight: bold;
}
#certificate-blog .item-blog .name{
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
}
#certificate-blog .item-blog .name a{
    color: #444;
    font-size: 18px;
    line-height: 25px;
}
#breadcrumb{
    width: 100%;
    float: left;
    height: 40px;
    background: #f3f3f3;
}
#breadcrumb .crumb_item{
    line-height: 40px;
    color: #333;
}
#breadcrumb .crumb_item a{
    color: #2b97df;
}
#breadcrumb .arrow{
    padding: 0 10px;
}
#detail-contact{
    background: #fff;
    padding: 40px 0;

}
#detail-contact h1{
    font-size: 30px;
    color: #3e3e3e;
    line-height: 22px;
    position: relative;
    padding-bottom: 50px;
}
#detail-contact h1:before{
    content: "";
    border-bottom: 2px solid #fed700;
    position: absolute;
    left: 0;
    width: 40px;
    height: 30px;
}
#detail-contact .form-contact{
    width: 50%;
    float: left;
    background: #fbfbfb;
    border: 1px solid #ccc;
    padding: 30px;
    box-sizing: border-box;
}
#detail-contact .map-contact{
    width: 48%;
    float: right;
}
.form-contact .title{
    color: #19395f;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
#detail-contact .intro{
    color: #444;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    padding: 10px 0;
}
#detail-contact .form-inline{
    width: 100%;
    float: left;
}
#detail-contact .form-inline input[name="name"]{
    width: 100%;
}
#detail-contact .form-inline input{
    width: 48%;
    float: left;
    box-sizing: border-box;
    height: 45px;
    border: 1px solid #ccc;
    padding-left: 10px;
    margin: 10px 0;
    font-size: 16px;
}
#detail-contact .form-inline input:nth-child(2){
    float: right;
}
#detail-contact form{
    width: 90%;
    margin: 0 auto;
}
#detail-contact .form-inline textarea{
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    height: 100px;
    margin-top: 10px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'Roboto', Helvetica, Arial,sans-senif;
}
#detail-contact .form-inline input::placeholder {
    font-size: 16px;
    color: #999;
}
#detail-contact .form-inline textarea::placeholder {
    font-size: 16px;
    color: #999;
}
#detail-contact button{
    background: #fed700;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 30px;
    border-radius: 20px;
    cursor: pointer;
}
#detail-contact .button{
    text-align: center;
    clear: both;
    padding: 30px 0 0;
}
.map-contact iframe{
    width: 100%;
    height: 400px;
    float: left;
}
.map-contact .title{
    color: #19395f;
    font-size: 24px;
    padding: 20px 0 10px;
    clear: both;
}
.map-contact div{
    color: #444;
    font-size: 16px;
    line-height: 22px;
    padding: 5px 0;
}
#detail-contact .error {
    width: 90%;
    margin-left: 5%;
    color: red;
    font-size: 14px;
    padding-top: 10px;
}
#schedule{
    width: 550px;
    margin: 0 auto;
    height: 400px;
    overflow: hidden;
}
#schedule .header{
    width: 100%;
    float: left;
    background: #fed700;
    height: 80px;
    position: relative;
    z-index: 2;
}
#schedule .header img{
    position: absolute;
    right: 180px;
    top: 5px;
    z-index: 10;
    background: #f7f7f6;
}
#schedule .content img{
    position: absolute;
    top: -50px;
    z-index: 1;
    width: 100%;
}
#schedule .content{
    width: 100%;
    float: left;
    position: relative;
}
#schedule .form{
    z-index: 5;
    position: relative;
    width: 300px;
    float: left;
    padding-left: 50px;
    margin-top: 90px;
    box-sizing: border-box;
}
#schedule .form-inline{
    margin-bottom: 15px;
    width: 100%;
    float: left;
}
#schedule .form-inline input{
    width: 100%;
    height: 45px;
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #515662;
    color: #515662;
    font-size: 16px;
}
#schedule .date{
    width: 100%;
    float: left;
}
#schedule a{
    width: 100%;
    text-align: center;
    float: left;
    background: #fed700;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid #515662;
    box-sizing: border-box;
    color: #515662;
}
#schedule span.close-popup{
    position: absolute;
    top: 15px;
    right: 20px;
    background: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
}
#schedule input::placeholder{
    font-size: 16px;
    color: #515662;
}
#schedule .btn{
    width: 100%;
    text-align: center;
    float: left;
}
#schedule .btn img{
    width: 50px;
    position: unset;
    display: none;
}
#schedule .error{
    position: absolute;
    top: 65px;
    z-index: 10;
    left: 50px;
    color: red;
}
.popup-overlay {
     width: 100%;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 10000;
     background: rgba(0,0,0,.5);
     display: none;
 }
.popup-wrap {
    background: #fff;
    position: fixed;
    z-index: 10001;
    display: none;
}
#schedule-mobile{
    position: fixed;
    bottom: 0;
}
#schedule-mobile a {
    width: 100%;
    height: 50px;
    float: right;
    background: #fed700;
    color: #000;
    text-align: center;
}
#schedule-mobile i {
    color: #fff;
    font-size: 25px;
    padding: 11px 15px 0 20px;
}
#schedule-mobile span {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
}
#search-detail{
    width: 100%;
    float: left;
    background: #f8f8f8;
}
#search-detail h2{
    color: #333;
    font-size: 20px;
}
#search-detail #services{
    padding: 30px 0;
    width: 100%;
    float: left;
}
#search-detail #news h2{
    padding-bottom: 30px;
    line-height: 25px;
}
#search-detail #news{
    background: #f8f8f8;
}
#search-detail #news .content-news {
    width: 1170px;
    float: left;
}
#search-detail #news .item-news {
    width: 30%;
}