/*@font-face {*/
/*    font-family: "PFBeauSansPro";*/
/*    src: url("../fonts/FS PFBeauSansPro-Regular.ttf") format("TrueType");*/
/*     font-weight: 400;*/
/*}*/

/*@font-face {*/
/*    font-family: "PFBeauSansPro";*/
/*    src: url("../fonts/FS PFBeauSansPro-Bold.ttf") format("TrueType");*/
/*    font-weight: 700;*/
/*}*/

/*@font-face {*/
/*    font-family: "PFBeauSansPro";*/
/*    src: url("../fonts/FS PFBeauSansPro-Thin.ttf") format("TrueType");*/
/*    font-weight: 200;*/
/*}*/

/*@font-face {*/
/*    font-family: "PFBeauSansPro";*/
/*    src: url("../fonts/FS PFBeauSansPro-Italic.ttf") format("TrueType");*/
/*    font-style: italic;*/
/*}*/
body {
    font-family: 'Roboto';
}

.downloads--thead {
    background: #eceff7;
}
.downloads--th{
    font-size: 16px;
}
.downloads--title {
    font-size: 16px;
}
.downloads--btn  {
    color: var(--color-highlight);
    padding: 0 10px;
}
.downloads--td {
    padding: 15px !important;
}
span.product-category {
    margin: 1rem 0px;
    display: inline-block;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.blog-custom-top {
    border-bottom: 1px solid #ededed;
    margin-bottom: 1.5rem;
}
.img-fluidz{
    width: 100%;
}
.icon_home img {
    width: 30px;
    /* filter: brightness(0) invert(1); */
    height: 30px;
}
.font-weight-bold{
    font-weight: 500 !important;
}
img.icon-discount {
    object-fit: cover;
    width: 45px;
    height: 45px;
    position: relative;
}
span.onsale {
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 20%;
    position: absolute;
    /* bottom: 0; */
    /* left: 0; */
}
/*-------------------------------------------------------------
                    Style dÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ng chung
--------------------------------------------------------------*/
.categories-section1 .active {
    color: white;
    background: var(--color-highlight);
}
.categories-section1 a {
    display: inline-block;
    padding: 4px 5px 2px;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
    background: #fff;
    border-radius: 2px;
}
.post-date span {
    padding-right: 1px;
}
.list_small-top .article-description {
    color: var(--gray-bold);
}
.list_small-top .article-title > a {
    font-size: 16px;
    color: black;
    font-weight: 500;
}
ul.categories-section1 > li {
    margin-right: 1.5rem;
}
ul.categories-section1 {
    display: flex;
}
.date-new-2 {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ededed;
}
.only-title a {
    color: black;
}
.only-title {
    padding: 1rem 0px;
    border-bottom: 1px solid #ededed;
}
.article-title-smallBlog {
    margin-top: 5px;
}
.article-title-smallBlog a {
    color: black;
}
.ratio-8-55-cus {
    position: relative;
    padding-top: 57.5%;
}
.ratio-3-22x {
    padding-top: 55.2%;
}
.img-4 {
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.ratio-8-55-cus img{
        position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.fs-500{
    font-weight: 500;
}
.blog_body .pagination{
    border-top: 0;
}
.blogs_custom > .article-item {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ddd;
}
.categories-section .list-child li {
    border-bottom: 1px dashed var(--color-highlight);
}
.setting-menu {
    background: #e6e6e6;
}

.filter-white {
    filter: brightness(0) invert(1);
}

.home .product-item:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.article-title-service:hover {
    border: 0;
}

.item:hover .news_img:after {
    opacity: 1 !important;
    left: 120%;
    transition-property: left, top, opacity;
    transition-duration: 2s, 1s, .1s;
    transition-timing-function: ease;
}

.news_img .item:hover img {
    transform: scale(1.1,1.1)
}

.news_img img {
    transition: all .5s ease-in-out;
}

.news_img:after {
    height: 100%;
    width: 100%;
    opacity: 0;
    content: '';
    position: absolute;
    /* top: 10px; */
    bottom: 0;
    left: 0px;
    right: 0px;
    display: block;
    border: 2px solid rgba(242,242,242,0.64);
}

/*zoom-anh*/
.product-item {
    overflow: hidden;
    border-radius: 1rem;
}

.product-item img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
}

.product-item:hover img {
    overflow: hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*zoom-anh*/
.ratio-16-9-custom {
    padding-top: 56.25%;
}

.inner-content {
    min-height: 11rem;
}

.home .product-item {
    padding: 0.9rem;
    background: white;
}

.home {
    background: #f8f8f8 !important;
}

.img-fluidz {
    width: 100%;
    height: auto;
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1440px;
    }
}

/*-------------------------------------------------------------
                    END  Style dÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ng chung
--------------------------------------------------------------*/
/*-------------------------------------------------------------
                     HEADER
--------------------------------------------------------------*/
.txt-1-right {
    color: white;
    font-size: 16px;
    font-weight: 800;
}

.btn-action-header {
    align-items: center;
}

.setting-menu > .container > .row > div {
    display: flex;
    align-items: center;
    position: static;
    justify-content: space-between;
}

.form_header-search {
    width: 100%;
}

.form_input-header {
    border-radius: 8px !important;
    border: 0;
}

.form_input-header::placeholder {
    color: white !important;
}

a.search-new {
    z-index: 9;
    bottom: 3px;
    font-size: 2.2rem;
    color: white;
    position: absolute;
    right: 12px;
}

.form_input-header {
    background: rgb(0 128 191 / 40%);
}

.form_header-search .form_input-header {
    color: white;
}

.top_contact {
    display: flex;
    justify-content: space-between;
}

.top_contact-left-img, .top_contact-right-img {
    margin-right: 1rem;
}

.top_contact {
    display: flex;
}

.top_contact-left, .top_contact-right {
    display: flex;
    align-items: center;
}

.top_contact-left-des {
    font-size: 16px;
    color: white;
}

.top_contact-right-des .txt-2 {
    font-weight: 500;
    font-size: 2.1rem;
    color: white;
}

/*-------------------------------------------------------------
                    END HEADER
--------------------------------------------------------------*/
/*-------------------------------------------------------------
                    Footer 
--------------------------------------------------------------*/
.social-section a {
    color: black;
}

.footer-menu-section > ul > li > a {
    font-size: 16px;
    font-weight: 400;
    line-height: 4.5rem;
}

.cl-black {
    color: black;
}

.title-footer {
    color: var(--color-highlight);
    line-height: 4.5rem;
    font-size: 1.6rem;
    font-weight: 500;
}

.footer_contact-body .footer_contact-right {
    border-radius: 8px;
    color: white;
    padding: 1rem;
}

.footer_contact-body > .footer_contact-right:nth-child(1) {
    background: #e81b42;
}

.footer_contact-body > .footer_contact-right:nth-child(2) {
    background: var(--color-highlight);
}

.footer_contact-body > .footer_contact-right:nth-child(3) {
    background: #043351;
}

.footer_contact-right-img {
    margin-right: 1rem;
}

.logo-section_footer img {
    max-height: 5rem;
}

.bg-copy-right {
    background: #E1E1E1;
}

.footer_contact-right {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

/*-------------------------------------------------------------
                   End Footer
--------------------------------------------------------------*/
/*-------------------------------------------------------------
                    Body home 
--------------------------------------------------------------*/
/*.category-custom-home > div:first-child {*/
/*    padding: 0;*/
/*}*/
.slider-decor-slide > .container > .row > div:nth-child(2) {
    padding: 0;
}

.img-full {
    width: 100%;
}

.deferred-media__poster-button {
    height: 134px;
    width: 134px;
    background: url(http://cdn1451.cdn4s4.io.vn/media/icon/play-circle.png)no-repeat;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%) scale(1);
    z-index: 1;
}

#Deferred-Poster-Modal-SqXRDzC2bp4 img {
    height: 77%;
}

#Deferred-Poster-Modal-SqXRDzC2bp4 {
    height: 100%;
    z-index: 9;
    position: absolute;
    width: 100%;
    display: block;
}

.nav-new.active {
    background: var(--color-highlight);
    color: white;
}

.nav-new:hover {
    background: #e81b42;
    color: white;
}

.price-amount {
    font-size: 1.6rem;
    color: #d90600;
    font-weight: 500;
}

.product-item .inner-content .product-category a {
    font-weight: 400;
    color: #0088DE !IMPORTANT;
    font-size: 13px;
}

.content-system p {
    font-weight: 500;
    font-size: 1.6rem;
}

a.gg-map {
    font-size: 1.6rem;
    color: #FFDC25;
    font-weight: 500;
}

.banner-system {
    position: relative;
}

.content-system {
    width: 70%;
    left: 0;
    padding: 1rem 1rem 1rem 2rem;
    background: linear-gradient(90.07deg, #043B69 0.06%, rgba(4, 59, 105, 0) 104.95%);
    bottom: 24px;
    position: absolute;
    color: white;
}

.system_module-address:hover {
    transition: opacity 0.3s ease-in-out;
    background: linear-gradient(90deg, #9549FF 0%, #FF9900 100%);
}

.system_module-address:hover .nana {
    margin-left: 5px;
    float: right;
    display: inline-block;
}

.system_module-address .nana {
    display: none;
}

.banner-system img {
    width: 100%;
    object-fit: cover;
    height: 44rem;
}

h3.title-system-address {
    font-weight: 500;
    font-size: 3rem;
    line-height: 4rem;
}

.system_module-address {
    display: flex;
    font-size: 15px;
    border-radius: 10px;
    padding: 1.5rem;
    border: 1px solid;
    margin: 1.5rem 0px;
    align-items: center;
}

.system_module-left {
    border-radius: 10px;
    color: white;
    background: var(--color-highlight);
    padding: 1.5rem;
}

article.article-item img {
    border-radius: 8px;
}

.article-title-out-standing a {
    font-weight: 500;
    font-size: 2.3rem;
    color: black;
}

.inner-content-out-standing {
    padding: 1rem;
    background: white;
    margin-top: 1rem;
    border-radius: 1rem;
}

.article-title-small-custom a {
    color: black;
    line-height: 24px;
    font-weight: 500;
    font-size: 1.7rem;
    /* margin-bottom: 1rem; */
}

.article-title-small-custom {
    margin-bottom: 1rem;
}

.post-date {
    font-size: 15px;
    color: #393939;
    font-style: italic;
    text-decoration: underline;
}

.view-small-custom .inner-content {
    width: calc(100% - 10rem);
    margin-left: 10rem;
}

.view-small-custom .inner-image {
    width: 44.1%;
    float: left;
    margin-right: 2rem;
}

.title-main-customer span {
    color: #0088DE;
}

.title-main-customer {
    color: black;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 3rem;
}

.title-customer-des {
    color: #767676;
    font-size: 20px;
    font-weight: 500;
}

.img_highlight2 img {
    height: 35rem;
}

.bg-customer-support {
    background-position: center;
    background: url(http://cdn1451.cdn4s4.io.vn/media/bg-customer.png)no-repeat;
}

.customer-support {
    align-items: center;
}

.title-section-home {
    color: var(--color-highlight);
    font-size: 3.6rem;
    font-weight: 500;
    text-transform: uppercase;
}

.section-service article.article-item {
    margin-bottom: 0 !important;
    position: relative;
    margin-top: 10rem;
    overflow: hidden;
    padding-bottom: 12rem;
}

.section-service .item-service {
    /* padding-bottom: 25rem; */
}

.item-service.swiper-slide {
    transform: translateX(-92px);
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    transition: all 1s ease;
}

.swiper-slide-active ~ .item-service {
    transform: translateX(92px);
}

.section-service .item-service.swiper-slide.swiper-slide-active {
    transform: scale(1.2);
    z-index: 1;
    opacity: 1;
    /* transition: all 1.5s ease; */
}

.item-videoo img {
    border-radius: 10px;
}

.item-service .item-videoo {
    margin-bottom: 0 !important;
    position: relative;
    margin-top: 10rem;
    overflow: hidden;
    padding-bottom: 12rem;
}

.section-service .item-service article.article-item .inner-image {
    border-radius: 0 !important;
}

.section-service article.article-item img, .section-service-top article.article-item .inner-image img {
    transition: 1.1s;
}

.section-service-top article.article-item .inner-image {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.section-service .swiper-button-prev {
    left: 20px;
    top: calc(50% - 30px);
}

.section-service .swiper-button-next {
    right: 20px;
    top: calc(50% - 30px);
}

.item-service .inner-content {
    position: absolute;
    bottom: 8rem;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.section-service .swiper-pagination {
    bottom: 2rem;
}

.item-service.swiper-slide-active .inner-content {
    opacity: 1;
    visibility: visible;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.section-service .btn-more {
    letter-spacing: 0;
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.showroom {
    position: relative;
}

.showroom::before {
    content: '';
    background: var(--color-main);
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.showroom-img {
    border: 2px solid var(--color-highlight-1);
    max-height: 76rem;
}

@media (min-width: 992px) {
    .col-lg-5-custom {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.swiper-slide--description-customer {
    color: black;
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
}

.price-star {
    color: orange;
}

.swiper-slide--staff {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
}

.testimony-wrap-img {
    z-index: 3;
    position: absolute;
    left: 35%;
    top: -45px;
}

.block_customer {
    padding: 3rem 0px;
    background: #f8f8f8;
}

.testimony-wrap-body {
    padding-top: 7rem;
}

.testimony-wrap-img img {
    border-radius: 50%;
}

.testimony-wrap {
    border-radius: 8px;
    margin: 5rem 0rem;
    text-align: center;
    position: relative;
    padding: 1rem;
    background: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
}

.img_highlight img {
    max-height: 40rem;
    width: 100%;
    object-fit: cover;
}

.decor_fix {
    border-bottom: 3px solid var(--color-highlight);
}

.title-fixed-bug:after {
    clip-path: polygon(78% 102%, 0 0, 80% 0);
    /* border: 1px solid #CCCCCC; */
    /* border-radius: 5px 5px 5px 5px; */
    border-radius: -2px 36px 54px 72px;
    top: -1px;
    content: "";
    position: absolute;
    display: block;
    width: 67px;
    height: 100%;
    background: #f8f8f8;
    right: -15px;
    /* border: 10px solid white; */
}

.title-fixed-bug {
    position: relative;
    padding: 1rem 6rem 1rem 2rem;
    display: inline-block;
    font-size: 3rem;
    line-height: 4.8rem;
    background: var(--color-highlight);
    color: white;
    text-transform: capitalize;
}

.title-x {
    font-weight: 500;
    font-size: 15px;
    display: block;
    padding: 2rem 0rem 1rem 0rem;
}

.register {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin: 1.5rem;
    color: #ff0000 !important;
    display: inline-block;
    padding: 0.8rem;
    background: #fff;
    border-radius: 1rem;
    border: 1px solid transparent;
}

.register:hover {
    border: 1px solid white;
    background: var(--color-highlight);
    color: white !important;
}

.content-fix {
    overflow: hidden;
    border-radius: 1rem;
}

.title-fixed a {
    color: white;
}

.title-fixed {
    padding: 0rem 0rem 1.5rem 0rem;
    background: var(--color-highlight);
    text-align: center;
}

a.nav-new {
    border-radius: 8px;
    margin-right: 1.6rem;
    display: inline-block;
    padding: 8px 20px 8px 20px;
    color: var(--color-highlight);
    background: #bdd6e2;
}

h3.title-section-tab {
    text-transform: uppercase;
    color: var(--color-highlight);
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
}

.img_decor {
    object-fit: cover;
    width: 46rem;
    height: 25.7rem;
}

.item_img_decor {
    margin-bottom: 1rem;
}

.quytrinh__slider {
    display: flex;
    justify-content: space-between;
}

.qtitem__box {
    margin-right: 1rem;
    padding: 1rem;
    color: white;
    background: #E81B42;
    display: flex;
    align-items: center;
    border-radius: 8px;
}

.qtitem__image img {
    width: 46px;
    height: 46px;
}

.qtitem__image {
    margin: 0px 1rem;
}

.quytrinh-home {
    margin-top: 1.5rem;
}

.post-date p {
    margin-bottom: 0;
    display: inline-block;
    text-decoration: underline;
}


.post-date i {
    margin-right: 5px;
}
.des_customer_sup p {
    font-weight: 500;
    color: white;
    padding: 5rem 1.5rem;
    font-size: 3rem;
}

.des_customer_sup {
    line-height: 7rem;
    top: 0;
    position: absolute;
}

.img_highlight2 {
    position: relative;
    top: 35px;
}

.des_customer_sup span {
    color: #F7D03F;
    font-size: 60px;
}

p.qtitem__name {
    width: 14.7rem;
}

.quytrinh__slider > .qtitem__box:last-child {
    margin-right: 0;
}

p.qtitem__name {
    margin: auto;
    font-size: 1.8rem;
    width: 14.7rem;
}

.combo-tab {
    display: flex;
    align-items: center;
}

.combo-tab > ul {
    margin-right: 2rem;
}

.decor_tabb:after {
    top: 0;
    right: 0;
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 36px;
    background: #005489;
}

a.link_read-more-tab {
    color: white;
    padding: 8px 20px 8px 20px;
    border-radius: 8px;
    display: inline-block;
    background: var(--color-highlight);
}

a.link_read-more-tab i {
    margin-left: 5px;
}

.img_highlight {
    max-height: 47rem;
}

span.deferred-media__poster-button.motion-reduce img {
    width: 10rem;
}

.swiper-blog-next i, .swiper-blog-prev i {
    color: #e36d3e;
    font-size: 2.4rem;
}

.swiper-blog-next ,.swiper-blog-prev {
    background: #ffffffb0;
    width: 24px;
    height: 48px;
}

.swiper-blog-next-2 i, .swiper-blog-prev-2 i {
    color: aliceblue;
    font-size: 2.4rem;
}

.swiper-blog-next-2 ,.swiper-blog-prev-2 {
    background: #8f4444b0;
    width: 24px;
    height: 48px;
}

.social-section li img {
    height: 34px;
}

.list-payment > li {
    display: inline-block;
    margin-right: 5px;
}

.list-payment> li img {
    height: 30px;
}

.bct-icon img {
    height: 45px;
}

/*-------------------------------------------------------------
                    End body home 
--------------------------------------------------------------*/
/*-------------------------------------------------------------
                    css child page 
--------------------------------------------------------------*/
a.article-title-service:hover {
    background: var(--color-highlight);
    color: white;
}

h3.title-section-service {
    margin-bottom: 2.5rem;
    font-size: 2.8rem;
    font-weight: 500;
}

a.article-title-service {
    margin-right: 6px;
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
    border: 1px solid #0088de;
    margin-bottom: 5px;
}

.boxForm-contact {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    padding: 1rem;
}

.boxForm-contact textarea {
    padding: 15px;
    border: 1px solid #f5f5f5;
    height: 100px;
    width: 100%;
}

.boxContact-title h2 {
    margin-bottom: 15px !important;
    font-size: 16px;
    color: #383838;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 0 0 5px;
    position: relative;
    font-weight: 500;
    font-size: 2.4rem;
}

a.btn-blog-custom i {
    font-weight: 500;
    margin-left: 4px;
}

a.btn-blog-custom {
    margin-top: 1rem;
    display: block;
    font-weight: 500;
    font-size: 1.5rem;
    color: var(--color-highlight);
}
.swiper .product-item.swiper-slide {
    height: auto;
}

@media (min-width: 1100px) and (max-width: 1390px) {
   .menu-section > ul > li {
    display: inline-block;
    margin-left: 0rem;
    margin-right: 1.3rem;
}
}
@media (min-width: 1024px) and (max-width: 1300px) {
    .row.content_img_decor {
    margin-right: 0;
}
}
.view-small .article-item {
    margin-bottom: 0rem !important;
}
.categories .categories-section > li:last-child > ul > li > ul > li:last-child {
    border-bottom: 0;
}
.menu-container {
    display: flex;
    align-items: center;
}
.icon_home {
    margin-right: 1.5rem;
}
/*-------------------------------------------------------------
                    	End css child page 
--------------------------------------------------------------*/
/*-------------------------------------------------------------
                    Reponsive mobile
--------------------------------------------------------------*/
@media (max-width: 768px) {
    .view-small .article-item{
        margin-bottom: 1.5rem !important;
    }
    .system_module-right {
    margin-top: 1rem;
}

    .icon_home {
    display: none;
}
    .logo-section img {
    object-fit: contain;
    height: 4rem;
}
    .combo-tab > ul {
        margin-right: 0rem;
    }

    a.link_read-more-tab, .decor_tabb:after {
        display: none !important;
    }

   

    .title-section-tab {
        margin-bottom: 1.5rem !important;
    }

    a.nav-new {
        margin-bottom: 1rem;
        width: 18rem;
        /* border-radius: 8px; */
        margin-right: 1.6rem;
        display: inline-block;
        padding: 8px 15px 8px 15px;
    }

    .mota img {
        width: 100%;
    }

    .mota {
        overflow: hidden;
    }

    a.register {
        /* margin-bottom: 1rem; */
        font-size: 14px;
        text-align: center;
        margin: 0.5rem 0.5rem 1.5rem 0.5rem;
        padding: 1rem;
    }

    .title-customer-des {
        color: #767676;
        font-size: 17px;
    }

    .title-main-customer {
        font-size: 27px;
    }

    .des_customer_sup {
        left: 7px;
    }

    .des_customer_sup p {
        padding: 0;
    }

    .img_highlight2 {
        margin-bottom: 3rem;
    }

    .system_module-address {
        font-size: 13px;
    }

    .content-system p {
        font-weight: 500;
        font-size: 1.4rem;
    }

    .content-system {
        width: 90%;
    }

    .banner-system img {
        object-fit: cover;
        height: 26rem;
    }

    .section-service article.article-item {
        margin-top: 7rem;
    }

    .title-section-home {
        font-size: 3rem;
    }

    .img_highlight2 img {
        height: 26rem;
        width: 100%;
    }

    .title-fixed-bug {
        padding: 0rem 6rem 0rem 2rem;
        display: inline-block;
        font-size: 2.5rem;
        line-height: 4.8rem;
    }

    .img-mobi {
        width: 100% ;
    }

    .qtitem__image1 {
        margin-right: 9px;
    }

    .testimony-wrap-img img {
        width: 12rem;
    }

    .qtitem__box {
        margin-right: 0rem;
        height: 7rem;
    }

    p.qtitem__name {
        font-size: 1.4rem;
    }

    .facebook-footer iframe {
        width: 100%;
    }

    .title-fixed-bug:after {
        width: 62px;
    }

    .title-fixed {
        min-height: 16rem;
    }

    .news_img:after {
        left: 0;
    }

    .swiper-blog-next, .swiper-blog-prev {
        background: #ffffffb0;
        width: 22px;
        height: 35px;
    }

    .item-service .item-videoo {
        margin-top: 6rem;
        padding-bottom: 7rem;
    }
    .inner-content {
    min-height: 6rem;
}
.combo-tab > ul > li {
    max-width: 50%;
}
}

/*-------------------------------------------------------------
                   End Reponsive mobile
--------------------------------------------------------------*/



.page-title-area-breacums img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
    text-align: center;
    position: relative;
    object-fit: cover;
}
.is-mobile .product-title a {
    height: 45px;
}
.is-mobile .customer-support > div:nth-child(2) {
    margin-top: 30px;
}
/*.is-mobile .product-item .inner-content .product-category a {*/
/*    height: 40px;*/
/*}*/
.is-mobile span.product-category {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 42px;
}

.product-detail-footer .nav .nav-item a {
    background: var(--light);
    margin: 0 2px;
    border-radius: 5px 5px 0 0;
    padding: 1rem 2rem;
}

.product-detail-footer .nav li a.active::before {
    opacity: 0;
}

.product-detail-footer .nav li a.active {
    background: var(--color-highlight);
    color: white;
}
.top-header>.container>.row>div:first-child {
    display: flex;
    align-items: center;
}
@media (max-width:767px) {
    .product-detail-footer .nav .nav-item a {
        padding: 0.8rem 0.8rem;
        font-size: 1.3rem;
    }
    .page-title-area-breacums img {
        height: 30vw;
    }
}