/*
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, #00bf8f 0%, #058367d6  51%, #00bf8f  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, #00bf8f 0%, #058367d6  51%, #00bf8f  100%)
}
.breadcrumb-section span {
    color:#FFF;
    margin-right: 5px;
}

.footer-section {
    /* background-image: linear-gradient(to right, #00bf8f 0%, #058367d6  51%, #00bf8f  100%) */
    background-color: #003144;
}

.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 #00bf8f;
    border-radius: 15px;
    overflow: hidden;
   padding: 10px;
   background-color: #FFF;
}

.software-item .box {
    border: 3px solid #00bf8f;
    border-radius: 15px;
    overflow: hidden;
   padding: 10px;
   background-color: #FFF;
    
}
.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:#00bf8f;
}
.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:#00bf8f;
}
.single-software-section .img-soft {
    border-radius: 15px;
    overflow: hidden;
}
/* .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: #00bf8f;
    border: 2px solid  #00bf8f;
    
    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, #00bf8f 0%, #058367d6  51%, #00bf8f  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: #f6d20069;
}

.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: 250px;
}
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%;
}