
.ftco-section.bg-light .ftco-media .mb-5 {
    height: 90px;
    overflow: hidden;}
.text-primary.oi{
	line-height: 1.6;}
.ftco-footer-social li a{
	display: flex;
	justify-content: center;
	align-items: center;}
.ftco-footer-social li a img {
    width: 70%;}
.ftco-media.text-center .ftco-icon img {
    width: 73px;}
.navbar-dark .navbar-brand img {
    height: 46px;}
.ftco-section.bg-light .row .col-lg-4.col-md-6 .ftco-media,
#section-pricing .col-md.bg-white.p-5.m-2.text-center.mb-2.ftco-animate.fadeInUp.ftco-animated{
    transition: all ease .3s;}
.ftco-section.bg-light .row .col-lg-4.col-md-6 .ftco-media:hover,
#section-pricing .col-md.bg-white.p-5.m-2.text-center.mb-2.ftco-animate.fadeInUp.ftco-animated:hover{
    box-shadow: 0 20px 40px rgba(0,0,0,.12);}
#section-about .row.no-gutters:nth-of-type(2n-1) .col-md-6.mb-md-0.mb-5{
	order: 2;}
#section-home:before{
	content: '';
	display: none;}
footer.ftco-footer {
    padding-bottom: 3em !important;}
.lovetoo-email-btn{
    font-size: 16px !important;
    padding: 15px 5px;}


*,*:before,*:after{
    margin: 0px;
    padding: 0px;
}
*:focus{
    outline: none;
}
li{
    list-style: none;
}
.clear:after{
    display: block;
    clear: both;
    content: '';
}
.iui-single{
    width: 100%;
    padding: 80px 0;
    background: #4586FF;
}
.iui-single .body{
    width: 43%;
    background: #fff;
    border-radius: 5px;
    padding: 30px 0;
    text-align: center;
    margin: 80px auto 0;
}
.iui-single .body .title {
    font-size: 23px;
    color: #4586ff;
    letter-spacing: 2px;
}
.iui-single .qrcode {
    margin: 30px 0 10px;
    display: flex;
    background: #f5f4fa;
    padding: 20px;
}
.iui-single .qrcode li{
    background: #f5f4fa;
    padding: 10px;
    flex: 1;
}
.iui-single .qrcode img{
    width: 100%;
}
.iui-single .dec {
    padding: 20px 30px 0;
    color: #6e6b79;
    font-size: 14px;
    line-height: 28px;
}


/*头部*/
.iui-general-menu > ul > li{
    position: relative;
}
.iui-general-menu > ul > li a{
    display: block;
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    color: rgba(255,255,255,.5);
    transition: .3s all ease;
}
.iui-general-menu > ul > li a:hover{
    color: rgba(255,255,255,.75);
}
.iui-general-menu > ul li.current-menu-item > a,
.iui-general-menu > ul li.current-menu-parent > a{
    color: #fff;
}
.iui-general-menu > ul > li ul.sub-menu{
    position: absolute;
    left: -50%;
    width: 150px;
    text-align: center;
    display: none;
    padding-top: 0.5em;
}
.iui-general-menu > ul > li ul.sub-menu li{
    background: rgba(0, 0, 0, 0.6);
}
.iui-general-menu > ul > li:hover ul.sub-menu{
    display: block;
}
.iui-general-menu > ul > li:hover ul.sub-menu a{
    padding: 15px;
}
.ftco-navbar-light.scrolled .iui-general-menu > ul > li a {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
    color: #000 !important;
}
.ftco-navbar-light.scrolled .iui-general-menu > ul li.current-menu-item > a,
.ftco-navbar-light.scrolled .iui-general-menu > ul li.current-menu-parent > a{
    color: #4586FF !important;
}
.ftco-navbar-light.scrolled .iui-general-menu > ul .sub-menu{
    background: rgba(210, 210, 210, 0.6);
}
.ftco-navbar-light.scrolled .iui-general-menu > ul > li ul.sub-menu li{
    background: rgba(210, 210, 210, 0.6);
}



