.parent-page2 {
    max-width: 100%;
    /* margin: 0px; */
    margin: 0 12.25%;
}

.parent-sugg-page2 {
    width: 100%;
    /* margin: 0px; */
    margin: 0 12.25%;
    padding-bottom: 50px;
}

.card-sugg-page2 {
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    /* this adds the "card" effect */
    height: 100%;
    width: 100%;
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 3%;
    min-height: 61px;
    padding: 1% 2%;
}

.button-confirm {
    text-align: center;
    padding-bottom: 30px;
}

html {
    scroll-behavior: smooth;
}

.card-sugg-page2.selected {
    background-color: #133c8b;
}

.card-sugg-page2.selected .status .title-sugg-page2 {
    color: #fff;
}

.card-sugg-page2.selected .read-more .status {
    color: #fff;
}


/*Custom open close card*/

.card-sugg-page2 .status .title-status-false-page2 .img-open {
    display: none;
}

.card-sugg-page2.active .status .title-status-false-page2 .img-open {
    display: initial;
    max-height: 15px;
    max-width: 15px;
    cursor: pointer;
    color: #000;
}

.card-sugg-page2.active .status .title-status-false-page2 .img {
    display: none;
}

.card-sugg-page2 .status .title-status-false-page2 .img {
    display: initial;
    max-height: 15px;
    max-width: 15px;
    cursor: pointer;
    color: #000;
}

.blind {
    display: none;
}

.card-sugg-page2 .status .title-status-true-page2 .img-open {
    display: none;
}

.card-sugg-page2.active .status .title-status-true-page2 .img-open {
    display: initial;
    max-height: 15px;
    max-width: 15px;
    cursor: pointer;
    color: #000;
}

.card-sugg-page2.selected .status .title-status-true-page2 .img-open {
    color: #fff;
}

.card-sugg-page2.selected .status .title-status-false-page2 .img {
    color: #fff;
}

.card-sugg-page2.selected .status .title-status-false-page2 .img-open {
    color: #fff;
}

.card-sugg-page2.selected .status .title-status-true-page2 .img {
    color: #fff;
}

.card-sugg-page2.active .status .title-status-true-page2 .img {
    display: none;
}

.card-sugg-page2 .status .title-status-true-page2 .img {
    display: initial;
    max-height: 15px;
    max-width: 15px;
    cursor: pointer;
    color: #000;
}


/*End custom open close card*/

.card-sugg-page2 .read-more {
    display: none;
}

.card-sugg-page2.active .read-more {
    display: initial;
}

.alert-suggest {
    margin-top: 30px;
    text-align: center;
    min-height: 600px;
}

.errors {
    color: #D73938;
    font-size: xx-large;
    font-weight: 800;
}

.status {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 2% 1%;
}

.tails {
    color: #F37032;
}

.title-sugg-page2 {
    justify-self: flex-start;
    font-size: 1.9rem;
    font-weight: bold;
    /* cursor: pointer; */
    display: flex;
    text-align: left;
    align-items: center;
    text-decoration: none;
}

.title-status-false-page2 {
    justify-self: flex-end;
    font-size: 1.3rem;
    font-weight: lighter;
    /* cursor: pointer; */
    display: flex;
    color: red;
    text-align: left;
    align-items: center;
    text-decoration: none;
}

.title-status-true-page2 {
    justify-self: flex-end;
    font-size: 1.3rem;
    font-weight: lighter;
    /* cursor: pointer; */
    display: flex;
    color: #32A836;
    text-align: left;
    align-items: center;
    text-decoration: none;
}

.alter-row-section-page2 {
    width: 100%;
}


/* Remove extra left and right margins, due to padding in columns */

.row-section-page2 {
    display: flex;
    position: relative;
    justify-content: center;
    margin-top: 3%;
    z-index: 10;
    min-height: 239px;
}

.content {
    max-width: 100%;
    margin: 5% 1.5%;
    display: flex;
    position: relative;
    justify-content: space-between;
}


/* .content-title{

  } */


/* Clear floats after the columns */

.row-section-page2:after {
    content: "";
    display: table;
    clear: both;
}


/* Style the counter cards */

.card-section-page2 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    height: 100%;
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 5%;
    min-height: 490px;
}

