/*

Name: Sutal
Author : Ngetemplates

*/

/*

Table of Content:
- fonts
- general
- button
- navbar
- header title
- about us
- home intro
- services
- pricing
- features
- latest blog
- blog
- blog single
- pagination
- contact
- footer
- responsive

*/

/* fonts */
@import url("css.css");

/* general */
body {
    background: #fff;
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    color: #111;
}

a {
    color: #111;
}

a:hover {
    color: #5555ff;
    text-decoration: none;
    transition: .5s ease-out;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

p {
    line-height: 26px;
}

.bg-grey {
    background: #f8f3ff;
}

/* button */
.button {
    background: #4256dd;
    padding: 12px 30px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 22px;
    display: inline-block;
    border: 2px solid transparent;
}

.button:hover {
    border-color: #4256dd;
    color: #4256dd;
    background: transparent;
    transition: .5s ease-out;
}

/* navbar */
.navbar {
    padding: 8px 0 8px;
    transition: .5s ease-out;
    background: transparent;
}

.navbar .navbar-brand {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.navbar .navbar-nav li {
    padding: 0 15px;
}

.navbar .navbar-nav li a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.navbar .navbar-nav li a:last-child {
    padding-right: 0 !important;
}

.navbar .navbar-nav li:last-child {
    padding-right: 0;
}

.navbar .navbar-toggler i {
    color: #fff;
}

.navbar-fixed {
    background: #fff;
    transition: .5s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0);
}

.navbar-fixed .navbar-brand {
    color: #232323;
}

.navbar-fixed .navbar-brand span {
    color: #fd4632;
}

.navbar-fixed .navbar-nav li a {
    color: #232323;
}

.navbar-fixed .navbar-toggler i {
    color: #333;
}

.navbar-transparent {
    background: transparent !important;
}

.dropdown-menu li a {
    color: #232323 !important;
}

.dropdown-menu{
    border: none;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 0%);
}

.toplogo{
    height: 40px;
}

#logo-b{
    display: none;
}

#logo-w{
    display: block;
}

.carousel-inner {
    text-align: center;
}
.d-block{
    min-width: 1920px;
    max-width: 1920px;
    display: inline-block !important;
    text-align: center;
}





/* haader title */
.header-title {
    background: #51489b;
    padding: 160px 0 100px;
    text-align: center;
}

.header-title h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
}

/* about us */
.about h2 {
    font-weight: 600;
}

.about h2 span {
    color: #fd4632;
}

.about h6 {
    color: #333;
    margin-bottom: 28px;
    margin-top: 10px;
}

.about .container{
    margin: 50px auto;

}

