body {
    padding-top: 70px;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1570px;
    }
}

.padding2cm {
    padding: 2cm 0;
}

.padding1cm {
    padding: 1cm 0;
}


/* Logo  */

@media (max-width: 768px) {
    .img-logo {
        width: 200px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .img-logo {
        width: 185px;
        max-width: 100%;
    }
}


/* End Logo  */


/* Tot menu  */

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}


/* Home welcome  */

.wrapper-welcome h1 {
    margin: 40px 0;
}

.img-sevice img {
    width: 200px;
}

.welcome-item a {
    color: #000;
}

.welcome-item a:hover {
    opacity: 0.5;
    text-decoration: none;
}


/* Home Product  */

@media (min-width: 1200px) {
    .products .container {
        max-width: 1300px;
    }
}

.product-title {
    background-color: #0d384a;
    color: #fff;
    padding: 15px 0;
}

.product-title h1 {
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 1px;
}

.product-title p {
    font-size: 1rem;
    margin-bottom: 0;
}

.product-name {
    padding: 20px 0;
}

.label-advertising {
    padding-top: 40px;
}

.product-name h2 {
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #0d384a;
}

.product-name h2 span {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #0d384a;
    text-decoration-thickness: 3px;
    text-underline-position: under;
}

.garment {
    /* -webkit-box-shadow: inset 0px 4px 8px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 4px 8px 1px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 4px 8px 1px rgba(0, 0, 0, 0.75); */
}

.leather {
    position: relative;
    /*background-image: url("../images/bg_product-title.webp");
    background-repeat: no-repeat, repeat;
    background-position: right;
    background-size: cover;
    height: 76px;
    -webkit-box-shadow: inset 0px 4px 8px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 4px 8px 1px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 4px 8px 1px rgba(0, 0, 0, 0.75); */
}

.leather h2 {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    font-size: 1.5rem;
}

.product-divider hr {
    height: 10px;
    border: 0;
    width: 1400px;
    max-width: 90%;
    box-shadow: 0px -10px 10px -10px #8c8c8c inset;
}

.product-divider-top hr {
    height: 10px;
    border: 0;
    width: 1400px;
    max-width: 90%;
    box-shadow: 0px 14px 10px -10px #8c8c8c inset;
}

.product-models {
    /* -webkit-box-shadow: 0px -4px 5px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px -4px 5px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px -4px 5px -1px rgba(0, 0, 0, 0.3); */
}

.product-model {
    text-transform: uppercase;
    font-size: 4rem;
    margin-bottom: 0;
}

.product-model span {
    color: #0d384a;
}

.view-more {
    margin-top: 40px;
}

.view-more a {
    background-color: #000;
    color: #fff;
    padding: 2px 18px;
}

.view-more a:hover {
    text-decoration: none;
    opacity: 0.5;
}

@media (max-width:768px) {
    .product-model {
        font-size: 3rem;
    }
    .product-name .texttile-title {
        font-size: 1rem;
    }
    .leather {
        height: 80px;
    }
    .leather h2 {
        font-size: 2rem;
    }
}


/* End Home Product  */


/* Home Service  */

.services {
    background-color: #0d384a;
    padding: 20px 0;
}

.service-name h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.service-name p {
    color: #fff;
}

.img-service {
    width: 230px;
    max-width: 100%;
    padding: 60px 0;
}

.service-title {
    font-size: 1.5rem;
    margin-top: 10px;
}

.service-title {
    color: #fff;
}

.service-text {
    text-align: center;
    color: #fff;
}

.allservice {
    margin: 25px 0;
}

.allservice a {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 8px 20px;
    color: #fff;
    font-weight: 600;
}

.allservice a:hover {
    opacity: 0.5;
    text-decoration: none;
}

.see-all {
    margin: 30px 0;
}

.see-all a {
    border: 1px solid #0d364a;
    border-radius: 10px;
    padding: 5px 20px;
    color: #0d364a;
    font-weight: 600;
}

.see-all a:hover {
    opacity: 0.5;
    text-decoration: none;
}

