/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.search-section {
  /* background-image: linear-gradient(to right, #4CB8C4 0%, #3CD3AD  51%, #4CB8C4  100%); */
  /* background-image: linear-gradient(to right, #1D976C 0%, #93F9B9  51%, #1D976C  100%) */

background-image: linear-gradient(to right, #1e73be 0%, #058367d6  51%, #1e73be  100%)
}
/*.software-cat-section {
background-color: red;
opacity: 0.8;
background-image:  linear-gradient(#4d4d4d 1px, transparent 1px), linear-gradient(to right, #4d4d4d 1px, #a5a5a5 1px);
background-size: 20px 20px;
}*/
.software-cat-section {
    background-image: url('assets/img/pattern-bg-grey.jpeg');
}

.news-section {
    /* background:linear-gradient(86deg, rgba(255, 141, 0, 1) 0%, rgba(254, 198, 11, 1) 100%); */
    background-color: #d2f4ec;
}
.breadcrumb-section {
    background-image: linear-gradient(to right, #1e73be 0%, #058367d6  51%, #1e73be  100%)
}
.breadcrumb-section span {
    color:#FFF;
    margin-right: 5px;
}

.footer-section {
    background-image: linear-gradient(to right, #1e73be 0%, #058367d6  51%, #1e73be  100%)
}

.footer-section .ux-menu .ux-menu-title{
    color:#FFF;
    
    font-size: 1.2rem;
}
.footer-section .ux-menu .ux-menu-link,
.footer-section .ux-menu .ux-menu-link a {
    color:#FFF;
    border:unset !important;
}
.footer-section .ux-menu .ux-menu-link a:hover{
    color:var(--fs-experimental-link-color);
}

.news-home .col-inner {
     border-radius: 15px;
}
.news-home .box {
     border: 3px solid #1e73be;
    border-radius: 15px;
    overflow: hidden;
   padding: 10px;
   background-color: #FFF;
}

.software-item .box {
    border: 3px solid #1e73be;
    border-radius: 15px;
    overflow: hidden;
   padding: 10px;
   background-color: #FFF;
    
}
.software-item a.is-normal {
    font-weight: bolder;
}
.soft-tax .col-inner {
     border-radius: 15px;
}
.software-item .box .box-text .view-download > span {
    font-size: 14px;
    padding: 5px;
}
.software-item .box .box-text .view-download > span > i {
    margin-right: 5px;
    font-size: 15px;
}
.software-item .box .box-text .view-download > span.view-software > i {
    color:#9ae530;
}
.software-item .box .box-text .view-download > span.download-software > i {
    color:#1e73be;
}
.software-item .box .box-text .bottom-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.software-item .box .box-text .bottom-info .date-update{
    color:#444444;
    font-size: 14px;
}
.software-item .box .box-text .cat-label {
    font-size: 14px;
    text-transform: none;
}

.software-item .box .box-text .post-title a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.header-title-cat h2 {
    font-size: 2.5rem;
    margin-bottom: 0px;
    color:#1e73be;
}
.single-software-section .img-soft {
    border-radius: 15px;
    overflow: hidden;
}
.single-software-section .img-soft img {
    min-height: 320px;
    width: auto;
}
/* .single-software-section .img-soft img{
    -webkit-transform: scale(1.5,1.5);
    height: 600px;
    max-width: unset;
    margin: auto;
    transform: translate(-10%, 0%);
    
} */
.single-software-section .feature-soft ul {
    list-style: none;

}
.single-software-section .feature-soft ul li {
    padding: 15px;
    
    /* background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(249,232,51,1) 0%, rgba(250,196,59,1) 100.2% );  */
    background-color:#d2f4ec;
   
    border-radius: 5px;
    font-size: 1.4rem;
    color: #1e73be;
    border: 2px solid  #1e73be;
    
    margin: 0px 0px 15px 0px;
   
}
.single-software-section .feature-soft ul li i {
    margin-right: 5px;
}
.single-software-section .download-soft {
   background-image: linear-gradient(to right, #093028 0%, #237A57  51%, #093028  100%);

    padding: 20px;
    text-align: center;
    border-radius: 5px;

}
.single-software-section .download-soft h1, 
.single-software-section .download-soft h2,
.single-software-section .download-soft .h1,
.single-software-section .download-soft .h2 {
    color:#FFF;
    font-size: 1.2rem;
}
.single-software-section .download-soft .h1,
.single-software-section .download-soft .h2{
    font-size: 1.7em;
    font-weight: 200;
    display: block;
}

.single-software-section .download-soft a.button-download {
    padding: 10px;
    background-image: linear-gradient(to right, #FF512F 0%, #DD2476  51%, #FF512F  100%);
    display: inline-block;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    animation: pulse 1s ease-in infinite;
}
.single-software-section .download-soft a.button-download span{
    font-size: 10px;
    margin: 0px;
    font-weight: 600;
}
.single-software-section .download-soft a.button-download i {
    font-size: 1.5rem;
    margin-right: 10px;
}
.single-software-section .download-soft a.button-download span {
    display: block;
    margin-top: 10px;
    font-size: 1rem;
    text-transform: uppercase;
    color: #FFF;

}
@keyframes pulse{
  25%  {transform: scale(0.9);}
  75%  {transform: scale(1);}
}
.backup-link a {
    padding: 10px;
   
    display: inline-block;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
  
}

.backup-link a i{
    margin-right: 5px;
}

.backup-link-1 {
   background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
}
.backup-link-2 {
  background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
}
.backup-link-3 {
  background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
}

.colection p.title-colect {
    
    color: #FFF;
    text-align: left;
    margin-bottom: 0;
    /* display: flex;
    align-items: center; */
}
.colection p.title-colect i{
    line-height: 1rem;
    margin-left: 5px;
}
.colection p.link-colection {
    margin: 0px;
}
.colection p.link-colection a {
    color:#30cbd3;
    font-size: 1rem;
    font-style: italic;
}
.muc-luc ul{
    list-style: none;
}
.muc-luc ul li {
    margin: 0px;
    padding: 0px;
    
}
.muc-luc ul li a {
    padding: 10px;
    background-color:#d2f4ec;
    border-radius: 5px;
    font-size: 1.2rem;
    color: #058367d6;
    display: block;
    margin: 0px 0px 15px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.yeu-cau-cau-hinh {
    background-color:#d2f4ec;
}
.yeu-cau-cau-hinh .header-cau-hinh {
    padding: 10px;
    background-image: linear-gradient(to right, #1e73be 0%, #058367d6  51%, #1e73be  100%)

}
.yeu-cau-cau-hinh .header-cau-hinh span {
    font-size: 1.2rem;
    font-weight: bold;
    color:#FFF;

}
.yeu-cau-cau-hinh .content-cau-hinh{
    padding: 15px;
}
.yeu-cau-cau-hinh .content-cau-hinh p {
    font-size: 1.2rem;

}
.yeu-cau-cau-hinh .content-cau-hinh p i{
    margin-right: 10px;
}
.yeu-cau-cau-hinh.top-page p {
    font-size: 1rem;
    margin-bottom: 10px;
}

.muc-luc h3,  .content-main h3 ,  .huong-dan-cai-dat h3 {
    font-size: 1.5rem;
}
.huong-dan-cai-dat p:has(> span) {
    display: flex;
    flex-direction : column;
}
.huong-dan-cai-dat p > span {
    
    padding: 10px;
}
.download-box-widget {
    background-color: #d2f4ec;
    border-radius: 10px;
    overflow: hidden;
    
}
.download-box-widget .top-content {
    padding: 10px;
}
.download-box-widget .top-content ul {
    list-style: none;
}
.download-box-widget .top-content ul {
    list-style: none;
}
.download-box-widget .top-content ul li{
    padding: 5px;
    font-size: 1rem;
    color: #058367d6;
   
    margin: 0px 0px 5px 0px;
}
.download-box-widget .top-content ul li i {
    margin-right: 5px;
}
.download-box-widget .download-soft{
    border-top-left-radius:unset ;
    border-top-right-radius:unset ;
}
.download-box-widget .download-soft .h1,
.download-box-widget .download-soft .h2 {
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 200;
}


/*nhiem vu*/
.wapper-check, .wapper-nhiem-vu {
    padding: 20px;
    box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
}
.wapper-mission-book .wapper-check ,
 .wapper-mission-book .wapper-nhiem-vu, 
 .wapper-mission-course .wapper-check , 
 .wapper-mission-course .wapper-nhiem-vu,
 .wapper-mission-product .wapper-check , 
 .wapper-mission-product .wapper-nhiem-vu  {
    background-color: #d2f4ec;
}

.wapper-img {
        background-color: #FFF;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}
.wapper-img p{
    position: absolute;
    left: 30%;
    top: 30%;
}
.wapper-nhiem-vu h4{
    color: red;
    font-size: 20px;
    font-weight: bold;
}

.iframe-youtube iframe {
    height: auto;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.wapper-nhiem-vu p strong span, .red{
    color:red;
    font-weight: bold;
}

.wapper-nhiem-vu p.coppy-text .button {
       margin: 0px;
    padding: 0px 6px;
    font-size: 10px;
    border-radius: 5px;
}
.wapper-nhiem-vu p.coppy-text .button:hover {
    background-color:#17a2b8 ;
}
.wapper-nhiem-vu p.coppy-text .button:hover i {
    color:#FFF;
}
.wapper-nhiem-vu p.coppy-text .button i{
    
    margin: 0px;
    
    
}
.wapper-nhiem-vu .loading {
   display: flex;
    align-items: center;
    justify-content: center;
    height: 175px;
}
span.copied {
    font-size: 12px;
    margin-left: 10px;
}
.download-sidebar [class^='backup-link-']{
    font-size: 8px;
}
.download-sidebar .glow-on-hover {
   font-size: 0.8rem; 
}
.download-sidebar .colection p.link-colection a {
    font-size: 14px;
}
.glow-on-hover {
    
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    animation: pulse 1s ease-in infinite;
}
.glow-on-hover span {
    font-size: 10px;
    margin: 0px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
}
.glow-on-hover i {
    margin-right: 10px;
}
.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #D31027 0%, #EA384D  51%, #D31027  100%);
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
.glow-on-hover:hover {
    color:#FFF;
}
.glow-on-hover:hover:after {
    background-color: transparent;
    background-image : unset;
}
.ux-search-box input[type=search]{
    background-color:#FFF;
    
}

ul.header-nav li.header-search-form{
    width:70%;
}
ul.header-nav li.header-search-form .search-field {
    height: 45px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 16px;
}
ul.header-nav li.header-search-form .ux-search-submit  {
    padding:7px 15px;
    border:0px;
}
table {
border-collapse: collapse;
}
table td{
    border: 1px solid;
    
}


@media (max-width: 549px){
   .wapper-img img{
    display: block;
    margin: auto;
   } 
   .wapper-img img.logo-gg {
    width: 30% !important;
   }
   .wapper-img img.input-gg{
    width: 100% !important;
   }
   .wapper-img-gg p {
    left: 15%;
    top: 58%;
    font-size: 11px;
   }

}

video {
    width: 100%;
}
.box-course .col-inner {
    border-radius: 10px;
    overflow: hidden;
    /* background-color: #1e73be !important; */
    
    
}


.box-course-cat .section-title {
    display: block !important;
}
.box-course-cat h2.section-title {
    margin-bottom: 0px;
}
.box-course-cat h2.section-title span a{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5  51%, #00d2ff  100%);
    padding: 10px !important;
    text-align: center;
    min-height: 60px;
    color:#FFF;
    font-size: 14px !important;
    text-transform: capitalize;
    font-weight: normal;
    

}
.box-course-cat h2.section-title span a:hover {
    background-image: linear-gradient(to right, #2c3e50 0%, #3498db  51%, #2c3e50  100%)
}
.banner-top {
    border-radius: 15px;
    overflow: hidden;
}

.from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.download-accordion {
    margin-bottom: 20px;
}
.download-accordion .accordion-title.active {
    background-color: unset !important;
    border-color: unset !important;
    color: unset !important;
    font-weight: 700;
}
.download-accordion .accordion-title {
    border:unset;
    padding: 0px;
    text-align :center;
}
.download-accordion .wap-button-download {
    display: flex;
}
.button-download {
    background-color: red;
    border-radius: 15px;
    padding: 10px 25px;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    margin: 0px;
}
.bg-bisque {
    background-color: bisque;
}
#content-mission {
    padding: 20px;
}
.btn-copied {
    width: unset;
    height: unset;
    min-width: unset;
    line-height: unset;
    min-height: unset;
    margin: 0px;
    padding: 0px 5px;
    text-align: center;
    border-radius: 5px;
}
.btn-copied i {
    margin: 0px !important;
}
.center-info-course h2 {
    font-size: 18px;
}
.center-info-course .info-course ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.center-info-course .info-course ul li {
    padding: 0px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin: 0px;
    padding: 10px 10px 10px 0px;
    
    border-bottom: 1px dashed #cdcdcd;
}

.center-info-course .info-course ul li span{
    font-weight: bold;
    
}
.center-info-course .donate .donate-btn {
   
    background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA 51%, #1FA2FF 100%);
    padding: 10px 10px;
    margin: 0px;
    color: #FFF;
    border-radius: 10px;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    
}
.center-info-course .note
{
    background-color: #fdf9d8;
    padding: 10px;
    border-radius: 10px;
}
.center-info-course .note ul {
    padding: 0px;
}
.center-info-course .note ul li{
    color:#3d3d3d;
    font-size: 14px;
    
    font-style: italic;
}
.center-info-course .note p {
    font-size: 14px;
    color:rgb(255, 179, 0);
    font-style: italic;
}
.feature-khoa-hoc .icon-box-text h4{
    font-size: 14px;
}
.feature-khoa-hoc .icon-box-text p {
    font-size: 14px;
}
.desc-course {
    padding: 10px;
    border: 1px dashed rgb(32, 91, 202);
    border-radius: 10px;
}
.box-related-course {
    border-radius: 10px;
}
.related-course {
    padding: 10px;

}
.ux-search-submit {
    background-color: #1e73be;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

}
.accordion-item.danh-muc-khoa-hoc {
    background-color: rgb(7, 123, 202);
    border-radius: 10px;
    
}
.accordion-item.danh-muc-khoa-hoc a {
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    border-top:0px;
}
.accordion-item.danh-muc-khoa-hoc a:hover {
    color:yellow;
}
.accordion-item.danh-muc-khoa-hoc .accordion-inner{
background-color: #f2f3ed;
padding: 10px !important;
}
.wapper-download {
    text-align: center;
    margin-top: 20px;
}
.download-button {
    background-image: linear-gradient(to right, #F2994A 0%, #F2C94C 51%, #F2994A 100%);
    padding: 20px 45px;
    border-radius: 10px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    font-size: 20px;
    font-weight: bolder;
}
.download-button:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;

}