.jdc-side { display: none; position: fixed; right: 2%; bottom: 2%; z-index: 300; width: 50px }
.mod_hang_qrcode { position: relative }
.mod-qr-tips { height: 70px; background: url(../images/qrtips.png) center no-repeat; background-size: 100% }
.mod_hang_qrcode_show { display: none; position: absolute; right: 70px; top: -125px; width: 138px; min-height: 166px; border: 0 none; background: #fff; -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1) }
.mod_hang_qrcode_show p { margin-top: 5px; line-height: 16px; color: #666; font-size: 12px; text-align: center }
.mod_hang_qrcode_show_bg { width: 124px; height: 124px; margin: 8px auto 0; background-position: 0 0; background-repeat: no-repeat; -moz-background-size: 124px auto; background-size: 124px auto; background-image: url("") }
.jdc_hang_qrcode .mod_hang_qrcode_show_bg { /*background-image: url("../image/qr.jpg")*/ }
.jdc_hang_qrcode p { padding-bottom: 5px }
.mod_hang_qrcode_btn { display: block; width: 50px; height: 50px; color: #0989c5; font-size: 30px; cursor: pointer; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; transition: all .25s ease }
.mod_hang_top { display: none; width: 50px; height: 50px; margin: 5px 0 0; text-align: center; cursor: pointer; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; transition: all .25s ease; background-color: transparent }
.mod_hang_qrcode:hover .mod_hang_qrcode_show { display: block }
.mod_hang_qrcode_btn { position: relative; margin-top: 5px; text-align: center; background-color: transparent; -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1) }
.mod_hang_qrcode_btn span { display: none; position: absolute; top: 25px; left: 25px; width: 30px; line-height: 15px; font-size: 12px; text-align: center }
.mod_hang_qrcode_btn:hover { color: #fff }
.mod_hang_top { -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1) }
.mod_hang_top .mod_hang_qrcode_btn { background: 0 0; margin: 0 }
.mod_hang_appeal_btn { display: block; width: 50px; height: 50px; color: #0989c5; text-align: center; font-size: 20px; cursor: pointer; -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1) ;}

.mod_hang_qrcode_btn img {width: 80%;}

.mod_hang_appeal:hover .mod_hang_appeal_show{ display:block;opacity: 1;}


.mod_hang_appeal_btn i, .mod_hang_qrcode_btn i { display: inline-block; width: 50px; height: 50px; line-height: 50px; font-size: 30px; color: #0989c5; background-color: #fff }
.mod_hang_appeal_btn span { display: none; position: absolute; top: 25px; left: 25px; width: 30px; line-height: 15px; font-size: 12px; text-align: center }
.mod_hang_appeal.show .mod_hang_appeal_show { display: block }
.mod_hang_appeal_show { opacity: 0; z-index:-9; right:-500px; position: absolute; right: 70px; bottom: 0; background: #fff; -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1); width: 300px }
.mod_hang_appeal_show li {
    *zoom:1; cursor: pointer }
.mod_hang_appeal_show li:hover { background: #f3f5fb }
.mod_hang_appeal_show li:after, .mod_hang_appeal_show li:before { content: ""; display: block; clear: both; height: 0; line-height: 0; visibility: hidden }
.mod_hang_appeal_show .icon_box, .mod_hang_appeal_show .text_box { float: left; width: 215px; height: 90px; cursor: pointer }
.mod_hang_appeal_show .icon_box { width: 78px; line-height: 90px; text-align: center }
.mod_hang_appeal_show .icon_box i { color: #0989c5; font-size: 30px }
.mod_hang_appeal_show .text_box h5 { margin-top: 10px; font-size: 16px; color: #03004c; line-height: 24px; cursor: pointer; white-space: nowrap; text-overflow: ellipsis; overflow: hidden }
.mod_hang_appeal_show .text_box p { margin-top: 10px; max-height: 36px; overflow: hidden; line-height: 18px; font-size: 12px; color: #666; cursor: pointer }
.jdc_feedback_qrcode .mod_hang_qrcode_btn { margin-bottom: 5px }
.jdc_feedback_qrcode .mod_hang_qrcode_show { min-height: 226px }
.jdc_feedback_qrcode .mod_hang_qrcode_show p { padding-bottom: 5px }
.jdc_feedback_qrcode .mod_hang_qrcode_show_bg { margin-top: 0; background-image: none }
@media (max-width:768px) {
    .jdc-rwd .jdc-side { display: none!important }
}



/* home intro */
.home-intro {
    background-color: #000000;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position: center;
    background-size: cover;
    /** padding: 210px 0 120px !important;*/
    min-height: 0px;
}
.d-block{


    max-height: 1080px;
}
.home-intro h5 {
    color: #4256dd;
    margin-top: 40px;
}

.home-intro h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin: 25px 0;
    line-height: 54px;
}

.home-intro h6 {
    color: #fff;
    line-height: 28px;
    font-size: 17px;
    margin-bottom: 15px;
}

.home-intro img {
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

/* section */

.indeximg{
    width: 100%;
}


.indexsection img{
    width: 100%;
}
.indexsection p{
    margin: 0;
}

.content p{
    margin-bottom: 0;
}

.section {
    /* padding: 100px 0 120px; */
    padding: 0;
}
.container1{
    padding: 0px 0 120px;
}

.section .indexsection {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.title-section {
    text-align: center;
    margin-bottom: 50px;
}

.title-section h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.title-section h3 span {
    color: #fd4632;
}

.title-section p {
    width: 60%;
    margin: auto;
    line-height: 30px;
    font-size: 15px;
}

.title-section-two {
    text-align: left;
}

.title-section-two p {
    width: 100%;
}

/* services */
.services {
    padding: 20px 0 50px;
}

.services .content {
    background: #fff;
    border-radius: 6px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
}

.services .content i {
    font-size: 54px;
    color: #4256dd;
}

.services .content .contenttitle{
    position: relative;
}
.services .content .timetxt {
    position: absolute;
    right: 0px;
    top: 34px;
}
.services .content h5 {
    font-weight: bold;
    margin: 5px 0 14px;
    max-width: 80%;
}

.services .content-center {
    background: #4256dd;
    color: #fff;
}

.services .content-center i {
    color: #fff;
}

.services .content-center h5 {
    color: #fff;
}


.contenttitle a:hover {
    color: #5555ff;
    text-decoration: none;
    transition: .5s ease-out;
}

/* pricing */
.pricing .content {
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
    border: 2px solid #ddd;
}

.pricing .content h3 {
    font-size: 38px;
    font-weight: 600;
    margin: 10px 0 22px;
    color: #4256dd !important;
}

.pricing .content li {
    margin: 15px 0;
}

.pricing .content li i {
    margin-right: 20px;
}

.pricing .content-color {
    border: 2px solid #4256dd;
}

.pricing .content-color .button {
    background: #4256dd;
    padding: 12px 30px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 22px;
    display: inline-block;
    border: 2px solid transparent;
}

.pricing .content-color .button:hover {
    border-color: #4256dd;
    color: #4256dd;
    background: transparent;
    transition: .5s ease-out;
}

.pricing .button {
    border: 2px solid #111;
    color: #111;
    background: transparent;
}

.pricing .button:hover {
    border-color: #4256dd;
    color: #4256dd;
    background: transparent;
    transition: .5s ease-out;
}

/* features */
.features .content {
    background: #fff;
    border-radius: 6px;
    padding: 25px 30px;
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
}

.features .content i {
    font-size: 54px;
    color: #4256dd;
    margin-top: 16px;
}

.features .content h5 {
    margin: 0 0 14px;
}

.features .content .icon {
    float: left;
    margin-right: 30px;
    text-align: center;
    width: 56px;
}

.features .content .content-text {
    overflow: hidden;
}

/* latest blog */
.latest-blog {
    padding-top: 50px;
}

.latest-blog .content {
    border-radius: 6px;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
    border: 2px solid #ddd;
}

.latest-blog .content span {
    position: relative;
    background: #51489b;
    color: #fff;
    padding: 8px 20px;
    top: -29px;
    border-radius: 0 6px 0 0;
    margin-bottom: -29px;
    left: -2px;
}

.latest-blog .content img {
    border-radius: 3px 3px 0 0;
}

.latest-blog .content-text {
    padding: 30px;
    padding-top: 2px;
}

.latest-blog .content-text h5 {
    line-height: 30px;
}

.latest-blog .content-text a:hover {
    color: #5555ff;
    transition: .5s ease-out;
}

/* blog */


.blog .content {
    border-radius: 6px;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
    border: 0px solid #ddd;
    margin-bottom: 0px;
    position: relative;
}

.contentimg{
    text-align: center;
}

.blog .content .spand {
    position: absolute;
    border: 1px solid #4256dd;
    background: #ffffff0d;
    color: #4256dd;
    padding: 6px 10px;
    top: -45px;
    border-radius: 21px;
    margin-bottom: -29px;
    right:calc(50% - 80px);
    text-align: center;
    cursor: pointer;
}


.blog .content .spand1 {
    position: absolute;
    background: #4256dd;
    color: #fff !important;
    padding: 6px 10px;
    top: -45px;
    border-radius: 21px;
    margin-bottom: -29px;
    left: calc(50% - 80px);
    text-align: center;
    cursor: pointer;
}
.blog .content .spand a{
    color: #4256dd; !important;
}


.blog .content .spand1 a{
    color: #fff !important;
}



.blog .content  .onlypcspand1{
    font-size: 24px;
    left: calc(50% - 154px);
    padding: 10px 20px;
    border-radius: 69px;
    top: -84px;

}

.blog .content .onlypcspand{
    font-size: 24px;
    right: calc(50% - 154px);
    padding: 10px 20px;
    border-radius: 69px;
    top: -84px;
}


.blog .content  .onlypcspand2{
    font-size: 18px;
    left: calc(50% - 110px);
    padding: 7px 14px;
    border-radius: 69px;
    top: -60px;

}

.blog .content .onlypcspand3{
    font-size: 18px;
    right: calc(50% - 110px);
    padding: 7px 14px;
    border-radius: 69px;
    top: -60px;
}



.blog .content .mask {
    display: none;
}
.blog .content .mask {
    background-color: #0000008a;

    width:  calc(100% - 28px);
    z-index: 10;
    height: 93.5%;
    position: absolute;
    top: 0;
    left: 14px;
    border-radius: 6px;
}


.blog .content img {
    border-radius: 3px 3px 0 0;
}

.blog .content .mask img{
    padding: 30%;
}

.blog .content-text {

    position: absolute;
    width: 100%;
    height: 50%;
    top: 50%;
    /* padding: 30px;
     padding-top: 12px;*/
}

.blog .content-text h5 {
    line-height: 30px;



}

.blog .content-text a:hover {
    color: #5555ff;
    transition: .5s ease-out;
}

/* pagination */
.pagination {
    text-align: center;
    margin: 0 auto;
    display: inherit;
}

.pagination ul li {
    display: inline-block;
    margin: 10px;
}

.pagination ul li a {
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    border: 2px solid #ddd;
    display: block;
    font-size: 18px;
    border-radius: 6px;
}

.pagination ul li .active {
    background: #4256dd;
    color: #fff;
    border-color: #4256dd;
}

/* blog single */
.product-single .content {

    background: #fff;
}

.blog-single .content {
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 30px;
    box-shadow: 0 12px 30px -15px rgb(0 0 0 / 20%);
}


.blog-single .content h5 {
    font-size: 24px;
    line-height: 34px;
}

.blog-single .content li {
    display: inline-block;
    margin-right: 20px;
}

.blog-single .content li i {
    margin-right: 10px;
}

.blog-single .content img {

}

.blog-single .content .quote {
    background: #eee;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 22px;
}

.blog-single .comments {
    border-top: 2px solid #ddd;
    padding-top: 30px;
    margin-top: 35px;
}

.blog-single .comments h5 {
    margin-bottom: 25px;
}

.blog-single .button {
    margin-top: 0;
}

.blog-single .search {
    margin-bottom: 16px;
}

.blog-single .search input {
    width: calc(100% - 65px);
    height: 52px;
}

.blog-single .search .button {
    float: right;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 22px;
    height: 52px;
    line-height: 26px;
    width: 52px;
}

.header-title .ul{
    width: 100%;
    display: flex;
}

.header-title .li{
    margin: 20px auto;
    text-align: center;
    color: white;
}

.listtitle{
    float: left;
    width: 48%;
    margin-left: 2%;
    height: 52px;
    line-height: 50px;
    font-size: 18px;
}

.listsearch {
    margin-bottom: 16px;
    width: 50%;
}

.listsearch input {
    float: right;
    width: calc(60% - 65px);
    height: 42px;
    margin: 0 2% 0 0;
}

.listsearch .button {
    float: right;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    height: 42px;
    line-height: 16px;
    width: 42px;
    margin: 0  3% 0 0 ;

}

.blog-single .sidebar-link h5 {
    border-bottom: 2px solid #ddd;
    padding-bottom: 14px;
    margin-bottom: 22px;
}

.blog-single .sidebar-link li {
    margin-bottom: 16px;
}

.blog-single .sidebar-link li a {
    font-size: 15px;
}

.blog-single .categories {
    margin-top: 40px;
}

/* contact */
.contact form input, .contact form textarea {
    border: 2px solid #ddd;
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 30px;
    width: 100%;
    color: #aaa;
}

.contact .button {
    margin-top: 0;
}

.contact li {
    margin-bottom: 25px;
    font-size: 20px;
}

.contact li i {
    margin-right: 28px;
    color: #4256dd;
}

.content-i {
    color: #4256dd;
    font-size: 80px;
    text-align: center;
}

.contact .map {
    position: relative;
    top: -5px;
}

.contact .map i {
    float: left;
    margin-right: 34px;
    margin-top: 10px;
}

.contact .map p {
    overflow: hidden;
    line-height: 42px;
}

::placeholder {
    color: #aaa;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #aaa;
}

::-ms-input-placeholder {
    color: #aaa;
}

form input, form textarea {
    border: 2px solid #ddd;
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 30px;
    width: 100%;
    color: #aaa;
}

/* footer bottom */
.footer-bottom {
    background: #0a0a0a;
    text-align: center;
    color: #eee;
    padding: 20px 0 8px;
}
.footer-bottom a{
    color: #eee;
}
/* footer */
footer {
    padding: 40px 0 40px;
    background: #111;
    color: #ddd;
}

footer h5 {
    color: #fff;
    margin-bottom: 25px;
}

.biglogo{

    height: 45px;

    line-height: 38px;
}
.contactlogo{
    width: 100%;
    padding: 0 30px 0px;
}

footer h6 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    top: -8px;
}

footer h6 span {
    color: #fd4632;
}

footer ul li {
    margin-bottom: 15px;
}

footer ul li a {
    color: #ddd;
}

footer ul li a:hover {
    color: #5555ff;
    transition: .5s ease-out;
}

footer ul li i {
    margin-right: 15px;
}

footer ul .map {
    line-height: 30px;
}

footer ul .map i {
    float: left;
    margin-right: 18px;
    margin-top: 5px;
}

footer ul .map p {
    overflow: hidden;
}

footer ul li:last-child {
    margin-bottom: 0;
}


.onlypc{
    display: block;
}

.pc-show{
    display: block;
}
.phone-show{
    display: none;
}

/*responsive*/
@media (max-width:980px) {
    .pc-show{
        display: none;
    }
    .phone-show{
        display: block;
    }
    .home-intro{
        /* margin-top: 95px;*/
        min-height: 50px;
        max-width: 100%;
    }
    .home-intro img {
        /* margin-top: 95px;*/
        width: 100%;
        max-width: 100%;
    }
    .carousel-inner {
        text-align: center;
    }
    .d-block{
        min-width:100%;
        max-width: 100%;
        display: inline-block !important;
        text-align: center;
    }


    .services .content {
        padding: 20px;
    }

    .pricing .content {
        padding: 20px;
    }

    .features img {
        margin-bottom: 30px;
    }

    .latest-blog .content {
        margin-bottom: 30px;
    }

    .latest-blod .content.r-980 {
        margin-bottom: 0;
    }

    .about .col-md-6 {
        max-width: 100%;
        flex: 100%;
    }

    .features .col-md-6 {
        max-width: 100%;
        flex: 100%;
    }

    .contactlogo{
        width: 100%;
        padding: 0 25%
    }

    .listtitle{

        width: 46%;
        margin-left: 3%;

    }


    .listsearch input {

        width: calc(100% - 65px);

        margin: 0 2% 0 0;
    }

    .listsearch .button {

        margin: 0  4% 0 0 ;

    }

}

@media (max-width:767px) {
    .pc-show{
        display: none;
    }
    .phone-show{
        display: block;
    }
    .latest-blod .content.r-980 {
        margin-bottom: 0;
    }

    .blog-single .search {
        margin-top: 30px;
    }


    .blog-single .content {
        background: #fff;
        border-radius: 0px;
        padding: 10px;
        margin-bottom: 30px;
        box-shadow: 0 !important;
        margin:0 -15px;
    }

    .product-single .content {

        background: #fff;
        margin:0 -15px;
    }

}

@media (max-width:640px) {
    .pc-show{
        display: none;
    }
    .phone-show{
        display: block;
    }
    .navbar-fixed .navbar-nav li {
        padding: 0;
    }

    .navbar .navbar-nav {
        background: #fff;
        padding: 14px;
    }

    .navbar .navbar-nav li a {
        color: #333;
    }

    .navbar-fixed .navbar-nav {
        padding: 0;
    }

    .services .content {
        margin-bottom: 30px;
    }

    .services .col-sm-12:last-child .content {
        margin-bottom: 0;
    }

    .pricing .content {
        margin-bottom: 30px;
    }

    .pricing .col-sm-12:last-child .content {
        margin-bottom: 0;
    }

    .latest-blod .content.r-980 {
        margin-bottom: 0;
    }

    .blog-single .search {
        margin-top: 30px;
    }

    footer .col-sm-6 {
        margin-top: 50px;
    }

    .dropdown-menu {
        box-shadow: none;
        border: none;
    }

    .listtitle{

        width: 46%;
        margin-left: 4%;

    }


    .listsearch input {

        width: calc(100% - 65px);

        margin: 0 2% 0 0;
    }

    .listsearch .button {

        margin: 0  6% 0 0 ;

    }

    .onlypc{
        display: none;
    }

    .blog .content .onlypcspand1{
        font-size: inherit;
        left: calc(50% - 80px);
        padding: 6px 10px;
        border-radius: 21px;
        top: -45px;

    }

    .blog .content .onlypcspand{
        font-size: inherit;
        right:calc(50% - 80px);
        padding: 6px 10px;
        border-radius: 21px;
        top: -45px;
    }

    .blog .content .onlypcspand2{
        font-size: inherit;
        left: calc(50% - 80px);
        padding: 6px 10px;
        border-radius: 21px;
        top: -45px;

    }

    .blog .content .onlypcspand3{
        font-size: inherit;
        right:calc(50% - 80px);
        padding: 6px 10px;
        border-radius: 21px;
        top: -45px;
    }


}

@media (max-width:480px) {
    .pc-show{
        display: none;
    }
    .phone-show{
        display: block;
    }
    .toplogo{
        height: 30px;
    }

    .navbar .navbar-brand {
        margin-left: 11px;
    }

    .navbar .navbar-nav {
        margin: 11px;
        margin-left: 11px !important;
    }

    .navbar-fixed .navbar-nav {
        padding: 2px;
    }

    .latest-blod .content.r-980 {
        margin-bottom: 0;
    }

    footer .col-12 {
        margin-top: 30px;
    }

    .onlypc{
        display: none;
    }

    .blog .content .onlypcspand1{
        font-size: inherit;
        left: calc(50% - 80px);
        padding: 6px 10px;
        border-radius: 21px;
        top: -45px;

    }

    .blog .content .onlypcspand{
        font-size: inherit;
        right:calc(50% - 80px);
        padding: 6px 10px;
        border-radius: 21px;
        top: -45px;
    }
    .blog .content .onlypcspand2{
        font-size: inherit;
        left: calc(50% - 80px);
        padding: 6px 10px;
        border-radius: 21px;
        top: -45px;

    }

    .blog .content .onlypcspand3{
        font-size: inherit;
        right:calc(50% - 80px);
        padding: 6px 10px;
        border-radius: 21px;
        top: -45px;
    }

}

@media (max-width:360px) {
    .pc-show{
        display: none;
    }
    .phone-show{
        display: block;
    }
    .latest-blod .content.r-980 {
        margin-bottom: 0;
    }

    .onlypc{
        display: none;
    }

    .blog .content .onlypcspand1{
        font-size: inherit;
        left: calc(50% - 80px);
        padding: 6px 10px;
        border-radius: 21px;
        top: -45px;

    }

    .blog .content .onlypcspand{
        font-size: inherit;
        right:calc(50% - 80px);
        padding: 6px 10px;
        border-radius: 21px;
        top: -45px;
    }
    .blog .content .onlypcspand2{
        font-size: inherit;
        left: calc(50% - 80px);
        padding: 6px 10px;
        border-radius: 21px;
        top: -45px;

    }

    .blog .content .onlypcspand3{
        font-size: inherit;
        right:calc(50% - 80px);
        padding: 6px 10px;
        border-radius: 21px;
        top: -45px;
    }

}