/*
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.   ***************/
/* GG Translate */
.home .gt_selector{
	background-color: transparent!important;
    color: white!important;
}
.gt_selector option{
	color:black;
}

.gt_selector option:first-child{
	display:none;
}

/* LOGO */
#logo{
	display: flex;
    flex-direction: column;
    align-items: center;
}
#logo img{
	padding:0!important;
}
.logo-tagline{
	margin:0;
	font-weight: bold;
    font-style: normal;
}

/* Tin Tức */
.entry-meta, .entry-category {
	display:none;
}

.entry-divider {
	margin:0;
}

.entry-header-text{
	padding:0;
}

/* Social icon */
.sslink-socials ul,
.sslink-socials ul li a,
.sslink-socials ul li a:hover{
	background-color:transparent;
}

.sslink-socials ul li{
	padding:0;
	position:relative;
}

.sslink-socials ul li:after{
	position: absolute;
    left: 1px;
    top: 0;
    opacity: 0;
    padding: 7.5px;
    display: block;
    max-width: 0px;
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out;
	color:white;
}

.sslink-socials ul li:hover:after{
	max-width:90px;
	opacity: 1;
}

.sslink-socials ul li a{
	position:relative;
	z-index:1;
}

.sslink-socials ul li.facebook:after{
	content:"Facebook";
    background: #039be5;
}
.sslink-socials ul li.facebook{
	background-color:#039be5;
}

.sslink-socials ul li.twitter:after{
	content:"X";
    background: black;
}
.sslink-socials ul li.twitter{
	background-color:black;
}

.sslink-socials ul li.youtube:after{
	content:"Youtube";
    background: #FF3D00;
}
.sslink-socials ul li.youtube{
	background-color:#FF3D00;
}

.sslink-socials ul li.email:after{
	content:"Email";
    background: #2196F3;
}
.sslink-socials ul li.email{
	background-color:#2196F3;
}

.sslink-socials ul li.instagram:after{
	content:"Instagram";
    background: #7C54B8;
}
.sslink-socials ul li.instagram a,
.sslink-socials ul li.tiktok a,
.sslink-socials ul li.twitter a{
	display: flex;
    justify-content: center;
    align-items: center;
}
.sslink-socials ul li.instagram img,
.sslink-socials ul li.tiktok img,
.sslink-socials ul li.twitter img{
	width:60%;
}
.sslink-socials ul li.instagram{
	background-color:#7C54B8;
}

.sslink-socials ul li.tiktok:after{
	content:"Tiktok";
    background: black;
}
.sslink-socials ul li.tiktok{
	background-color:black;
}

.sslink-socials ul li.whatsapp:after{
	content:"Whatsapp";
    background: #40C351;
}
.sslink-socials ul li.whatsapp{
	background-color:#40C351;
}



/* Section Title */
.num_tex {
    position: relative;
}

.num_big {
    color: #e6e6e6;
    font-size: 80px;
    position: absolute;
    top: -60px;
    left: -40px;
}

.num_tex h2 {
    position: relative;
    font-size: 40px;
    font-weight: 500;
}

/* Section About */

.about_row .num_big {
    color: #E9EDFB30;
}

.about_row>.col:not(:nth-child(3))>.col-inner {
    background-color: #2A2A2A;
}

@media only screen and (min-width: 48em) {
    .about_video .video-fit {
        top: -60px;
        left: -25px;
    }

    /* Section Team */
    .team_row .box-text {
        top: 20px;
        left: -25px;
        padding: 0;
    }

    .team_row .box-text>.box-text-inner {
        padding: 20px;
        background: white;
    }

    .team_row p img {
        margin-bottom: 0 !important;
    }
}


/* Section product */

span.amount{
	color:#b20000;
}

.ico_title_img .num_big {
    display: block;
    width: 80px;
    height: 80px;
}

.pro_title .num_big {
    background: url(/wp-content/uploads/2025/08/proicon.png) no-repeat;
    background-size: contain;
    top: -70px;
    left: -15px;
}

.team_title .num_big {
    width: 60px;
    height: 60px;
    background: url(/wp-content/uploads/2025/08/teamicon.png) no-repeat;
    background-size: contain;
    top: -45px;
    left: 0px;
}



/* Section Tin tuc */

.tintuc_title .num_big {
    width: 60px;
    height: 60px;
    background: url(/wp-content/uploads/2025/08/new.png) no-repeat;
    background-size: contain;
    top: -45px;
    left: 0px;
}

/* Section About 2 */

.row_about2 {
    background-color: black;
    padding: 40px 0;
}

.row_about2>.col {
    padding: 0 40px !important;
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
	#top-bar,#masthead .flex-left{
		display:none;
	}
	
	#logo, #logo img{
		margin:0;
	}
	#logo {
   	 	width: 40px!important;
	}
	.logo-tagline{
		font-size:12px;
	}
	
    .num_tex h2 {
        font-size: 30px;
    }

    .num_big {
        top: -70px;
        left: -25px;
    }

    .pro_title .num_big {
        width: 60px;
        height: 60px;
        top: -60px;
        left: 0px;
    }

    .pro_tabs>ul.nav-line-bottom {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        white-space: nowrap;
        scroll-behavior: smooth;
    }

    .pro_tabs>ul.nav-line-bottom>li {
        margin: 0 15px;
    }

    .team_row .box-text {
        background-color: white;
        padding: 20px;
        margin-bottom: 20px
    }

    .row_about2{
        width: 90%;
    }
}