/*
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.   ***************/


.col-child-left > .col-inner {
    margin-left:0 !important;
    margin-right:auto !important;
}
.col-child-right > .col-inner {
    margin-left: auto !important;
    margin-right:0 !important;
}

.col-child-center > .col-inner {
    margin-left: auto !important;
    margin-right:auto !important;
}

.hexagon-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 160px;
  background: #1c1c1c;
  color: #00e0ff;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  clip-path: polygon(
    25% 0%, 75% 0%, 
    100% 50%, 75% 100%, 
    25% 100%, 0% 50%
  );
  border: 4px double #00e0ff;
  box-shadow:
    inset 0 0 25px rgba(0, 224, 255, 0.4),
    0 0 15px rgba(0, 224, 255, 0.3);
  transition: all 0.3s ease;
}

.hexagon-frame:hover {
  box-shadow:
    inset 0 0 35px rgba(0, 224, 255, 0.7),
    0 0 25px rgba(0, 224, 255, 0.5);
  transform: scale(1.03);
  background: #111;
}

.text-right>div>div>div {
    margin-left: auto;
    margin-right: 0;
}

.text-left>div>div>div {
    margin-left: 0;
    margin-right: auto;
}
.text-center>div>div>div {
    margin-left: auto;
    margin-right: auto;
}

.row-nav {
    flex-wrap:nowrap;
}

.row-nav > .col {
    opacity:0.5;
    cursor:pointer;
}



.row-nav > .col.active {
    opacity: 1;
}


.row-panels > .col  {
    display:none;
}

.row-panels > .col  > .col-inner {
        background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 14px;
}


.row-panels > .col  > .col-inner .title-text h3 {
        background: #f68e1f;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    padding: 20px;
    color: #fff;
    border-radius: 14px 14px 0 0;
    position: relative;
    text-transform: uppercase;
}

.row-panels > .col  > .col-inner .title-text h3::before {
    border-top-color: #f68e1f;
    content: '';
    width: 0;
    height: 0;
    border-width: 14px;
    border-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    margin: 0 auto;
    top: 76px;
    left: 48%;
}

.row-panels > .col  > .col-inner .desc-text {
        padding: 40px;
    text-align: justify !important; 
}



.row-panels > .col:first-child  {
    display:block;
}



.box-vertical .box-text.text-left {
    padding: 0px 0px 0px 5px;
}
.blog-col3 .col.post-item {
    padding-bottom: 2px;
}


.banner h3 {
    font-size: 26px;
}
.mfp-container {
		padding: 0px}
.box.box-text-bottom.box-blog-post.has-hover {
    background: #fff;
    border: 1px solid #f68e1f;
    border-radius: 8px;
    padding: 5px;
    transition: transform 0.3s;
		box-shadow: 0px 4px 25px rgb(0 0 0 / 11%);
}
.box .post-meta {
    margin: 5px 0;
}
h5.post-title a {
    display: -webkit-box; /* Để dùng được line-clamp */
    -webkit-box-orient: vertical; /* Đặt hướng hiển thị theo chiều dọc */
    overflow: hidden; /* Ẩn nội dung vượt quá */
    text-overflow: ellipsis; /* Hiển thị dấu "..." nếu nội dung bị cắt */
    -webkit-line-clamp: 2; /* Giới hạn số dòng là 2 */
    line-height: 1.5; /* Chiều cao dòng */
    max-height: 2.7em; /* Tương ứng với 2 dòng (1.5 x 2) */
    min-height: 2.7em; /* Đảm bảo chiều cao tối thiểu là 2 dòng */
}
.from_the_blog_excerpt {
    display: -webkit-box; /* Để hỗ trợ line-clamp */
    -webkit-box-orient: vertical; /* Xác định hướng dọc */
    overflow: hidden; /* Ẩn nội dung thừa */
    text-overflow: ellipsis; /* Thêm dấu "..." nếu nội dung bị cắt */
    -webkit-line-clamp: 2; /* Giới hạn hiển thị 2 dòng */
    line-height: 1.5; /* Chiều cao mỗi dòng */
    max-height: 3em; /* Đảm bảo chiều cao chỉ bằng 2 dòng (1.5 x 2) */
    min-height: 3em; /* Chiều cao tối thiểu là 2 dòng */
}



.widget-area {
    background: #fff;
    border: 1px solid #f68e1f !important;
    border-radius: 8px;
    padding: 10px;
}
.widget-area {
    margin-left: 10px;
}
h5.post-title.is-large, span.widget-title {
    color: #f68e1f;
}
.widget ul {
    margin-left: 15px;
}


