/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.17.0
Requires at least:    5.4.0
Requires PHP:         5.6.20
WC requires at least: 4.7.0
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.wp-caption.aligncenter img {
    border: 2px solid #368bff;
    border-radius: 10px;
    box-shadow: 0 0 19px 0px #368bff;
}
.wp-block-image figcaption, figcaption, figure>figcaption {
  line-height: 1.2em;
    border-left: 10px solid #368bff;
    border-bottom: 2px solid #368bff;
    margin-top: 15px;
    margin-bottom: 25px;
    border-radius: 50px 00px;
    box-shadow: 0 0 19px 0px #368bff;
}
.fasc-button {
    border-radius: 9px;
    width: 360px;
    height: 42px;
    color: #ffffff;
    background: #368bff;
    text-align: center;
    border: none;
    padding: 0;
    position: relative;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: shockwaveJump 1s ease-out infinite;
    animation: shockwaveJump 1s ease-out infinite;
  margin: 0 30px;
}
.fasc-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 16px;
    -webkit-animation: shockwave 1s 0.5s ease-out infinite;
    animation: shockwave 1s 0.5s ease-out infinite;
}
.fasc-button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 16px;
    -webkit-animation: shockwave 1s 0.65s ease-out infinite;
    animation: shockwave 1s 0.65s ease-out infinite;
}
@keyframes shockwaveJump {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    50% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }

    55% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }

    60% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(54, 139, 255, 1), inset 0 0 1px rgba(54, 139, 255, 1);
  }
  95% {
    box-shadow: 0 0 16px rgba(54, 139, 255, 1), inset 0 0 16px rgba(54, 139, 255, 1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.header-button .button {
            background-color: #368bff;
            color: white;
   
            box-shadow: 0 0 0 0 rgba(54, 139, 255, 1);
            animation: pulse 1.25s infinite;
        }
        
        @keyframes pulse {
            0% {
                transform: scale(0.95);
                box-shadow: 0 0 0 0 rgba(54, 139, 255, 1);
            }
            
            70% {
                transform: scale(1);
                box-shadow: 0 0 0 15px rgba(233, 30, 99, 0);
            }
            
            100% {
                transform: scale(0.95);
                box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
            }
        }
.header-button-1 .button{
  background: linear-gradient(
    to bottom,
    #368bff 0%,
    #368bff 50%,
    #368bff 100%
);
}
.header-button-2 .button{
  background: linear-gradient(
    to bottom,
    #368bff 0%,
    #368bff 50%,
    #368bff 100%
);
}
.thong-tin {
    background: linear-gradient(to right, #fff, #368bff, #fff);
    margin: 5px 0 0;
    border-radius: 10px;
    color: #FFFFFF;
}
.home_content>.col {
    border: 3px solid #368bff;
    border-radius: 10px;
    height: 800px; 
    padding: 10px;
    box-shadow: 0 0 20px #368bff;
}
.home_content>*::-webkit-scrollbar-thumb {
    background-color: #368bff;
    border-radius: 20px;
    border: 2px solid #368bff;
    align-content: center;
}
.home_content>.col>.col-inner {
    height: 100%;
    overflow: auto;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #368bff;
    border-radius: 20px;
    border: 3px solid #368bff;
}
.has-dropdown .sub-menu a {
    color: #ffffff !important;
    font-weight: 600;  
}