/*首页视频*/
.iui-home-module-video{
    width: 100%;
    padding-top: 56%;
    position: relative;
}
#iui_home_module_video{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#iui_home_module_video span{
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#iui_home_module_video span img{
    width: 30px;
}





/*内页--------------------------------------------------------*/
.iui-content {
    padding: 10em 0 22em;
    max-width: 1140px;
    margin: auto;
}
.iui-content-notice{
    color: #444;
}
.iui-content-notice-right{
    float: right;
    width: 300px;
    margin-top: 75px;
    position: relative;
    transition: all 0.3s;
}
.iui-content-notice-right-a{
    text-align: center;
    width: 300px;
}
.iui-content-notice-right-a ul{
    border-radius: 2px;
    background-color: #fff;
}
.iui-content-notice-right-a li{
    line-height: 45px;
    font-size: 17px;
    cursor: pointer;
}
.iui-content-notice-right-a li.on,
.iui-content-notice-right-a li:hover{
    background-color: #282e42;
    border-radius: 2px;
    color: #fff;
}
.iui-content-notice-right-a .publish-notice {
    margin-top: 20px;
    line-height: 45px;
    display: block;
    background: #2196f3;
    border-radius: 2px;
    color: #fff;
    user-select: none;
    letter-spacing: 1px;
}
.iui-content-notice-left{
    float: left;
    /*width: 860px;*/
    width: 100%;
}
.iui-content-notice-left > ul:nth-child(1){
    position: relative;
    display: flex;
    margin-bottom: 30px;
}
.iui-content-notice-left > ul:nth-child(1) li{
    font-size: 15px;
    color: #666;
    cursor: pointer;
    display: inline-block;
    padding: 12px 12px 10px;
    transition: all 0.2s;
}
.iui-content-notice-left > ul:nth-child(1) li:hover{
    color: #2196F3;
}
.iui-content-notice-left > ul:nth-child(1) span{
    height: 5px;
    background: #2196F3;
    width: 54px;
    bottom: -5px;
    left: 0;
    position: absolute;
    transition: all 0.2s;
}
.iui-content-notice-left > ul:nth-child(1) input{
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    margin: 8px 0;
    padding: 5px 32px 5px 13px;
    color: #666;
    line-height: 20px;
    background: #77777705;
    border: 1px solid #77777726;
    border-radius: 16px;
    transition: all 0.5s;
}
.iui-content-notice-left > ul:nth-child(1) input:focus{
    width: 200px;
}
.iui-notice-left-body li{
    background-color: #fff;
    border-radius: 2px;
    position: relative;
    margin-bottom: 25px;
}
.iui-notice-left-body li > a{
    padding: 20px 40px;
    display: block;
}
.iui-notice-left-content{
    overflow: hidden;
}
.iui-notice-left-content h1{
    font-size: 22px;
    color: #555;
    margin-top: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.iui-notice-left-info .iui-notice-left-content h1{
    font-size: 18px;
    color: #555;
    margin-top: 3px;
    float: left;
    width: 70%;
}
.iui-notice-left-content p{
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    /*float: left;*/
    margin-top: 4px;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 2px;
    background: #244e68;
}
.iui-notice-left-content i {
    float: right;
    margin-right: 15px;
    margin-top: 7px;
    font-style: normal;
    color: #9e9e9e;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}
.iui-notice-left-body li .thumbnails img{
    width: 100%;
    border-radius: 2px;
    margin-top: 25px;
    height: auto;
}
.iui-notice-left-body li .content {
    margin-top: 40px;
    line-height: 1.8;
    width: 100%;
}
.iui-notice-left-body li .content img {
    max-width: 100%;
    height: auto;
}
.iui-notice-left-content-comment{
    padding: 0 40px 20px;
}
.iui-content-notice-left > ul:nth-child(1) > i{
    position: absolute;
    top: 8px;
    right: 4px;
    padding: 5px;
    font-size: 20px;
    color: #77777777;
    cursor: pointer;
}
.iui-notice-left-content-comment span{
    color: #9c9c9c;
    cursor: pointer;
    position: relative;
    padding: 5px;
    font-size: 15px;
    margin-right: 15px;
}
.iui-notice-left-content-comment a:nth-child(1) span{
    margin-left: -5px;
}
.iui-notice-left-content-comment span > i{
    margin-right: 6px;
}
.iui-notice-left-content-comment a:nth-child(1) span > i{
    font-size: 17px;
}
.iui-notice-left-content-comment a:nth-child(3) span > i{
    font-size: 15px;
}
.iui-notice-left-content-comment a:hover span{
    color: #2196F3;
}
.iui-notice-left-paper{
    text-align: center;
    padding: 30px 0 10px;
}
.iui-notice-left-paper > span{
    padding: 10px 20px;
    display: inline-block;
    height: 41px;
    border: 1px solid #888;
    border-radius: 2px;
    color: #666;
    cursor: pointer;
    transition: all 0.3s;
    box-sizing: border-box;
}
.iui-notice-left-paper > span:hover{
    border-color: #d2d2d2;;
}
.iui-notice-left-paper > div{
    display: inline-block;
    width: 100px;
    height: 40px;
}
.iui-notice-left-paper > div .layui-input{
    padding: 10px 20px;
    height: 41px;
    border: 1px solid #888;
    border-radius: 2px;
    color: #666;
    cursor: pointer;
    background: transparent;
}
.iui-notice-left-paper > div:nth-child(2){
    margin: 0 5px;
}
.iui-notice-left-paper > div:nth-child(2) dl{
    padding: 0;
    border: 0;
}
.notice-li-focus{
    color: #2196F3 !important;
}
div.addres-1{
    margin: 0;
    border: 1px solid rgb(122, 122, 122);
    border-radius: 10px;
    padding: 8px;
    background: #5c91ef;
}
.addres-2{
    margin-top: 30px;
}
.left-title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.iui-notice-left-contents {
    margin-top: 28px;
    font-size: 16px;
    line-height: 26px;
    color: #555;
}
.iui-map-code {
    max-width: 18vw;
    margin: auto;
}
.ioi-map-code{
    max-width: 25vw;
    margin: auto;
}
.iui-map-code .title{
    font-size: 20px;
    font-weight: 700;
}
.iui-map-code .code img{
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 20px 0 30px;
}
#section-more .ftco-media{
    background: transparent;
}
#section-category .ftco-animated h3{
    padding-left: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-left: 5px solid #4686ff;
    background: #f7f8f9;
    margin-bottom: 2rem;
}
#section-category .ftco-animated h3 a{
    display: block;
}
#section-category .ftco-animated .mb-4,
#section-category .ftco-animated .p-3 .h5{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#section-category .ftco-animated a {
    color: #333;
}
#section-category .ftco-animated a:hover {
    color: #4686ff;
}
#section-category .list-unstyled .dot{
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #4586FF;
    border-radius: 100%;
    margin-top: 10px;
    margin-right: 8px;
}


