/*
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.   **************
/*
themes/flatsome/template-parts/posts/layout.php






*/
.banner-top-css{
	background-image: linear-gradient(#71beb3, #1e7c86);
    border-radius: 50px;
    border: 5px solid #00536d;
}
.banner-top-css .icon-box {
    padding-top: 20px;
}
.position-css-top {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -130px;
}
a.button.primary.is-outline.lowercase {
    background-image: linear-gradient(to right, #71beb3, #1e7c86);
    border: none;
    padding: 0px 50px;
    font-weight: 400;
    color: #fff;
}
a.button.primary.is-outline.lowercase:hover {
    background-image: linear-gradient(to left, #71beb3, #1e7c86);

}
.line-bottom h2:before {
    content: '';
    background-image: linear-gradient(to right, #71beb3, #1e7c86);
    height: 5px;
    width: 200px;
    position: absolute;
    bottom: 5px;
}
.img-left img {
    width: auto;
    right: auto;
}
.img-right img {
    width: auto;
    left: auto;
	
}
.css-section2 .box.has-hover:hover .line-bottom h2:before {
    background-image: linear-gradient(to left, #71beb3, #1e7c86);
}

.footer-2 {
    color: #000;
}
div#text-2 img {
    width: 200px;
    text-align: left;
}
.footer-2 .is-divider.small {
    background: none;
    margin: 3px;
}
ul#menu-footer-menu-1 li {
    border: none;
}
ul#menu-footer-menu-1 li a {
    padding: 2px 0px;
}
div#text-3 {
    text-align: center !important;
}
div#nav_menu-4 {
    padding-left: 10%;
}
.quform-4 {
    border-radius: 50px;
    background: rgb(211 211 211);
    padding: 50px 40px;
}
.quform-4 .quform-input input, .quform-4 .quform-input textarea {
    border-radius: 50px;
    padding: 20px;
}
.quform-4 .quform-input textarea {
    height: 100px;
}