@media (max-width: 768px) {
    .img-service {
        width: 230px;
        max-width: 100%;
        padding: 5px 0;
    }
    .img-service-first {
        width: 170px;
    }
    .col-service {
        padding-right: 5px;
        padding-left: 5px;
    }
    .service-title {
        font-size: 1.2rem;
    }
}


/* End Home Service  */


/* Video Responsive Iframe  */

.home-video {
    padding-top: 65px;
}

.col-video {
    padding-left: 5px;
    padding-right: 5px;
}

.video-container43 {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 75%;
    /* 16:9 Aspect Ratio */
}

.video-container {
    position: relative;
    width: 100%;
    max-height: 600px;
    overflow: hidden;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.iframe-r {
    height: 86%;
}

@media (max-width:768px) {
    .video-container {
        margin-top: 10px;
    }
}


/* End Video */


/* Home News  */

.news {
    padding-top: 45px;
}

.news-name .news-title {
    text-transform: uppercase;
}

.news-name .news-title span {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #0d384a;
    text-decoration-thickness: 3px;
    text-underline-position: under
}

.news-name p {
    color: #0d364a;
}


/* End Home News  */


/* Home Portfolios  */

.portfolios .portfolios-title {
    text-transform: uppercase;
}

.portfolios .portfolios-title span {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #0d384a;
    text-decoration-thickness: 3px;
    text-underline-position: under
}


/* End Home Portfolios  */


/* Footer */

.wrapper-footer {
    background-color: #0d384a;
    border-color: #e9eaee;
    border-top-width: 12px;
    /* background-image: url("../images/footbar.webp"); */
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    padding-top: 43px;
    padding-bottom: 40px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    color: white;
}

.footer-title {
    font-weight: 100;
    font-size: 1.2em;
    padding: 20px 0;
}

@media (min-width: 1400px) {
    .wrapper-footer .container {
        max-width: 1680px;
    }
}

.footer-menu-product-list {
    list-style-type: none;
    padding-left: 0;
    font-size: 1rem;
}

.footer-menu-product-list li {
    list-style-type: none;
}

.footer-menu-product-list li a {
    text-decoration: none;
    color: #fff;
}

.footer-social {
    display: flex;
    justify-content: center;
    padding-top: 25px;
}

.footer-social .social-item {
    margin-left: 15px;
}

.footer-social .social-item a {
    color: #fff;
}

.img-social {
    width: 25px;
    /* max-width: 100%; */
}

.footer-menu a {
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #e7e6e6;
}

.footer-menu .footer-menu-item {
    margin-left: 5px;
}

.footbar {
    background-color: #282a2b;
    border-color: #4b4c4d;
    border-top-width: 1px;
    padding-top: 18px;
    padding-bottom: 16px;
}

.footbar span {
    color: #fff;
}

.footermenu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footermenu-item {
    /* margin: 0 40px; */
}

.footermenu-item a {
    text-decoration: none;
    font-size: 1.2em;
    color: #fff;
}

@media(max-width:768px) {
    .footermenu {
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    .footermenu-item {
        width: 45%;
    }
    .footermenu-item {
        margin: 0 2px;
    }
    .footermenu-item a {
        font-size: 1rem;
        margin-top: 5px;
    }
    .footermenu-link a {
        font-size: 0.8rem;
    }
    .contact-table {
        margin: 0 auto;
        width: 220px;
        max-width: 90%;
        margin-bottom: 25px;
    }
    .footer-title {
        padding-bottom: 0;
        text-align: center;
    }
    .row-footer {
        width: 300px;
        margin: 0 auto;
    }
    .footer-menu-product-list {
        margin-bottom: 0;
        width: 150px;
    }
    .lastmenu {
        width: 150px;
        margin: 0 auto;
        padding-bottom: 20px;
    }
}


/* End footer */


/* Service Page  */

.wrapper-service .container {
    /* padding-left: 0; */
    /* padding-right: 0; */
}

.wrapper-service {
    background-image: url('../images/services_bg.webp');
    background-repeat: no-repeat;
}

@media (min-width:1200px) {
    .wrapper-service .container {
        width: 1300px;
    }
}

.service-page-header {
    padding-top: 70px;
    border-bottom: 3px solid #000;
}

.service-page-header h1 {
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 0;
}

.row-service-page {
    padding: 25px 0;
}

.row-service-page .col-info h2 {
    padding: 25px 0;
}

@media (max-width:768px) {
    .service-page-header {
        padding-top: 35px;
    }
    .row-service-page h2 {
        font-size: 1.5rem;
        margin-top: 10px;
    }
    .row-service-page .col-service-page-1 {
        order: 1;
    }
    .row-service-page .col-service-page-2 {
        order: 2;
    }
    .row-service-page .col-service-page-3 {
        order: 4;
    }
    .row-service-page .col-service-page-4 {
        order: 3;
    }
    .row-service-page .col-service-page-5 {
        order: 5;
    }
    .row-service-page .col-service-page-6 {
        order: 6;
    }
    .row-service-page .col-service-page-7 {
        order: 8;
    }
    .row-service-page .col-service-page-8 {
        order: 7;
    }
    .row-service-page .col-service-page-9 {
        order: 9;
    }
    .row-service-page .col-service-page-10 {
        order: 10;
    }
}


/* End Service Page  */


/* Page Solution    */

.solution-content {
    /* margin-top: 25px; */
}

.solution_gallery {
    background-color: #f4f2f3;
}

.solution-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.solution-header {
    border-bottom: 2px solid #0d364a;
}

.solution-title {
    text-transform: uppercase;
}

.solution-header span {
    color: red;
}

.solution-menu {
    padding-top: 40px;
}

.solution-menu-list {
    list-style: none;
    margin-top: 15px;
    padding-left: 0;
}

.solution-menu-list li {
    margin-top: 10px;
}

.solution-menu-list li a {
    text-decoration: none;
    font-size: 1em;
    color: #000;
    font-weight: normal;
}

.solution-menu-list li a:hover {
    opacity: 0.5;
}

.solution-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 0.2rem;
}

.solution-angle {
    float: right;
}

.solution-container .item1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}

