.list_products {
    background-color: white;
    padding: 20px 0px;
    border-bottom: 1px solid #252525;
}

.list_products a {
    text-decoration: solid;
    color: var(--main-color);
}

.list_products i {
    font-size: 12px;
}

.list_products a:hover {
    color: var(--backup-color);
}

.list_products .group_title {
    align-items: center;
    display: flex;
}

.list_products .title_products {
    font-size: 25px;
    font-weight: 700;
    margin-right: 20px;
}
.list_products .aws_products {
    font-size: 18px;
    font-weight: 700;
    color: var(--main-color);
}
.list_products .desc_products {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list_products .desc_products.readmore {
    font-size: 16px;
    display: block !important;
}

.hide {
    display: none;
}

.section__mainCategories {
    padding: 20px;
}

.section__Blog {
    padding: 20px;
}

.sectionBlog_Detail {
    padding: 20px;
}

.section__Contact {
    padding: 50px 20px 20px 20px;
}

.section__searchpage {
    padding: 50px 20px;
}
.section__searchpage p {
    font-size: 16px;
}
.section__searchpage .list__search {
    padding: 30px 20px;
    border: 1px solid #b1b1b1;
    border-radius: 10px;
    margin: 12px 0px;
    transition: box-shadow 0.3s;
}

.section__searchpage .list__search a {
    color: var(--text-black-color);
}

.section__searchpage .list__search:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.section__searchpage .list__search .title {
    display: block;
}

.section__searchpage .list__search .title h5 {
    font-size: 20px;
    font-family: "PT Sans";
    font-weight: 600;
    margin-right: 10px;
}

.section__searchpage .list__search .title .aws {
    font-size: 14px;
    background-color: #d5ffee;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 700;
    color: var(--main-color);
}

.section__searchpage .list__search .description {
    margin-top: 10px;
}
.section__searchpage .list__search .description p {
    font-size: 14px;
}

.section__product {
    padding: 120px 20px;
}

.section__productRecommendation {
    padding: 20px;
}

.section__productRecommendation a {
    color: var(--text-black-color);
    font-size: 16px;
    font-weight: 600;
}

.section__productRecommendation a:hover {
    color: var(--backup-color);
}

.section__productRecommendation i {
    margin-right: 10px;
    font-size: 20px;
    color: var(--backup-color);
}

.section__productRecommendation .limit-2col {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.accordion-body .form-check label {
    font-size: 14px;
}

.mobile {
    display: none;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
    border-radius: 10px;
}
ul.breadcrumb li {
    display: inline;
    font-size: 14px;
}
ul.breadcrumb li + li:before {
    padding: 8px 5px 10px 10px;
    color: var(--text-black-color);
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: var(--text-black-color);
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: var(--main-color);
    text-decoration: none;
}

.section_about h5 {
    color: var(--main-color);
    font-weight: 700;
    font-size: 30px;
}
.section_about h1 {
    line-height: 2.5rem;
    font-weight: 700;
    font-family: "PT sans";
}
.section_about p {
    margin-top: 2rem;
    font-size: 15px;
}

.section_blog {
    padding: 100px 10px;
}

.section_blog .bg_blog {
    background-color: var(--main-color);
    border-radius: 20px;
    color: var(--text-white-color);
    padding: 30px;
    height: 100%;
    align-items: end;
    display: grid;
}

/* MAPS */
.section_maps {
    position: relative;
}

.section_maps .pinMerah {
    fill: #dd292d;
}
.section_maps .pinMerah:hover {
    fill: #b10b0e;
}

.section_maps .pinBiru {
    fill: #0500ea;
}
.section_maps .pinBiru:hover {
    fill: #0300be;
}

.section_maps .pinHitam {
    fill: #000;
}
.section_maps .pinHitam:hover {
    fill: #3c3c3c;
}

.section_maps .pinOrange {
    fill: #ff6900;
}

.section_maps .pinOrange:hover {
    fill: #cb5500;
}

.section_maps .pinKuning {
    fill: #ffd600;
}
.section_maps .pinKuning:hover {
    fill: #d8b400;
}

.section_maps .bulletPutih {
    fill: #fff;
}

.modal .button_close {
    left: auto;
    right: 0px;
    position: absolute;
    top: -44px;
    border: 3px solid white;
    border-radius: 100%;
    padding: 2px 3px 2px 3px;
}

.modal .button_close button {
    background-color: transparent;
    border: 0px;
    color: var(--text-white-color);
}

.modal .modal-body .listGroup {
    margin-right: 1rem;
    color: var(--main-color);
    font-size: 20px;
}

.modal .modal-body {
    padding: 25px;
}

.maps_location ul {
    display: inline-flex;
    align-items: flex-start;
    gap: 60px;
    list-style: none;
}

.maps_location li {
    font-weight: 700;
    font-size: 14px;
}

.location_red {
    background-color: #dd292d;
    width: 18px !important;
    height: 18px !important;
    border-radius: 5px;
    position: absolute;
    margin-left: -25px;
}

.location_blue {
    background-color: #0500ea;
    width: 18px !important;
    height: 18px !important;
    border-radius: 5px;
    position: absolute;
    margin-left: -25px;
}

.location_black {
    background-color: #000;
    width: 18px !important;
    height: 18px !important;
    border-radius: 5px;
    position: absolute;
    margin-left: -25px;
}

.location_yellow {
    background-color: #ffd600;
    width: 18px !important;
    height: 18px !important;
    border-radius: 5px;
    position: absolute;
    margin-left: -25px;
}

.location_orange {
    background-color: #ff6900;
    width: 18px !important;
    height: 18px !important;
    border-radius: 5px;
    position: absolute;
    margin-left: -25px;
}

.modal .modal-body a {
    color: var(--text-black-color);
    text-decoration: none;
}

.modal .modal-body a:hover {
    color: var(--main-color);
}

.modal .modal-body h2 {
    color: var(--main-color);
    font-weight: 700;
}

.section_maps .head_officeJakarta {
    top: 69%;
    position: absolute;
    left: 24.6%;
}

.section_maps .plant_tgr {
    top: 70%;
    position: absolute;
    left: 23%;
}

.section_maps .surabaya {
    top: 74%;
    position: absolute;
    left: 37.5%;
}

.section_maps .medan {
    top: 17%;
    position: absolute;
    left: 8%;
}

.section_maps .pekanbaru {
    top: 33%;
    position: absolute;
    left: 13%;
}

.section_maps .palembang {
    top: 53%;
    position: absolute;
    left: 20%;
}

.section_maps .makassar {
    top: 64%;
    position: absolute;
    left: 52%;
}

.section_maps .bali {
    top: 80%;
    position: absolute;
    left: 42%;
}

.section_maps .cikarang {
    top: 69%;
    position: absolute;
    left: 26.2%;
}

.section_maps .sentul {
    top: 73%;
    position: absolute;
    left: 25%;
}

.section_maps .mojokerto {
    top: 78%;
    position: absolute;
    left: 37%;
}

.section_maps .bandung {
    top: 74%;
    position: absolute;
    left: 26.5%;
}

.section_maps .semarang {
    top: 73%;
    position: absolute;
    left: 32.5%;
}

.section_maps .samarinda {
    top: 38%;
    position: absolute;
    left: 47%;
}

.section_maps .banjarmasin {
    top: 53%;
    position: absolute;
    left: 41.8%;
}

.section_maps .pontianak {
    top: 35%;
    position: absolute;
    left: 31%;
}

/* END MAPS */

.searchField .form-control {
    background-color: white;
    border: 0px;
    border-radius: 50px 0px 0px 50px;
    font-size: 12px;
    border-left: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
    border-right: 0px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}

.searchField .input-group-append {
    background-color: white;
    border-radius: 0px 50px 50px 0px;
    border-left: 0px solid #cacaca;
    border-top: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}

.searchField .input-group-append .btn {
    color: var(--main-color);
    border-radius: 0px 50px 50px 0px;
    font-size: 14px;
}

.sectionAddress h2 {
    font-family: "PT Sans", sans-serif;
    font-weight: 800;
    margin: 25px 0px;
}

.sectionAddress .listGroup {
    margin-right: 1rem;
    color: var(--main-color);
    font-size: 20px;
}

.sectionAddress .link a {
    color: var(--text-black-color);
}

.sectionAddress .link a:hover {
    color: var(--main-color);
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 81%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #0000004d;
    height: 81%;
}

.hover_btn_detail {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.background-img-gradient {
    max-width: 100%;
    width: 800px;
    margin: auto;
}

.background-img-gradient::after {
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom, rgb(0 0 0) 0, #0000 100%);
    height: 150px;
    width: 100%;
    content: "";
    top: 0px;
}

.section_footer {
    background-color: #181818;
    color: #fff;
    padding: 50px 20px 20px 20px;
}

.section_footer .copyright {
    font-size: 12px;
}

ul.li_nobullet {
    list-style-type: none;
    padding-left: 0px;
    font-size: 12px;
}

ul.li_circle {
    list-style-type: circle;
    font-size: 12px;
    padding-left: 1rem;
}

ul.limit__2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

ul.li_circle a,
ul.li_nobullet a {
    color: var(--text-white-color);
    text-decoration: none;
}

ul.li_circle a:hover,
ul.li_nobullet a:hover {
    color: var(--main-color);
}

.fw-bolder {
    font-weight: 900 !important;
}

.btn-green {
    background-color: var(--main-color);
    color: var(--text-white-color);
    font-weight: 700;
}
.text-green {
    color: var(--main-color);
    font-weight: 700;
}

.bg-green {
    background-color: var(--main-color);
}

.title_dec {
    margin-bottom: 0;
}
.title_dec h2 {
    font-weight: 700;
}
.title_dec h1 {
    font-weight: 700;
    margin-top: -22px;
    font-size: 50px;
}

.fc-green {
    color: var(--main-color);
}

.btn-green:hover {
    background-color: var(--backup-color);
    color: var(--text-white-color);
}

.btn-white {
    background-color: var(--text-white-color);
    color: var(--main-color);
    font-weight: 700;
}

.btn-white:hover {
    background-color: var(--backup-color);
    color: var(--text-white-color);
}

.fs-70 {
    font-size: 70px;
    margin-top: -25px;
}

.bg_ourmain_product {
    background-image: linear-gradient(
            to bottom,
            rgb(0 0 0 / 0%) 0,
            #000000a1 100%
        ),
        url("../img/bg_ourmain_product.jpg");
    background-size: cover;
    width: 100%;
    height: fit-content;
    background-position: center;
    background-repeat: no-repeat;
}

.bg_ourmain_product h2,
.bg_ourmain_product h1 {
    color: var(--text-white-color);
}

.width_categoryproduct {
    margin-left: -12px;
    width: 103%;
}

.label_history {
    background-color: #ececec;
    padding: 20px;
    border-radius: 10px;
    font-weight: 700;
    margin-top: 1rem;
    font-size: 18px;
    align-items: center;
    display: flex;
}

.label_history .icon_label {
    background-color: var(--main-color);
    border-radius: 100%;
    margin-right: 10px;
    color: white;
    width: 35px;
    height: 34px;
    text-align: center;
    padding-top: 4px;
}

/* BLOG */
.card {
    border: 0px;
}

.card .card-img-top {
    max-width: 600px;
    border-radius: 10px;
}

.card .card-body {
    position: absolute;
    background-color: #f0f0f0;
    right: 0px;
    bottom: -30px;
    border-radius: 10px;
    max-width: 500px;
    padding: 25px;
}

.card .card-body h2 {
    color: var(--main-color);
    font-weight: 600;
    line-height: 30px;
}

.card .card-body h2:hover {
    color: var(--backup-color);
}

.card .card-body a {
    text-decoration: none;
}

.card .card-body .btn {
    font-size: 14px;
}

.card .card-body .listGroup {
    margin-right: 0.8rem;
    color: var(--main-color);
}

.card .card-body p {
    font-size: 15px;
}
/* END BLOG */

.pagination .active > a {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.pagination a,
.pagination .page-link:focus,
.pagination .page-link:hover {
    color: var(--main-color);
}

.pagination .page-link:hover {
    color: #252525;
}

.bg_about {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-bottom: 30px;
}

.accordion .type {
    border-radius: 10px;
    padding: 10px;
    background-color: var(--main-color);
    color: white;
    margin-right: 20px;
}

.sectionAbout {
    color: var(--text-white-color);
}
.sectionAbout .title {
    color: var(--text-white-color);
    margin-top: 10rem;
}
.sectionAbout .title h2 {
    font-size: 80px;
    line-height: 80px;
    margin-top: -20px;
    font-weight: 700;
}
.sectionAbout .title h3 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
}

.sectionAbout .name {
    font-weight: 700;
    margin-top: -10px;
}

.sectionTabbing {
    padding: 50px 20px;
}

.sectionTabbing .tab-content h3 {
    color: var(--main-color);
    font-size: 40px;
    margin-top: -20px;
    font-weight: 700;
}
.sectionTabbing .tab-content h4 {
    color: var(--main-color);
    font-size: 30px;
    font-weight: 700;
}

.sectionTabbing p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--main-color);
}

.nav-link,
.nav-link:focus,
.nav-link:hover {
    color: var(--text-black-color);
}

.sectionTabbing .section_certifications {
    background-color: var(--main-color);
    padding: 50px 30px;
    border-radius: 20px;
}

.sectionTabbing .section_certifications .labelCertificate {
    padding: 20px;
    background-color: var(--text-white-color);
    border-radius: 10px;
}

.sectionTabbing .section_certifications h3,
.sectionTabbing .section_certifications h4 {
    color: var(--text-white-color);
}

.sectionTabbing .solution__tab .Title {
    padding: 15px 30px;
    color: white;
    z-index: 1;
    position: relative;
    margin-top: -90px;
    background-image: linear-gradient(
        to bottom,
        rgb(0 0 0 / 0%) 0,
        #000000 100%
    );
    line-height: 17px;
}

.sectionTabbing .solution__tab .Title h4 {
    color: #fff;
}

.sectionBannerTitle {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sectionBannerTitle_Detail {
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sectionBlog_Detail .card-title {
    color: var(--main-color);
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
    font-weight: 700;
}

.sectionBlog_Detail .listGroup {
    margin-right: 0.8rem;
    color: var(--main-color);
}

.sectionBlog_Detail p {
    font-size: 15px;
}

.sectionBannerTitle .Title {
    color: var(--text-white-color);
    z-index: 2;
}

.sectionBannerTitle .Title h1 {
    position: relative;
    bottom: -38px;
    left: 16px;
    font-size: 100px;
    font-weight: 700;
}

.sectionBannerTitle .Title.Location h1 {
    position: relative;
    bottom: -23px;
    left: 16px;
    font-size: 60px;
    font-weight: 700;
}

.sectionBannerTitle .Title h4 {
    position: relative;
    bottom: -76px;
    left: 16px;
    font-size: 50px;
    font-weight: 700;
}

.sectionForm p {
    font-size: 20px;
}

.sectionForm .input-group,
.sectionForm .form-select {
    height: 45px;
}

.sectionForm .input-group .input-group-text {
    background-color: whitesmoke;
    color: var(--main-color);
    border: 0px;
    padding-left: 20px;
}

.sectionForm .form-select,
.sectionForm textarea {
    background-color: whitesmoke;
    border: 0px;
    padding-left: 20px;
}

.sectionForm .input-group .form-control {
    border: 0px;
    background-color: #f5f5f5;
}

.formProduct {
    padding-bottom: 100px;
}

.formProduct .input-group .input-group-text {
    background-color: #fff;
    color: var(--main-color);
    border-left: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    border-right: 0px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding-left: 10px;
}

.formProduct .input-group .form-control {
    border-left: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    background-color: #fff;
}

.form-control:disabled {
    background-color: #e9ecef !important;
    opacity: 1;
}

.formProduct h2 {
    color: var(--main-color);
}

.sectionRelated .card-img-top {
    border-radius: 10px;
    margin-bottom: 10px;
}
.sectionRelated h3 {
    font-weight: 700;
}

.sectionRelated p {
    font-weight: 600;
    color: var(--text-black-color);
}

.sectionRelated p:hover {
    font-weight: 600;
    color: var(--main-color);
}

.sectionRelated a {
    text-decoration: none;
}

/* SOSMED SHARE */
.share-list {
    display: flex;
    flex-direction: row;
}

.share-list a {
    border-radius: 100px;
    width: 35px;
    height: 35px;
    padding: 4px;
    margin: 10px 5px;
    cursor: pointer;
    overflow: hidden;
}
.share-list a img {
    width: 100%;
    height: 100%;
    filter: invert(100%);
}

a.fb-h {
    background: #3b5998;
}

a.tw-h {
    background: #00acee;
}

a.li-h {
    background: #0077b5;
}

a.re-h {
    background: #ff5700;
}

a.pi-h {
    background: #c8232c;
}

.share-buttons-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f0f0f0;
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 5px 20px;
}

.share-buttons-container p {
    font-size: 20px;
    margin: 0px;
    font-weight: 700;
}

.switch {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.switch > span {
    position: absolute;
    top: 14px;
    pointer-events: none;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    width: 50%;
    text-align: center;
}

input.check-toggle-round-flat:checked ~ .off {
    color: var(--main-color);
}

input.check-toggle-round-flat:checked ~ .on {
    color: #fff;
}

.switch > span.on {
    left: 0;
    padding-left: 2px;
    color: var(--main-color);
    top: 9px;
}

.switch > span.off {
    right: 0;
    padding-right: 4px;
    color: #fff;
    top: 9px;
}

.check-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
.check-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.check-toggle-round-flat + label {
    padding: 2px;
    width: 100px;
    height: 35px;
    background-color: var(--main-color);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}
input.check-toggle-round-flat + label:before,
input.check-toggle-round-flat + label:after {
    display: block;
    position: absolute;
    content: "";
}

input.check-toggle-round-flat + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: var(--main-color);
    -webkit--moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}
input.check-toggle-round-flat + label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 48px;
    background-color: #fff;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s;
}

/* input.check-toggle-round-flat:checked + label {
    } */

input.check-toggle-round-flat:checked + label:after {
    margin-left: 44px;
}

.sectionView {
    margin: 20px 10px;
}

.sectionView .btnView {
    color: var(--text-black-color);
    font-size: 20px;
}

.sectionView .btn-group a {
    padding: 5px 20px;
    margin-left: -10px;
}

.sectionView .btn-group a:hover {
    color: var(--main-color);
}

.sectionView .form-select {
    border-radius: 100px;
}

.accordion h2 {
    font-family: "PT Sans", sans-serif;
}

.accordion-button {
    background-color: #eee;
    border-radius: 5px;
    margin-bottom: 10px;
}

.accordion .accordion-item {
    border: 0px;
}

.accordion .accordion-item .accordion-body ul {
    list-style-type: none;
    margin-left: -10px;
}

.accordion .accordion-button:not(.collapsed) {
    color: var(--text-black-color);
    background-color: #eee;
    border-radius: 5px;
    border-bottom: 0px;
}

.accordion .accordion-button::after,
.accordion .accordion-button:not(.collapsed)::after {
    color: var(--main-color) !important;
}

/* .accordion-button:not(.collapsed)::after {
    background-image: url('../img/arrow_top.png');
    transform: var(--bs-accordion-btn-icon-transform);
    transform: rotate(-180deg)
  }

  .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: url('../img/arrow_down.png');
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
} */

.accordion ul li {
    font-size: 14px;
    padding: 8px 0px;
    line-height: 18px;
}

.accordion ul li:hover {
    color: var(--main-color);
    transition: all 0.2s ease-in;
    margin-left: 3px;
}

.accordion ul a {
    text-decoration: none;
    color: var(--text-black-color);
}

.accordion .accordion-button:focus {
    box-shadow: none;
}

/* #products .thumbnail {
    margin-bottom: 20px;
    padding: 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 20px;
    height: 100%;
  }
  
  #products .thumbnail:hover {
    border-radius: 20px;
    border: 1px solid var(--main-color);
    transition: 0.3s;
  }
  
  #products .thumbnail .caption {
    margin-top: 20px;
  }
  
  #products .thumbnail .caption h4 {
    font-family: "Mulish";
    font-size: 15px;
    font-weight: 700;
  }
  
  #products .thumbnail .caption p {
    font-family: "Mulish";
    color: var(--text-black-color);
  }
  
  #products .thumbnail a,
  #products .thumbnail .caption a {
    color: var(--main-color);
    text-decoration: none;
  }
  
  #products .thumbnail a:hover,
  #products .thumbnail .caption a:hover {
    color: var(--backup-color);
  }
  
  .item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 20px;
  }
  
  .item.list-group-item .list-group-image {
    margin-right: 10px;
  }
  
  .item.list-group-item .thumbnail {
    margin-bottom: 0px;
  }
  
  .item.list-group-item .caption {
    padding: 9px 9px 0px 9px;
  }
  
  .item.list-group-item:nth-of-type(odd) {
    background: #eeeeee;
  }
  
  .item.list-group-item:before,
  .item.list-group-item:after {
    display: table;
    content: " ";
  }
  
  .item.list-group-item img {
    float: left;
  }
  
  .item.list-group-item:after {
    clear: both;
  }
  
  .list-group-item-text {
    margin: 0 0 11px;
  } */

.section_productDetail {
    padding: 10px 0px;
}

.section_productDetail .Decs {
    background-color: #dfdfdf;
    padding: 15px 20px;
    margin: 0px;
    border-radius: 5px;
    height: 100%;
}

.section_productDetail .featuredImg,
.section_productDetail .contentDesc {
    padding: 0px;
    font-family: "PT Sans", sans-serif;
}

.section_productDetail p {
    margin-bottom: 0px;
    font-family: "PT Sans", sans-serif;
}

.Title_OnBanner_detail {
    width: 60%;
    padding: 30px;
    color: white;
    z-index: 2;
}

.Title_OnBanner_detail h1 {
    font-weight: 700;
}

.section_productDetail .Decs h6 {
    margin-bottom: 0px !important;
    font-family: "PT Sans";
    font-weight: 600;
}

.section_productDetail h1 {
    font-family: "PT Sans";
    font-weight: 600;
    color: var(--text-black-color);
    line-height: 40px;
    font-size: 36px;
}

.section_productDetail h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px;
    color: var(--text-black-color);
    font-weight: 600;
}

