.glo-post-header {
    height: 100px;
}
.navbar-area.glo-header-navbar {
    display: flex;
    align-items: center;
}
.glo-post-card {
    border-radius: 4px;
    margin-top: 10px;
}
.glo-post-card-body {
    padding: 15px;
}
.glo-row {
    margin: 0px !important;
}
.glo-col {
    padding: 0px !important;
}
.glo-post-header .glo-header-navbar {
    /* background: linear-gradient(to bottom, #1515ed 0%, #2421e9 50%, #295ffc 100%); */
    background: #0056e2;
    height: 100px;
}
.glo-post-header .sticky {
    background: white !important;
}
.glo-post-tag-a {
    color: #0000ff;
    cursor: pointer;
}
.glo-technology-col {
    background-color: white;
    text-align: center;
    border: 1px solid #ededed;
    border-radius: 6px;
    box-shadow: 0 2px 14px 0 rgb(0 0 0 / 10%);
    max-width: 270px;
    height: 100%;
    margin: 0 auto;
}
.glo-technology-title {
    background-color: #f3f3f3;
    color: #333;
    padding: 10px 0;
    font-size: 26px;
}
.glo-technology-img {
    width: 40%;
}
.glo-technology-group-img {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.glo-technology-group-img:active,
.glo-technology-group-img:hover {
    opacity: 0.8;
}

.glo-technology-group-img:active .picture-title,
.glo-technology-group-img:hover .picture-title {
    transition: ease 0.5s;
    opacity: 1;
    display: flex;
    /* width: 140px;
    height: 40px;
    border-radius:5px; */
}
.glo-technology-group-img .picture-title {
    position: absolute;
    bottom: 20px;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 40px;
    border-radius: 5px;
    opacity: 0;
    font-size: 20px;
}
/* .glo-col-technology-list-img{
    position:relative;
    object-fit: cover;
} */
.nav-item.active {
    border-bottom: 2px solid #36b4e6;
}

.nav-pills li.active a,
.nav-pills li.active a:focus,
.nav-pills li.active a:hover {
    background-color: unset;
    color: black !important;
    font-weight: bold;
}
.nav-pills .nav-link.active,
.nav-pills .show .nav-link {
    background-color: unset;
}
.glo-nav {
    display: flex;
    justify-content: center;
    width: 100%;
}
.fade.in {
    opacity: 1;
}
.navbar-dark .navbar-nav .nav-link {
    color: black !important;
}
.tab-content .tab-pane {
    display: none !important;
}
.tab-content .tab-pane.fade.active.in {
    display: block !important;
}

.glo-summary .glo-post-img-bac {
    position: relative;
}
.glo-summary .img_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(/images/icon_plus.png);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
}
.glo-summary .img_overlay:hover {
    opacity: 1;
}
/* .glo-summary .row>*{
    width: unset;
} */
.glo-summary .glo-sall-text {
    color: #837c7c;
}