/*分类页面*/
.iui-category {
    padding-bottom: 300px;
}
.iui-category .pagination{
line-height: 23px;
padding: 25px 0;
text-align: center;
}
.iui-category .pagination span, .pagination a{
font-size:12px;
margin: 2px 6px 2px 0;
background:#fff;
border:1px solid #e5e5e5;
color:#787878;
padding:3px 10px;
text-decoration:none;
}
.iui-category .pagination a:hover{
background: #8391A7;
border:1px solid #fff;
color:#fff;
}
.iui-category .pagination .current{
background: #fff;
border:1px solid #8d8d8d;
color:#393939;
font-size:12px;
padding:3px 10px;
}
.iui-category .topadcs {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}
.iui-category .topadcs .bg{
    height: 400px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*搜索*/
.content{
    width: 1000px;
    margin: auto;
}
.g_ser {
    border-bottom: 1px solid #f1f1f1;
}
.g_ser .h_sea {
    height: 76px;
    line-height: 76px;
    overflow: hidden;
    color: #4c4c4c;
    font-size: 14px;
}
.s_inp {
    margin-top: 20px;
    background: url(images/serbg.jpg) no-repeat;
    width: 290px;
    height: 36px;
    position: relative;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.inp01 {
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    width: 236px;
    float: left;
    color: #333;
    border: none;
    font-family: "Microsoft YaHei";
    background: none;
}
.s_ss {
    float: left;
    width: 55px;
    height: 36px;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.g_ser.f_fw .key.fl {
    display: flex;
}
.g_ser.f_fw .key.fl a,
.iui-page-search-content .plc a{
    color: #666;
}
.g_ser.f_fw .key.fl a:hover,
.iui-page-search-content .plc a:hover{
    color: #4586FF;
}
.h_sea b {
    font-weight: normal;
    color: #4c4c4c;
}
.h4-center{
    text-align:center;
}
.key a {
    padding: 0 5px;
}
.iui-category a {
    color: #666;
}
.iui-category a:hover{
    color: #4586FF;
}
.iui-category .plc,
.iui-category .plc2,
.iui-page-search-content .plc{
    background: url(images/position_icon1.gif) no-repeat scroll 0 10px;
    line-height: 30px;
    overflow: hidden;
    padding: 10px 0 10px 20px;
    position: relative;
    margin-top: 10px;
    font-size: 14px;
    margin-left: 3px;
}
.iui-category .plc-last {
    color: #E64588 !important;
}
.iui-category .left {
    width: 225px;
    float: left;
    overflow: hidden;
}
.iui-category .rightl {
    float: right;
    width: 756px;
}
.iui-category .leib2box{
    z-index: 1;
}
.iui-category .leib2,.iui-category .leib {
    display: block;
    float: left;
    margin-top: 20px;
    width: 225px;
    background: #e64588;
    border-radius: 10px;
    overflow: hidden;
}
.iui-category .leib2 .tit, .iui-category .leib .tit {
    padding-top: 10px;
    text-align: center;
    display: block;
    color: white;
    font-size: 19px;
    font-weight: bold;
}
.iui-category .leib2 .tit i, .iui-category .leib .tit i {
    color: #A6C0DA;
    display: block;
    font: 12px Arial;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}
.iui-category .leib2 .nr {
    border: 11px solid #E64588;
    border-top-style: none;
}
.iui-category .leib2 .nr h3 {
    display: block;
    margin: 0 auto;
    line-height: 32px;
}
.iui-category .leib2 .nr h3 a {
    display: block;
    overflow: hidden;
    text-align: center;
    font: bold 14px/36px "Microsoft Yahei";
    color: #333;
    background: #ffffff9e;
    border-radius: 10px 10px 0 0;
}
.iui-cat-nav ul {
    display: none;
    padding-bottom: 5px;
    margin-bottom: 0;
    background-color: White;
}
.iui-category .leib2 .nr ul li {
    border-bottom: 1px dashed #dedede;
    height: 36px;
    line-height: 36px;
    margin-bottom: 1px;
    padding-left: 39px;
}
.iui-category .leib2 .nr ul li:last-child {
    border-bottom: 0;
}
.iui-category .leib2 .nr ul li a {
    color: #D8377C;
    background: url(images/nyico.jpg) no-repeat left center;
    display: inline-block;
    padding-left: 22px;
    font-size: 15px;
}
.iui-category .leib2 .nr span {
    display: block;
    height: 11px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    margin-bottom: 5px;
}
.iui-cat-nav.cur ul {
    display: block;
}
.iui-category .leib2 .nr li.cur a, .iui-category .leib2 .nr li a:hover {
    font-weight: bold;
}
.iui-category .hh3 {
    border-bottom: 1px solid #ddd;
    height: 62px;
    line-height: 65px;
    margin-bottom: 20px;
}
.iui-category .hh3 b {
    background: url(images/dyt1.png) no-repeat scroll 5px -45px;
    border-bottom: 3px solid #D8377C;
    color: #D8377C;
    display: inline-block;
    /*float: left;*/
    font: bold 18px/65px "Microsoft YaHei";
    height: 62px;
    margin-right: 10px;
    overflow: hidden;
    padding: 0 28px 0 40px;
}
.iui-category i {
    color: #333;
    display: inline-block;
    font: bold 18px/65px "Times New Roman",Times,serif;
    height: 30px;
    line-height: 30px;
    padding-left: 8px;
}
.iui-category .RandomNews {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 14px;
}
.iui-category .RandomNews dl.pd_list_dl {
    width: 235px;
    overflow: hidden;
    float: left;
    margin: 0 7px 0 10px;
}
.iui-category .RandomNews dl.pd_list_dl dt, .iui-category .RandomNews dl.pd_list_dl dt a {
    line-height: 0;
    font-size: 0;
}
.iui-category .RandomNews dl.pd_list_dl dd {
    background-color: #f1f1f1;
    margin-top: 3px;
    padding: 0 7px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    text-align: center;
}
.iui-category .RandomNews .pd_list_dl_bg{
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.iui-category .RandomNews .pd_list_dl_bg:hover,
.iui-category .past-list .fl img:hover,
.iui-page-search-content .past-list .fl img:hover{
    opacity: .9;
}
.iui-category .RandomNews dl.pd_list_dl dd a {
    color: #4c4c4c;
    font-size: 14px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.iui-category .RandomNews dl.pd_list_dl dd a:hover{
    color: #4586FF;
}
.iui-category .past-list,
.iui-page-search-content .past-list{
    background: #f5f6f7;
    margin-bottom: 25px;
    transition: all ease .3s;
}
.iui-category .past-list:hover,
.iui-page-search-content .past-list:hover{
    box-shadow: 0 20px 30px #e2e2e2;
}
.iui-category .past-list .fl,
.iui-page-search-content .past-list .fl{
    width: 30%;
}
.iui-category .past-list .fl img,
.iui-page-search-content .past-list .fl img{
    width: 100%;
    height: auto;
}
.iui-category .past-list .fr,
.iui-page-search-content .past-list .fr{
    width: 70%;
    padding: 15px 20px;
    box-sizing: border-box;
}
.iui-category .past-list .time,
.iui-page-search-content .past-list .time{
    font-size: 12px;
    color: #adbbca;
    padding-top: 5px;
}
#section-category .img-fluid {
    max-width: 100%;
    height: 14rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/*侧边栏*/
.iui-side{
    position: fixed;
    z-index: 1;
    right: 2%;
    top: 90%;
}
.iui-side .gotop{
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s;
    border: 1px solid #d4d4d4;
}
.iui-side .gotop:hover{
    background-color: #f96767;
    border-color: #f96767;
}
.iui-side .arrow{
    transform: rotate(225deg);
    position: relative;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-top: -3px;
}
.iui-side .arrow i {
    position: absolute;
    width: 10px;
    height: 10px;
}
.iui-side .arrow i:nth-child(1) {
    right: 2px;
    bottom: 2px;
    background: #d4d4d4;
    transition: all 0.2s;
}
.iui-side .arrow i:nth-child(2) {
    right: 4px;
    bottom: 4px;
    background: #fff;
    transition: all 0.2s;
}
.iui-side .gotop:hover .arrow i:nth-child(1){
    background: #fff;
}
.iui-side .gotop:hover .arrow i:nth-child(2){
    background: #f96767;
}


/*搜索*/
.iui-page-search img{
    width: 100%;
    height: auto;
}
.iui-page-search-content {
    padding-bottom: 15rem;
}
.iui-page-search-content .left_main {
    padding-top: 30px;
}
.iui-page-search-content > .left {
    float: left;
    width: 756px;
}
.iui-page-search-content > .right {
    width: 225px;
    float: right;
    padding-top: 30px;
}
.iui-page-search-content .right .right_main {
    background: #f1f1f1;
}
.iui-page-search-content .right_main h2{
    background: #D8377C;
    text-align: center;
    font: 19px "Microsoft Yahei","微软雅黑";
    line-height: 45px;
    color: #fff;
}
.iui-page-search-content .right_main ul{
    padding: 20px 0 30px 20px;
}
.iui-page-search-content .right_main li {
    font-size: 14px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.iui-page-search-content .right_main li span {
    display: inline-block;
    /*float: left;*/
    width: 17px;
    height: 17px;
    margin: 9px 6px 0 0;
    background: #ababab;
    color: #fff;
    text-align: center;
    line-height: 17px;
    overflow: hidden;
    font-size: 12px;
}
.iui-page-search-content .right_main .li01 span,
.iui-page-search-content .right_main .li02 span,
.iui-page-search-content .right_main .li03 span {
    background: #D8377C;
}
.iui-page-search-content .right_main li a {
    color: #7b7b7b;
}


/*底部*/
.iui-footer-copyright{
    text-align: center;
}
.iui-footer-copyright img{
    width: 20px;
    vertical-align: -4px;
}
.iui-footer-copyright a{
    color: #859196;
}






/*bs*/
.modal-header{
    border-bottom: 0;
}
.modal-header .modal-title{
    font-size: 20px;
    color: #4586ff;
    letter-spacing: 1px;
}


/*自适应*/
@media screen and (max-width: 1100px) {
.iui-single .body{
    width: 80%;
}
.content{
    width: 100%;
}
.iui-category .left{
    float: none;
    margin: auto;
}
.iui-category .rightl{
    width: 100%;
    float: none;
}
.iui-category .past-list .fl,
.iui-category .past-list .fr,
.iui-page-search-content .past-list .fl,
.iui-page-search-content .past-list .fr{
    float: none;
    width: 100%;
}
.iui-category .pagination{
    padding-left: 20px;
}
.iui-category .RandomNews dl.pd_list_dl{
    width: 100%;
    margin: 0;
    float: none;
}
.iui-category .RandomNews .pd_list_dl_bg{
    height: 200px;
}
.iui-category .RandomNews dl.pd_list_dl dd{
    margin: 0 0 25px;
    width: 100%;
}
.iui-category .topadcs .bg{
    height: 150px;
}
}
@media screen and (max-width: 1200px) {
.iui-content{
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
}
}
@media screen and (max-width: 992px) {
#section-home {
    height: 230px;
    margin-bottom: 135px;
}
#section-home.ftco-cover .ftco-vh-100{
    min-height: auto !important;
    padding-top: 2em;
}
#section-home.ftco-cover .h5.ftco-subheading.mb-5.ftco-animate.fadeInUp.ftco-animated{
    margin-bottom: 1em !important;
    font-size: 15px;
}
#section-category .img-fluid {
    height: 22rem;
}
.ftco-section.ftco-slant, .ftco-footer.ftco-slant{
    padding: 0 0 18em 0;
}
section:nth-of-type(2):before {
    top: -155px !important;
}
.g_ser .h_sea{
    height: auto;
    padding: 0 20px;
}
.iui-page-search-content{
    padding: 0 20px 250px;
}
.iui-page-search-content > .left,
.iui-page-search-content > .right{
    float: none;
    width: 100%;
}
.g_ser .h_sea .s_inp,
.g_ser.f_fw .key.fl{
    float: none;
}
.iui-category .cat-page-content {
    padding: 0 20px;
}

}


@media (max-width: 576px){
.iui-home-module-video{
    margin-right: 15px;
    margin-left: 15px;
}
}