.solution-container .item2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
}

.solution-container .item3 {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
}

.solution-container .item4 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
}

.solution-container .item5 {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 2;
    grid-row-end: 3;
}

.solution-container .item6 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
}

.solution-container .item7 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
}

.solution-container .item8 {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 3;
    grid-row-end: 4;
}

.solution-container .item9 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 5;
}

.solution-container .item10 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 4;
    grid-row-end: 5;
}

@media (max-width:768px) {
    .solution-container {
        display: flex;
        flex-direction: column;
        padding-left: 25px;
        padding-right: 25px;
    }
    .menu_desktop {
        display: none;
    }
    .solution-menu-list li a {
        font-size: 0.8rem;
    }
    .solution-header {
        border-bottom: none;
        padding-bottom: 15px;
    }
}


/* Mobile Menu  */

.menu_mobile {
    display: none;
}

@media (max-width:768px) {
    .menu_mobile {
        display: block;
    }
}

.form-select {
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}


/* End Page Solution    */


/* Contact page  */

.contactpage {
    background-image: url(../images/contact_bg.webp);
    /* background-size: cover; */
    background-repeat: no-repeat;
}

.contact-content {
    padding-top: 80px;
}

.row-contact {
    margin-top: 95px;
}

.contact-header-icon {
    width: 100px;
}