.glo-body-technology-detail {
    background: white;
}
.glo-summary-text {
    display: -webkit-box;
    max-width: 100%;
    line-height: 4;
    /* -webkit-line-clamp: 4; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.glo-summary .card {
    box-shadow: unset;
}
.glo-summary-hr {
    border-style: dotted;
    /* border-top: 2px solid black;
    background: white; */
}
.glo-summary-detail-img {
    height: 100%;
    border-radius: 5px;
}
.glo-content-technology-detail {
    padding-top: 30px;
    width: 95%;
    margin: 0 auto;
}
.glo-summary-detail-text {
    padding-left: 10px;
}
.glo-summary-detail-title {
    font-weight: 650;
    display: -webkit-box;
    max-width: 100%;
    line-height: 1.5;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.glo-col-glo-summary-detail-border {
    border-left: 1px solid #eee;
    padding-left: 5px;
}
.glo-summary-detail-title:hover {
    color: #0000ff;
}
.glo-col-summary-orther {
    font-size: 25px;
    color: #0000ff;
}
.glo-list-technology {
    text-decoration: none !important;
}
.glo-col-summary-pl {
    padding-left: 10px;
}
.glo-margin-mb {
    margin-bottom: 20px;
}
@media screen and (min-width: 375px) and (max-width: 1000px) {
    .glo-margin-mb {
        margin-bottom: 20px;
    }
    .navbar-nav {
        margin: 0px !important;
        padding: 0px !important;
    }
    .navbar-collapse.glo-navbar-collapse {
        align-items: flex-start !important;
    }
}
@media screen and (min-width: 375px) and (max-width: 991px) {
    .glo-col-glo-summary-detail-border {
        border: unset;
        margin: 20px 0px;
    }
    .glo-col-summary-pl {
        padding-left: unset;
    }
    .navbar-collapse.glo-navbar-collapse {
        align-items: flex-start !important;
        padding: 10px;
    }
}

.glo-summary-hot-img {
    /* background-position:center; */
    background-size: cover;
    background-attachment: fixed;
    border-radius: 5px;
}
.glo-summary-hot {
    width: 100%;
    position: relative;
}
.glo-summary-hot-text {
    background: white;
    position: absolute;
    width: 372px;
    height: 180px;
    left: 20px;
    top: 20px;
    border-radius: 5px;
    padding: 20px;
}
.glo-summary-hot-text-hot {
    color: red;
}
.glo-summary-text-clamp {
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    /* -webkit-line-clamp: 1; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.glo-summary-text-clamp p span {
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    /* -webkit-line-clamp: 1; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* .glo-summary-text-clamp p *, .glo-summary-text-clamp div *{
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
} */
.glo-summary-hot-text-title {
    font-size: 20px;
    font-weight: 550;
}
.glo-summary-row-list {
    min-height: 700px;
    /* padding: 15px; */
}
.glo-summary-orther {
    font-size: 20px;
    font-weight: 550;
    color: #0000ff;
    margin-bottom: 10px;
}
.glo-summary-orther-col {
    padding-left: 20px;
}
.glo-summary-orther-text-title {
    font-weight: 550;
    font-size: 18px !important;
    height: 30px;
    color: black;
    text-decoration: none !important;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    /* -webkit-line-clamp: 1; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.glo-summary-orther-text-title:hover {
    color: #fe7883;
}
.glo-summary-text-clamp-text-content {
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    /* -webkit-line-clamp: 5; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.glo-col-orther {
    transition: all 0.3s ease-out 0s;
    border: 2px solid transparent;
    border-radius: 8px;
    background-color: #fff;
    min-height: 300px;
}
.glo-positon {
    position: relative;
}
.glo-img-orther {
    background-position: center;
    background-size: cover;
    /* object-fit: contain; */
    border-radius: 5px;
    height: 100%;
}
.glo-text-orther {
    margin-top: 10px;
}
.glo-mar-mb {
    margin-bottom: 20px;
    margin-top: 10px;
}
@media screen and (min-width: 375px) and (max-width: 991px) {
    .glo-summary-hot-text {
        left: 5px;
        height: 200px;
        width: 300px;
    }
    .glo-summary-row-list {
        min-height: 400px;
    }
    .glo-summary-hot-img {
        min-height: 350px;
        background-position: center;
    }
    .glo-summary-orther-col {
        padding-left: unset;
        margin-top: 10px;
    }
    .glo-mar-mb {
        margin-bottom: 10px;
    }
    .glo-col-detail-new-border {
        border: unset;
    }
    .glo-navbar-detail-technolory {
        display: flex;
        flex-direction: row;
    }
    .glo-navbar-detail-technolory li {
        padding: 0px 15px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1800px) {
    .glo-col-orther {
        min-height: 200px;
    }
}
.glo-summar-orther-fontSize * {
    font-size: 16px !important;
    line-height: 1.5;
    margin: 0px !important;
}
.glo-sall-text * {
    max-width: unset !important;
    width: unset !important;
    padding: 0px !important;
}
.glo-summary-user {
    padding-left: 10px !important;
}
.glo-summary-group-text-content {
    margin-top: 5px;
}
.glo-summary-group-text-title {
    margin-bottom: 5px;
}
.glo-summary-orther-col .pagination {
    margin: 10px 0px 0px 0px;
}
.glo-summary-tag-a {
    color: black;
}
.glo-tag-a.glo-summary-tag-a:hover {
    letter-spacing: 1px;
}
.glo-group-img-orther {
    height: 200px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    background: #fafafa;
}
/* .glo-summary-text-clamp *{
    font-size: 16px !important;
} */
.glo-summary-text-clamp h1,
.glo-summary-text-clamp h2,
.glo-summary-text-clamp h3,
.glo-summary-text-clamp h4,
.glo-summary-text-clamp h5,
.glo-summary-text-clamp h6 {
    margin-top: 0px !important;
}
.glo-summary-text-clamp-hot {
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.glo-col-detail-new-border {
    border-left: 1px solid #060505;
}
.glo-col-detail-new-pl {
    padding-left: 10px;
}
.glo-detail-new-group-img-list {
    /* height: 150px; */
    position: relative;
    margin-bottom: 20px !important;
}
.glo-new-detail-img-list {
    object-fit: cover;
    padding: 0px !important;
    width: 100%;
    height: 100%;
}
.glo-news-detail-group-text {
    position: absolute;
    bottom: 0;
    padding-right: 15px;
    width: 100%;
}
.glo-new-detail-group-text-padding {
    background-color: rgba(8, 4, 247, 0.658);
    padding: 5px;
    text-align: center;
}
.glo-color-white {
    color: white;
}
.glo-new-list-tag-a {
    text-decoration: none !important;
}
.glo-new-detail-title-list {
    color: white;
}
.glo-new-detail-title-list:hover {
    /* letter-spacing: 1px; */
    color: #fe7a7b;
}
.glo-padding-left {
    padding-left: 0px !important;
}
.glo-new-detail-img-list:hover {
    box-shadow: -9px -7px 8px 0px rgb(8 4 247 / 66%);
}
.glo-summary-content * {
    font-size: 16px !important;
}

/* HEADER START*/
/* .glo-header-detail-padding{
    padding: 20px;
}
.glo-header-detail-img{
    width: 270px;
}
.glo-header-detail-menu{
    width: calc( 100% - 270px);
} 
.glo-header-detail-nav{
   flex-direction: row;
} */
.glo-detail-pc-technolory {
    display: flex;
}
.glo-technolory-detail-img {
    text-align: center;
    display: flex;
    justify-content: center;
}
.glo-technolory-detail-img img {
    width: 50%;
}
@media screen and (min-width: 375px) and (max-width: 991px) {
    .glo-technolory-detail-img img {
        width: 100%;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1430px) {
    .glo-technology-col {
        width: 210px;
    }
}
.glo-technology-group-img-list img {
    height: 100%;
}
.glo-product-detail-logo {
    width: 200px;
}
.glo-product-detail-logo-img {
    width: 100%;
    object-fit: contain;
}

.glo-product-detail-title * {
    font-size: 39px;
    font-weight: bold;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.glo-product-detail-title {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
}
.glo-product-detail {
    justify-content: center;
    width: 100%;
}
/* .glo-text-technolory-content-hot * {
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} */
.col-row-margin-left-right {
    margin-left: -15px;
    margin-right: -15px;
}
.glo-summary-text-clamp-text-content * {
    font-size: 16px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.glo-summary-text-clamp-text-content p span {
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    /* -webkit-line-clamp: 5; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.glo-pading-20-detail {
    padding: 0px 20px;
}
.glo-technology-summary-pading-no {
    padding: 0px !important;
}
.glo-col-technology-list {
    width: 25%;
    max-width: 25%;
    margin-bottom: 12px;
    padding-right: 30px;
}
.glo-col-technology-list-img {
    border-radius: 10px;
    height: 100%;
    object-fit: fill;
    width: 100%;
}
.glo-col-technology-list-group-img {
    height: 200px;
    position: relative;
}
.glo-col-technology-list-img-text-group {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.glo-col-technology-list-img-text {
    /* background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%); */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#00aeef),
        to(#36b4e6)
    );
    padding: 5px 20px;
    color: #fff;
    text-decoration: none !important;
}

.glo-col-technology-list-img-text:hover {
    color: #fff;
}
.glo-col-technology-list-name-group {
    margin: 10px 0px 0px 0px;
}
.glo-col-technology-list-name-group.row * {
    width: unset;
    max-width: unset;
}
.glo-col-technology-list-name-group .glo-col-technology-list-name {
    width: 60%;
    padding: 0px;
    font-weight: bold;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.glo-col-technology-list-name-group .glo-col-technology-list-post {
    width: 40%;
    padding: 0px;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
.glo-col-technology-list-img-a {
    width: 100%;
    height: 100%;
    text-align: center;
}
.glo-technology-introduce {
    text-align: center;
}
@media screen and (min-width: 375px) and (max-width: 500px) {
    .glo-col-technology-list {
        width: 100%;
        max-width: 100%;
    }
    .glo-technology-group-img .picture-title {
        opacity: 1;
        display: flex;
        background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#00aeef),
        to(#36b4e6)
    );
    }
    .glo-col-technology-list-name-group {
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 501px) and (max-width: 991px) {
    .glo-col-technology-list {
        width: 50%;
        max-width: 50%;
    }
    .glo-col-technology-list-name-group {
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .glo-col-technology-list {
        width: 33.333%;
        max-width: 33.333%;
    }
    .glo-col-technology-list-name-group {
        margin-bottom: 20px;
    }
}
#post-view {
    padding: 0px !important;
    margin: 0px -15px;
}
.glo-list-technology-row {
    margin-left: -10px !important;
    margin-right: -30px !important;
}
.glo-blog .tab-content .tab-pane.fade.active.in {
    display: flex !important;
}