.section_productDetail h4 {
    font-family: "PT Sans";
    background-color: var(--main-color);
    color: white;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.section_productDetail .border-right {
    padding: 6px 30px 0px;
    border-right: 1px solid #252525;
    font-weight: 600;
}

.section_productDetail .no-border-right {
    padding: 6px 30px 0px;
    font-weight: 600;
}

.section_productDetail .div_multiSelect {
    border: 1px solid #cecece;
    border-radius: 20px;
    padding: 20px;
    font-family: "Mulish";
    margin: 30px 0px;
}

.section_productDetail .bg-title-products {
    background-color: #dfdfdf;
    padding: 20px 30px;
    border-radius: 10px;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

/* .section_productDetail .div_multiSelect label {
    font-weight: 700;
  }
  
  .multiSelect {
    width: 100%;
    position: relative;
  }
  
  .multiSelect *,
  .multiSelect *::before,
  .multiSelect *::after {
    box-sizing: border-box;
  }
  
  .multiSelect_dropdown {
    font-size: 14px;
    min-height: 40px;
    line-height: 35px;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
    background-color: #fff;
    color: #444f5b;
    border: 1px solid #d9dbde;
    font-weight: 400;
    padding: 0.5px 13px;
    margin: 0;
    transition: 0.1s border-color ease-in-out;
    cursor: pointer;
  }
  
  .multiSelect_dropdown.-hasValue {
    padding: 5px 30px 5px 5px;
    cursor: default;
  }
  
  .multiSelect_dropdown.-open {
    box-shadow: none;
    outline: none;
    padding: 4.5px 29.5px 4.5px 4.5px;
    border: 1.5px solid var(--main-color);
  }
  
  .multiSelect_arrow::before,
  .multiSelect_arrow::after {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 8px;
    border-radius: 20px;
    border-bottom: 8px solid #99a3ba;
    top: 40%;
    transition: all 0.15s ease;
  }
  
  .multiSelect_arrow::before {
    right: 18px;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
  }
  
  .multiSelect_arrow::after {
    right: 13px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
  }
  
  .multiSelect_list {
    margin: 0;
    margin-bottom: 25px;
    padding: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    max-height: calc(10 * 31px);
    top: 28px;
    left: 0;
    z-index: 9999;
    right: 0;
    background: #fff;
    border-radius: 4px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: opacity 0.1s ease, visibility 0.1s ease,
      -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    transition: opacity 0.1s ease, visibility 0.1s ease,
      transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    transition: opacity 0.1s ease, visibility 0.1s ease,
      transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32),
      -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    -webkit-transform: scale(0.8) translate(0, 4px);
    transform: scale(0.8) translate(0, 4px);
    border: 1px solid #d9dbde;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.12);
  }
  
  .multiSelect_option {
    margin: 0;
    padding: 0;
    opacity: 0;
    -webkit-transform: translate(6px, 0);
    transform: translate(6px, 0);
    transition: all 0.15s ease;
  }
  
  .multiSelect_option.-selected {
    display: none;
  }
  
  .multiSelect_option:hover .multiSelect_text {
    color: #fff;
    background: #4d84fe;
  }
  
  .multiSelect_text {
    cursor: pointer;
    display: block;
    padding: 5px 13px;
    color: #525c67;
    font-size: 14px;
    text-decoration: none;
    outline: none;
    position: relative;
    transition: all 0.15s ease;
  }
  
  .multiSelect_list.-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translate(0, 12px);
    transform: scale(1) translate(0, 12px);
    transition: opacity 0.15s ease, visibility 0.15s ease,
      -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    transition: opacity 0.15s ease, visibility 0.15s ease,
      transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    transition: opacity 0.15s ease, visibility 0.15s ease,
      transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32),
      -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  }
  
  .multiSelect_list.-open + .multiSelect_arrow::before {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  
  .multiSelect_list.-open + .multiSelect_arrow::after {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  
  .multiSelect_list.-open .multiSelect_option {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  
  .multiSelect_list.-open .multiSelect_option:nth-child(1) {
    transition-delay: 10ms;
  }
  
  .multiSelect_list.-open .multiSelect_option:nth-child(2) {
    transition-delay: 20ms;
  }
  
  .multiSelect_list.-open .multiSelect_option:nth-child(3) {
    transition-delay: 30ms;
  }
  
  .multiSelect_list.-open .multiSelect_option:nth-child(4) {
    transition-delay: 40ms;
  }
  
  .multiSelect_list.-open .multiSelect_option:nth-child(5) {
    transition-delay: 50ms;
  }
  
  .multiSelect_list.-open .multiSelect_option:nth-child(6) {
    transition-delay: 60ms;
  }
  
  .multiSelect_list.-open .multiSelect_option:nth-child(7) {
    transition-delay: 70ms;
  }
  
  .multiSelect_list.-open .multiSelect_option:nth-child(8) {
    transition-delay: 80ms;
  }
  
  .multiSelect_list.-open .multiSelect_option:nth-child(9) {
    transition-delay: 90ms;
  }
  
  .multiSelect_list.-open .multiSelect_option:nth-child(10) {
    transition-delay: 100ms;
  }
  
  .multiSelect_choice {
    background: rgba(77, 132, 254, 0.1);
    color: #444f5b;
    padding: 4px 8px;
    line-height: 17px;
    margin: 5px;
    display: inline-block;
    font-size: 13px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 500;
  }
  
  .multiSelect_deselect {
    width: 12px;
    height: 12px;
    display: inline-block;
    stroke: #b2bac3;
    stroke-width: 4px;
    margin-top: -1px;
    margin-left: 2px;
    vertical-align: middle;
  }
  
  .multiSelect_choice:hover .multiSelect_deselect {
    stroke: #a1a8b1;
  }
  
  .multiSelect_noselections {
    text-align: center;
    padding: 7px;
    color: #b2bac3;
    font-weight: 450;
    margin: 0;
    font-family: "Mulish";
  }
  
  .multiSelect_placeholder {
    position: absolute;
    left: 20px;
    font-size: 14px;
    top: 8px;
    padding: 0 4px;
    background-color: #fff;
    color: #b8bcbf;
    pointer-events: none;
    transition: all 0.1s ease;
  }
  
  .multiSelect_dropdown.-open + .multiSelect_placeholder,
  .multiSelect_dropdown.-open.-hasValue + .multiSelect_placeholder {
    top: -11px;
    left: 17px;
    color: var(--main-color);
    font-size: 13px;
  }
  
  .multiSelect_dropdown.-hasValue + .multiSelect_placeholder {
    top: -11px;
    left: 17px;
    color: #6e7277;
    font-size: 13px;
  }
  
  .gallery-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }
  
  .gallery-main {
    width: 80%;
    height: auto;
    box-shadow: 0 50px 75px 50px rgba(30, 30, 30, 0.18);
    border: 1px solid #e9e9e9;
  }
  .gallery-main .swiper-button-prev,
  .gallery-main .swiper-button-next {
    position: absolute;
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
    height: 40px;
    width: 40px;
    color: #e9e9e9;
    background: #1e1e1e;
  }
  .gallery-main .swiper-button-prev::after,
  .gallery-main .swiper-button-next::after {
    font-size: 12px;
  }
  .gallery-main .swiper-button-prev {
    right: 40px;
    border-right: 1px solid #e9e9e9;
  }
  
  .gallery-thumbs {
    order: -1;
    width: auto;
    height: 253px;
    margin-right: 0px;
    padding-left: 5px;
  }
  .gallery-thumbs .swiper-slide img {
    transition: 0.3s;
  }
  .gallery-thumbs .swiper-slide-active {
    opacity: 0.9;
  }
  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }
  .gallery-thumbs .swiper-slide-thumb-active img {
    margin-left: 0px;
    border: 5px solid var(--main-color);
  } */

.social-buttons {
    list-style-type: none;
    box-sizing: border-box;
    margin-left: -32px;
}
.social-buttons:before,
.social-buttons:after {
    box-sizing: border-box;
}
.social-buttons:before,
.social-buttons:after {
    content: " ";
    display: table;
    line-height: 0;
}
.social-buttons:after {
    clear: both;
}
.button__share {
    float: left;
    background-color: #888;
    margin-right: 0.7em;
    margin-bottom: 0.7em;
    border-radius: 4px;
}
.button__share:last-child {
    margin-right: 0;
}
.button__share:hover {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
}
.button__share a {
    color: #fff;
    font-family: Arial, Helvetica, -apple-system, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.33;
    text-decoration: none;
    padding: 0.35em 0.7em;
    display: inline-block;
}

.button__share--facebook {
    background-color: #3b5998;
}
.button__share--googleplus {
    background-color: #dc4e41;
}
.button__share--twitter {
    background-color: #55acee;
}
.button__share--linkedin {
    background-color: #0077b5;
}
.button__share--whatsapp {
    background-color: #1bd169;
}
.button__share--email {
    background-color: #1b83b8;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .list-menu {
        width: 20%;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -10px;
        border-radius: 0;
        border: 0px;
        background-color: #f1f0f0;
    }
    .nav-item .sub_submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -8px;
        border-radius: 0;
        border: 0px;
        background-color: #d0d0d0;
    }

    .nav-item .subsub_submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -8px;
        border-radius: 0;
        border: 0px;
        background-color: #aeaeae;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu > li:hover {
        background-color: #f1f1f1;
        border-radius: 0px;
    }

    .dropdown-menu > li:hover > .submenu {
        display: block;
    }

    .dropdown-menu > li:hover > .sub_submenu {
        display: block;
    }

    .dropdown-menu > li:hover > .subsub_submenu {
        display: block;
    }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: 0.5rem;
    }
}
/* ============ small devices .end// ============ */
