.headertopbar-menu {
    background: #373737;
}

.entire-info-website {
    line-height: 30px;
}

.menu-contact-header .menu-section > ul > li > a {
    font-size: 12px;
}

.menu-header .marker-image {
    height: 25px;
    width: 25px;
    object-fit: cover;
    margin-right: 5px;
}

.contact-banner {
    background: #0b539a;
}

.choose.title-section {
    font-size: 26px;
    font-weight: 700;
    color: #00aae7;
}

.choose .marker-image-choose {
    max-width: 100%;
    object-fit: cover;
    margin-right: 5px;
}

.content-tittle .list-title {
    color: white;
    list-style: none;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0;
    margin-left: 15px;
    padding: 0;
    font-size: 18px;
}

.block-q img {
    width: 80px;
    height: 80px;
    object-fit: scale-down;
}

.choose-contact:after {
    content: "";
    background: #1966b1;
    width: 1px;
    height: 80px;
    position: absolute;
    right: 30px;
    top: 0;
}

.choose-contact:last-child {
    content: "";
    background: none;
}

.contact-banner {
    padding-top: 25px;
    z-index: 5;
    position: relative;
}

.contact-banner:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid #0b539a;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    top: 100%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}

.col-lg-3.col-md-6.col-6 {
    padding-right: 5px;
    padding-left: 5px;
}

.product-item .inner-content {
    padding: 15px 10px 20px;
    border: 1px solid #ededed;
    border-radius: 5px;
}

.view a {
    color: #274e99;
    font-size: 22px;
}

.img-more {
    width: 149px;
    height: 10px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50px;
}

.stage-product h3 {
    color: red;
}

.package_tieu_de {
    font-size: 26px;
    color: red;
    margin-bottom: 50px;
}

.season .background img {
    width: 100%;
    height: 225px;
}

.banner-support .title {
    background: #254a93;
    padding: 12px 0;
    width: 214px;
    text-align: center;
    color: #fff;
}

.name_contact {
    font-size: 16px;
    color: #93f9ff;
}

.info_contact a {
    color: white;
    font-size: 16px;
}

.info_contact span {
    color: white;
    font-size: 16px;
}

.social-img {
    padding-left: 15px ;
}

.social-img img {
    height: 22px;
    margin-right: 5px;
}

.customer_contact {
    background: rgba(35,88,185,.38);
    padding-left: 20px;
    padding-right: 47px;
    padding-bottom: 50px;
}

.banner-support .title1 {
    padding: 12px 0;
    width: 214px;
    color: #fff;
}

.contact-home.py-50 {
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: 50% 50%;
}

.new .article-item .article-title a {
    color: #e73030;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.article-entry-time {
    font-size: 12px;
    margin-top: 9px;
    margin-left: 5px;
    color: red;
}

.box-news-small .article-item {
    margin-bottom: 15px;
}

