body {
    font-family: 'Montserrat', sans-serif;
    background: #ececec;
}

/* Test popup chat */

* {
    box-sizing: border-box;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    border-radius: 10px;
    color: white;
    background-color: red;
    border: none;
    font-weight: bold;
}

/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
/*    background-color: #e6200c;
*/  

    /*color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 180px;
    border-radius: 60px;*/


    /*background-color: #e6200c00;
    position: fixed;
    bottom: 23px;
    right: 5px;
    width: 100px;
    border-radius: 43px;
    border: none;*/

    background-color: #e6200c00;
    position: fixed;
    bottom: 315px;
/*    right: 0px;
*/    width: 100px;
    border-radius: 43px;
    border: none;
    right: -4px;

    /*background-color: #e6200c00;
    position: fixed;
    top: 40%;
    right: 0%;
    width: 5%
    border-radius: 43px;
    border: none;*/
}

/* The popup chat - hidden by default */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    /*border: 3px solid #f1f1f1;*/
    z-index: 9;
}

.chat-popup h1 {
    font-size: 1.5rem;
    font-weight: bold;
}

.form-container {
    max-width: 350px;
    padding: 21px;
    background-color: #ed984f;
    border-radius: 20px;
}

/* Full-width textarea */
.form-container textarea {
    width: 100%;

    /* padding: 2px; */
    /* margin: 0px 0 0px 0; */
    /* border: none;
    background: #f1f1f1;
    resize: none;*/
    /*  min-height: 200px;

    width: 100%;
    /* padding: 2px; */
    /* margin: 0px 0 0px 0; */
    border: none;
    background: #f1f1f1;
    resize: none;
    /* min-height: 200px; */
    border-radius: 14px;
    padding: 5px;
    */
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
    background-color: #04AA6D;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-top: 7px;
    border-radius: 20px;
    opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}

/* End popup*/

section img {
    width: 100%;
}

ul {
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;
}

.banner .mySwiper {
    align-items: center;
    text-align: center;
}

.img-banner-delivery {
    margin-top: 45px;
}

/* Bo góc swipper */
.banner .mySwiper img {
    border-radius: 20px;
    width: 80%;
}

/* Modify the background color */
.navbar-custom {
    background-color: #35bdee;
}

.swiper-slide img {
    width: 100%;
}

.mySwiper {
    margin: 20px;
}

.title h1 {
    font-size: 77px;
    color: #ffff;
    margin: 0;
}

.title {
    padding: 20px;
    background-color: #0067b9;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.title_box {
    border: black 2px solid;
    padding: 0px 35px 35px 35px;
    border-radius: 20px;
}

.title_box #title {
    position: relative;
    top: -0.5em;
    display: inline;
    background-color: #35bdee;
    padding: 10px 40px;
    border-radius: 20px;
    font-size: 40px;
    font-weight: bold;
    color: white;
}

.title_box #content {
    font-size: 35px;
    font-weight: bold;
}

/* aboutus */
/* .about-us .boder-center{
    border: 1px solid;
    text-align: center;
    color: #fff;
    background: #35bdee;
    padding: 15px 0px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 15px;
} */

.about-us .boder-center {
    margin: 10px 0;
    border: 1px solid;
    text-align: center;
    color: #fff;
    padding: 15px 0px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 15px;
    position: relative;
}

.about-us .time-line-text {
    margin-top: 40px;
}

.about-us .fee-trans::after {
    content: "";
    width: 70px;
    height: 2px;
    position: absolute;
    left: -70px;
    top: 50%;
    background: #35bdee;
}

.border-height {
    position: relative;
}

.border-height::after {
    content: "";
    height: 167px;
    position: absolute;
    width: 2px;
    background: #35bdee;
    top: 40px;
    left: -30px;
}

.about-us .border-left::after {
    content: "";
    width: 30px;
    height: 2px;
    position: absolute;
    left: -30px;
    top: 50%;
    background: #35bdee;
}