.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    border-bottom-color: #f68e1f;
}
.nav > li > a {
	color:#1a1c1e;
}
.nav>li.active>a {
	    color: #f68e1f;
}
ul.sub-menu.nav-dropdown.nav-dropdown-default li a:hover {
    color: #f68e1f;
}
ul.sub-menu.nav-dropdown.nav-dropdown-default li a {
    position: relative; 
    display: inline-block; 
    text-decoration: none; 
}
ul.sub-menu.nav-dropdown.nav-dropdown-default li a::after {
    content: ""; 
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0; 
    height: 2px; 
    background-color: #f68e1f; 
    transition: width 0.3s ease-in-out;
}
ul.sub-menu.nav-dropdown.nav-dropdown-default li a:hover::after {
    width: 100%; 
}
ul.sub-menu.nav-dropdown.nav-dropdown-default li a:hover {
    color: #f68e1f;
}
.nav-dropdown-has-border .nav-dropdown {
    min-width: max-content;
    border: 2px solid #f68e1f;
    border-radius: 8px;
}
.widget {
	margin-bottom: 0em;
}
.widget .col.post-item {
    padding-bottom: 10px;
}
figcaption.wp-caption-text {
    font-size: 13px !important;
}
.sectiongt p {
    margin-top: .6em;
}
.row-congdung {
    padding-bottom: 30px;
}
.section3 {
    padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.row.blog-vertical.large-columns-3.medium-columns-1.small-columns-1 .box.box-text-bottom.box-blog-post.has-hover {
    min-height: 200px;
}
.box-blog-post .is-divider{
	display:none;
}
h2.uppercase.inhoa {
    font-size: 28px;
}
.icon-angle-down:before {
    display:none;
}
.post-sidebar.large-3.col{
		margin-bottom: 0 !important;
		border-left: 1px solid #ececec00 !important;
	padding:0 !important;
}
.tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0; /* Xóa padding mặc định */
    list-style: none; /* Ẩn chấm tròn */
}

.tab-link {
    text-align: center;
    cursor: pointer;
    flex-grow: 1;
    padding: 10px;
    border-radius: 50%;
    transition: background-color 0.3s, opacity 0.3s;
    opacity: 0.5; /* Đặt độ mờ cho các tab */
}

.tab-link.current {
    opacity: 1; /* Độ sáng bình thường khi tab active */
}

.tab-link:hover {
    opacity: 1; /* Độ sáng khi hover */
}
p.boxtext-font {
    text-align: justify;
}
.boxtext-font{
	font-weight:500;
}

.tab-link h3 {
    margin: 10px 0 0;
    font-size: 20px;
    color: #0056b3;
}

.tab-content {
    display: none;
}
.h3box__ct p {
    font-size: 20px;
    color: #000;
}
.tab-content.current {
    display: inherit;
}
.tab-content article {
    width: 60%;
    margin-top: 36px;
    margin: 0 auto;
}
.h3box {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 14px;
}

.h3box__tt {
		background: #0066b2;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    padding: 20px;
    color: #fff;
    border-radius: 14px 14px 0 0;
    position: relative;
    text-transform: uppercase;
}
.h3box__tt::before {
    border-top-color: #0066b2;
		content: '';
    width: 0;
    height: 0;
    border-width: 14px;
    border-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    margin: 0 auto;
    top: 76px;
    left: 48%;
}

.h3box__ct {
    padding: 40px;
    text-align: justify;
}
.iconbox-cd {
    margin-top: 20px;
    margin-bottom: 40px;
    display: inline-flex;
    align-items: baseline;
}



.row-gp > .col > .col-inner {
	margin-top: 90px;
    background: #f68e1f;
    border-radius: 35px;
}
.row-gp .icon-box h3 {
    padding: 0px 10px 10px 10px;
    color: #fff;
	  font-size:20px;
}
.row-gp .icon-box img.attachment-medium.size-medium {
    margin-top: -80px;	
}

/*form dat hang*/
.col-dathang .lightbox-fporm-price {
    display: none;
}
.lightbox-fporm-price {
    text-align: center;
}
h1.col.l-12.m-12.c-12.oders__heading.darkblue {
    color: #fff;
}
.form-lien-he {
    background: #f68e1f;
    border-radius: 20px;
    padding: 30px 10px 10px 10px;
}