#goto-here .col-lg-4.col-md-6.col-sm-6.col-xs-12 img {
    height: unset;
	padding-left: 0;
}

#cacnhadangky .col-lg-4.col-md-6.col-sm-6.col-xs-12 img {
    height: unset;
    padding-left: 0;
}

.card-sub {
    min-height: 490px;
}

.logo-section-page2 {
    justify-self: flex-start;
    display: flex;
    padding-top: 5%;
    align-items: center;
    margin-left: 10%;
    min-height: 94px;
    text-decoration: none;
}

.title-section-page2 {
    justify-self: flex-start;
    margin: 0 10%;
    font-size: 1.9rem;
    font-weight: bold;
    display: flex;
    text-align: left;
    min-height: 75px;
    padding-top: 5%;
    text-decoration: none;
}

.description-section-page2 {
    justify-self: flex-start;
    margin: 0 10%;
    font-size: 1.5rem;
    font-weight: lighter;
    display: flex;
    text-align: left;
    padding-top: 5%;
    text-decoration: none;
}

.container-page2 {
    position: relative;
    text-align: center;
    width: 60%;
    margin: auto;
}

.content-page2 {
    background-color: #F2F6F9;
    padding-bottom: 60px;
    display: none;
}

.content-page-cac-ndk {
    background-color: #F2F6F9;
    padding-bottom: 60px;
}

.suggest-content-page2 {
    background-color: #fff;
    min-height: fit-content;
    display: flex;
}


/* Responsive columns - one column layout (vertical) on small screens */