.fee-trans {
    background: #35bdee;
}

.fee-boom {
    background: #3676d7;
}

.trans-quick {
    background: #0db28d;
}

.border-text {
    border: 1px solid;
    border-radius: 15px;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
}

.discount {
    margin-top: 70px;
}

.discount img {
    width: 100%;
}



.tab-discount-price {
    margin-top: 100px;
    position: relative;
}

.title_box_discount {
    overflow-x: auto;
}

.tab-title-discount {
    text-align: center;
    display: flex;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab-title-discount li {
    width: 33.333%;
}

.table-discount {
    border: 2px solid #000;
    border-radius: 25px;
    text-align: center;
    display: flex;
    width: 100%;
    list-style: none;
    padding: 0;

}

.table-discount li {
    width: 33.333%;
}

.table-discount li div {
    padding: 5px;
    font-size: 22px;
    font-weight: bold;
}

.content-1 {
    border: 2px solid #35bdee;
    border-radius: 25px;
    color: #fff;
    background: #35bdee;
}

.discount-total {
    width: 185px;
    margin: 0 auto;
    border: 2px solid #000;
    border-radius: 7px;
    font-weight: bold;
    color: #004b87;
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: -2px;
}

.img-bg-discount {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.img-bg-discount img {
    width: 100%;

}

/* delivery pay freight */
.pay-freight .top-bg {
    background: url(.././img/background1.1.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}

.pay-freight .main-bg {
    background: url(.././img/pay-freight/background2.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}

.pay-freight .bottom-bg {
    background: url(.././img/background3.1.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}

.pay-freight .dashboard-frieght {
    width: 700px;
    margin: 0 auto;
}

.pay-freight .dashboard-frieght .img-delivery {
    width: 100%;
}

.pay-freight .dashboard-frieght .img-delivery img {
    width: 600px;
    margin-left: 15px;
}

.pay-freight .dashboard-frieght .content-delivery {
    width: 100%;
    position: relative;

}

.pay-freight .dashboard-frieght .content-delivery .title-pf {
    width: 370px;
    position: absolute;
    background: #dd6500;
    border-radius: 10px;
    padding: 10px 15px;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    left: 15px;
    margin-top: -41px;
}

.pay-freight .dashboard-frieght .content-delivery .causion {
    width: 100%;
    border: 2px solid #fff;
    padding: 50px 35px 20px;
    border-radius: 15px;
    margin-top: 35px;

}

.pay-freight .dashboard-frieght .content-delivery .causion-note {
    padding: 0;
    margin: 0;
    color: #fff;
}

.pay-freight .dashboard-frieght .content-delivery .causion-note li i {
    font-size: 32px;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
}

.pay-freight .dashboard-frieght .content-delivery .causion-note li span.text {
    /*font-size: 19px;
    font-weight: bold;
    letter-spacing: 2px;*/
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 3px;
}

.pay-freight .dashboard-frieght .content-delivery .causion-note li span.text-note {
    font-size: 22px;
    font-weight: bold;
    color: #fac700;
}

.pay-freight .dashboard-frieght .img-banner-delivery {
    margin-top: 50px;
}

/* information fee */
.infomation-fee {
    margin-top: 130px;
    margin-bottom: 100px;
}

.infomation-fee .info-fee {
    position: relative;
}

.infomation-fee .info-fee .title-fee {
    width: 370px;
    position: absolute;
    background: #0db28d;
    border-radius: 10px;
    padding: 10px 15px;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    left: 15px;
    margin-top: -41px;
    text-align: center;
}

.infomation-fee .info-fee .causion {
    width: 100%;
    border: 2px solid #000;
    padding: 50px 35px 20px;
    border-radius: 15px;
    margin-top: 35px;
}

.infomation-fee .info-fee .causion .causion-note li {
    margin: 10px 0;
}

.infomation-fee .info-fee .causion .causion-note li i {
    color: #fff;
    background: #0db28d;
    border-radius: 50%;
    padding: 7px;
    font-size: 20px;
    margin-right: 10px;
}

.infomation-fee .info-fee .causion .causion-note li span.text {
    /*font-size: 19px;
    font-weight: bold;*/
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 2px;
}

.infomation-fee .info-fee .img-info-1 {
    position: absolute;
    top: -110px;
    right: 0;
    width: 310px;
}

.infomation-fee .info-fee .img-info-2 {
    position: absolute;
    right: 0;
    top: 111px;
}

.infomation-fee .info-fee .img-info-2 img {
    width: 445px;
}

.flex-text {
    display: flex;
}

.flex-text span {
    width: 345px;
}

.flex-text i {
    height: 35px;
    width: 35px;
}

.img-fee img {
    width: 100%;
}

/* manager invoice */
.manage-invoice {
    background: #dcdde2;
    padding: 50px 0;
}

.manage-invoice .content-invoice {
    margin-top: 50px;
}

.manage-invoice .content-invoice .text-title h1 {
    color: #f37b5a;
    font-size: 27px;
    font-weight: bold;
}

.manage-invoice .causion-note li {
    align-items: center;
    margin: 20px 0;
}

.manage-invoice .causion-note li span {
    font-size: 19px;
    font-weight: bold;
    width: 100%;
}

.manage-invoice .causion-note li i {
    height: 35px;
    width: 35px;
    color: #fff;
    background: #f37b5a;
    border-radius: 50%;
    padding: 7px;
    font-size: 20px;
    margin-right: 10px;
}

/* control-day */
.control-day {
    margin: 80px 0;
}

.control-day .content-control {
    position: relative;
}

.control-day .content-control .text-title {
    position: absolute;
    top: -21px;
    left: 20px;
}

.control-day .content-control .text-title h1 {
    color: #fff;
    background: #35bdee;
    width: 380px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    border-radius: 13px;
    padding: 5px;
}

.control-day .content-control .item-content {
    border: 2px solid;
    margin-top: 45px;
    border-radius: 10px;
}

.control-day .content-control .item-content .causion-note {
    padding: 30px 20px 20px 35px;
}

.control-day .content-control .item-content .causion-note .flex-text {
    margin: 20px 0;
}

.control-day .content-control .item-content .causion-note .flex-text i {
    color: #fff;
    background: #f37b5a;
    border-radius: 50%;
    padding: 7px;
    font-size: 20px;
    margin-right: 10px;
}

.control-day .content-control .item-content .causion-note .flex-text span {
    font-size: 19px;
    font-weight: bold;
    width: 100%;
}

.control-day .item-img {
    margin-top: 45px;
    text-align: center;
}

.img-end-col {
    margin-top: -10px;
    z-index: 9;
}

/* support-feedback */
.support-feedback {
    background: #3676d7;
    padding: 80px 0;
}

.support-feedback .content-sp {
    display: flex;
}

.support-feedback .flex-col {
    width: 50%;
}

.support-feedback .flex-col .flex-width {
    margin: 10px 0;
}

.support-feedback .support-fb .title {
    background: #3676d7;
    border: 2px solid #fff;
    padding: 10px 0;
    width: 450px;
    border-radius: 15px;
}

.support-feedback .support-fb h1 {
    font-size: 25px;

}

.support-feedback .flex-width img {
    width: 45px;
    height: auto;
    margin-right: 5px;
}

.support-feedback .flex-col .flex-text {
    display: inline;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.support-feedback .btn-contact {
    text-align: center;
}

.support-feedback .btn-contact-sp {
    background: #000;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    font-size: 20px;
}

/* footer */
footer {
    background-color: #3e3939;
    padding-top: 50px;
    padding-bottom: 60px;
}

.img-css {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.footer-widget {
    margin-left: 15px;
    margin-top: 50px;
}

.footer-widget h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}

.icon-a a {
    margin-right: 20px;
}

footer .copyright-text p {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0px;
    color: #fff;
}

.row11 {
    border-top: solid 2px white;
}

@media (max-width: 380px) {
    .pay-freight .dashboard-frieght .content-delivery .causion-note.pay-freight .dashboard-frieght .content-delivery .causion-note {
        margin-top: 40px;
    }
    .open-button {
        width: 100px;
    }
}

@media (max-width: 768px) {
    .open-button {
        width: 70px;
    }

    .nav-item .nav-link {
        text-align: center;
    }

    .nav-item .nav-link img {
        width: auto;
    }

    .title.main h1 {
        font-size: 35px;
    }

    .title_box #title {
        font-size: 16px;
    }

    .title_box #content {
        font-size: 21px;
    }

    .table-discount,
    .tab-title-discount {
        width: 750px;
    }

    .border-height::after {
        content: none;
    }

    .about-us .fee-trans::after {
        content: none;
    }

    .about-us .border-left::after {
        content: none;
    }

    .support-feedback .img-sp {
        margin-top: 40px;
    }

    .control-day .content-control .text-title h1 {
        width: 100%;
        left: 0;
    }

    .support-feedback .support-fb .title {
        width: 100%;
        left: 0;
    }

    .infomation-fee .info-fee .title-fee {
        width: 100%;
        left: 0;
    }

    .pay-freight .top-bg {
        height: 285px !important;
    }

    .pay-freight .bottom-bg {
        height: 292px !important;
    }

    .pay-freight .dashboard-frieght .content-delivery .title-pf {
        width: 100%;
        left: 0;
    }

    .pay-freight .dashboard-frieght .img-delivery img {
        width: 100%;
    }
}

@media (min-width: 2010px) {
    .pay-freight .top-bg {
        height: 908px !important;
    }

    .pay-freight .bottom-bg {
        height: 935px !important;
    }
}

@media (min-width: 1200px) {
    .pay-freight .top-bg {
        height: 384px;
    }

    .pay-freight .bottom-bg {
        height: 387px;
    }

    .border-height::after {
        height: 200px;
        top: 70px;
    }

    .about-us .boder-center {
        margin: 10px 0 40px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .pay-freight .top-bg {
        height: 302px !important;
    }

    .pay-freight .bottom-bg {
        height: 310px !important;
    }

    .border-height::after {
        top: 70px;
    }
}

@media (min-width: 992px) and (max-width: 1999px) {
    .title_box #title {
        font-size: 27px;
    }

    .title_box #content {
        font-size: 25px;
        font-weight: bold;
    }

    .manage-invoice {
        margin-top: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .open-button {
        width: 60px;
    }
    .nav-item .nav-link {
        text-align: center;
    }

    .nav-item .nav-link img {
        width: auto;
    }

    .title.main h1 {
        font-size: 35px;
    }

    .title_box #title {
        font-size: 22px;
    }

    .title_box #content {
        font-size: 21px;
    }

    .manage-invoice {
        margin-top: 0;
    }

    .manage-invoice .causion-note li {
        margin: 5px 0;
    }

    .manage-invoice .content-invoice .text-title h1 {
        font-size: 22px;
    }

    .about-us .time-line-text {
        margin-top: 0px;
    }

    .pay-freight .top-bg {
        height: 303px !important;
    }

    .pay-freight .bottom-bg {
        height: 311px !important;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .open-button {
        width: 60px;
    }
    .pay-freight .dashboard-frieght {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .pay-freight .dashboard-frieght {
        width: 100%;
    }
}

@media (max-width: 991px) {

    .infomation-fee .info-fee .causion {
        padding-top: 60px;
    }

    .hidden-md {
        display: block;
    }

    .img-info {
        display: none;
    }

    .flex-text span {
        width: calc(100% - 45px);
    }
}

@media (min-width: 992px) {
    .hidden-md {
        display: none;
    }

}