.form-lien-he .row-info{width:100%; clear:both;}
.form-lien-he .row-info .left{display:inline-block;width:50%;padding-right:10px;float:left;}
.form-lien-he input[type=submit]{text-transform:None; letter-spacing:0;font-weight:normal}
.form-lien-he input, .form-lien-he textarea{height:50px;border-radius:30px;box-shadow:none;font-size:15px;}
.wpcf7-spinner{display:none}
.form-lien-he input[type=submit]{margin-bottom:0}
.form-lien-he .row-info .right{display:inline-block;width:50%;padding-left:10px}
.oders-online__inline-group {
    display: flex;
    justify-content: center;
    margin-top: 10px; /* Khoảng cách trên để căn chỉnh */
}

.oders-online-button {
    background-color: #f7931d;
    color: #fff;
    border: none;
    padding: 5px 20px;		
    border-radius: 45px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
		margin-bottom:25px;
}

.oders-online-button:hover {
    background-color: #007bff;
}
img.mua-shopee-image {
    width: 25%;
}
.mua-shopee {
    background: #fff;
    padding: 7px;
    border-radius: 0px 0px 15px 15px;
    text-align: center;
    color: #ef4c29;
		font-size:20px;
    display: inline-flex;
}
.mua-shopee a {
    padding-left: 25px;
}
i.fa-solid.fa-envelope, i.fa-solid.fa-phone, i.fa-solid.fa-map-location-dot {
    border: #ffffff solid;
    border-radius: 50px;
    padding: 5px;
}
.absolute-footer.dark.medium-text-center.small-text-center {
    display: none;
}
.lightbox-content {
    background-color: #ffffff00;
	box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 0%);
}
p.title-product {
    margin-bottom: 0px;
	line-height: 1.5;
}
.title-fporm-price {
    line-height: 1;
}
/*lading*/
.loader {
  position: relative;
  width: 130px;
  height: 100px;
  background-repeat: no-repeat;
  background-image: linear-gradient(#0277bd, #0277bd),
  linear-gradient(#29b6f6, #4fc3f7), linear-gradient(#29b6f6, #4fc3f7);
  background-size: 80px 70px, 30px 50px, 30px 30px;
  background-position: 0 0, 80px 20px, 100px 40px;
}
.loader:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  box-sizing: content-box;
  border: 10px solid #000;
  box-shadow: 78px 0 0 -10px #fff, 78px 0 #000;
  animation: wheelSk 0.75s ease-in infinite alternate;
}

.loader:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  height: 70px;
  width: 70px;
  background-image: linear-gradient(#fff 45px, transparent 0),
    linear-gradient(#fff 45px, transparent 0),
    linear-gradient(#fff 45px, transparent 0);
  background-repeat: no-repeat;
  background-size: 30px 4px;
  background-position: 0px 11px, 8px 35px, 0px 60px;
  animation: lineDropping 0.75s linear infinite;
}

@keyframes wheelSk {
  0%, 50%, 100% { transform: translatey(0) }
  30%, 90% { transform: translatey(-3px) }
}

@keyframes lineDropping {
  0% {
    background-position: 100px 11px, 115px 35px, 105px 60px;
    opacity: 1;
  }
  50% { background-position: 0px 11px, 20px 35px, 5px 60px }
  60% { background-position: -30px 11px, 0px 35px, -10px 60px }
  75%, 100% {
    background-position: -30px 11px, -30px 35px, -30px 60px;
    opacity: 0;
  }
}


.section-title-container {
    margin-bottom:0;
}

h2.section-title  {
    font-size:36px;
    font-weight: 500;
}


h3.section-title  {
    font-size:28px;
        font-weight: 500;
}


.section-title-container .section-title .section-title-main {
    background:url(/wp-content/uploads/2025/04/title-bg.png) no-repeat center/ 100% 100%;
        padding: 30px 70px 30px 30px;
    color: #fff;
    min-width:400px;
    margin:0;
}

.testimonial-section .testimonial-row .slider{
    margin-left:-15px;
      margin-right:-15px;
}

.testimonial-section .testimonial-row .flickity-slider > .row {
    padding:0 15px;
    opacity:1;
}

.star-rating span:before {
    color: var(--fs-color-primary);

}

.testimonial-text  {
    font-size:14px;
}


@media only screen and (max-width: 849px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .medium-text-right>div>div>div {
        margin-left: auto;
        margin-right: 0;
    }
    
    .medium-text-left>div>div>div {
        margin-left: 0;
        margin-right: auto;
    }
    .medium-text-center>div>div>div {
        margin-left: auto;
        margin-right: auto;
    }
    
    .row-nav {
          overflow-x: auto;
        margin-bottom: 20px;
        scrollbar-width: thin;
    }
        
    .row-nav .icon-box h3 {
          font-size:16px;
    }
    
    
      .row-nav .icon-box  .icon-box-img {
         max-width:120px !important;
    }
    
    
    
    h2.section-title  {
        font-size:28px;
            font-weight: 500;
    }
    
    
    h3.section-title  {
        font-size:24px;
            font-weight: 500;
    }
    
    .icon-box.medium-reverse.icon-box-right .icon-box-text {
        order: 0 !important;
        padding-right: 0;
        text-align: left;
        padding-left: 1em;
    } 

}


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

    h2.section-title  {
        font-size:20px;
            font-weight: 500;
    }
    
    
    h3.section-title  {
        font-size:18px;
            font-weight: 500;
    }
    
    
    .section-title b {
        display:none;   
    }
    
    .section-title-container .section-title .section-title-main {
        background: url(/wp-content/uploads/2025/04/title-bg.png) no-repeat center / 100% 100%;
        padding: 20px 40px 20px 15px;
        color: #fff;
        min-width: 100%;
        margin: 0;
    }



    .small-text-right>div>div>div {
        margin-left: auto;
        margin-right: 0;
    }
    
    .small-text-left>div>div>div {
        margin-left: 0;
        margin-right: auto;
    }
    .small-text-center>div>div>div {
        margin-left: auto;
        margin-right: auto;
    }
    
    .row-panels > .col > .col-inner .title-text h3 {

        font-size: 18px;
        padding: 15px;

    }
    
    .row-panels > .col > .col-inner .title-text h3::before {
        top: 57px;
    }
    
    .row-panels > .col > .col-inner .desc-text {
    padding: 20px;
    text-align: justify !important;
}


.form-lien-he .row-info .left {
    display: inline-block;
    width: 100%;
    padding-right: 0;
    float: left;
}

.form-lien-he .row-info .right {
    display: inline-block;
    width: 100%;
    padding-left: 0;
}


.row .section {
    padding: 0px;
}
h2.title-dong2 {
    font-size: 22px;
}
h2.title-dong1 {
    font-size: 1.7em;
    margin: 3px;
}
.sectiongt{
		padding-left:10px;
		padding-right:10px;
}
.s2-congdung {
		padding-top:30px !important;
		padding-bottom:30px !important;
}
.img-texttitle{
		width:60%;
}
.iconbox-cd {
    margin-top: 5px !important;
		margin-bottom: 15px !important;}
.icon-box.featured-box.clvc.iconbox-cd.icon-box-left.text-left {
    margin-left: 0px !important;
}
.colcd-mobile {
    left: 5% !important;
}
.hdimg-texttitle {
        width: 90% !important;
    }
.tab-link h3 {
		font-size: 13px !important;}
span.hidden-mb {
    display: none;
}
.tab-link {
		padding: 0px !important;}
.col-inner ul li {
		margin: 0.4em !important;
}
.tab-content article {
    width: 96% !important;
}
.boxtext-font, .h3box__ct p {
    font-size: 17px !important;
		font-weight: 500 !important;
}
h3.boxtext-font {
    text-align: justify;
    padding: 10px;
}
.row-gp .icon-box h3 {
    font-size: 14px !important;
     padding: 0px 3px 3px 3px !important;
}
.row-gp > .col > .col-inner {
    margin-top: 50px!important;
    border-radius: 15px!important;
}
.col-gp {
		padding: 0 5px 0px !important;
}
.row-gp .icon-box  img.attachment-medium.size-medium {
    margin-top: -40px !important;
}
.title-product span {
    font-size: 19px !important;
}
.title-price span{
		font-size: 45px !important;
}
.sec-muahang{
		padding-bottom:0px!important;
}
.row.oders-online.center {
    margin: 5px;
}
.col5-footer {
    margin: 15px;
}
.lightbox-content{padding: 0px!important;}
.lightbox-fporm-price .title-product span {
        font-size: 15px !important;
    }
.lightbox-fporm-price .title-price span {
        font-size: 35px !important;
    }
.mua-shopee {
		font-size: 12px!important;}
h2 {
        font-size: 1.4em;
    }
.mfp-container {
    padding:1px;
}

}