.small .inner-content .article-title {
    /* width: 168px; */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.box-news-big .read-more {
    margin-top: 30px;
    font-size: 14px;
    background: #e73030;
    text-transform: none;
    padding: 7px 20px;
    font-weight: 400;
    color: white;
}

.review .title {
    color: #e73030;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.contact-info .img {
    background: #2e85dc;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 auto;
}

.contact-info .img img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.contact-info .img-connect {
    width: 286px;
    height: 4px;
    position: absolute;
    top: 40px;
    left: 100%;
    transform: translate(-50%,-50%);
}

.contact-info {
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: 50% 50%;
}

.inner-content .connect {
    margin-left: 35%;
}

.contact {
    background: #0c4d8f;
}

.list-group {
    flex-direction: row;
    padding-bottom: 15px;
}

.contact_right .info {
    color: #fff;
    font-size: 16px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}

.contact_right .info.active {
    color: #74baff;
}

.contact_right .list-group .info:first-child:after {
    content: "";
    background: #74baff;
    height: 16px;
    width: 2px;
    position: absolute;
    right: -20px;
    top: 3px;
}

.contact_left .title {
    color: #74baff;
    font-size: 16px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}

/*Button Contact Fixed*/
.contact-fixed {
    z-index: 999;
    left: 40px;
    bottom: 20px;
    position: fixed;
    height: 60px;
    width: 60px;
    background: red;
    border-radius: 50%;
    cursor: pointer;
}

.contact-fixed__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 10px;
    line-height: 11px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__button.show {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.contact-fixed__button i {
    font-size: 24px;
    margin-bottom: 2px;
}

.contact-fixed__pulsation {
    width: 84px;
    height: 84px;
    background-color: var(--color-highlight);
    border-radius: 50px;
    position: absolute;
    left: -12px;
    top: -12px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.contact-fixed__close {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 24px;
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__close.show {
    -webkit-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.contact-fixed__list {
    background: center no-repeat var(--white);
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    width: 235px;
    position: absolute;
    bottom: 80px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 14px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .12s all;
    z-index: 10000;
}

.contact-fixed__list:before {
    position: absolute;
    bottom: -7px;
    right: 25px;
    left: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    border-left: 8px solid transparent;
    content: '';
}

.box-news-big .inner-content .read-more {
    color: white;
}

.contact-fixed__list.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__item {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    width: 100%;
}

.contact-fixed__item:hover {
    background-color: #eeeeee;
    color: var(--color-text);
}

.box-news-small .view-small .col-4 {
    /* padding-right: 5px ; */
    /* padding-left: 5px; */
}

.contact-fixed__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    background-color: var(--color-highlight);
    border-radius: 50%;
    padding: 8px;
}

.contact-fixed__item-icon img {
    filter: brightness(0) invert(1);
}

.section-product .background {
    padding: 0 9.8px 19.6px;
}

.box-image img {
    height: 231px;
}

.category {
    overflow: hidden;
}

.cmi {
    background: #f2f2f2;
}

.cmi:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid #f2f2f2;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    left: 50%;
    /* bottom: 111px; */
    /* top: 224px; */
    margin-top: 36px;
    position: absolute;
    transform: translate(-50%,-50%);
}

.category img:hover {
    transform: scale(1.1);
    transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s;
}

.category_content {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    padding: 0;
}

.category-title {
    text-transform: uppercase;
    background: #3f3f3aab;
    color: #fff;
    text-align: justify;
    font-size: 15px;
    margin: 0;
}

.category_content .category-title .read-more {
    color: #fff;
    font-size: 14px;
    position: relative;
    margin-left: 50px;
    text-transform: none;
}

.img-more-small {
    /* width: 148px; */
    /* height: 10px; */
    /* position: absolute; */
    /* left: 9%; */
    /* transform: translate(-16%,-53%); */
    /* bottom: 80px; */
    /* right: -27px; */
}

.category_content .category-title a {
    color: white;
}

.category_content .category-title .read-more:before {
    content: "";
    background: #fff;
    width: 22px;
    height: 3px;
    position: absolute;
    bottom: 5px;
    left: -30px;
}

.list-cate .title-section-1 {
    background: #0080ff;
    text-transform: uppercase!important;
    font-size: 16px!important;
    font-weight: normal!important;
    color: #fff;
    padding: 6px 0 4px 0;
    padding-left: 10px;
    line-height: 25px!important;
    margin-bottom: 5px!important;
    width: 100%;
    display: table;
    box-sizing: border-box;
}

.list-cate .categories-section a {
    font-weight: 700;
    background: #0758a9;
    color: #fff;
    padding-left: 12px;
}

.category-name {
    font-size: 30px;
    color: #2e3553;
}

.logo-page .logo-section img {
    max-height: 4rem;
}

/* css hide show */
.content-main {
    max-height: 245px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}

.content-main:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 20%;
    background: -webkit-linear-gradient(bottom,#fff,transparent);
    z-index: 1;
}

.transform-active {
    display: block !important;
    max-height: 100% !important;
    height: 100% !important;
}

.load-more {
    text-align: center;
    cursor: pointer;
    z-index: 2;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.load-more:before {
    height: 55px;
    margin-top: -45px;
    content: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#fff), color-stop(.2, #fff), to(rgba(255, 255, 255, 0)));
    display: block;
}

.load-more .btn-view-all {
    display: inline-block;
    font-size: 14px;
    color: #288ad6;
    margin: 10px auto;
    cursor: pointer;
    border: 1px solid #288ad6;
    border-radius: 4px;
    text-align: center;
    width: 200px;
    position: relative;
    padding: 10px 15px!important;
}

.transform-active.content-main:before {
    content: none !important;
}

.transform-active {
    display: block !important;
    max-height: 100% !important;
    height: 100% !important;
}

.transform-active ~ .load-more .btn-show, .btn-hide {
    display: none !important;
}

.load-more.active .btn-hide, .transform-active ~ .load-more .btn-hide {
    display: block !important;
}

.menu-contact-header .menu-section > ul > li > a {
    color: white;
}

.review .read-more {
    color: red;
}

.form-search .input-group .input-group-append button.btn.btn-submit {
    background: none;
}

.section-contect-page .inner-content h2 {
    color: white;
    font-weight: bold;
}

.contact-right {
    position: fixed;
    right: 1rem;
    bottom: 0;
    z-index: 15;
}

.contact-right > a {
    display: block;
    margin-bottom: .8rem;
}

.menu-section > ul > li > a {
    line-height: 46px;
    height: 46px;
    color: black;
    text-align: center;
    font-size: 16px;
    FONT-WEIGHT: bold;
}

/* end css show hide */
@keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

/* css mobile */
@media (min-width: 992px) {
    .box-news-small .article-item.small .article-title {
        font-size: 14px !important;
    }

    .ratio-col .category > a > div {
        padding-top: 35.5%;
    }
}

@media (min-width: 768px) {
    .col-md-2 {
        /* flex: 0 0 19.66667%; */ /* max-width: 19.66667%; */
    }
}

@media (max-width: 768px) {
    .col-md-2 {
        flex: 0 0 19.66667%;
        max-width: 19.66667%;
    }

    .logo-section img {
        height: 33px;
    }

    .img-more {
        top: 35px;
    }

    .title-section {
        font-size: 20px;
    }

    .customer_contact {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
    }

    .img-connect {
        display: none;
    }

    .contact_left .title {
        color: white;
        margin: 15px;
    }

    .list-group {
        padding: 15px;
    }

    .package_tieu_de {
        margin-bottom: 30px;
    }

    .review .inner-content {
        padding-bottom: 15px ;
    }

    ul.menu {
        align-items: unset;
        line-height: 70px;
    }

    .input-group {
        width: 63%;
    }

    .isax-menu-1:before {
        content: "\eb00";
        color: #0080ff;
    }
}

@media (max-width: 500px) {
    .prd-content img, .content-main img {
        max-width: 100% !important;
        height: auto;
    }
}
