﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 14px;
    line-height: 22px;
}

a {
    color: #28a745;
}


    a:hover {
        color: #C02131;
        text-decoration: none;
    }

.refresh-icon {
    color: #037003;
    font-weight: bolder;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}

a {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

* {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

* {
    -webkit-transition: font-size 0s, font-family 0s, font-weight 0s;
    -moz-transition: font-size 0s, font-family 0s, font-weight 0s;
    -o-transition: font-size 0s, font-family 0s, font-weight 0s;
    transition: font-size 0s, font-family 0s, font-weight 0s;
}

img,
#LiveCSSEditor-panel,
#LiveCSSEditor-panel *,
#MagiCSS-bookmarklet,
#MagiCSS-bookmarklet * {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}


.welcome-home{
text-align:justify;
line-height:28px;
}

.welcome-home a:link,
.welcome-home a:visited,
.welcome-home a:hover {
    text-decoration:none;
}

    .welcome-home img {
        width: 100% !important;
        
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .welcome-home img:hover {
            transform: scale(1.1);
            -ms-transform: scale(1.1);
            /* IE 9 */
            -moz-transform: scale(1.1);
            /* Firefox */
            -webkit-transform: scale(1.1);
            /* Safari and Chrome */
            -o-transform: scale(1.1);
            /* Opera */
        }

    .welcome-home-link{
    width: 44% !important;
    display: block;
    position: relative;
    overflow: hidden;
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

/*.main-body {
    border: solid 1px #eef0f7;
}*/
.price-menu a:link,
.price-menu a:visited,
.price-menu a:hover,
.book-menu a:link,
.book-menu a:visited,
.book-menu a:hover {
    text-decoration: none;
    color: #fff;
}

.book-menu {
    background: #8f4e00;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
    width: 75px;
    height: 75px;
    position: fixed;
    left: 23px;
    top: 200px;
    text-align: center;
    padding: 8px;
    z-index:9999;
}
    .book-menu i{
        font-size:30px;
    }

    .book-menu p {
        width:100%
    }

.price-menu {
    background: #8f4e00;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
    width: 97px;
    height: 97px;
    position: fixed;
    left: 12px;
    top: 300px;
    text-align: center;
    padding: 18px 8px 8px 8px;
    z-index: 9999;
}

    .price-menu i {
        font-size: 30px;
    }

    .price-menu p {
        width: 100%
    }

    .radius-5 {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.radius-20 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.background-light-gray {
    background-color: white;
}

.background-gray {
    background-color: #F3F3F3;

}

.info-box {
    background-color: #ab06ad;
    color: white;
    -webkit-border-radius: 0px 20px 0px 20px;
    -moz-border-radius: 20px 0px 20px 0px;
    border-radius: 0px 20px 0px 20px;
    line-height: 26px;
}

.background-purple {
    background-color: #7dc55924;
    color: #28a745;
    font-weight: bold;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.blue-color {
    background-color: #2b7fd0 !important;
}

.btn-success {
    color: #fff;
    background-color: #8f4e00 !important;
    border:none;
}

    .btn-success:hover {
        background-color: #c02131 !important;
    }


.btn-outline-primary {
    color: #c02131 !important;
    border-color: #c02131 !important;
    border-style:none;
}

    .btn-outline-primary:hover {
        color: white !important;
        border-color: #c02131 !important;
        background-color: #c02131 !important;
    }

.navbar {
    margin: 20px 0px 0px 0px;
}

.nav-item {
    padding:0px 5px 0px 5px !important;
}

.nav-item-hover:hover {
    background-color: #c02131;
}

    .nav-item a {
        color: white !important;
        text-transform:uppercase;
        font-weight:bold;
            font-size:14px;
    }

.modal{
    z-index:10000;
}

.modal {
    text-align: left;
}

.modal-content {
    border: none;
    border-radius: 2px;
    box-shadow: 0 16px 28px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21);
}

.modal-header {
    border-bottom: 0;
    padding-top: 15px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 12px;
    text-align: center;
}

.modal-title {
    font-size: 16px;
    font-weight: bold;
    color: #c02131;
    text-align: center;
    text-transform: uppercase;
}

.modal-body {
    border-bottom: 0;
    padding-top: 5px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 10px;
    font-size: 15px;
}

.modal-footer {
    border-top: 0;
    padding-top: 0px;
    padding-right: 26px;
    padding-bottom: 26px;
    padding-left: 26px;
}

.alert-message {
    font-weight: bold;
    color: #c02131;
    text-align: center;
}

.dropdown-item:hover {
    background-color: #99c072;
}

.light-gray-border {
    border: 1px solid #efefef;
}

@media (max-width: 1210px) {
    .nav-item a {
        font-size: 12px;
    }
}

@media (max-width: 1000px) {
    .nav-item a {
        font-size: 12px;
    }

    .welcome-home-link{
        display:none;
    }
}

@media (max-width: 991px) {
    .text-sx-center {
        text-align: center !important;
    }
}

@media (max-width: 770px) {
    .carousel-article-item .description {
        display:none;
    }
    .carousel-article-item .title {
        font-size: 10px;
    }
}

@media (max-width: 700px) {
    .content-detail img{
        width:100%;
    }
}



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: -webkit-fill-available;
    }
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}



.top-header .company-infor {
    position:relative;
}

    .top-header .company-infor .logo {
        margin: 9px;
        width: 100px;
    }

    .top-header .company-infor .name {
        font-weight: bold;
        font-size: 23px;
        color: #166680;
        position: absolute;
        top: 37px;
        left: 159px;
        text-align: center;
    }

.show-max1200w{
    display:none;
}

.hide-max1200w {
    display: block;
}

@media (max-width: 1200px) {
    .show-max1200w {
        display: block;
    }
    .hide-max1200w {
        display: none;
    }
    .top-header .company-infor .name {
        font-size: 16px !important;
        top: 39px;
        left: 157px;
    }

    .top-header .company-infor .logo {
        margin: 12px 0px 9px 9px;
        width: 86px;
    }

    .top-header .company-infor {
        height: 75px;
    }
}

@media (max-width: 600px) {
    .top-header .company-infor .name {
        font-size: 18px !important;
        top: 31px;
        left: 123px;
    }
    .top-header .company-infor .logo {
        margin:12px 0px 9px 9px;
        width: 80px;
    }

    .top-header .company-infor {
        height: 62px;
    }
}

@media (max-width: 440px) {
    .top-header .company-infor .name {
        font-size: 14px !important;
        top: 29px;
        left: 90px;
    }

    .top-header .company-infor .logo {
        margin: 16px 0px 9px 9px;
        width: 60px;
    }

    .top-header .company-infor {
        height: 50px;
    }
}



.form-control-borderless {
    border: none;
}

    .form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }

.section-group-header {
    margin-top: 6px;
    margin-bottom: 20px;
}

    .section-group-header .title {
        padding: 7px 0px 7px 0px;
        color: #c02131;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        font-family: 'Old Standard TT', serif;
        text-align: center;
        font-size: 30px;
        line-height: normal;
    }

        .section-group-header .title .fas {
        }

    .section-group-header div.title::before {
        width: 100px;
        height: 2px;
        bottom: 0px;
        left: 0px;
        z-index: 1;
        background-color: rgb(103, 182, 52);
        position: absolute;
    }

.section-group-whole-header {
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #2b7fd0;
}

    .section-group-whole-header .title {
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 7px 0px 7px 0px;
        color: white;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
    }

    .section-group-whole-header div.title::before {
        width: 100px;
        height: 2px;
        bottom: 0px;
        left: 0px;
        z-index: 1;
        background-color: rgb(103, 182, 52);
        position: absolute;
    }

.section-group-2Colors-header {
    margin-top: 50px;
    background: #eeeeee;
    padding:0px;
}

    .section-group-2Colors-header .title {
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 10px 54px 10px 10px;
        color: white;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        background-color: #8f4e00;
        overflow: hidden;
    }

    .section-group-2Colors-header div.title::before {
    }

    .section-group-2Colors-header div.title::after {
        content: "";
        display: block;
        border-left: solid 50px #8f4e00;
        border-top: solid 50px #eeeeee;
        position: absolute;
        right: 40px;
        top: 0px;
        transform: translate(100%, 0%);
        -webkit-transform: translate(100%, 0%);
        z-index:1
    }

.section-group-sep-img-header {
    background: #eeeeee;
    padding:20px 0 40px 0;
    background: url(../img/line_h22.png) no-repeat bottom center;
}

    .section-group-sep-img-header .title {
        font-size:2rem;
        text-transform: uppercase;
        text-align:center;
        width:100%;
        
    }

    .section-group-sep-img-header div.title::before {
    }

    .section-group-sep-img-header div.title::after {
    }

.section-detail-header {
    padding: 20px 0 10px 0;
}

    .section-detail-header .title {
        font-size: 1rem;
        text-transform:capitalize;
        width: 100%;
    }

    .section-detail-header div.title::before {
    }

    .section-detail-header div.title::after {
    }

.section-group-sep-gray-header {
    padding: 0px 0 5px 0;
}

    .section-group-sep-gray-header .title {
        font-size: 2rem;
        text-align:left !important;
        text-transform: uppercase;
        font-weight:normal !important;
        width: 100%;
    }

.section-group-sep-gray-header div.title::before {
    content: '';
    width: 32px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.section-group-sep-gray-header div.title::after {
}

.section-group-simple-gray-header {
    margin-top: 50px;
    padding: 0px;
}

    .section-group-simple-gray-header .title {
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 10px 54px 10px 10px;
        color: black;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        overflow: hidden;
        width:100%;
    }

    .section-group-simple-gray-header div.title::before {
    }

    .section-group-simple-gray-header div.title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: black;
        transform: scaleY(0.2); /* Makes it look like 0.5px */
        transform-origin: bottom;
        pointer-events: none;
    }


.body-content {
    border: 0px solid #eeeeee;
    padding-right: 29px;
    display: inline-table;
}

    .body-content>table {
        width:100% !important;
    }

    /*.social-button-footer {
    color: aquamarine
}*/
    .input-group-text {
    padding: 9px !important;
}


.small-button {
    font-family: 'SFUFuturaBook';
    font-size: 15px;
    color: #ffffff;
    margin-top: 20px;
    display: inline-block;
    width: 129px;
    height: 36px;
    background: url(../img/bg_xemthem.png) no-repeat;
    position: relative;
    text-align: center;
}

.bg-blue {
    background-color: #2b7fd0;
}

.bg-dark-blue {
    background-color: #2b7fd0 !important;
}

.category-item {
    border: 1px solid #eee;
    margin-bottom: 10px;
}

    .category-item .category-image {
        width: 160px;
    }

.simple-cat-product-item {
    list-style: none;
    padding: 0px 0px 0px 2px;
}

.product-item {
    border: none !important;
}

    .product-item .image {
        /*width:100%;*/
    }

    .product-item .title {
    }

    .product-item .description {
    }



.article-item {
    display: block;
    overflow: hidden;
    background-color: white;
    padding: 10px;


}
    .article-item .content-block {
        display: block;
        position: relative;
        overflow: hidden;
    }

        .article-item .content-block img {
            height: 200px;
            object-fit: cover;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            .article-item .content-block img:hover {
                transform: scale(1.1);
                -ms-transform: scale(1.1);
                /* IE 9 */
                -moz-transform: scale(1.1);
                /* Firefox */
                -webkit-transform: scale(1.1);
                /* Safari and Chrome */
                -o-transform: scale(1.1);
                /* Opera */
            }

    .article-item .title{
        padding-top:10px;
    }

    .article-item .title a {
        color: #8f4e00;
        text-transform: uppercase;
        font-weight:bold;
    }

    .article-item .title a:hover {
        text-decoration:none;
    }

    .article-item .description {
    }

.article-title-list-item {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px;
}

    .article-title-list-item li {
        text-align: justify;
        color: #0099FF;
    }

.article-title-list-item li::before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url('../img/sao.png');
    background-size: cover;
}

        .article-title-list-item li a {
            color: #4b4b4b
        }

        .article-title-list-item li a:hover {
            color: #C02131;
        }


.article-list-item {
    display: block;
    overflow: hidden;
    padding: 8px;
    background-color: #f9f6eb;
} 

        .article-list-item  img {
            height: 120px;
            width: 200px;
            object-fit: cover;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            .article-list-item  img:hover {
                transform: scale(1.1);
                -ms-transform: scale(1.1);
                /* IE 9 */
                -moz-transform: scale(1.1);
                /* Firefox */
                -webkit-transform: scale(1.1);
                /* Safari and Chrome */
                -o-transform: scale(1.1);
                /* Opera */
            }

    .article-list-item .title {
        text-align: left;
    }

        .article-list-item .title a {
            color: #333333;
            text-transform: uppercase;
            font-weight: bold;
        }

            .article-list-item .title a:hover {
                text-decoration: none;
                color: red;
            }

    .article-list-item .time {
        padding: 1px 8px;
        color: white;
        background-color: #8e0707;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
    }

    .article-list-item .description {
    
    }

.news-list-item {
    display: block;
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 10px;
    margin: 0 auto;
}

    .news-list-item .content-block {
        display: block;
        position: relative;
        overflow: hidden;
        margin: -10px;
    }

        .news-list-item .content-block img {
            height: 200px;
            width: 100%;
            object-fit: cover;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            .news-list-item .content-block img:hover {
                transform: scale(1.1);
                -ms-transform: scale(1.1);
                /* IE 9 */
                -moz-transform: scale(1.1);
                /* Firefox */
                -webkit-transform: scale(1.1);
                /* Safari and Chrome */
                -o-transform: scale(1.1);
                /* Opera */
            }

    .news-list-item .title {
        padding: 0px 8px 0px 8px;
        text-align: left;
        border-left: 7px solid #e11818;
        margin-top: 10px;
    }

        .news-list-item .title a {
            color: #333333;
            text-transform: uppercase;
            font-weight: bold;
        }

            .news-list-item .title a:hover {
                text-decoration: none;
                color: red;
            }

    .news-list-item .time {
        color: white;
        background-color: #e11818;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        padding: 6px 12px 6px 12px;
        margin: -8px 0 0 8px;
        z-index: 1;
    }



    .article-medium-list-item .title {
        padding: 0px 20px 0px 20px;
        text-align: left;
        border-left: 7px solid #e11818;
        margin-top: 10px;
    }

        .article-medium-list-item .title a {
            color: #333333;
            text-transform: uppercase;
            font-weight: bold;
        }

            .article-medium-list-item .title a:hover {
                text-decoration: none;
                color: red;
            }

.article-medium-list-item .time {
    color: white;
    background-color: #e11818;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 6px 12px 6px 12px;
    margin: -8px 0 0 24px;
    z-index: 1;
}

.service-list-item {
    display: block;
    overflow: hidden;
    background-color: #f7f7f7;
}

    .service-list-item .content-block {
        display: block;
        position: relative;
        overflow: hidden;
    }

        .service-list-item .content-block img {
            height: 200px;
            width: 100%;
            object-fit: cover;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            .service-list-item .content-block img:hover {
                transform: scale(1.1);
                -ms-transform: scale(1.1);
                /* IE 9 */
                -moz-transform: scale(1.1);
                /* Firefox */
                -webkit-transform: scale(1.1);
                /* Safari and Chrome */
                -o-transform: scale(1.1);
                /* Opera */
            }

    .service-list-item .title {
        text-align: center;
    }

        .service-list-item .title a {
            color: #333333;
            text-transform: uppercase;
            font-weight: bold;
        }

            .service-list-item .title a:hover {
                text-decoration: none;
                color: red;
            }

    .service-list-item .time {
        color: white;
        background-color: #e11818;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        padding: 6px 12px 6px 12px;
        margin: -8px 0 0 8px;
        z-index: 1;
    }

    .content-detail{
        line-height:20px;
    }

        .content-detail img{
            margin:10px;
        }

        .carousel-article-item {
            display: block;
            overflow: hidden;
            padding: 10px;
            border: 1px solid #c02131;
        }
    .carousel-article-item:hover {
        border: 1px solid #8f4e00;
    }

    .carousel-article-item .content-block {
        display: block;
        position: relative;
        overflow: hidden;        
    }

        .carousel-article-item .content-block img {
            height: 150px;
            width: 100%;
            object-fit: cover;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            .carousel-article-item .content-block img:hover {
                transform: scale(1.1);
                -ms-transform: scale(1.1);
                /* IE 9 */
                -moz-transform: scale(1.1);
                /* Firefox */
                -webkit-transform: scale(1.1);
                /* Safari and Chrome */
                -o-transform: scale(1.1);
                /* Opera */
            }



.carousel-article-item .title {
    padding-top: 10px;
    text-align:center;
}

    .carousel-article-item .title a {
        color: #333333;
        text-transform: uppercase;
        font-weight: bold;
    }

.carousel-article-item .title a:hover {
    text-decoration: none;
}

    .carousel-article-item .description {
        color: #333333;
        text-align:justify;
    }



.simple-cat-product-item li {
    list-style: none;
}

.margin-top-2 {
    margin-top: 2px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-10 {
    margin: 10px;
}

.margin-16 {
    margin: 16px;
}

.margin-20 {
    margin: 20px;
}

.margin-top-2 {
    margin-top: 2px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}

.margin-right-6 {
    margin-right: 6px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-botton-10 {
    margin-bottom: 10px;
}

.padding-0{
    padding:0px;
}
.padding-20 {
    padding: 20px;
}

.padding-14 {
    padding: 14px;
}

.padding-10 {
    padding: 10px;
}

.padding-36 {
    padding: 36px;
}

.padding-top-2 {
    padding-top: 2px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.fa-rotate-207 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.block-ellipsis {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.height-fit-content {
    display: block;
    overflow: auto;
}

.orange-color {
    color: #f68121
}

.background-darkgray {
   background-color: #CDCECD;
}

.background-light-cyan {
    background-color: #d3eef8;
}

.footer {
    background: url(../img/bgfooter-6114.jpg) repeat-y top center;
    border-top: 10px solid #e5c88a;
    color: white;
    background-color: #e2b147;
}
.footer address {
    line-height: 36px;
}

.footer .title {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: white;
}

.footer .footer-nav {
}

.footer .footer-nav-item {
    padding-top: 10px;
    list-style: none;
    color: #3c3c3c;
    font-weight: bold;
}

    .footer .footer-nav-item a:link,
    .footer .footer-nav-item a:visited {
        color: #3c3c3c;
    }

    .footer .footer-nav-item a:hover {
        color: #8f4e00;
        text-decoration: none;
    }

.footer-copyright {
    background: #deb047;
    color: #fff;
    border-top: 1px solid #eec76f;
}

.red-button{
    color:white !important;
}

.red-button:hover {
    color: white !important;
}
#map {
    width: calc(100%);
    float: left;
    position: relative;
    overflow: hidden;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1230px;
    }
}

@media (max-width: 1200px) {
    .custom-container-lg {
        max-width: 100% !important;
        width: 100% !important;
        padding-right: 15px;
        padding-left: 15px;
    }
}