﻿@import "/Plugin/css/common.css";
@import "/Plugin/css/team-support.css";

/*css giao dien FAQ*/
#Faq .faq-head{
    margin-bottom:29px;
}
#Faq .faq-title {
   font-size: 23px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    text-transform:uppercase;
}
#Faq .accordion-list{
    position:relative;
}
#Faq .accordion-list .btn-download{
    width: 190px;
    position: absolute;
    top: -29px;
    right: -115px;
}
#Faq .accordion-list .btn-download a{
    font-size:29px;
    line-height:29px;
    padding:12px 36px;
    border-radius:22px;
    color:#fff;
    background:#00328B;
}
#Faq .accordion-list ul {
    padding: 0;
    list-style: none;
}
#Faq .accordion-list li + li {
    margin-top: 15px;
}
#Faq .accordion-list li {
    padding: 20px;
    background: #E4EEFF;
    border-radius: 22px;
}
#Faq .accordion-list a {
    display: block;
    position: relative;
    font-family:'Roboto',sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding-right: 30px;
    outline: 0;
    font-weight: 600;
    margin-bottom: 7px;
}
#Faq .accordion-list span {
    /*background-color: #1a4697;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;*/
    line-height: 30px;
}
#Faq .accordion-list ul li i {
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 5px;
}
#Faq .accordion-list .icon-show {
    display: none;
}
#Faq .accordion-list a.collapsed, .Faq .accordion-list a:active {
    color: #222;
}
#Faq .accordion-list a.collapsed:hover {
    color: #1a4697;
}
#Faq .accordion-list a.collapsed .icon-show {
    display: inline-block;
}
#Faq .accordion-list a.collapsed .icon-close {
    display: none;
}
#Faq .form-faq .form-head{
    margin: 20px 0 20px;
}
#Faq .form-faq .form-title{
    font-size: 23px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    text-transform: uppercase;
}
#Faq .box-faq{
    background:#FFFFFF;
    box-sizing: border-box;       
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 22px;
    padding:36px 64px 29px;
    border: 1px solid #C8C8C8;
}
#Faq .box-faq{
    font-size:20px;
}
#Faq .box-faq .w3-col{
    width:auto;
    margin-right:18px;
}
#Faq .box-faq .w3-col span {
    font-weight: 600;
    display: block;
    padding-top: 16px;
}
#Faq .box-faq .box-hvt{
    width: calc(100% - 88px);
}
#Faq .box-faq .box-email{
    width: calc(100% - 80px);
}
#Faq .box-faq .box-dt{
    width: calc(100% - 115px);
}
#Faq .box-faq .box-noidung {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 22px;
    color: #B5B5B5;
    padding-top: 15px;
    padding-left: 29px;
    margin-top: 36px;
}
#Faq .box-faq .btn-faq {
     background-color:#00328B;
     color:#fff;
     font-weight:600;
     font-size:29px;
     padding:7px 58px 8px;
     border-radius:22px;
     border: none;
 }
@media (max-width:768px) {
    #Faq .accordion-list .btn-download {
        width: 108px;
        position: absolute;
        top: -30px;
        right: 0;
    }
    #Faq .accordion-list .btn-download a {
        text-align: center;
        font-size: 19px;
        line-height: 20px;
        padding: 5px 10px;
        border-radius: 22px;
        color: #fff;
        background: #00328B;
    }    
    #Faq .form-faq .form-title {
        display: inline;
        font-size: 19px;
    }
    #Faq .box-faq {
        padding: 10px 15px;
        font-size: 18px;
    }
    #Faq .box-faq .btn-faq {
        font-size: 20px;
        padding: 5px 25px;
    } 
}