.contact-header-name {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.wrapper-contact-form {
    background-color: rgba(13, 56, 73, 0.8);
}

.container-about {
    width: 100%;
    margin: auto;
    position: relative;
    padding-top: 60px;
    padding-bottom: 20px;
}

.contact-phone-table {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.contact-tel-link {
    color: #000;
}

.contact-website {
    display: flex;
    justify-content: center;
}

.contact-website-list {
    list-style: none;
}

.contact-website-list {
    /* width: 300px; */
    max-width: 95%;
    margin-top: 40px;
}

.contact-website-list li {
    margin: 10px 0;
}

.contact-website-list li a {
    color: #000;
}

.contact-website-icon {
    width: 39px;
    height: 26px;
}

.contact-divider {
    width: 340px;
    max-width: 85%;
    margin-top: 4rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid #000;
}

.btn-download-map {
    color: #fff;
    background-color: #072837;
    border-radius: 15px;
    padding: 4px 15px;
}

.download-map a:hover {
    text-decoration: none;
}

.text-address {
    font-size: 1.4rem;
}

.contact-form-title {
    padding-top: 30px;
    color: #fff;
}

.btn-send-message {
    font-size: 1.4rem;
    padding: 2px 50px;
}

.contact-logo-labelsign,
.contact-logo-iecho {
    margin: 50px 0;
    width: 300px;
    height: auto;
}

.contact-logo-iecho {
    width: 200px;
    height: auto;
}

.contact-team {
    margin-top: 50px;
}

@media (min-width:1200px) {
    .wrapper-contact-form .container {
        width: 1040px;
    }
    .contact-content .container {
        width: 1875px;
        max-width: 1875px;
    }
}

.contact-maps {
    margin-top: 50px;
}

#google-map iframe {
    width: 100% !important;
    height: 500px;
}


/* Product Page  */

.products-wrapper .container {
    padding-top: 60px;
}

@media (min-width: 1200px) {
    .products-wrapper .container {
        max-width: 1300px;
    }
}

.product-page-title {
    text-transform: uppercase;
}

.col_product a {
    text-decoration: none;
}

.col_product a:hover {
    text-decoration: none;
}

.card-product {
    border: none;
}

.product-body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.img-product {
    background-color: #e9e9eb;
    padding: 20px 0;
}

.product-body .card-title {
    font-size: 1.25rem;
    color: #000;
}

.product-body .card-text {
    color: #000;
}

.product-body .card-link {
    margin-top: auto;
}

.card-link .btn {
    padding: 0.2rem 0.75rem;
}


/* End Product page */


/* Product Detail */

.sample_row {
    display: flex;
    flex-wrap: wrap;
}

.sample_col {
    display: flex;
    position: relative;
    flex: 1 0 18%;
    margin: 3px;
    justify-content: center;
}

.video-machine iframe {
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .sample_col {
        display: flex;
        flex: 45%;
    }
}


/* End Product Page */


/* News page  */

.col-news {
    padding-left: 25px;
    padding-right: 25px;
}

.wrapper-News,
.news_detail {
    background-image: url('../images/news_menu_bg.webp');
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: left top;
}

.News-content {
    margin-top: 25px;
}

.News-header {
    border-bottom: 2px solid #0d364a;
}

.News-title {
    text-transform: uppercase;
}

.News-header span {
    color: red;
}

.News-menu-list {
    list-style: none;
    /* margin-top: 15px; */
    padding-left: 0;
}

.News-menu-list li {
    border-bottom: 1px solid #000;
    padding: 8px 0;
}

.News-menu-list li:last-child {
    border-bottom: none;
}

.News-menu-list li a {
    text-decoration: none;
    font-size: 1em;
    color: #000;
    font-weight: normal;
}

.News-menu-list li a:hover {
    opacity: 0.5;
}

.News-angle {
    float: right;
    margin-right: 5px;
}

.card-news {
    border: none;
    -webkit-box-shadow: 0 4px 30px 0 rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 4px 30px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 4px 30px 0 rgb(0 0 0 / 25%);
    margin-bottom: 50px;
}

.card-news-body {
    display: flex;
    flex-direction: column;
}

.card-news-body .card-bottom {
    margin-top: auto;
}

.card-news-body .card-news-title {
    font-size: 1rem;
}

.news-see-more a {
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    padding: 2px 10px;
}

.news-see-more a:hover {
    text-decoration: none;
}

hr.news-divider {
    margin-top: 1rem;
    margin-bottom: 0.4rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 1);
}


/* Mobile News Menu  */

