@media all {
    a {
        text-decoration: none;
        color: #fff;
        margin: 0 10px;
    }

    .btn {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        position: relative;
        display: inline-block;
        overflow: hidden;
        height: 53px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        line-height: 30px;
        font-size: 16px;
        font-weight: bold;
        text-shadow: 0px 1px 1px #888;
    }

    .btn span.icon,
    .btn span.title {
        display: block;
        position: relative;
        line-height: 50px;
        padding: 0 27px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }

    .btn span.left {
        color: aliceblue;
        font-weight: bolder;
       font-size: 22px;
        float: left;
        border-radius: 6px 0 0 6px;
        -moz-border-radius: 6px 0 0 6px;
        -webkit-border-radius: 6px 0 0 6px;
    }

    .btn span.right {
        float: right;
        border-radius: 0 6px 6px 0;
        -moz-border-radius: 0 6px 6px 0;
        -webkit-border-radius: 0 6px 6px 0;
    }

    .btn:active {
        height: 64px;
    }

    .btn {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        position: relative;
        display: inline-block;
        overflow: hidden;
        height: 64px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        line-height: 30px;
        font-size: 16px;
        font-weight: bold;
        text-shadow: 0px 1px 1px #888;
    }

    .btn span.icon {
        font-size: 23px;
        background-color: #00967f;
        -webkit-box-shadow: 0 3px 0 0 #007261;
        box-shadow: 0 3px 0 0 #007261;
        text-shadow: 0px 1px 1px #888;
        font-size: 0px;
        background-color: #0096d8;
        -webkit-box-shadow: 0 3px 0 0 #007261;
        box-shadow: 0 3px 0 0 #0096d8;
        text-shadow: 0px 1px 1px #927272;
        background-image: url(https://hulu.b-cdn.net/2052171.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-size: 58px 43px;
        background-position: center;
    }

    .btn span.title {
        width: 230px;
        box-shadow: 0 3px 0 0 #0096d8;
        background-color: #2aaae2;
    }



    .line {
        margin-top: 20px;
    }

    .icon-line {
        width: 128px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
        background: transparent;
        margin-top: 1px;
        margin-bottom: 16px;
        height: auto;
    }

    .icon-line::before {
        content: '';
        display: block;
        height: 2px;
        flex-grow: 1;
        flex-basis: 0;
        background: rgba(249, 106, 154, 0.5);
    }

    .icon-line::after {
        content: '';
        display: block;
        height: 2px;
        flex-grow: 1;
        flex-basis: 0;
        background: rgba(249, 106, 154, 0.5);
    }

    @media print {

        *,
        ::after,
        ::before {
            text-shadow: none !important;
            box-shadow: none !important;
        }

        a,
        a:visited {
            text-decoration: underline;
        }

        img {
            page-break-inside: avoid;
        }

        p {
            orphans: 3;
            widows: 3;
        }
    }

    html {
        box-sizing: border-box;
        font-family: sans-serif;
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -ms-overflow-style: scrollbar;
        -webkit-tap-highlight-color: transparent;
    }

    *,
    ::after,
    ::before {
        box-sizing: inherit;
    }

    article,
    footer,
    header,
    main,
    nav,
    section {
        display: block;
    }

    body {
        margin: 0;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    ul {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    ul ul {
        margin-bottom: 0;
    }

    a {
        color: #007bff;
        text-decoration: none;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    img {
        vertical-align: middle;
        border-style: none;
    }

    a {
        -ms-touch-action: manipulation;
        touch-action: manipulation;
    }

    .container {
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }

    @media (min-width:576px) {
        .container {
            max-width: 540px;
        }
    }

    @media (min-width:768px) {
        .container {
            max-width: 720px;
        }
    }

    @media (min-width:992px) {
        .container {
            max-width: 960px;
        }
    }

    @media (min-width:1200px) {
        .container {
            max-width: 1140px;
        }
    }

    .s {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-sm-12 {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    @media (min-width:576px) {
        .col-sm-12 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
    }

    .btn {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        padding: .5rem .75rem;
        font-size: 1rem;
        line-height: 1.25;
        border-radius: .25rem;
        transition: none;
    }

    .btn:focus,
    .btn:hover {
        text-decoration: none;
    }



    .btn:disabled {
        opacity: .65;
    }

    .btn:active {
        background-image: none;
    }

    .titleh {
        text-align: center;
        margin-top: 0px;
        font-size: 39px;
    }

    a:focus {
        box-shadow: none;
        outline: 0;
    }

    body,
    html {
        line-height: 1.6;
    }

    img {
        max-width: 100%;
    }

    *,
    :after,
    :before {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    body,
    html {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    body,
    html {
        font-family: Nunito, sans-serif;
        font-weight: 300;
        font-size: 20px;
        color: #666;
        height: 100%;
        background-color: #fff;
        box-sizing: border-box;
    }

    body {
        overflow-x: hidden;
    }

    a,
    a:focus,
    a:hover {
        text-decoration: none;
    }

    p {
        word-break: break-word;
        margin-bottom: 24px;
    }

    ul {
        margin-left: 20px;
        margin-bottom: 1rem;
    }

    ul li {
        margin-bottom: .5rem;
            font-size: 18px;
    }

    img {
        height: auto;
    }

    .container,
    main[class*=col-] {
        direction: rtl;
        padding-right: 20px;
        padding-left: 20px;
    }

    @media (min-width:1300px) {
        .container {
            max-width: 1200px;
        }
    }

    .s {
        margin-right: -20px;
        margin-left: -20px;
    }

    #wrapper-container {
        overflow-x: hidden;
        width: 100%;
    }

    .site-header .header-inner .wrap-content-header .header-logo img {
        max-width: 100%;
    }

    .site-header,
    .site-header .header-inner .wrap-content-header .main-navigation .menu-lists li {
        position: relative;
    }

    .site-header {
        z-index: 10;
    }

    .site-header .header-inner {
        min-height: 50px;
    }

    .site-header .header-inner .wrap-content-header {
        display: flex;
        align-items: center;
        transition: all .2s;
    }

    .site-header .header-inner .wrap-content-header .header-logo {
        width: 133px;
    }

    .site-header .header-inner .wrap-content-header .header-logo .logo {
        display: inline;
    }

    .site-header .header-inner .wrap-content-header .header-logo .retina-logo,
    .site-header .header-inner .wrap-content-header .header-logo .sticky-logo {
        display: none;
    }

    .site-header .header-inner .wrap-content-header .main-navigation {
        transition: all .2s;
    }

    .site-header .header-inner .wrap-content-header .main-navigation li,
    .site-header .header-inner .wrap-content-header .main-navigation ul {
        list-style-type: none;
        margin: 0;
    }

    .site-header .header-inner .wrap-content-header .main-navigation .menu-lists {
        list-style-type: none;
    }

    .site-header .header-inner .wrap-content-header .main-navigation .menu-lists>li {
        display: inline-block;
    }

    .site-header .header-inner .wrap-content-header .main-navigation .menu-lists>li>a {
        padding: 10px;
        white-space: nowrap;
        transition: all .2s;
    }

    .site-header .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu {
        background: #fff;
        transition: all .2s;
        position: absolute;
        z-index: 100;
        top: 100%;
        left: 0;
        width: 220px;
        visibility: hidden;
        opacity: 0;
    }

    .site-header .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li a {
        transition: all .2s;
        padding: 8px 0;
    }

    .site-header .header-inner .wrap-content-header .main-navigation .menu-lists li:hover>.sub-menu {
        visibility: visible;
        opacity: 1;
    }

    .site-header.sticky-header .element-to-stick {
        transition: all .3s;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation {
        text-align: right;
    }

    .site-header.layout-3 .header-inner {
        background: #fff;
    }

    .site-header.layout-3 .header-inner .wrap-content-header {
        display: flex;
        align-items: center;
        padding-top: 3px;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .header-logo {
        flex-grow: 1;
        flex-basis: 0;
        min-width: 150px;
        margin-left: -20px;
        padding-left: 20px;
        margin-bottom: -20px;
        padding-bottom: 25px;
        background-repeat: no-repeat;
        background-position: left bottom;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists {
        margin-right: -22px;
        margin-left: -22px;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li {
        padding: 45px 15px 22px;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li>a {
        font-weight: 400;
        font-size: 17.5px;
        line-height: 1.5;
        white-space: nowrap;
        display: block;
        padding: 2px 10px;
        position: relative;
        text-transform: none;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li>a .tc-icon {
        font-size: 22px;
        text-align: center;
        line-height: 1;
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li>a::after {
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        bottom: 1px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        transition: all .2s;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li .sub-menu li a {
        font-size: 16px;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:hover>a::after {
        width: calc(100% - 15px);
    }

    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(1) a,
    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(5) a {
        color: #2aaae2;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(1) a::after,
    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(5) a::after {
        background-color: #2aaae2;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(2) a {
        color: #f86a9a;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(2) a::after {
        background-color: #f86a9a;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(3) a {
        color: #43cd66;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(3) .sub-menu li a,
    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(3) .sub-menu li:hover a {
        color: #fff;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(3) a::after {
        background-color: #43cd66;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(3) .sub-menu {
        background: #43cd66;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(3) .sub-menu li:hover {
        background: #2eaf4f;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(4) a {
        color: #f9b001;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(4) .sub-menu li a,
    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(4) .sub-menu li:hover a {
        color: #fff;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(4) a::after {
        background-color: #f9b001;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(4) .sub-menu {
        background: #f9b001;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists#primary-menu>li:nth-child(4) .sub-menu li:hover {
        background: #c68c01;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists li {
        text-align: right;
        position: relative;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu {
        padding: 10px 0;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li {
        padding: 0 25px;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li a {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        color: #fff;
        display: inline-block;
        width: 100%;
        padding: 6px 0;
    }

    @media only screen and (-webkit-min-device-pixel-ratio:1.5),
    only screen and (-moz-min-device-pixel-ratio:1.5),
    only screen and (-o-min-device-pixel-ratio:3 / 2),
    only screen and (min-device-pixel-ratio:1.5) {

        .site-header .header-inner .wrap-content-header .header-logo .logo,
        .site-header .header-inner .wrap-content-header .header-logo .sticky-logo {
            display: none !important;
        }

        .site-header .header-inner .wrap-content-header .header-logo .retina-logo {
            display: inline !important;
        }
    }

    @media (max-width:1199px) {
        .responsive .site-header.layout-3 .header-inner .wrap-content-header .main-navigation .menu-lists>li {
            padding-left: 10px;
            padding-right: 10px;
        }
    }

    @media (max-width:991px) {
        .responsive .site-header .header-inner .wrap-content-header .main-navigation {
            display: none;
        }

        .responsive .site-header.layout-3 .header-inner .wrap-content-header {
            padding-bottom: 5px;
        }

        .responsive .site-header.layout-3 .header-inner .wrap-content-header .header-logo {
            min-width: unset;
            padding-right: 30px;
        }
    }

   


    .site-content {
   
        padding-bottom: 100px;
    }

    @media (max-width:991px) {
        .site-content {
            margin-top: 0px;
        }
    }

    #back-to-top {
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
    }

    #back-to-top {
        width: 60px;
        height: 60px;
        position: fixed;
        bottom: 60px;
        right: 35px;
        cursor: pointer;
        -webkit-transition: all .3s;
        -khtml-transition: all .3s;
        transition: all .3s;
        text-align: center;
        line-height: 60px;
        -webkit-transform: translateY(130px);
        -moz-transform: translateY(130px);
        -ms-transform: translateY(130px);
        -o-transform: translateY(130px);
        z-index: 999;
        background-color: #ff5f2e;
        color: #fff;
    }

    #back-to-top i {
        font-size: 30px;
        line-height: 60px;
    }

    @media (max-width:991px) {
        .responsive .thim-4-col>* {
            width: calc((100% - (2 * 30px))/ 2);
        }
    }

    @media (max-width:767px) {
        .responsive [class*=thim-][class*='-col']>* {
            width: calc((100% - (1 * 30px))/ 1);
        }
    }

    .thim-1-col,
    .thim-4-col {
        display: flex;
        flex-wrap: wrap;
        margin-right: -20px;
        margin-left: -20px;
    }

    .thim-1-col>*,
    .thim-4-col>* {
        margin-right: 20px;
        margin-left: 20px;
    }

    .thim-1-col>* {
        width: calc((100% - (1 * 40px))/ 1);
    }

    .thim-4-col>* {
        width: calc((100% - (4 * 40px))/ 4);
    }

    @media (max-width:991px) {
        .responsive .thim-4-col>* {
            width: calc((100% - (2 * 40px))/ 2);
        }
    }

    @media (max-width:767px) {
        .responsive [class*=thim-][class*='-col']>* {
            width: calc((100% - (1 * 40px))/ 1);
        }
    }

    @media all {
        h1 {
            margin: 40px 0;
            font-size: 40px;
            line-height: 40px;
            font-weight: bold;
            text-shadow: 0px 1px 1px #888;
        }

        a {
            text-decoration: none;
            color: #fff;
            margin: 0 10px;
        }

        .line {
            margin-top: 20px;
        }

        .icon-line {
            width: 128px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            position: relative;
            background: transparent;
            margin-top: 1px;
            margin-bottom: 16px;
            height: auto;
        }

        .icon-line::before {
            content: '';
            display: block;
            height: 2px;
            flex-grow: 1;
            flex-basis: 0;
            background: rgba(249, 106, 154, 0.5);
        }

        .icon-line::after {
            content: '';
            display: block;
            height: 2px;
            flex-grow: 1;
            flex-basis: 0;
            background: rgba(249, 106, 154, 0.5);
        }

        @media print {

            *,
            ::after,
            ::before {
                text-shadow: none !important;
                box-shadow: none !important;
            }

            a,
            a:visited {
                text-decoration: underline;
            }

            img {
                page-break-inside: avoid;
            }

            p {
                orphans: 3;
                widows: 3;
            }
        }

        *,
        ::after,
        ::before {
            box-sizing: inherit;
        }

        article,
        header,
        main {
            display: block;
        }

        h1 {
            margin-top: 0;
            margin-bottom: .5rem;
        }

        p {
            margin-top: 0;
            margin-bottom: 1rem;
        }

        a {
            color: #007bff;
            text-decoration: none;
            background-color: transparent;
            -webkit-text-decoration-skip: objects;
        }

        a:hover {
            color: #0056b3;
            text-decoration: underline;
        }

        img {
            vertical-align: middle;
            border-style: none;
        }

        a {
            -ms-touch-action: manipulation;
            touch-action: manipulation;
        }

        h1 {
            margin-bottom: .5rem;
            font-family: inherit;
            font-weight: 500;
            line-height: 1.1;
            color: inherit;
        }

        h1 {
            font-size: 2.5rem;
        }

        .container {
            margin-right: auto;
            margin-left: auto;
            padding-right: 15px;
            padding-left: 15px;
            width: 100%;
        }

        @media (min-width:576px) {
            .container {
                max-width: 540px;
            }
        }

        @media (min-width:768px) {
            .container {
                max-width: 720px;
            }
        }

        @media (min-width:992px) {
            .container {
                max-width: 960px;
            }
        }

        @media (min-width:1200px) {
            .container {
                max-width: 1140px;
            }
        }

        .s {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
        }

        .col-sm-12 {
            position: relative;
            width: 100%;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
        }

        @media (min-width:576px) {
            .col-sm-12 {
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
            }
        }

        h1 {
            font-style: normal;
        }

        iframe {
            border: none;
        }

        a:focus {
            box-shadow: none;
            outline: 0;
        }

        img {
            max-width: 100%;
        }

        .bl-blog-detail .blog-detail-text .entry-tag-share {
            clear: both;
        }

        *,
        :after,
        :before {
            margin: 0;
            padding: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        a,
        a:focus,
        a:hover {
            text-decoration: none;
        }

        h1 {
            font-weight: 400;
            line-height: 1.3;
            margin-bottom: 18px;
            padding-top: 5px;
        }

        h1 {
            font-size: 2.5rem;
        }

        p {
            word-break: break-word;
            margin-bottom: 24px;
        }

        img {
            height: auto;
        }
.container {
            direction: rtl; text-align: right;}
            
            
            
        .container,
        main[class*=col-] {
            direction: rtl; text-align: right;
            padding-right: 20px;
            padding-left: 20px;
        }

        @media (min-width:1300px) {
            .container {
                max-width: 1200px;
            }
        }

        .s {
            margin-right: -20px;
            margin-left: -20px;
        }

        .site-content {
       
            padding-bottom: 100px;
        }

        @media (max-width:991px) {
            .site-content {
                margin-top: 0px;
            }
        }

        @media (min-width: 1300px) {
            .container {
                width: 1200px;
                padding-right: 20px;
                padding-left: 20px;
            }
        }

        .bottomshare1 {
            display: block;
        }

        .bottomshare {
            display: none;
        }

        @media (max-width: 767px) {
            .bottomshare1 {
                display: none;
            }

            .bottomshare {
                display: block;
            }
        }

        /*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css */
        .fa {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .fa-facebook-square:before {
            content: "\f082";
        }

        .fa-twitter:before {
            content: "\f099";
        }

        .fa-whatsapp:before {
            content: "\f232";
        }

        .fa-telegram:before {
            content: "\f2c6";
        }

        .page-title .main-top {
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: #239ed6;
            position: relative;
        }

        .page-title .main-top .content {
            padding-top: 100px;
            padding-bottom: 38px;
            text-align: center;
        }

        .page-title .main-top .content .wrap-breadcrumb {
            margin-top: 4px;
            margin-bottom: 4px;
        }

        .entry-content {
            margin-bottom: 50px;
        }

        @media (max-width: 991px) {
            .content1 {
                margin-left: 0px;
            }
        }
    }

    @media (min-width: 1300px) {
        .container {
            width: 1200px;
            padding-right: 20px;
            padding-left: 20px;
        }
    }

   


   

    .toggle-menu {
        width: 50px;
        height: 50px;
        display: inline-block;
        position: relative;
        top: 10px;
        float: right;
        z-index: 1000;
    }

    [class*=" icon-"]:before {
        text-decoration: inherit;
        display: inline-block;
        speak: none;
    }

    .icon-tablet:before {
        content: "\f10a";
    }

    .toggle-menu i {
        position: absolute;
        display: block;
        height: 2px;
        background: #0094FC;
        width: 30px;
        left: 0px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .toggle-menu i:nth-child(1) {
        top: 16px;
    }

    .toggle-menu i:nth-child(2) {
        top: 24px;
    }

    .toggle-menu i:nth-child(3) {
        top: 32px;
    }

    .openme {
        display: none;
        position: relative;
    }

    .menu-drawer {
        width: 374px;
        background-color: #fff;
        height: auto;
        position: fixed;
        right: -550px;
        top: 0;
        transition: right linear .2s;
        padding: 50px;
    }

    .menu-drawer li {
        font-family: lato;
        font-weight: bold;
        margin-bottom: 30px;
        font-size: 24px;
        text-align: center;
        display: block;
        margin-top: 30px;
    }
    
   article li {
         /* font-family: lato; */
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 18px;
    /* text-align: center; */
    /* display: block; */
    margin-top: 30px;
    }






    .menu-drawer li a {
        text-decoration: none;
        color: #555;
    }

    .menu-drawer li a:hover {
        color: #0094FC;
    }

    @media (max-width: 991px) {
        .openme {
            display: block;
        }
    }

    @media (max-width: 390px) {
        .btn span.title {
            width: 190px;
        }

        .btn span.left {
            font-size: 22px;
        }
    }

    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .fa-home:before {
        content: "\f015";
    }

    .fa-book:before {
        content: "\f02d";
    }

    .fa-users:before {
        content: "\f0c0";
    }

    .fa-angellist:before {
        content: "\f209";
    }

    .fa-address-book-o:before {
        content: "\f2ba";
    }

    /*! CSS Used fontfaces */
    @font-face {
        font-family: 'FontAwesome';
        src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
        src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    body,
    html {
        font-family: Nunito, sans-serif;
        font-weight: 300;
        font-size: 18px;
        color: #666;
        height: 100%;
        background-color: #fff;
        box-sizing: border-box;
    }

    body {
        overflow-x: hidden;
    }

    .container {
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }

    #wrapper-container {
        overflow-x: hidden;
        width: 100%;
    }

    .site-header .header-inner .wrap-content-header {
        display: flex;
        align-items: center;
        transition: all .2s;
    }

    .site-header.layout-3 .header-inner .wrap-content-header .header-logo {
        flex-grow: 1;
        flex-basis: 0;
        min-width: 150px;
        margin-left: -20px;
        padding-left: 20px;
        margin-bottom: -20px;
        padding-bottom: 25px;
        background-repeat: no-repeat;
        background-position: left bottom;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .site-header.layout-3 .header-inner .wrap-content-header {
        display: flex;
        align-items: center;
        padding-top: 3px;
    }

    .site-header {
        z-index: 10;
    }

    .site-header,
    .site-header .header-inner .wrap-content-header .main-navigation .menu-lists li {
        position: relative;
    }

    article,
    aside,
    dialog,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    nav,
    section {
        display: block;
    }

    *,
    :after,
    :before {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

  

    .site-header.layout-3 .header-inner {
        background: #fff;
    }

    .site-header.sticky-header .element-to-stick {
        transition: all .3s;
    }

    .site-header .header-inner {
        min-height: 50px;
    }

    #position {
        position: sticky;
        bottom: 180px;
        left: 25px;
    }

    .header-logo {
        background-image: url(assets/images/logo-bg-03.png);
    }

    .sunflower {
        position: relative;
        height: 30px;
        width: 30px;
    }

    .head {
        animation: hmove 2s infinite linear;
        height: 50px;
        top: -99px;
        width: 62px;
        position: relative;
        left: 8px;
        transform-origin: 50% -7px;
        user-select: none;
    }

    @font-face {
        .fa-facebook-square:befor {
            font-size: x-large;
        }
    }

    .head .eye {
        background: #43699a;
        border-radius: 10px;
        height: 5px;
        position: absolute;
        top: 30px;
        width: 5px;
    }

    .head .eye#eye-1 {
        left: 17px;
        animation: eye 4s linear infinite normal 0.5s;
    }

    .head .eye#eye-2 {
        right: 17px;
        animation: eye 4s linear infinite normal 0.5s;
    }

    .head .mouth {
        background: #ecf0f1;
        border-radius: 30px;
        bottom: 2px;
        clip: rect(8px, 15px, 16px, 0);
        height: 16px;
        margin-left: -7.5px;
        position: absolute;
        left: 50%;
        width: 15px;
    }

    .petals {
        top: -89px;
        z-index: -1;
        border-radius: 100%;
        display: inline-block;
        background-color: #faaa18;
        height: 50px;
        width: 50px;
        position: absolute;
        animation: petals 2s infinite linear;
        box-shadow: 15px 17px #ffe000,
            -15px 17px #ffe000,
            -22px -7px #ffe000,
            0px -22px #ffe000,
            22px -7px #ffe000;
    }

    .trunk {
        height: 65px;
        width: 5px;
        background: #77b039;
        left: 37px;
        position: absolute;
        z-index: -2;
        top: -53px;
        animation: trunk 2s infinite linear;
    }

    .left-branch {
        background: #77b039;
        height: 35px;
        width: 9px;
        position: absolute;
        left: -12px;
        top: 24px;
        border-radius: 100% 0% 0% 0%;
        -webkit-border-radius: 100% 0% 0% 0%;
        -moz-border-radius: 100% 0% 0% 0%;
        -ms-border-radius: 100% 0% 0% 0%;
        -o-border-radius: 100% 0% 0% 0%;

        transform: rotate(-50deg);
        -webkit-transform: rotate(-50deg);
        -moz-transform: rotate(-50deg);
        -ms-transform: rotate(-50deg);
        -o-transform: rotate(-50deg);
    }

    .right-branch {
        background: #77b039;
        height: 35px;
        width: 9px;
        position: absolute;
        top: 24px;
        left: 10px;
        border-radius: 0% 100% 0% 0%;
        -webkit-border-radius: 0% 100% 0% 0%;
        -moz-border-radius: 0% 100% 0% 0%;
        -ms-border-radius: 0% 100% 0% 0%;
        -o-border-radius: 0% 100% 0% 0%;

        transform: rotate(50deg);
        -webkit-transform: rotate(50deg);
        -moz-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
        -o-transform: rotate(50deg);
    }

    .vase {
        position: absolute;
        top: 7px;
        left: 13px;
        height: 0;
        width: 52px;
        border-top: 45px solid #faaa18;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
    }

    .vase:before,
    .vase:after {
        content: '';
        position: absolute;
        background: #faa118;
    }

    .vase:before {
        background: #f9a018;
        width: 58px;
        height: 20px;
        top: -50px;
        left: -10px;
        position: absolute;
        box-shadow: 0 5px 10px -9px black;
        -moz-transform: 0 5px 10px -9px black;
        -ms-transform: 0 5px 10px -9px black;
        -o-transform: 0 5px 10px -9px black;
    }

    @keyframes petals {
        0% {
            transform: rotate(0);
            left: 10px;
        }

        25% {
            left: 20px;
        }

        50% {
            left: 10px;
        }

        75% {
            left: 20px;
        }

        100% {
            transform: rotate(360deg);
            left: 10px;
        }
    }

    @keyframes hmove {
        0% {
            left: 5px;
        }

        25% {
            left: 15px;
        }

        50% {
            left: 5px;
        }

        75% {
            left: 15px;
        }

        100% {
            left: 5px;
        }
    }

    @keyframes eye {
        from {}

        79% {
            height: 5px;
        }

        80% {
            height: 0px;
        }

        85% {
            height: 5px;
        }

        to {
            height: 5px;
        }
    }

    @keyframes trunk {
        0% {
            left: 34px;
            transform: rotate(-5deg);
        }

        25% {
            left: 40px;
            transform: rotate(5deg);
        }

        50% {
            left: 34px;
            transform: rotate(-5deg);
        }

        75% {
            left: 40px;
            transform: rotate(5deg);
        }

        100% {
            left: 34px;
            transform: rotate(-5deg);
        }
    }

    .toggle-menu active {
        position: fixed;
    }

 

    .toggle-menu {
        width: 50px;
        height: 50px;
        display: inline-block;
        position: relative;
        top: 10px;
        float: right;
        z-index: 1000;
    }

    [class*=" icon-"]:before {
        text-decoration: inherit;
        display: inline-block;
        speak: none;
    }

    .icon-tablet:before {
        content: "\f10a";
    }

    .toggle-menu i {
        position: absolute;
        display: block;
        height: 2px;
        background: #0094FC;
        width: 30px;
        left: 0px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .toggle-menu i:nth-child(1) {
        top: 16px;
    }

    .toggle-menu i:nth-child(2) {
        top: 24px;
    }

    .toggle-menu i:nth-child(3) {
        top: 32px;
    }

    .toggle-menu.active i:nth-child(1) {
        top: 25px;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(0deg);
    }

    .toggle-menu.active i:nth-child(2) {
        background: transparent;
    }

    .toggle-menu.active i:nth-child(3) {
        top: 25px;
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-0deg);
    }

    .openme {
        display: none;
        position: relative;
    }

    .menu-drawer {
        width: 374px;
        background-color: #fff;
        height: auto;
        position: fixed;
        right: -550px;
        top: 0;
        transition: right linear .2s;
        padding: 50px;
    }

    .open {
        right: 0px;
        transition: right linear .2s;
    }

    @media (max-width: 991px) {
        .openme {
            display: block;
        }

        @media (max-width: 390px) {
            .btn span.title {
                width: 190px;
            }

            .btn span.left {
                font-size: large;
            }

            @media all {
                a {
                    text-decoration: none;
                    color: #fff;
                    margin: 0 10px;
                }

                .bl-blog-detail .blog-detail-text .link-share .link-share-inner .share .socials .twitter:hover {
                    background: #ffffff;
                    border-color: #d6d6d6;
                    color: rgb(29, 161, 242);
                }

                .bl-blog-detail .blog-detail-text .link-share .link-share-inner .share .socials .facebook:hover {
                    background: #ffffff;
                    border-color: #d6d6d6;
                    color: #3e5b99;
                }

                .bl-blog-detail .blog-detail-text .link-share .link-share-inner .share .socials .whatsapp:hover {
                    background: #03c100;
                    border-color: #d6d6d6;
                    color: #ffffff;
                }

                .bl-blog-detail .blog-detail-text .link-share .link-share-inner .share .socials .telegram:hover {
                    background: #ffffff;
                    border-color: #d6d6d6;
                    color: #2ca5e0;
                }

                .line {
                    margin-top: 20px;
                }

                .icon-line {
                    width: 128px;
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    align-items: center;
                    position: relative;
                    background: transparent;
                    margin-top: 1px;
                    margin-bottom: 16px;
                    height: auto;
                }

                .icon-line::before {
                    content: '';
                    display: block;
                    height: 2px;
                    flex-grow: 1;
                    flex-basis: 0;
                    background: rgba(249, 106, 154, 0.5);
                }

                .icon-line::after {
                    content: '';
                    display: block;
                    height: 2px;
                    flex-grow: 1;
                    flex-basis: 0;
                    background: rgba(249, 106, 154, 0.5);
                }

                @media print {

                    *,
                    ::after,
                    ::before {
                        text-shadow: none !important;
                        box-shadow: none !important;
                    }

                    a,
                    a:visited {
                        text-decoration: underline;
                    }

                    img {
                        page-break-inside: avoid;
                    }

                    p {
                        orphans: 3;
                        widows: 3;
                    }
                }

                *,
                ::after,
                ::before {
                    box-sizing: inherit;
                }

                article,
                header,
                main {
                    display: block;
                }

                p {
                    margin-top: 0;
                    margin-bottom: 1rem;
                }

                a {
                    color: #007bff;
                    text-decoration: none;
                    background-color: transparent;
                    -webkit-text-decoration-skip: objects;
                }

                a:hover {
                    color: #0056b3;
                    text-decoration: underline;
                }

                img {
                    vertical-align: middle;
                    border-style: none;
                }

                a {
                    -ms-touch-action: manipulation;
                    touch-action: manipulation;
                }

                .s {
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    margin-right: -15px;
                    margin-left: -15px;
                }

                .col-sm-12 {
                    position: relative;
                    width: 100%;
                    min-height: 1px;
                    padding-right: 15px;
                    padding-left: 15px;
                }

                @media (min-width:576px) {
                    .col-sm-12 {
                        -ms-flex: 0 0 100%;
                        flex: 0 0 100%;
                        max-width: 100%;
                    }
                }

                a:focus {
                    box-shadow: none;
                    outline: 0;
                }

                img {
                    max-width: 100%;
                }

                *,
                :after,
                :before {
                    margin: 0;
                    padding: 0;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                }

                a,
                a:focus,
                a:hover {
                    text-decoration: none;
                }

                p {
                    word-break: break-word;
                    margin-bottom: 24px;
                }

                img {
                    height: auto;
                }

                main[class*=col-] {
                    padding-right: 20px;
                    padding-left: 20px;
                }

                .s {
                    margin-right: -20px;
                    margin-left: -20px;
                }

                @media all {
                    h1 {
                        margin: 40px 0;
                        font-size: 40px;
                        line-height: 40px;
                        font-weight: bold;
                        text-shadow: 0px 1px 1px #888;
                    }

                    a {
                        text-decoration: none;
                        color: #fff;
                        margin: 0 10px;
                    }

                    .line {
                        margin-top: 20px;
                    }

                    .icon-line {
                        width: 128px;
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: space-between;
                        align-items: center;
                        position: relative;
                        background: transparent;
                        margin-top: 1px;
                        margin-bottom: 16px;
                        height: auto;
                    }

                    .icon-line::before {
                        content: '';
                        display: block;
                        height: 2px;
                        flex-grow: 1;
                        flex-basis: 0;
                        background: rgba(249, 106, 154, 0.5);
                    }

                    .icon-line::after {
                        content: '';
                        display: block;
                        height: 2px;
                        flex-grow: 1;
                        flex-basis: 0;
                        background: rgba(249, 106, 154, 0.5);
                    }

                    @media print {

                        *,
                        ::after,
                        ::before {
                            text-shadow: none !important;
                            box-shadow: none !important;
                        }

                        a,
                        a:visited {
                            text-decoration: underline;
                        }

                        img {
                            page-break-inside: avoid;
                        }

                        p {
                            orphans: 3;
                            widows: 3;
                        }
                    }

                    *,
                    ::after,
                    ::before {
                        box-sizing: inherit;
                    }

                    article,
                    header,
                    main {
                        display: block;
                    }

                    h1 {
                        margin-top: 0;
                        margin-bottom: .5rem;
                    }

                    p {
                        margin-top: 0;
                        margin-bottom: 1rem;
                    }

                    a {
                        color: #007bff;
                        text-decoration: none;
                        background-color: transparent;
                        -webkit-text-decoration-skip: objects;
                    }

                    a:hover {
                        color: #0056b3;
                        text-decoration: underline;
                    }

                    img {
                        vertical-align: middle;
                        border-style: none;
                    }

                    a {
                        -ms-touch-action: manipulation;
                        touch-action: manipulation;
                    }

                    h1 {
                        margin-bottom: .5rem;
                        font-family: inherit;
                        font-weight: 500;
                        line-height: 1.1;
                        color: inherit;
                    }

                    h1 {
                        font-size: 2.5rem;
                    }

                    .s {
                        display: -ms-flexbox;
                        display: flex;
                        -ms-flex-wrap: wrap;
                        flex-wrap: wrap;
                        margin-right: -15px;
                        margin-left: -15px;
                    }

                    .col-sm-12 {
                        position: relative;
                        width: 100%;
                        min-height: 1px;
                        padding-right: 15px;
                        padding-left: 15px;
                    }

                    @media (min-width:576px) {
                        .col-sm-12 {
                            -ms-flex: 0 0 100%;
                            flex: 0 0 100%;
                            max-width: 100%;
                        }
                    }

                    h1 {
                        font-style: normal;
                    }

                    iframe {
                        border: none;
                    }

                    a:focus {
                        box-shadow: none;
                        outline: 0;
                    }

                    img {
                        max-width: 100%;
                    }

                    .bl-blog-detail .blog-detail-text .entry-tag-share {
                        clear: both;
                    }

                    *,
                    :after,
                    :before {
                        margin: 0;
                        padding: 0;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                    }

                    a,
                    a:focus,
                    a:hover {
                        text-decoration: none;
                    }

                    h1 {
                        font-weight: 400;
                        line-height: 1.3;
                        margin-bottom: 18px;
                        padding-top: 5px;
                    }

                    h1 {
                        font-size: 2.5rem;
                    }

                    p {
                        word-break: break-word;
                        margin-bottom: 24px;
                    }

                    img {
                        height: auto;
                    }

                    main[class*=col-] {
                        padding-right: 20px;
                        padding-left: 20px;
                    }

                    .s {
                        margin-right: -20px;
                        margin-left: -20px;
                    }

                    .bl-blog-detail {
                        margin-bottom: 72px;
                    }

                    .bl-blog-detail .blog-detail-header {
                        text-align: center;
                        margin-bottom: 23px;
                    }

                    .bl-blog-detail .blog-detail-header .title {
                        font-weight: 400;
                        font-size: 34px;
                        line-height: 1.1;
                  
                        word-break: break-word;
                      margin-bottom: 4px;
                    }

                    .bl-blog-detail .blog-detail-header .line {
                        display: inline-block;
               
                    }

                    .bl-blog-detail .blog-detail-header .line::after {
                        align-items: flex-end;
                    }

                    .bl-blog-detail .blog-detail-header .line::before {
                        align-items: flex-start;
                        transform: translateX(10px);
                    }

                    .bl-blog-detail .blog-detail-header .line img {
                        max-width: 100%;
                    }

                    .bl-blog-detail .blog-detail-text {
                        text-align: right;
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: space-between;
                        align-items: flex-start;
                    }

                    .bl-blog-detail .blog-detail-text a {
                        color: #000000;
                    }

                    .bl-blog-detail .blog-detail-text a:hover {
                        color: #000000;
                    }

                    .bl-blog-detail .blog-detail-text .link-share {
                        width: 80px;
                    }

                    .bl-blog-detail .blog-detail-text .link-share .link-share-inner {
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: flex-start;
                    }

                    .bl-blog-detail .blog-detail-text .link-share .link-share-inner .share {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                    }

                    .bl-blog-detail .blog-detail-text .link-share .link-share-inner .share .namefield {
                        font-weight: 400;
                        font-size: 16px;
                        line-height: 1.375;
                        color: #239ed6;
                        text-transform: uppercase;
                        text-align: center;
                        margin-bottom: 14px;
                    }

                    .bl-blog-detail .blog-detail-text .link-share .link-share-inner .share .socials {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                    }

                    .bl-blog-detail .blog-detail-text .link-share .link-share-inner .share .socials .item-social {
                        font-size: 24px;
                        line-height: 1;
                        color: #bfbfbf;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 45px;
                        height: 45px;
                        border-radius: 50%;
                        border: 1px solid #e9e9e9;
                        margin-bottom: 15px;
                        transition: all .2s;
                    }

                    .bl-blog-detail .blog-detail-text .link-share .link-share-inner .share .socials .item-social:last-child {
                        margin-bottom: 0;
                    }

                    .bl-blog-detail .blog-detail-text .content-blog {
                        width: calc(100% - 80px);
                    }

                    .bl-blog-detail .blog-detail-text .content-blog>p {
                        font-weight: 300;
                        font-size: 16px;
                        line-height: 1.5;
                        color: #797979;
                        word-break: break-word;
                        margin-bottom: 15px;
                    }

                    .bl-blog-detail .blog-detail-text .content-blog .navigate-blog {
                        border-top: 1px solid #e6e6e6;
                        border-bottom: 1px solid #e6e6e6;
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: center;
                        align-items: stretch;
                        position: relative;
                        overflow: hidden;
                        margin-bottom: 52px;
                    }

                    .bl-blog-detail .blog-detail-text .content-blog .navigate-blog::before {
                        content: '';
                        order: 2;
                        display: block;
                        min-width: 1px;
                        min-height: 1px;
                        background: #e6e6e6;
                        margin-right: -2px;
                        margin-left: -2px;
                    }

                    .bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item {
                        flex-basis: 0;
                        flex-grow: 1;
                        display: flex;
                        align-items: center;
                        padding: 20px 0;
                    }

                    .bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item .navi-arrow {
                        font-size: 30px;
                        line-height: 1;
                        color: #ff5f2e;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 50px;
                        height: 50px;
                        min-width: 50px;
                        transition: all .2s;
                    }

                    .bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item .navi-arrow:hover {
                        color: #239ed6;
                    }

                    .bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item .navi-title {
                        flex-grow: 1;
                        font-family: Sniglet;
                        font-weight: 400;
                        font-size: 18px;
                        line-height: 1.444444;
                        color: #239ed6;
                        word-break: break-word;
                    }

                    .bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item .navi-title a {
                        color: #239ed6;
                        transition: all .2s;
                        word-break: break-word;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        max-height: 48px;
                    }

                    .bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item .navi-title a:hover {
                        color: #ff5f2e;
                    }

                    .bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item.prev-blog {
                        order: 1;
                        text-align: right;
                        padding-right: 30px;
                    }

                    .bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item.prev-blog .navi-title {
                        padding-left: 10px;
                    }

                    .bl-blog-detail.have-no-thumbnail {
                        display: flex;
                        flex-direction: column;
                        align-items: stretch;
                    }

                    @media (max-width:767px) {
                        .responsive .bl-blog-detail .blog-detail-text .link-share {
                            width: 100%;
                            margin-bottom: 10px;
                        }

                        .responsive .bl-blog-detail .blog-detail-text .link-share .link-share-inner .share {
                            flex-direction: row;
                            align-items: flex-start;
                            justify-content: flex-start;
                        }

                        .responsive .bl-blog-detail .blog-detail-text .link-share .link-share-inner .share .namefield {
                            margin-top: 15px;
                            margin-bottom: 15px;
                            margin-right: 7px;
                        }

                        .responsive .bl-blog-detail .blog-detail-text .link-share .link-share-inner .share .socials {
                            flex-wrap: wrap;
                            flex-direction: row;
                            justify-content: flex-start;
                        }

                        .responsive .bl-blog-detail .blog-detail-text .link-share .link-share-inner .share .socials .item-social {
                            width: 39px;
                            height: 39px;
                            font-size: 23px;
                            margin: 7px;
                        }

                        .responsive .bl-blog-detail .blog-detail-text .content-blog {
                            width: 100%;
                        }
                    }

                    @media (max-width:575px) {
                        .responsive .bl-blog-detail .blog-detail-text .content-blog .navigate-blog {
                            flex-direction: column;
                        }

                        .responsive .bl-blog-detail .blog-detail-text .content-blog .navigate-blog::before {
                            margin: 0;
                        }

                        .responsive .bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item {
                            flex-basis: unset;
                            padding-top: 10px;
                            padding-bottom: 10px;
                        }

                        .responsive .bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item .navi-arrow {
                            font-size: 25px;
                            width: 20px;
                            min-width: 20px;
                        }

                        .responsive .bl-blog-detail .blog-detail-text .content-blog .navigate-blog .navi-item .navi-title {
                            font-size: 16px;
                        }
                    }
                }

                .bottomshare1 {
                    display: block;
                }

                .bottomshare {
                    display: none;
                }

                @media (max-width: 767px) {
                    .bottomshare1 {
                        display: none;
                    }

                    .bottomshare {
                        display: block;
                    }
                }

                .fa {
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

                .fa-facebook-square:before {
                    content: "\f082";
                }

                .fa-twitter:before {
                    content: "\f099";
                }

                .fa-whatsapp:before {
                    content: "\f232";
                }

                .fa-telegram:before {
                    content: "\f2c6";
                }
            }

            .fa {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

            article,
            header,
            main {
                display: block;
            }

            *,
            :after,
            :before {
                margin: 0;
                padding: 0;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

            .bottomshare1 {
                display: block;
            }

            .bottomshare {
                display: none;
            }

            @media (max-width: 767px) {
                .bottomshare1 {
                    display: none;
                }

                .bottomshare {
                    display: block;
                }
            }

            @media (max-width: 991px) {
                .openme {
                    display: block;
                }
            }

            @media (max-width: 390px) {
                .btn span.title {
                    width: 190px;
                }

                .btn span.left {
                    font-size: large;
                }


            }