/*
    Theme Name: Tips Life
    Theme URI: https://www.facebook.com/huydev9x
    Author: HuyDev
    Author URI: https://www.facebook.com/huydev9x
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i&display=swap&subset=vietnamese');
@import "css/font-face.css";
@media screen{
    * {
        margin: 0px;
        padding: 0px;
    }
    a:link{
        text-decoration:none;
    }
    a:focus{
        outline: none;
    }
    img{
        display: block;
        padding: 0px;
        outline: none;
        border: none;
    }
    ul{
        list-style:none;
    }
    h1{
        margin: 0px;
        padding: 0px;
    }
    body{
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        color: #333;
        background-color: #f5f5f5;
    }
    body.body-padding{
        padding-top: 70px;
    }
    body.logged-in.body-padding{
        padding-top: 70px;
    }
    .container{
        width: 1136px;
        margin:0 auto;
        position: relative;
    }
    .block-content-flex{
        display:flex;
        flex-flow:row wrap;
    }

    /*
    * HEADER.
    */
    /* Header top */
    /*.header-fixed{
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 10000;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    }
    .logged-in .header-fixed{
        top: 32px;
    }*/
    .header{
        background-color: #fff;
        box-shadow: 0 16px 64px rgb(0 0 0 / 5%);
    }
    
    .header .container{
        height: 105px;
        line-height: 105px;
        
    }
    .logo{
        margin: 0px;
        padding: 0px;
        height: 30px;
        margin-top: 33px;
    }
    .header-fixed .logo{
        height: 32px;
        margin-top: 16px;
    }
    .logo a{
        display: block;
        height: 100%;
    }
    .logo a img{
        height: 100%;
    }
    /**/
    .close-nav{
        display: none;
    }
    .icon-show-nav{
        display: none;
        color: #333;
        position: absolute;
        font-size: 20px;
        top: -13px;
        cursor: pointer;
    }
    .icon-search{
        display: none;
        color: #fff;
        position: absolute;
        right: 0px;
        font-size: 22px;
        cursor: pointer;
    }
    .header-fixed .collap-main-nav{
        margin-top: 12px;
    }
    .main-nav-inner>ul>li{
        float: left;
        position: relative;
    }
    .main-nav-inner>ul>li:nth-child(n+2){
        margin-left: 1px;
    }
    .main-nav-inner>ul>li a{
        display: block;
        color: #b1b1b1;
        font-size: 16px;
    }
    .main-nav-inner>ul>li>a{
        position: relative;
        padding: 0 20px;
        z-index: 10000;
    }
    .main-nav-inner>ul>li>a i{
        position: absolute;
        top: 23px;
        left: 15px;
        color: #4D9BB4;
        font-size: 22px;
    }
    .main-nav-inner>ul>li:hover>a,
    .main-nav-inner>ul>li>a:hover,
    .main-nav-inner>ul>li.current-menu-item>a{
       color: #000;
    }
    .main-nav-inner>ul>li ul{
        position: absolute;
        top: calc(100% + 10px);
        left: 0px;
        min-width: 200px;
        line-height: 45px;
        z-index: 1000;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        border-bottom: 1px solid #31bdf1;
        opacity: 0;
        visibility: hidden;
        transition: all ease-in-out .2s;
    }
    .main-nav-inner>ul>li:hover ul{
        opacity: 1;
        visibility: visible;
        top: 100%;
        transition: all ease-in-out .3s;
    }
    .main-nav-inner>ul>li ul li:nth-child(n+2){
        border-top: 1px solid #eee;
    }
    .main-nav-inner>ul>li ul li a{
        display: block;
        color: #333;
        white-space: nowrap;
        padding: 0 15px;
        text-transform: none;
    }
    .main-nav-inner>ul>li ul li a:hover{
        color: #00A6ED;
    }
    /**/
    .search-form{
        position: relative;
        height: 32px;
        line-height: 32px;
        margin-top: 35px;
        position: relative;
        margin-left: 20px;
        box-shadow: 1px 1px 5px rgb(0 0 0 / 5%);
    }
    .search-input{
        width: 100%;
        height: 100%;
        outline: none;
        padding: 0 10px;
        border-radius: 3px;
        border: 1px solid #eee;
        font-size: 12px;
        background-color: #fdfdfd;
    }
    .search-submit{
        position: absolute;
        top: 0px;
        right: 0px;
        width: 32px;
        line-height: 34px;
        height: 100%;
        border: none;
        outline: none;
        background-color: transparent;
        border-radius: 0 3px 3px 0;
    }
    .close-search{
        display: none;
    }
    .block-item-head{
        margin-bottom: 15px;
    }
    /**/
    /**/
    

    /*
    * FOOTER.
    */
    .footer{
        background-color: #fff;
        box-shadow: 0 16px 64px rgb(0 0 0 / 5%);
    }
    .footer .container{
        padding: 30px 0;
        padding-bottom: 20px;
        color: #333;
    }
    .footer-logo{
        height: 32px;
    }
    .footer-logo a{
        height: 100%;
        display: block;
    }
    .footer-logo a img{
        height: 100%;
    }
    .footer-nav ul{
        overflow: hidden;
    }
    .footer-nav ul li{
        float: left;
        position: relative;
    }
    .footer-nav li:nth-child(n+2){
        margin-left: 10px;
        padding-left: 16px;
    }
    .footer-nav li:nth-child(n+2):before{
        position: absolute;
        content: '/';
        top: 0px;
        left: 0px;
        color: #666;
    }
    .footer-nav li a{
        position: relative;
        display: block;
        color: #a7a7a7;
    }
    .copyright{
        margin-top: 15px;
        color:#757575;
    }
    .copyright p:nth-child(n+2){
        margin-top: 5px;
    }
    /**/
    .icon-back-top{
        position: fixed;
        right: 20px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 3px;
        text-align: center;
        font-family: Arial;
        color: #fff;
        font-size: 23px;
        font-weight: 300;
        opacity: 0;
        visibility: hidden;
        bottom: 0px;
        cursor: pointer;
        z-index: 20000;
        background-color: #f90;
        border: 1px solid #fff;
        transition: all ease-in-out .3s;
    }
    .icon-back-top:hover{
        background-color: #f90;
    }
    .icon-back-top-active{
        opacity: 1;
        visibility: visible;
        bottom: 20px;
    }
    .thumb-cover{
        position: relative;
        overflow: hidden;
    }
    .thumb-cover img{
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    .thumb-zoom img{
       transition: all ease-in-out .3s;
    }
    .app-item-top:hover .thumb-zoom img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .main-wrap{
        padding: 50px 0px;
    }
    .app-item{
        width: calc((100% - 75px) / 4);
        margin-right: 25px;
        position: relative;
        background-color: #fff;
        padding: 10px;
    }
    .app-item:nth-child(4n+4){
        float: right;
        margin-right: 0px;
    }
    .app-item:nth-child(n+1){
        margin-top: 30px;
    }
    .app-item-top{
        width: 100%;
        height: 150px;
        line-height: 150px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .app-item:nth-child(5n+1) .app-item-top{
        background-image: linear-gradient(to right,#68d07f 0%,#5ac099 50%,#5ac099 100%);
    }
    .app-item:nth-child(5n+2) .app-item-top{
       background-image: linear-gradient(to right,#f9625f 0%,#fd7675 50%,#ff8685 100%);
    }
    .app-item:nth-child(5n+3) .app-item-top{
       background-image: linear-gradient(to right,#a7cdff 0%,#95bcef 50%,#4290f5 100%);
    }
    .app-item:nth-child(5n+4) .app-item-top{
       background-image: linear-gradient(to right,#ffd4a8 0%,#ffce9d 20%,#ff8001 100%);
    }
    .app-item:nth-child(5n+5) .app-item-top{
       background-image: linear-gradient(to right,#c583ed 0%,#b56be2 100%);
    }
    .app-item-thumb{
        height: 120px;
        width: 120px;
        display: block;
        text-align: center;
    }
    .app-item-title{
        text-align: center;
        
    }
    .app-item-title a{
        margin: 15px 0px;
        color: #000;
        font-size: 20px;
        display: block;
    }
    .app-item-des{
        font-size: 14px;
        color: #333;
        display: block;
        padding-bottom: 50px;
    }
    .app-item-btn{
        position: absolute;
        bottom: 10px;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        border: 1px solid#e8e8e8;
        width: calc(100% - 20px);
        text-align: center;
        color: #333;
        font-weight: 500px;
        border-radius: 40px;
    }
    .app-item-btn i{
        font-size: 16px;
        margin-left: 10px;
        color: #FF8306;
    }
    .app-item-btn:hover,
    .app-item-btn:hover i{
        transition: all ease-in-out .2s;
        background-color: #FF8306;
        color: #fff;
    }
    .pagination{
        text-align: center;

    }
    .pagination span, .pagination a {
        display: inline-block;
        margin-right: 10px;
        margin-top: 25px;
        height: 35px;
        line-height: 35px;
        padding: 0 14px;
        color: #333;
        border: 1px solid #e8e8e8;
        background-color: #fff;
        border-radius: 5px;
    }
    .pagination a:hover, .pagination .current {
        color: #fff;
        background-color: #FF8306;
        border: 1px solid #FF8306;
    }
    .new-item{
        width: calc((100% - 80px) / 5);
        margin-right: 20px;
        background-color: #fff;
        padding: 7px;
    }
    .new-item:nth-child(5n+5){
        float: right;
        margin-right: 0px;
    }
    .new-item:nth-child(n+1){
        margin-top: 30px;
    }
    .new-item-thumb{
        color: #333;
        display: block;
        height: 150px;
    }
    .new-item-info{
        padding: 10px 0px;
    }
    .new-item-title{
        font-size: 16px;
    }
    .new-item-title a{
        display: block;
        color: #333;
    }
    .new-item-title a:hover{
        text-decoration: underline;
    }
    /*
    * SINGLE APP.
    */
    .single-new{
        background-color: #fff;
    }
    .single-post{
        background-color: #fff;
    }
    .primary{
        width: 770px;
    }
    .single-app-info{
        background-color: #fff;
        box-shadow:0px 16px 64px rgb(0 0 0 / 5%) ;
        padding: 10px 10px;
    }
    .single-appp-info-thumb{
        width: 70px;
        height: 70px;
        display: block;
        float: left;
    }
    .single-app-info-left{
        margin-left: 90px;
        color: #333;
    }
    .single-title{
        font-size: 23px;
        color: #333;
    }
    .single-app-info-adr{
        margin-top: 15px;
    }
    .single-app-info-adr i{
        font-size: 20px;
        margin-left: 5px;
        color: #f90;
    }
    .sidebar{
        width: calc(100% - 800px);
        background-color: #fff;
        box-shadow: 0px 16px 64px rgb(0 0 0 / 5%);
    }
    .block-sidebar{
        margin-top: 15px;
        padding: 10px;
    }
    .block-item-title{
        font-size: 20px;
        font-weight: 700;
        display: inline-block;
        position: relative;
        color: #333;
    }
    .block-item-title:before{
        position: absolute;
        content: '';
        height: 1px;
        width: 80px;
        background-color: #f90;
        bottom: -4px;
    }
    .sidebar-item{
        margin-top: 25px;
    }
    .sidebar-item-thumb{
        border-radius: 5px;
        height: 60px;
        width: 60px;
        float: left;
        display: block;
    }
    .sidebar-item-info{
        margin-left: 65px;
    }
    .sidebar-item-title{
        font-size: 14px;
    }
    .sidebar-item-title a{
        display: inline-block;
        color: #333;
    }
    .sidebar-item-des{
        font-size: 13px;
        color: #333;
    }
    .sub-wrap .container{
        padding: 20px 0;
        padding-bottom: 35px;
    }
    .block-breadcumb{
        font-size: 13px;
        margin-bottom: 20px;
    }
    .block-breadcumb a{
        color: #333;
        padding: 0 5px;
    }
    .block-breadcumb>span>span>a{
        padding-left: 0px;
    }
    .block-breadcumb span.breadcrumb_last{
        padding-left: 5px;
    }
    .single-app-info{
        position: relative;
        overflow: hidden;
        color: #fff;
    }
    .single-app-info-bg{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        -webkit-filter: blur(8px);
        filter: blur(8px);
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        z-index: 10;
    }
    .single-app-info-inner{
        position: relative;
        z-index: 100;
    }
    .single-app-thumb{
        width: 120px;
        overflow: hidden;
        border-radius: 25px !important;
    }
    .single-app-thumb img{
        width: 100%;
    }
    .single-app-info-right{
        margin-left: 0px;
    }
    .single-app-title{
        font-size: 25px;
        line-height: 1.5;
        font-weight: 700;
        color: #333;
    }
    .single-app-title i{
        color: #00D49F;
        font-size: 18px;
    }
    .single-app-tax{
        margin-top: 5px;
    }
    .single-app-tax a{
        color: #fff;
    }
    .single-app-star .kk-star-ratings{
        justify-content: left;
        font-size: 16px !important
    }
    .single-app-star .kksr-legend{
        padding-top: 5px !important;
        font-size: 14px !important;
    }
    .single-app-btn{
        margin-top: 15px;
        border-bottom: 1px solid#ddd;
        border-top: 1px solid#ddd;
    }
    .single-app-btn-top{
        padding:8px 16px;
        border-bottom: 1px solid#ddd;
    }
    .single-app-btn-top-thumb{
        height: 38px;
        width: 38px;
        display: block;
    }
    .single-app-btn-info{
       font-size: 16px;
        line-height: 1.5;
        color: #333;
        margin-left: 5px;
    }
    .single-app-btn-mid{
        border-bottom: 1px solid#ddd;
        padding: 8px 0px;
        align-items: center;
       text-align: center;
    }
    .single-app-btn-mid a{
        height: 50px;
        line-height: 50px;
        color: #fff;
        background-color: #00d49f;
        padding: 0 30px;
        display: inline-block;
        text-align: center;
    }
    .single-app-btn-mid a i{
        margin-left: 5px;
    }
    .single-app-btn-veri{
        margin-left: 15px;
        font-size: 15px;
        color: #fff;
    }
    .single-app-btn-bottom{
        padding: 15px 20px;
    }
    .single-app-btn-item{
        width: calc(100% / 2);
    }
    .single-app-btn-item:nth-child(2n+2){
        margin-right: 0;
        float: right;
    }
    .single-app-btn-item:nth-child(n+3){
        margin-top: 15px;
    }
    .single-app-btn-item span:nth-child(n+2){
        margin-left: 5px;
    }
    .single-app-btn-item a{
        font-size: 16px;
        color: #00D49F;
        margin-left: 5px;
    }
    .btn-rating i{
        color: #FFA200;
    }
    .btn-rating i.star-bold {
        font-weight: 700;
        color: #FFA200;
    }

    /**/
    .box-ads-top{
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .box-ads-bottom{
        margin-top: 20px;
    }
    .box-ads-top-dl{
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .single-link-download{
        margin-top: 15px;
    }
    .single-link-download{
        font-size: 18px;
        font-weight: 400;
        color: #000;
    }
    .single-link-download a{
        font-size: 15px;
        color: #f90;
    }
    .box-dl-wrap {
        border: 1px solid #e8e8e8;
        border-top: 2px solid #ff9900;
        margin-top: 20px;
        box-shadow: 0px 16px 64px rgb(0 0 0 / 10%);
    }
    .popup-single-download{
        padding: 20px;
        box-shadow: 0px 16px 64px rgb(0 0 0 / 5%);
    }
    .single-title-sub{
        font-size: 20px;
        font-weight: 600;
        display: inline-block;
        margin-left: 5px;
        padding-top: 20px;
    }
    .popup-single-download-left{
        display: inline-block;
    }
    .popup-single-download-right a{
        display: inline-block;
        margin-top: 11px;
        height: 50px;
        line-height: 50px;
        color: #333;
        font-weight: 700;
        font-size: 20px;
        background-color: #f90;
        padding: 0 20px;
        border-radius: 5px;
    }
    .popup-download{
        text-align: center;
        padding: 0px 30px;
    }
    .popup-download-title{
        text-align: center;
        display: block;
        font-size: 20px;
        font-weight: 600;
        color: #000;
    }
    .popup-download-content{
        margin-top: 30px;
        text-align: center;
    }
    .popup-download-item{
        height: 150px;
        width: 115px;
        font-size: 60px;
        background-color: #f5f5f5;
        padding: 20px;
        border-radius: 9px;
        border: 1px solid #dcdcdc;
        display: inline-block;
        transition: all 0.3s ease;
        padding-top: 40px;
        align-items: center;
        text-align: center;
    }
    .popup-download-item i{
        color: #2EAC6D;
    }
    .popup-download-item:nth-child(2){
        margin-left: 40px;
    }
    .popup-download-item:hover{
        background-color: #fff;
    }
    /**/
    .block-sub-item-head{
        position: relative;
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 8px;
        border-bottom: 1px solid #eee;
    }
    .block-sub-item-head:after{
        position: absolute;
        content: '';
        width: 50px;
        height: 1px;
        background-color: #2069bb;
        left: 0px;
        bottom: -1px;
    }
    .block-sub-item-head span{
    }
    .block-sub-item-content{
        margin-top: 20px;
    }
    .single-content-wrap{
        background-color: #fff;
    }
    .single-content{
        line-height: 25px;
    }
    .single-content p{
        padding: 8px 0;
    }
    .single-content p:first-child{
        padding-top: 0px;
    }
    .single-content p:last-child{
        padding-bottom: 0px;
    }
    .single-content table,
    .single-pro-des table{
        width: 100% !important;
        margin: 8px 0;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }
    .single-pro-des table{
        margin: 0px;
        margin-top: 15px;
        background-color: #fff;
    }
    /*.single-content table tr:nth-child(odd),
    .single-pro-des table tr:nth-child(odd){
        background-color: #f9f9f9;
    }*/
    .single-content table tr td,
    .single-pro-des table tr td{
        padding: 10px 15px;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .single-content table tr td[colspan="3"]{
        color: #fff;
        background-color: #518aaa;
        letter-spacing: 1px;
    }
    .single-content a{
        color: #00A6ED;
    }
    .single-content a:hover{
        text-decoration: underline;
    }
    .single-content img{
        /*width: auto !important;*/
        max-width: 100%;
        height: auto !important;
        display: inline-block !important;
        margin: 0 auto;
    }
    .single-content h2{
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        padding: 8px 0;
    }
    .single-content h3{
        padding: 8px 0;
        line-height: 25px;
    }
    .single-content ul{
        list-style: square;
        padding: 8px 0;
        padding-left: 30px;
    }
    .single-content h2:first-child,
    .single-content h3:first-child,
    .single-content ul:first-child{
        padding-top: 0px;
    }
    .single-content h2:last-child,
    .single-content h3:last-child,
    .single-content ul:last-child{
        padding-bottom: 0px;
    }
    .single-content ul li:nth-child(n+2){
        margin-top: 5px;
    }
    .single-content p iframe,
    .single-content iframe{
        display: block !important;
        width: 100% !important;
        height: 500px !important;
    }
    .single-content .wp-caption{
        width: 100% !important;
    }
    .single-content p.wp-caption-text{
        padding-top: 0px;
        padding-bottom: 10px;
        text-align: center;
        line-height: 20px;
        color: #666;
        font-style: italic;
    }
    /**/
    .single-app-download{
        margin-top: 40px;
        border: 1px solid #ddd;
    }
    .single-app-download-head{
        padding: 10px;
    }
    .single-app-download-btn{
        display: block;
        border-top: 1px solid #ddd;
        padding: 10px;
        color: #333;
    }
    .single-app-download-btn img{
        margin: 0 auto;
    }
    .single-app-download-img{
        width: 38px;
        height: 38px;
    }
    .single-app-download-title{
        margin-left: 48px;
        font-size: 26px;
        font-weight: 700;
        padding-top: 7px;
    }
    .single-related{
        margin-top: 40px;
    }
    .single-related-head{
        font-size: 30px;
        line-height: 40px;
    }
    .single-related-content{
        margin-top: 20px;
    }
    .single-related-content .post-app-item:last-child{
        padding-bottom: 0px;
        border-bottom: none;
    }
    .single-related-item{
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
    }
    .single-related-item:nth-child(3n+3){
        float: right;
        margin-right: 0px;
    }
    .single-related-item:nth-child(n+4){
        margin-top: 20px;
    }
    .single-related-thumb{
        height: 155px;
        border-radius: 5px;
        display: block;
    }
    .single-related-info{
        margin-top: 5px;
    }
    .single-related-title{
        font-size: 16px;
        font-weight: 400;
    }
    .single-related-title a{
        display: block;
        color: #333;
    }
    /* Box Tag */
    .box-tag{
        margin-top: 30px;
    }
    .box-tag-content{
        margin-top: 10px;
    }
    .box-tag-content a{
        display: inline-block;
        margin-right: 6px;
        margin-top: 10px;
        line-height: 31px;
        height: 30px;
        font-size: 14px;
        border: 1px solid #ddd;
        padding: 0 10px;
        color: #444;
        border-radius: 3px;
        background-color: #fff;
    }
    .box-tag-content a:hover{
        color: #fff;
        border: 1px solid #32ac71;
        background-color: #32ac71;
    }
    /* Single app related */
    .single-app-related{
        margin-top: 30px;
    }
    

    /*
    * SINGLE POST.
    */
    .single-post-item-time{
        margin-top: 7px;
    }
    .single-app-related-content .app-item{
        width: calc((100% - 20px) / 2);
    }
    .single-app-related-content .app-item:nth-child(3n+3){
        float: left;
        margin-right: 20px;
    }
    .single-app-related-content .app-item:nth-child(2n+2){
        float: right;
        margin-right: 0px;
    }
    .single-app-related-content .app-item:nth-child(n+3){
        margin-top: 20px;
    }

    /*
    * SINGLE DOWNLOAD.
    */
    .single-download-wrap{
        background-color: #fff;
        border: 1px solid #e8e8e8;
    }
    .single-download-head{
        border-bottom: 1px solid #e8e8e8;
        padding: 20px;
        display: flex;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-align: center;
        position: relative;
    }
    .single-download-head:after{
        position: absolute;
        content: '';
        z-index: 1;
        top: 0px;
        right: 0px;
        border: 37px solid transparent;
        border-top: 37px solid #32ac71;
        border-right: 37px solid #32ac71;
    }
    .single-download-head:before{
        position: absolute;
        font-family: 'Font Awesome 5 Pro';
        content: "\f058";
        z-index: 2;
        top: 10px;
        right: 8px;
        color: #fff;
        font-size: 25px;
    }
    .single-download-thumb{
        width: 75px;
        height: 75px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75px;
        flex: 0 0 75px;
        border-radius: 10px;
        overflow: hidden;
    }
    .single-download-title{
        margin-left: 10px;
        font-size: 26px;
        line-height: 36px;
        font-weight: 400;
        padding-right: 40px;
    }
    .single-download-link{
        background-color: #eee;
        padding: 0 20px;
        padding-bottom: 20px;
        margin-top: 65px;
        display: flex;
        flex-flow: row wrap;
    }
    .single-download-link-item{
        position: relative;
        width: 160px;
        padding: 15px;
        border-radius: 5px;
        margin-top: -40px;
        border: 1px solid #e8e8e8;
        background-color: #fff;
    }
    .single-download-link-item:nth-child(n+2){
        margin-left: 20px;
    }
    .single-download-link-item:after{
        position: absolute;
        content: '';
        z-index: 1;
        top: -1px;
        right: -1px;
        border: 20px solid transparent;
        border-top: 20px solid #eee;
        border-right: 20px solid #eee;
        border-radius: 0 5px 0 0;
    }
    .single-download-link-item:before{
        position: absolute;
        font-family: 'Font Awesome 5 Pro';
        content: "\f058";
        z-index: 2;
        top: 2px;
        right: 2px;
        color: #fff;
        font-size: 16px;
    }
    a.single-download-link-item:after{
        border-top: 20px solid #32ac71;
        border-right: 20px solid #32ac71;
    }
    .single-download-link-item-icon{
        font-size: 36px;
        color: #eee;
    }
    a .single-download-link-item-icon{
        color: #32ac71;
    }
    .single-download-link-item-title{
        margin-top: 25px;
        color: #d8d8d8;
    }
    .single-download-link-item-title p:nth-child(1){
        font-size: 12px;
        line-height: 20px;
    }
    .single-download-link-item-title p:nth-child(2){
        font-size: 15px;
        margin-top: 2px;
    }
    a .single-download-link-item-title p:nth-child(1){
        color: #333;
    }
    a .single-download-link-item-title p:nth-child(2){
        color: #32ac71;
    }
    .single-download-content{
        padding: 20px;
    }
    /*
    * BOX NOTE.
    */
    .box-note{
        margin-top: 30px;
    }
    .box-note-title{
        position: relative;
        font-size: 20px;
        font-weight: 700;
        padding-left: 15px;
    }
    .box-note-title:before{
        position: absolute;
        content: '';
        width: 5px;
        height: 30px;
        left: 0px;
        top: -4px;
        background-image: linear-gradient(to right, #3ecb7a, #43b693);
    }
    .box-note-content{
        margin-top: 20px;
        height: auto !important;
    }

    /*
    * BREADCUMB.
    */
    .block-breadcrumb{
        margin-bottom: 10px;
    }
    .block-breadcrumb a{
        color: #666;
        padding: 0 4px;
    }
    .block-breadcrumb a:hover{
        color: #f90;
    }
    .block-breadcrumb>span>span>a{
        padding-left: 0px;
    }
    .block-breadcrumb span.breadcrumb_last{
        padding-left: 4px;
    }

    /* APP RELATED */
    .sidebar-item{
        width: 100%;
        box-sizing: border-box;
    }
    .box-app-related{
        margin-top: 30px;
    }
    .box-app-related-content{
        margin-top: 20px;
    }
    .app-related-item{
        padding: 15px;
        padding-bottom: 25px;
        width: calc(100% / 4);
    }
    .app-related-item:hover{
        background-color: #f5f5f5;
    }
    .app-related-item-thumb{
        display: block;
        height: 166px;
        color: #333;
        border-radius: 10px;
        background-color: #f5f5f5;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    }
    .app-related-item-info{
        margin-top: 10px;
    }
    .app-related-item-title{
        font-weight: 700;
        line-height: 1.5;
        font-size: 14px;
    }
    .app-related-item-title a{
        display: block;
        color: #333;
    }
}