@media screen and (max-width: 991px) {
    .row-section-page2 {
        margin: 0;
        position: relative;
        bottom: -20px;
    }
    .parent-page2 {
        margin: 0 15px;
    }
    .parent-sugg-page2 {
        margin: 0 2.5%;
        padding-bottom: 50px;
    }
    .title-sugg-page2 {
        font-size: 1.6rem;
    }
    .column-section-page2 {
        width: 100%;
        display: block;
        height: auto;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }
    .btn-card {
        font-size: 1.4rem;
        margin-bottom: 3%;
        margin-left: 3%;
    }
    .card-section-page2 {
        display: flex;
    }
    .logo-section-page2 {
        margin-left: 3%;
        padding-top: 3%;
        min-width: 30%;
    }
    .title-section-page2 {
        margin: 0 3%;
        font-size: 1.5rem;
    }
    .description-section-page2 {
        margin: 0 3%;
        font-size: 1.2rem;
        text-align: left;
    }
    .card-sub {
        justify-self: flex-start;
        margin: 3%;
    }
    .container-page2 {
        position: relative;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .content-page2 {
        padding-bottom: 120px;
    }
    .card-sub {
        min-height: 430px;
    }
    .card-section-page2 {
        min-height: auto;
    }
}


/* end setup */


/*btn*/

.btn-page2 {
    position: absolute;
    bottom: 20px;
    display: inline-block;
    padding: 10px 42px;
    line-height: normal;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    background-color: transparent;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
    color: #fff;
    overflow: hidden;
    margin: 3% 10%;
}

.btn-page2:before {
    position: absolute;
    content: '';
    display: block;
    left: -2px;
    top: 0;
    right: -2px;
    bottom: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    background: linear-gradient(90deg, #DA2128 -0.04%, #ED6C30 100.01%);
    border-radius: 5px;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.btn-page2:hover {
    color: #000;
    border-color: #000;
}

.btn-page2.btn-hover {
    color: #fff;
    border: 1px solid var(- -main_color);
}

.btn-page2.btn-hover:before {
    background-color: var(- -main_color);
}

.btn-page2.btn-hover:hover {
    color: #D73938;
}

.btn-page2:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.btn-page2-medium {
    min-width: 175px;
}

@media screen and (max-width:991px) {
    .btn-page2 {
        margin: 3% 3%;
    }
}


/* end btn */


/*Title*/

.titles-section-page2 {
    font-weight: bolder;
    color: #133c8b;
    font-size: 4rem;
    text-align: center;
    padding-top: 3%;
    margin-bottom: 3%;
}

@media screen and (max-width: 991px) {
    .titles-section-page2 {
        font-size: 2rem;
        padding-top: 5%;
        margin-bottom: 5%;
    }
}


/*end Title*/


/*Title suggestion*/

.titles-suggestion-page2 {
    font-weight: bolder;
    color: #133c8b;
    font-size: 2rem;
    text-align: center;
    padding-top: 3%;
    margin-bottom: 3%;
    text-align: left;
}

@media screen and (max-width: 991px) {
    .titles-section-page2 {
        font-size: 2rem;
        padding-top: 5%;
        margin-bottom: 5%;
    }
}


/*end Title*/


/*Search bar*/

.search-bar {
    display: flex;
    justify-content: center;
    min-height: 54px;
}

form {
    width: 100%;
    display: contents;
}

form .btn {
    background-color: #D73938;
}

form .input-group .form-control {
    box-shadow: unset;
}

.submit-search {
    vertical-align: super;
    font-weight: 300;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #041F3C;
    height: 100%;
    border: none;
    align-content: center;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 2px;
}

.line {
    margin-top: 5%;
    margin-right: 16.025%;
    margin-left: 16.025%;
    min-height: 10%;
    border-bottom: 2px solid darkgray;
}

.form-select {
    color: black;
    height: 100%;
    background-color: #fff;
}

.owl-carousel .owl-item img {
    display: inline;
}

.logo-in-slide img {
    max-width: 226.47px;
}

.input-group {
    display: flex;
    width: 70%;
    border: 0.1px solid #000;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    margin-right: 10px;
}

.input-group input {
    border: none;
    -webkit-appearance: none;
}

.input-group-append select {
    border: 0px;
    outline: 0px;
}

.input-group-append {
    min-height: 100%;
    margin-right: 5px;
}

.input-group .form-control {
    min-height: 100%;
}

.dropdown-toggle {
    background-color: #fff;
    color: black;
}

.dropdown-menu {
    z-index: 15;
}

@media screen and (max-width: 991px) {
    .input-group-append {
        min-height: 100%;
        height: auto;
    }
    .search-bar {
        display: block;
    }
    .input-group {
        width: 90%;
        margin: auto;
        margin-bottom: 5px;
    }
    .form-control {
        height: auto;
    }
    .input-group-append select {
        width: 100px;
    }
}


/*Search bar end*/


/*btn-suggestion*/

.btn-sugg-page2 {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 10px 28px;
    line-height: normal;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    background-color: transparent;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
    color: #fff;
    overflow: hidden;
}

.btn-sugg-page2:before {
    position: absolute;
    content: '';
    display: block;
    left: -2px;
    top: 0;
    right: -2px;
    bottom: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    background: linear-gradient(90deg, #DA2128 -0.04%, #ED6C30 100.01%);
    border-radius: 5px;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#confirm_button:before {
    background: #133c8b;
}

.btn-sugg-page2:hover {
    color: #000;
    border-color: #000;
}

.btn-sugg-page2.btn-hover {
    color: #fff;
    border: 1px solid var(- -main_color);
}

.btn--sugg-page2.btn-hover:before {
    background-color: var(- -main_color);
}

.btn-sugg-page2.btn-hover:hover {
    color: #D73938;
}

.btn-sugg-page2:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.btn-sugg-page2-medium {
    min-width: 175px;
}

input[type=checkbox] {
    margin: 2px 0 0 1.5%;
    transform: scale(1.5);
}

.bounder-button {
    display: flex;
}

.bounder-button.active .checked {
    display: initial;
    padding-left: 10px;
    color: #fff;
}

.bounder-button.active .unchecked {
    display: none;
}

.bounder-button .unchecked {
    display: initial;
    padding-left: 10px;
}

.bounder-button .checked {
    display: none;
}

@media screen and (max-width:991px) {
    .btn-sugg-page2 {
        margin: 0;
    }
    .btn-read-more {
        font-size: 1.8rem;
    }
}


/* end btn */


/* btn read more */

.btn-read-more {
    text-align: center;
    color: #F37032;
    font-size: 1.5rem;
    margin-top: 5%;
    font-weight: lighter;
    cursor: pointer;
}


/* end btn read more*/


/*check box*/


/*End check box*/