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


}
.header-bottom-nav > li.active > a{
	background-color:#db3834;
}
.header-bottom-nav > li > a {
    line-height: 35px !important;
	padding: 5px 20px !important;
}
.header-bottom-nav > li > a:hover{
	background-color:#db3834;
}
#logo:after {
    right: -5%;
    animation: light-right 5s infinite alternate linear;
}
@keyframes light-left{0%{left:-5%;opacity:0}50%{left:50%;opacity:1}to{left:105%;opacity:0}}@keyframes light-right{0%{right:-5%;opacity:0}50%{right:50%;opacity:1}to{right:105%;opacity:0}}
#logo:after, #logo:before {
    transform: skewX(-25deg) translateY(-50%);
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 100%;
    background-color: white;
    z-index: 0;
}
#logo:before {
    left: 0%;
    animation: light-left 5s infinite alternate linear;
}
.gthome .video-button-wrapper{
    position:absolute;
    z-index:99;
    left:43%;
    top:38%;
}
.open-video.icon.circle{
	color:red !important;
}
.icon-play:before{
	color: red;
}
.hd-contact{
    list-style:none;
}
.hd-contact>li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 45px;
    border-radius: 50px;
}
.hd-contact li i{
        margin-right: 7px;
    font-size: 32px;
    border-radius: 50%;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.hd-contact>li .content {
    display: inline-block;
    color: #333;
    font-size: 13px;
    font-weight: 600;
}
.hd-contact>li .content {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
}
.hd-contact>li .content>span:last-child {
    display: block;
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: 600;
}
.sptieubieu .box-text{
    position: absolute;
    bottom: 0;
    background: #00000073;
    border-radius: 0px 0px 6px 6px;
    height: 32px;
}
.box-txt-sp h4 {
    color: #fff;
    line-height: 11px !important;
}
.section-title-main{
	color:red;
}
.gthome img{
    border-radius:16px
}
.img-cty .box-image{
	border-radius:16px
}
.tintuchome .post-item .col-inner {
    box-shadow: 2px 2px 30px #00000012;
    border-radius: 10px;
}
.tintuchome .post-item .box-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.tintuchome .post-title{
    height:50px;    
}
.cotgtt .col-inner {
    border-radius: 11px !important;
    overflow: hidden; /* bắt buộc để ảnh không tràn ra ngoài bo góc */
}

.cotgtt .col-inner img {
    border-radius: 11px; /* bo góc ảnh nếu muốn đồng bộ */
}
.accordion.mythietke{
	background:#fff;
	border-radius:10px;
}
.accordion.mythietke .accordion-title{
	border-radius:10px;
}
.product-small.box {
    background: #fff;
    border-radius: 15px;
    box-shadow: 2px 2px 20px #0000002b;
    padding: 10px;
}
.product-title.woocommerce-loop-product__title a{
    font-size:20px;
    font-weight:bold;
    overflow: hidden;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 31px;
}
.box-taisao h3{
    font-size:16px;
}
.box-taisao .icon-box-text{
    text-align:justify;
    height:160px;
}
.cta-lptech {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999;
    position: fixed;
    bottom: 85px;
    right: 15px;
    width: 50px
}

.cta-lptech li a i {
    font-size: 27px;
    color: #fff;
    padding: 12px
}

.cta-lptech li a {
    height: 50px;
    line-height: 50px;
    background-color: #ff2a28;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%),0 4px 15px 0 rgb(0 0 0 / 15%)
}

.cta-lptech li {
    width: 50px;
    float: left;
    margin-bottom: 10px
}

.cta-lptech li,.cta-lptech li a {
    display: inline-block
}

.cta-lptech li a,.cta-lptech li a img {
    width: 50px;
    border-radius: 100%
}

.a-face {
    background: #0674E8!important
}

@keyframes pulse {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.cta-lptech li {
    width: 50px;
    float: left;
    margin-bottom: 10px
}

.cta-lptech li a {
    height: 50px;
    line-height: 50px;
    background-color: #ff2a28;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / .18),0 4px 15px 0 rgb(0 0 0 / .15)
}

.cta-lptech li a i {
    font-size: 27px;
    color: #fff;
    padding: 12px
}

.cta-lptech li a,.cta-lptech li a img {
    width: 50px;
    border-radius: 100%
}

.cta-lptech li,.cta-lptech li a {
    display: inline-block
}

.cta-lptech li a.zalo {
    background-color: #0180c7
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.mypage-alo-ph-circle,.mypage-alo-phone:hover .mypage-alo-ph-circle {
    border-color: #ffd53b!important
}

.mypage-alo-ph-circle-fill,.mypage-alo-ph-img-circle,.mypage-alo-phone:hover .mypage-alo-ph-circle-fill,.mypage-alo-phone:hover .mypage-alo-ph-img-circle {
    background-color: rgb(244 68 56 / .5)
}

.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 115px;
    left: -5px;
    position: absolute;
    -ms-transition: all .2s ease-in-out;
    border-radius: 100%;
    border: 2px solid #fff0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: .4!important
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.mypage-alo-ph-circle {
    width: 80px;
    height: 80px;
    top: 105px;
    left: -16px;
    position: absolute;
    background-color: #fff0;
    border-radius: 100%;
    border: 2px solid rgb(30 30 30 / .4);
    opacity: .1;
    opacity: .5
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
    top: 0!important;
    background: #ee0b0b;
    opacity: 1!important;
    mix-blend-mode: hard-light!important
}