.news-mobile {
    display: none;
    margin-bottom: 25px;
}

@media (max-width:768px) {
    .news-mobile {
        display: block;
    }
    .news-desktop {
        display: none;
    }
    .News-title {
        text-align: center;
    }
    .News-header {
        border-bottom: none;
    }
}

.paginate-link {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
}

.news_detail {
    height: 1000px;
}

.wrapper-news-detail {
    padding-top: 25px;
}

.card-promotion {
    border: none;
    -webkit-box-shadow: 0 4px 30px 0 rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 4px 30px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 4px 30px 0 rgb(0 0 0 / 25%);
    margin-bottom: 50px;
}

.news-detial-bottom {
    padding-top: 15px;
}

.btn-share {
    color: #000;
    border: 1px solid #000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 3px 15px;
}

.news-detial-bottom a:hover {
    text-decoration: none;
}

.card-news-body .new-tile h2 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1.5rem;
}

hr.news-tile-divider {
    margin-top: 2px;
    padding: 0;
    margin-bottom: 0.4;
    border: 0;
    border-top: 2px solid rgba(0, 0, 0, 1);
}

.card-news .card-header {
    border-bottom: none;
    background-color: transparent;
}

.new-tile .card-top-title {
    padding-top: 25px;
}

.card-description {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.col-newsphoto {
    background-color: red;
    height: 200px;
    border: 2px solid #ccc;
}


/* End News page  */


/* Portfolios page  */

.col-news {
    padding-left: 25px;
    padding-right: 25px;
}

.wrapper-portfolios,
.portfolios_detail {
    background-image: url('../images/portfolios_d_bg.webp');
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: left top;
}

.port-slide .container {
    padding-left: 35px;
    padding-right: 35px;
}

.portfolios-content {
    padding-top: 25px;
    padding-right: 35px;
    padding-left: 35px;
}

.portfolios-header {
    border-bottom: 2px solid #0d364a;
}

.portfolios-title {
    text-transform: uppercase;
}

.portfolios-header span {
    color: red;
}

.portfolios-menu-list {
    padding: 8px 0;
    background-color: #fafafa;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.portfolios-menu-list li {
    padding: 8px 0;
}

.portfolios-menu-list li a {
    text-decoration: none;
    font-size: 1em;
    color: #000;
    font-weight: normal;
}

.portfolios-menu-list .nav-link {
    display: inline;
    padding: .2rem 1rem;
    font-size: 1.2rem;
}

.portfolios-menu-list .nav-link.active {
    background-color: transparent;
    color: red;
}

.portfolios-menu-list li a:hover {
    opacity: 0.5;
}

.card-portfolios {
    border: none;
    -webkit-box-shadow: 0 4px 30px 0 rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 4px 30px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 4px 30px 0 rgb(0 0 0 / 25%);
    margin-bottom: 50px;
}

.card-portfolios-body {
    display: flex;
    flex-direction: column;
}

.card-portfolios-body .card-bottom {
    margin-top: auto;
}

.card-portfolios-body .card-portfolios-title {
    font-size: 1rem;
}

.portfolios-see-more a {
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    padding: 2px 10px;
}

.portfolios-see-more a:hover {
    text-decoration: none;
}

hr.portfolios-divider {
    margin-top: 1rem;
    margin-bottom: 0.4rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 1);
}


/* Mobile News Menu  */

.portfolios-mobile {
    display: none;
    margin-bottom: 25px;
}

@media (max-width:768px) {
    .portfolios-mobile {
        display: block;
    }
    .portfolios-desktop {
        display: none;
    }
    .portfolios-title {
        text-align: center;
    }
    .portfolios-header {
        border-bottom: none;
    }
}

.paginate-link {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
}

.portfolios_detail {
    height: 1000px;
}

.wrapper-news-detail {
    padding-top: 25px;
}

.portfolios-detial-bottom {
    padding-top: 15px;
}

.btn-share {
    color: #000;
    border: 1px solid #000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 3px 15px;
}

.portfolios-detial-bottom a:hover {
    text-decoration: none;
}

