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

.ph_01_img_con .ph_01_right .col-inner {
    width: 110%;
    margin: 0px -10%;
    margin-top: 8% !important;
    border: 1px solid #35A0C8;
    padding: 60px;
}
.ph_01_left {
    z-index: 99;
}
.ph_02 .large-4 > .col-inner {
    background: #F5F6F6;
    padding: 35px 50px;
    border-radius: 5px;
}
.ph_02 .large-4 > .col-inner:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: fadeInUp 1s;
    -moz-animation: fadeInUp 1s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}
.ph_02 .large-4 .col-inner:after {
    justify-content: center;
    border-radius: 5px;
    align-items: center;
    background: #35a0c878 !important;
    opacity: 0;
    -webkit-animation: fadeOutDown 1s;
    -moz-animation: fadeOutDown 1s;
    flex-wrap: wrap;
    flex-direction: column;
    bottom: -1px;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    /* transform: scale(0); */
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
}
.ph_02 .large-4 .icon-box-text {
    padding-bottom: 0;
    position: relative;
    z-index: 9999;
}
.ph_02 .large-4 > .col-inner:hover h4, .ph_02 .large-4 > .col-inner:hover p {
    color: #fff;
}
.ph_02 .large-4 h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #333;
    text-transform: uppercase;
}
.footer_hotline {
    border: 1px solid #656565;
    padding: 30px;
    max-width: 1200px !important;
    margin-bottom: 40px;
}
.footer_hotline .col{
    padding-bottom: 0px !important;
}
.baivietmoi .col {
    padding-bottom: 0px !important;
}
.baivietmoi .col h5 {
    font-size: 14px;
}
.absolute-footer * {
    font-size: 11px;
}
.absolute-footer {
        padding: 5px 0;
}
.header-main .header-nav li {
   margin: 0 15px;
}
.html3 {
    padding-left: 52px;
    background: url(img/ma.png) no-repeat;
}
.html3 .rt_text_head:nth-child(1) {
    margin-bottom: 15px;
}
.html3 .rt_text_head h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    color: #333;
    text-transform: uppercase;
    margin: 0;
}
.html3 .rt_text_head p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #333;
    margin: 0;
}
.portfolio-box.box.has-hover img {
    height: 250px !important;
    object-fit: cover;
}
.portfolio-box .box-text.text-center {
    background: #dd9933;
    height: 65px;
}
.tuvan .col {
    padding-bottom: 0px;
}
@media only screen and (max-width: 500px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.header-top {
        padding: 20px 0;
}
	.html3 .rt_text_head h4{
		    color: #fff;
	}
	.html3 .rt_text_head p{
		    color: #fff;
		font-size: 12px;
	}

}