.bg_breadcrumb {
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    background: #f9f9f9 url(../images/bg-line.png) repeat;
    padding: 12px 0;
    margin: 0px 0px 10px 0px;
}
.breadcrumb i {
    margin-left: 5px;
    margin-right: 5px;
    color: #000;
}
.pack-apps {
    background-color: #fff;
    padding: 50px 0;
}
.pack-apps .title h2.title_other {
    font-size: 25px;
    font-weight: bold;
    color: #111;
    border-left: 3px solid #0263E0;
    text-align: left;
    padding-left: 8px;
}
.pack-apps .title h3 {
    font-size: 16px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 30px;
}
.pack-apps .title {
    padding-bottom: 20px;
    text-align: center;
}
.pack-apps .apps {
    position: relative;
    margin-right: -2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pack-apps .apps .app {
    width: 25%;
    position: relative;
    text-align: center;
    display: block;
    font-weight: normal;
    color: #111;
    margin-bottom: 30px;
}
.pack-apps .apps .app .inner {
    margin-right: 8%;
    background-color: #fff;
    -moz-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
}
.pack-apps .apps .app .inner .logo {
    height: 120px;
    display: block;
}
.pack-apps .apps .app .inner .logo img {
    height: 100%;
    max-width: 100%;
}
.pack-apps .apps .app .name {
    font-size: 20px;
    font-weight: 500;
    color: #267cde;
    display: block;
    padding-top: 10px;
}
.pack-apps .apps .app .subtitle {
    font-size: 15px;
    display: block;
    padding-top: 8px;
}
.pack-apps .apps .app .info {
    font-size: 12px;
    color: #999;
    display: block;
    padding-top: 13px;
}
.pack-apps .apps .app .cta {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #267cde;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer; 
    border-top: 1px dotted #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    margin-top: 10px;
}
.pack-apps .apps .app .cta img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
@media (max-width:768px) {
    .pack-apps .title h2{
        font-size: 20px;
    }
    .pack-apps .title h3{
        font-size: 15px;
    }
    .pack-apps .apps .app{
        width: 50%;
    }
}
.nav {
    text-align: center;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline !important;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.product_gallery{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.product_gallery .pic_larger{
    width: 50%;
    position: relative;
}
.product_gallery .list_small{
    width: 49%;
}
.product_gallery img{
    border-radius: 10px;
    height: auto;
}
.product_gallery .list_small{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: -1.5%;
    margin-bottom: -1.5%;
}
.product_gallery .list_small a{
    width: 47%;
    margin: 1.5%;
}
.product_gallery .pic_larger .viewmore{
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #f4f9f7;
    border-radius: .75rem;
    display: flex;
    align-items: center;
    padding: 8px 15px;
}
.product_gallery .pic_larger .viewmore img{
    filter: brightness(0);
    margin-right: 5px;
}
.product_gallery .pic_larger .viewmore span{
    white-space: nowrap;
}
.product_content{
    margin-top: 30px;    
}
.product_content h1{
    color: #333;
    font-size: 28px;
}
.contentck{
    margin-top: 15px;
}
.contentck p{
    margin-top: 10px;
}
.download .title_down{
    font-size: 18px;
    font-weight: bold;
    color: #111;
    border-left: 3px solid #0263E0;
    text-align: left;
    padding-left: 8px;
    margin-bottom: 15px;
    margin-top: 30px;
}
.download ul{
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0;
}
.download ul li{
    margin: 5px 0;
}
@media (max-width:768px) {
    .product_gallery .list_small{
        display: none;
    }
    .product_gallery .pic_larger{
        width: 100%;
    }
}