.quform ::placeholder {
    color: #000;
}
.quform button.quform-submit {
    background-image: linear-gradient(to right, #71beb3, #1e7c86);
    border: none;
    padding: 0px 60px;
    font-weight: 400;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    left: 0px;
    right: 0px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.quform  button.quform-submit span {
    text-transform: initial;
    color: #fff;
}
.footer-1 .large-columns-6>.col {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}
footer#footer {
    background: #000;
}
.row.footer-3 p {
    color: #fff;
    font-size: 13px;
    padding-top: 10px;
}
.row.footer-3 ul {
    list-style: none;
    border-bottom: 4px solid #fff;
    width: 330px;
    float: left;
    margin-bottom: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}
.row.footer-3 ul li {
    float: left;
    padding: 10px;
    color: #fff;
}
.topto {
    padding-top: 15px;
    float: right;
}
.topto a {
    color: #fff;
}

.breadcrumbs-css a {
    color: #0ae2c7;
    padding-right: 10px;
}
.breadcrumbs-css i.fa {
    color: #000;
}
.css-img-hover img {
  display: block;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  
}
.css-img-hover h1 {
    padding-top: 35px;
}
.css-img-hover .glow-image {
  opacity: 0; /* Ẩn hình ảnh có hiệu ứng phát sáng ban đầu */
}

.css-img-hover:hover .normal-image {
  opacity: 0; /* Khi hover, ẩn hình ảnh ban đầu */
}

.css-img-hover:hover .glow-image {
  opacity: 1; /* Khi hover, hiển thị hình ảnh có hiệu ứng phát sáng */
}
.img-right-css img {
  display: block;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
}
.social-icons.icon-style-fill a {
    margin: 5px;
}
.css-tmdt h1 {
    background-image: linear-gradient(#71beb3, #1e7c86);
    border-radius: 50px;
    border: 5px solid #00536d;
    width: 60%;
    height: 100px;
    line-height: 80px;
    color: rgb(255, 255, 255);
    font-size: 3em;
    margin: auto;
}
.category #masthead .container {
    max-width: 90%;
}
.category .box-text.text-left {
    background: #dcdcdc;
    padding: 15px;
}
.category .box-text.text-left h5 {
    font-weight: 600;
    height: 67px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    text-transform: capitalize;
    margin-bottom: 50px;
}
.category p.from_the_blog_excerpt {
    height: 50px;
    display: none;
}
.category .page-title.shop-page-title.product-page-title {
    display: none;
}

.category .blog-post-inner:after {
    content: "Xem bài viết";
    display: block;
    width: fit-content;
    padding: 5px 30px;
    border-radius: 15px;
    color: #ffff;
    font-weight: 600;
    position: absolute;
    right: 25px;
    bottom: 25px;
    background-image: linear-gradient(to right, #71beb3, #1e7c86);
    padding-top: 3px;
}
 
.category .blog-post-inner:hover:after {
    background-image: linear-gradient(to right, #1e7c86, #71beb3);
    color: #ffffff;
} 
.css-blog-index .box-text.text-left.is-large, .css-blog-index .box-text.text-left {
    background: #dcdcdc;
    padding: 15px;
}
.css-blog-index .box-text.text-left h5.post-title.is-large {
    height: 60px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
.css-blog-index button.button.is-outline.is-small.mb-0 {
    background-image: linear-gradient(to right, #71beb3, #1e7c86);
    border: none;
    padding: 0px 50px;
    font-weight: 400;
    color: #fff;
    border-radius: 30px;
}



















@media screen and (max-width: 820px){
  div#text-2, div#nav_menu-4, div#text-4 {
    width: 33%;
}
div#nav_menu-4 {
    padding-left: 5%;
}

.h1, h1 {
    font-size: 1.4em;
    line-height: 1.3;
}
.row-collapse>.col.css-img-hover {
    padding: 15px !important;
}

.mobile-padding {
    margin-top: 150px;
}
.position-css-top .medium-8 {
    max-width: 96%;
    -ms-flex-preferred-size: 96%;
    flex-basis: 96%;
    margin-left: 2% !important;
}







}







@media screen and (max-width: 768px){
  

}


@media screen and (max-width: 480px){
		.css-blog-index .col {
    padding-right: 0px;
}
.css-blog-index .row {
    margin-right: -8px !important;
    padding-right: 0px !important;
}	
.login-dang-nhap .section {
    padding-top: 20px !important;
}

#preview_image {
    margin: auto !important;
}
.custom-file-upload {
    margin-left: 0px !important;
}.custom-registration-form input[type="submit"] {
    float: left !important;
}
.custom-registration-form input {
    width: 100%;
}

.position-css-top .small-6 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: 0px;
}	
.position-css-top h1 {
    font-size: 18px;
}
.position-css-top h4 {
    font-size: 11px;
}
.banner-top-css .icon-box {
    padding-top: 9px;
}

.position-css-top {
    bottom: -91px;
}
.mobile-padding {
    margin-top: 40px;
}
.css-section2 .medium-4 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 15px;
}
.line-bottom h2:before {

    width: 145px;

}
.css-section2 .box-text.text-center {
    padding-left: 0px;
    padding-right: 10px;
}

.h1, h1 {
    font-size: 1em;
    line-height: 1.3;
}
div#text-2 {
    width: 100%;
}
div#nav_menu-4 {
    padding-left: 15px;
}
 div#nav_menu-4, div#text-4{
     width: 50%;
 }
div#text-4 p br:last-child {
    display: none;
}
div#text-2 p {
    text-align: center;
}
div#text-2 img {
    text-align: center;
}
.css-tmdt h1 {
    width: 100%;
}
.row.footer-3 p {
    display: none;
}
.topto {
    float: none;
    text-align: center;
    padding-top: 50px;
}
.banner-position {
    padding-top: 150% !important;
}
span.circle {
    left: 40px !important;
}
.banner-top-css {
    margin: 0px !important;
}
.banner-css-mobile {
    padding-top: 400px !important;
}	
	

	
}
@keyframes Ani {
  0% {
    box-shadow: 0 0 0 rgba(220, 220, 220, 0);
    border: 1px solid rgba(220, 220, 220, 0);
    transform: scale(0);
  }
  70% {
    box-shadow: 0 0 50px rgba(220, 220, 220, 1);
    border: 1px solid rgba(220, 220, 220, 1);
    transform: scale(1);
  }
  100% {
    box-shadow: 0 0 60px rgba(220, 220, 220, 0);
    border: 0 solid rgba(220, 220, 220, 0);
    transform: scale(2);
  }
}
span.circle {
    left: 260px;
    top: -210px;
    width: calc(150px + 20px);
    height: calc(150px + 20px);
    border: 1px solid #edc97d;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(255 255 255);
    position: absolute;
    animation: Ani 2s infinite;
}













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


}