/*css giao dien tai phan mem*/
.counts {
    color:#fff;
    background: url("/images/icon_v3/bg_count.jpg") center top / cover no-repeat rgb(23, 115, 88);
}
.counts .count-box {
    text-align: center;
    padding: 73px 0;
}
.counts .iDownload,.counts .iwebsite,.counts .iurl{
    border-right:1px solid #fff;
}
.counts .count-box span {
    font-size: 40px;
    font-weight: 600;
}
.counts .count-box p {
    padding: 0;
    margin: 0;
    font-size: 23px;
    font-weight: 500;
}
#downCate .down-h1 {
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
}
#downCate ul{
    margin-bottom: 20px;
}

/*css giao dien category tin tuc*/
.post-cate{
    padding:30px 0;
}
.post-cate .post-cate-item{
    display: flex;
    -webkit-box-align: center ;
    -ms-flex-align: center ;
    align-items: center;
}
.post_thumnail{
    padding-right: 6px;
}
.post-cate .post_thumnail img{
    border:1px solid #D9D9D9;
}
.post-content .post_title{
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;  
    text-transform: uppercase;
    margin-bottom: 7px;
}
.post-content .post_description p{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 11px;
    color: #111111;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media (max-width:768px){
    .post-cate .post-cate-item {
        flex-direction: column;
    }
    .post-content, .post_thumnail {
        padding: 0;
    }
    .post-content .post_title {
        font-size: 18px;
        margin-top: 20px;
    }
    .post-content .post_description p {
        font-size: 16px;
    }
}