.card-portfolios-body .portfolios-tile h2 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1.5rem;
}

hr.portfolios-tile-divider {
    margin-top: 2px;
    padding: 0;
    margin-bottom: 0.4;
    border: 0;
    border-top: 2px solid rgba(0, 0, 0, 1);
}

.card-portfolios .card-header {
    border-bottom: none;
    background-color: transparent;
}

.portfolios-tile .card-top-title {
    padding-top: 25px;
}

.card-description {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.col-portfoliosphoto {
    background-color: red;
    height: 200px;
    border: 2px solid #ccc;
}

.card-city {
    background-color: #000;
    color: #fff;
}

.card-city .card-city-text {
    padding: 8px;
}

.card-city .card-city-text span {
    float: right;
}


/* Owl carousel arrow */

.port-slider .owl-stage-outer {
    z-index: 1;
    background-color: #fafafa;
}

.port-slider .owl-nav {
    color: #333;
    /* position: absolute; */
}

.port-slider .owl-nav svg {
    color: currentColor;
}

.port-slider .owl-nav .disabled {
    display: none;
}

.port-slider .owl-prev,
.port-slider .owl-next {
    top: 45%;
    z-index: 2;
    width: 50px;
    height: 50px;
    padding: 8px;
    margin-top: -20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    /* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2); */
}

@media (max-width:768px) {
    .port-slider .owl-prev,
    .port-slider .owl-next {
        top: 25%;
    }
}

.port-slider .owl-prev {
    left: -35px;
}

.port-slider .owl-next {
    right: -35px;
}

.port-slide-title {
    margin-top: 15px;
    font-size: 1.3rem;
}

.poart-slider-bottom {
    margin-top: auto;
    padding-bottom: 25px;
    padding-right: 20px;
}

hr.port-slider {
    margin-top: 1rem;
    margin-bottom: 0.4rem;
    border: 0;
    border-top: 3px solid rgb(128 120 120);
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
    z-index: 3;
}

.owl-dots button.owl-dot {
    width: 30px;
    height: 15px;
    /* border-radius: 50%; */
    display: inline-block;
    background: #fff;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #4b4b4b;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}


/* End portfolios page  */


/* Portfolios Detail */

.port_detail {
    background-image: url('../images/portfolios_d_bg.webp');
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: left top;
}

@media(min-width:1200px) {
    .port_detail .container {
        max-width: 1300px;
        padding-top: 25px;
    }
}

.card-port-detail {
    border: none;
    -webkit-box-shadow: 0 4px 30px 0 rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 4px 30px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 4px 30px 0 rgb(0 0 0 / 25%);
    margin-bottom: 50px;
}

.card-port-detail-body .card-title {
    font-size: 1.5rem;
}

.port-detail-divider hr {
    margin-top: 1rem;
    margin-bottom: 0.4rem;
    border: 0;
    border-top: 3px solid rgb(255, 0, 0);
}

.port-detail-excerpt {
    padding: 15px 0;
}

.product-related {
    padding-bottom: 40px;
}

@media(min-width:1200px) {
    .product-related .container {
        max-width: 1330px;
    }
}

.product-related-title {
    font-size: 1.7rem;
    padding: 25px 0;
}

.product-related-col a {
    color: #000;
}

.product-related-col a:hover {
    text-decoration: none;
}

.product-related-img {
    padding-top: 60px;
    width: 300px;
}

.port-in-detail {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
}


/* Portfolios Detail */

.other-fort-title {
    font-size: 1.7rem;
    padding: 25px 0;
}

.mhn-slide .mhn-item {
    width: 90%;
    margin: 0 auto;
    padding: 0 10px;
}

.mhn-slide .mhn-inner {
    width: 100%;
    height: 100%;
    /* box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); */
    border-radius: 3px;
}

.mhn-slide .mhn-text {
    text-align: center;
    padding: 0 10px;
}

.mhn-slide .mhn-text h4 {
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mhn-slide .mhn-text p {
    max-height: 4.5em;
    overflow: hidden;
}

.mhn-slide .owl-stage-outer {
    z-index: 1;
}

.mhn-slide .owl-nav {
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mhn-slide .owl-nav svg {
    color: currentColor;
}

.mhn-slide .owl-nav .disabled {
    display: none;
}

.mhn-slide .owl-prev,
.mhn-slide .owl-next {
    top: 45%;
    z-index: 2;
    width: 50px;
    height: 50px;
    padding: 8px;
    margin-top: -20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    /* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2); */
}

.mhn-slide .owl-prev {
    left: -10px;
}

.mhn-slide .owl-next {
    right: -10px;
}

.card-portfolios-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.col_team {
    position: relative;
}

.col_team img {
    opacity: 0.5;
}

.team-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.team-info h3 {
    text-transform: uppercase;
}

hr.portteam {
    margin-top: 2px;
    padding: 0;
    margin-bottom: 0.4;
    border: 20px 0;
    width: 30%;
    border-top: 3px solid rgb(255, 0, 0);
}


/* Slick */

.gallery-slider {
    position: relative;
    overflow: hidden;
    /* background-color: #e6e6e6; */
}

.gallery-slider__images {
    margin: 0;
    position: relative;
}

.gallery-slider__images .item {
    padding: 0;
}

.gallery-slider__images .item .img-fill {
    text-align: center;
    padding: 10px;
    height: 200px;
}

@media screen and (min-width: 576px) {
    .gallery-slider__images .item .img-fill {
        height: 300px;
    }
}

@media screen and (min-width: 720px) {
    .gallery-slider__images .item .img-fill {
        height: 800px;
    }
}

.gallery-slider__images .item .img-fill img {
    display: inline-block;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.gallery-slider__images .next-arrow,
.gallery-slider__images .prev-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 47px;
    height: 47px;
    border-radius: 50%;
    /* background: rgba(0, 0, 0, 0.7); */
    border: 0 none;
    text-align: center;
    color: #FFF;
    z-index: 5;
    opacity: 0;
    transition: all 0.5s;
    outline: 0;
}

.gallery-slider__images .next-arrow svg,
.gallery-slider__images .prev-arrow svg {
    top: 4px;
}

.gallery-slider__images .next-arrow {
    right: 25px;
}

.gallery-slider__images .prev-arrow {
    left: 25px;
}

.gallery-slider__images:hover .next-arrow,
.gallery-slider__images:hover .prev-arrow {
    opacity: 1;
}

.gallery-slider__images .caption {
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
    opacity: 1;
    transition: opacity 0.15s;
}

.gallery-slider__images .caption.hide {
    opacity: 0;
}

.gallery-slider__thumbnails {
    position: relative;
    top: auto;
    left: 0px;
    width: 100%;
    z-index: 4;
    transition: all 0.8s;
    margin: 0 auto;
    padding: 13px 0;
}

.port-slider-container {
    width: 100%;
}

@media(min-width:1200px) {
    .gallery-slider__thumbnails {
        max-width: 1200px;
    }
    .port-slider-container {
        max-width: 1100px;
        margin: 0 auto;
        overflow: hidden;
    }
}

.gallery-slider__thumbnails:before,
.gallery-slider__thumbnails:after {
    content: "";
    display: block;
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
    pointer-events: none;
}

.gallery-slider__thumbnails:before {
    left: 0;
    /* background: linear-gradient(to right, #e6e6e6 0%, rgba(230, 230, 230, 0) 100%); */
}

.gallery-slider__thumbnails:after {
    right: 0;
    /* background: linear-gradient(to right, rgba(230, 230, 230, 0) 0%, #e6e6e6 100%); */
}

.gallery-slider__thumbnails .item .img-fill {
    height: 70px;
    background: white;
    cursor: pointer;
    border: 5px solid white;
    text-align: center;
}

.gallery-slider__thumbnails .item .img-fill img {
    opacity: 0.5;
    transition: all 0.5s;
    display: inline-block;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.gallery-slider__thumbnails .item:hover .img-fill img {
    opacity: 1;
}

.gallery-slider__thumbnails .item.slick-center img {
    opacity: 1;
}


/* Thumnail arraw */

.gallery-slider__thumbnails .next-arrow,
.gallery-slider__thumbnails .prev-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    /* background: rgba(0, 0, 0, 0.6); */
    background: transparent;
    /* color: #FFF; */
    border: 0 none;
    z-index: 15;
}

.gallery-slider__thumbnails .next-arrow svg,
.gallery-slider__thumbnails .prev-arrow svg {
    top: 2px;
}

.gallery-slider__thumbnails .next-arrow {
    right: 0px;
}

.gallery-slider__thumbnails .prev-arrow {
    left: 0px;
}

.gallery-slider .next-arrow,
.gallery-slider .prev-arrow {
    cursor: pointer;
}

.gallery-slider .next-arrow svg,
.gallery-slider .prev-arrow svg {
    width: 18px;
    height: 18px;
    position: relative;
}


/* End Thumnail arraw */

.gallery-slider .img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.gallery-slider .slick-slider {
    margin: 0 -7.5px;
    padding: 0 !important;
}

.gallery-slider .slick-slide {
    float: left;
    padding: 0 7.5px;
    outline: none;
}


/* End Slick */


/* Owl carousel */

#sync1 .item {
    background: #0c83e7;
    /* padding: 80px 0px; */
    /* margin: 5px; */
    color: #FFF;
    border-radius: 3px;
    text-align: center;
}

#sync2 {
    width: 90%;
    margin: 0 auto;
}

#sync2 .item {
    /* background: #C9C9C9; */
    padding: 2px 2px;
    margin: 5px;
    margin-top: 20px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#sync2 .item h1 {
    font-size: 18px;
}

#sync2 .current .item {
    background: #ff0000;
    /* width: 300px; */
    /* margin-top: 20px; */
    border: 4px solid #ff0000;
    /* padding: 20px; */
    /* text-align: center;
    font-weight: 900;
    color: #ff0000;
    font-family: arial; */
    position: relative;
}