/*ShowCate Product - giao diện sản phẩm chuyên mục*/
.product-Cate{
    width:1044px;
    margin:0 auto;
}
.product-Cate .title-toppic {
    font-size: 27px;
    font-weight: 600;
    text-align: center;
    position: relative;
    color: #00328B;
    margin: 50px 0 22px;
}
ul.product-lst{
    display:flex;
    flex-wrap:wrap;
}
ul.product-lst >li{
    width:50%;
    list-style-type: none;
    margin-bottom:21.5px;
}
ul.product-lst >li:nth-child(odd) {
    padding-right:39px;         
}
ul.product-lst >li:nth-child(even) {
    padding-left:39px;
}
ul.product-lst .box-product{
    box-sizing: border-box;
    position: relative;
    border: 1px solid #C8C8C8;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 22px;
    padding:50px 27px 14px;
    text-align: center;
    margin:22.5px 0;
}
ul.product-lst .box-product .box-title {
    /*margin-bottom: 30px;*/
}
.box-product .box-title h3{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    font-size:25px;
    font-weight: 600;
}
.box-product .box-title h3 a{
    color: #00328B;
}
.box-product .box-title p {
    font-size: 17px;
    min-height: 2.8rem;
    color: #111111;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
.box-product .box-product-img img{
    /*background: #C8C8C8;*/
    border-radius: 22px;
    min-height:300px;
}
.box-product .box-price-percent{
    position: absolute;
    top: -14px;
    right: -16px;
    background: #BE0000;
    color: #fff;
    border-radius: 20px;
    padding: 14px 8px 14px 8px;
    font-size: 25px;
    font-weight: 600;
}
.box-product .box-product-price {
    color: #EF4130;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 70px;
    /*margin-top: 10px;*/    
}
.box-product .box-product-price h4{
    font-size:24px;
    font-weight:600;
}
.box-product .box-product-price h5{
    font-size:20px;
    font-weight:600;
    text-decoration:line-through;
}
.box-product .box-product-content {
    text-align: justify;
    font-size: 17px;
    max-height: 350px;
    color: #111111;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
} 
.box-product .box-product-content ul li{
    list-style:disc!important;
    margin-left:20px;
}
.box-product .box-btn-more{
    font-size: 14px;
    margin-top: 18px;
    text-align: right;
}
.box-product .box-btn-more a{
    color:#5F5F5F; 
}
@media (max-width: 768px) {
    .product-Cate {
        width: 100%;
    }
    .product-Cate .title-toppic{
        font-size: 25px;
    }
    ul.product-lst{
        flex-direction:column;
    }
    ul.product-lst >li {
        width:100%;
        padding: 15px!important;
    }
    ul.product-lst .box-product .box-title{
        margin-bottom: 15px;
    }
    .box-product .box-title h3 {
        font-size:20px;
    }
    .box-product .box-title p {
        font-size: 15px;
    }
    .box-product .box-product-price h4 {
        font-size: 20px;
    }
    .box-product .box-product-price h5 {
        font-size: 17px;
    }
    .box-product .box-price-percent{
        top: -15px;
        right: -8px;
        padding: 8px 4px 8px 4px;
        font-size: 20px;
        border-radius:12px;
    }
    .box-product .box-product-content {
        text-align: justify;
        font-size: 15px;       
    }
}
.mt-cproduct img{
    max-width: 100%;
}
.mt-cproduct iframe{
    max-width: 100%;
}
.item {
    position: relative;
    overflow: hidden; /* Äáº£m báº£o nÃºt khÃ´ng trÃ n ra ngoÃ i */
}

.item img {
    width: 100%; /* Äáº£m báº£o áº£nh láº¥p Ä‘áº§y container */
    display: block; /* Loáº¡i bá» khoáº£ng tráº¯ng dÆ°á»›i áº£nh */
}

.buttons {
    position: absolute;
    bottom: 10%; /* CÃ¡ch lá» dÆ°á»›i áº£nh */
    left: 50%; /* Canh giá»¯a theo chiá»u ngang */
    transform: translateX(-50%); /* Äiá»u chá»‰nh vá»‹ trÃ­ chÃ­nh xÃ¡c */
    display: flex;
    gap: 50px; /* Khoáº£ng cÃ¡ch giá»¯a hai nÃºt */
    padding: 0 10px; /* Padding bÃªn trong */
}

.btn {
    padding: 10px 40px; /* KÃ­ch thÆ°á»›c nÃºt */
    border: none;
    border-radius: 5px; /* Bo gÃ³c nháº¹ */
    cursor: pointer;
    /* font-size: 14px; */
    font-family: Arial, sans-serif;
    transition: all 0.3s ease; /* Hiá»‡u á»©ng mÆ°á»£t khi hover */
}

.price-btn {
    background-color: #BEC0B1; /* MÃ u xanh Ä‘áº­m giá»‘ng áº£nh */
    color: #005bb5; /* Chá»¯ tráº¯ng */
    border: 1px solid #005bb5; /* Viá»n xanh Ä‘áº­m */
    font-weight: 700;
}

.price-btn:hover {
    background-color: #005bb5; /* MÃ u Ä‘áº­m hÆ¡n khi hover */
    color: #fff;
}

.contact-btn {
    background-color: #BEC0B1; /* Ná»n tráº¯ng */
    color: #005bb5; /* Chá»¯ xanh Ä‘áº­m */
    border: 1px solid #005bb5; /* Viá»n xanh Ä‘áº­m */
    font-weight: 700;
}

.contact-btn:hover {
    background-color: #005bb5; /* Ná»n xanh khi hover */
    color: #fff; /* Chá»¯ tráº¯ng khi hover */
}

/* Responsive cho mobile */
@media (max-width: 768px) {
    .buttons {
        flex-direction: column;
        gap: 5px;
        width: 80%;
    }

    .btn {
        width: 100%;
    }
}
.seo-image {
    max-width: 100%;
    height: auto;
}
.content-section {
    /* background-color: #f8f9fa; */
    padding: 20px;
}
.content-section h2 {
    color: #005bb5;
    font-weight: bold;
    font-size: 2rem;
}
.content-section p {
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .seo-image {
        margin-bottom: 20px;
    }
    .content-section h2 {
        font-size: 1.5rem;
    }
    .content-section p {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .content-section {
        border-left: none;
        padding: 15px;
    }
    .content-section h2 {
        font-size: 1.2rem;
    }
    .content-section p {
        font-size: 0.85rem;
    }
}
.Titleh3{
    color: #005bb5;
    font-weight: 600;
    border-top: 1px solid #bbbbbb; /* Viá»n xanh Ä‘áº­m */
    border-bottom: 1px solid #bbbbbb; /* Viá»n xanh Ä‘áº­m */

}
.Titleha{
    color: #005bb5;
    font-weight: 600;
    font-size: 20px;
}
/* CSS tÃ¹y chá»‰nh */
.header-section {
    background-color: #005bb5;
    color: #fff;
    /* padding: 20px; */
    height: 300px;
    text-align: center;
    margin-bottom: -93px;
}
.header-section h1 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
}
.reason-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reason-card .card-title {
    color: #ff0000;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.reason-card .card-text {
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .header-section h1 {
        font-size: 1.5rem;
    }
    .reason-card .card-title {
        font-size: 1rem;
    }
    .reason-card .card-text {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .header-section {
        padding: 15px;
    }
    .header-section h1 {
        font-size: 1.2rem;
    }
    .reason-card {
        padding: 10px;
        min-height: 140px;
    }
    .reason-card .card-title {
        font-size: 0.9rem;
    }
    .reason-card .card-text {
        font-size: 0.85rem;
    }
    .header-section {
        margin-bottom: -150px;
    }
}
.accordion {
    max-width: 600px;
    margin: 0 auto;
}
.accordion-button {
    font-size: 1.1rem;
}
.accordion-body {
    font-size: 1rem;
}
.contact__button .default__button{
    background: red;
    color: white;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer__menu__title .footer__menu a{
    color: white;
}
.footer-title div{
    font-size: 15px;
    font-weight: 500;
}
.footer__menu__title h6{
    font-size: 15px;
    font-weight: 500;
}
.card-titlee{
    color: #ff0000;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.txtdes{
    font-size: 16px;
    font-weight: 700;
    color: #005bb5;
}
.d-flex-ngang{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-newsp{
    background: #ff0000 !important;
    color: white !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}
/*Sáº£n pháº©m XSEO*/
.details-product-price {
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.details-product-price h3 {
    font-size: 1.7rem;
    color: #000000; 
    font-weight: 700;
    display: inline-block;
    margin-right: 30px;
}

.details-product-price h4.linethrough {
    font-size: 1.25rem;
    color: #dc3545; 
    font-weight: 500;
    text-decoration: line-through;
    display: inline-block;
}
.product-header h1 {
    font-size: 2rem;
    font-weight: bold;
    color: #00338A;
    margin: 30px 0 10px;
    text-transform: uppercase;
}
.product-details .img-sale{
    aspect-ratio: 3 / 1;
    object-fit: cover;
    border-radius: 15px;
}
.product-header .btn-register{
    color: black;
    background: white;
}
.product-header .btn-register a{
    color: black;
    background: white;
    border: 1px solid rgb(56, 56, 56);
    font-size: 21px;
    font-weight: 500;
    border-radius: 15px;
}
.btn-action a {
    border-radius: 10px;
}
.btn-action .btn-download a {
    border-radius: 15px;
}
.font-img-sp{
    max-width: 80%;
}
.product-header .col-xl-5 img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    background-color: #e9ecef; /* MÃ u ná»n xÃ¡m nháº¡t giá»‘ng áº£nh */
}
@media (max-width: 768px) {
    .font-img-sp{
        max-width: 100%;
    }
}

.carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.arrow-left, .arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(234, 234, 234, 0.5);
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.arrow-left {
    left: -60px;
}

.arrow-right {
    right: -60px;
}

.arrow-left:hover, .arrow-right:hover {
    background: rgba(234, 234, 234, 0.5);
}
@media (max-width: 768px) {
    .arrow-left {
        left: 0px;
    }
    
    .arrow-right {
        right: 0px;
    }
}