#sync2 .current .item:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #ff0000;
    right: 50%;
    top: -23px;
}

#sync2 .current .item:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #ff0000;
    right: 50%;
    top: -18px;
}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*='owl-'] {
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    /* background-color: #D6D6D6; */
    background-color: transparent;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    /* background-color: #D6D6D6; */
    background-color: transparent;
}

#sync1.owl-theme {
    position: relative;
}

#sync2.owl-theme .owl-next,
#sync2.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    position: absolute;
    top: 40%;
    transform: translate(-40%)
}

#sync2.owl-theme .owl-prev {
    left: -20px;
}

#sync2.owl-theme .owl-next {
    right: -35px;
}

#sync1 .owl-stage-outer {
    max-height: 700px;
}

.thumbnails .item .img-thumb {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

@media (max-width:768px) {
    .thumbnails .item .img-thumb {
        height: 80px;
    }
    #sync1 .owl-stage-outer {
        max-height: 300px;
    }
}


/* End Owl carousel */


/*  Share */

.modal {
    /* background-image: linear-gradient(rgb(35, 79, 71) 0%, rgb(36, 121, 106) 100.2%) */
}

.modal-title {
    font-weight: 900
}

.modal-content {
    border-radius: 13px
}

.modal-body {
    color: #3b3b3b
}

.img-thumbnail {
    border-radius: 33px;
    width: 61px;
    height: 61px
}

.smd .fa:before {
    position: relative;
    top: 13px
}

.smd {
    width: 200px;
    font-size: small;
    text-align: center
}

.modal-footer {
    display: block
}

.ur {
    border: none;
    background-color: #e6e2e2;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.cpy {
    border: none;
    background-color: #e6e2e2;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer
}

button.focus,
button:focus {
    outline: 0;
    box-shadow: none !important
}

.ur.focus,
.ur:focus {
    outline: 0;
    box-shadow: none !important
}

.message {
    font-size: 11px;
    color: #ee5535
}


/* End Share */