/*
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.   ***************/
body,p{
	font-family:"ElleFutura",Arial, sans-serif!important;
	font-size:15px;
}
.alt-font{
	font-family:"ElleFutura",Arial, sans-serif!important;
}
.nav > li > a{
	font-family:"ElleFuturaBold",Arial, sans-serif!important;
	font-weight: normal!important;
}
h1,h2,h3,.heading-font{
	font-family:"ElleFuturaBold",Arial, sans-serif!important;
	font-weight:normal!important;
}
h4,h5,h6{
	font-family:"ElleFuturaBold",Arial, sans-serif!important;
}
span.widget-title {
	font-family: ElleFuturaBold,Arial, sans-serif;
}
.is-uppercase, .uppercase {line-height: 1.6;}
.hk_title{
	font-family: 'NewParisText',Arial, serif!important;
	font-size:34px;margin-bottom:10px;
	font-weight:normal;
	text-transform:uppercase;
}
.line-gt:before {
    content: "";
    width: 300px;
    height: 5px;
    background: url(/lib/line-gioithieu.png) no-repeat;
    position: absolute;
    bottom: 0;
    top: 35px;
    left: calc(50% - 120px);
}
.banner h1{
	font-size: 2em !important;
}
.w_font{
    color: #fff !important;
}
.tienich_v2 {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}
.tienich_v2 li {
    font-size: 13px;
    color: #333;
    line-height: 21px;
    margin-bottom: 17px;
}

.tienich_v2 li span {
    display: inline-block;
    width: 21px;
    height: 21px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 21px;
    border-radius: 50%;
    background: #005BAA;
    margin-right: 10px;
}
.home-slider:after {
    content: "";
    width: 100%;
    height: 200px;
    background-image: url(/lib/slider-frame.png);
    background-position: left bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -2px;
    pointer-events: none;
    z-index: 10;
}
@media (max-width: 549px){
    .home-slider:after {
        height: 50px;
    }
}
.home-slider .text-box {
    background: transparent;
    padding: 10px;
    border: 2px solid #fff;
}
.form-action h2, .project_info h3 {
    color: #fff !important;
}
.form-action ul li, .project_info ul li{
    list-style-type: none;
    margin: 0px;
}

.form-action ul li:before, .project_info ul li:before {
    content: "Ã¢â‚¬â€ ";
}
.project_info{
	color: #fff !important;
}
.tienich_content {
	list-style-type: none;
	margin:0;
}
.tienich_content  li span {
    width: 28px;
    height: 28px;
    background: rgb(231, 231, 231);
    border-radius: 50%;
    text-align: center;
    color: #005fa8;
    line-height: 28px;
    margin-right: 15px;
    display: inline-block;
    border: 1px solid;
    font-family: ElleFuturaBold;
}
.send-contact input[type="text"],
.send-contact input[type="email"],
.send-contact input[type="tel"],
.send-contact textarea,
.send-contact select {
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
    box-shadow: none;
}
.send-contact {
    max-width: 800px;
    margin: 0 auto;
    
}
.send-contact input[type="text"]:focus,
.send-contact input[type="email"]:focus,
.send-contact input[type="tel"]:focus,
.send-contact textarea:focus {
    border-bottom: 1px solid #eaa306 !important;
}
.send-contact input[type="submit"]:not(.is-form) {
    border: 0;
    font-family: "ElleFuturaBold", Arial, san-serif !important;
    color: #fff;
    margin: 10px auto;
    display: block;
    background: #ffc20e;
   
}
.send-contact input[type="submit"]:hover {
    box-shadow: none !important;
    color: #ffc20e;
}
.register_now {
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffc20e;
    /*box-shadow: 0 5px 20px rgba(0,63,255,.5);*/
    color: #fff !important;
    display: -ms-flexbox;
    display: flex;
    margin: 6px 0;
    padding: 2px 10px;
    transition: .5s all;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    background: #0000 radial-gradient(circle, #ffc929, #ffc20e) repeat scroll 0 0;
}
.btn_action {
    background: #ffc20e;
    transition: 0.5s ease all;
    color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}
.btn_action:hover, .register_now:hover {
    background: #ff0000;
    color: #fff;
}
/*hover image*/
.who .img-inner:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    z-index: 9;
    border-top: 2px solid rgba(255,255,255,0.8);
    border-bottom: 2px solid rgba(255,255,255,0.8);
    transform: scale(0, 1);
}

.who .img-inner:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    z-index: 9;
    border-left: 2px solid rgba(255,255,255,0.8);
    border-right: 2px solid rgba(255,255,255,0.8);
    transform: scale(1, 0);
}
.who .img-inner:hover:before, .who .img-inner:hover:after {
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.form-contact{
	padding: 5px;
	background: #ffffff8a;
}
.hot {
    -webkit-animation: hot 0.2s infinite alternate;
    -moz-animation: hot 0.2s infinite alternate;
    -o-animation: hot 0.2s infinite alternate;
    animation: hot 0.2s infinite alternate;
}
@keyframes hot {
from {     opacity:0;		  text-shadow: 0px 0px 0px #032540;  }
to {     opacity:1;	  text-shadow: 0px 0px 1px #032540;  }
}
.my_project .box{
    margin-bottom: 50px;
}
.my_project .box-image img {
    max-width: 600px;
    max-height: 300px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);

}
.my_project .box-text {
   position: relative;
   
   background: green;
   color: #fff;
   max-width: 80%;
   -webkit-box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
   background: linear-gradient(0,#ffc20e 40%,rgba(0,0,0,.35) 100%);
  
   border-radius: .5rem;
   box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
   margin: -50px auto;
   padding: 1rem;
}

.my_project .box-text h3 {
    color: #FFC00E;
    font-size: 16px;
    text-shadow: 1px 1px 0 #000;
}
.my_project .box-text a{
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    margin: 5px 0;
    padding: 5px 10px;
    background: #FFC00E;
    color: #fff;

}
.flatsome_recent_posts .badge.post-date.badge-outline{
    padding: 2px;
    background: #fff;
    border: 1px solid #ccc;
}
.popup_index .send-contact input[type="text"],
.popup_index .send-contact input[type="email"],
.popup_index .send-contact input[type="tel"],
.popup_index .send-contact textarea,
.popup_index.send-contact select {
   
    /*border-bottom: 1px solid #fff;*/
    color:#000;
    background: #fff;
    border-top: inherit;
    border-left: inherit;
    border-right: inherit;
    background-color: #fff;
}
.popup_index input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 0.6; /* Firefox */
}
.popup_index p{
	color: red;
	font-weight: bold;
}
.popup_index ul li{
    color:#fff;
}
.popup_index .send-contact  input[type="submit"]:not(.is-form){
    border: 1px solid #fff !important;
    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow: none;
}
.popup_index .send-contact input[type="submit"]:hover {
    box-shadow: none !important;
    color: #ffc20e;
}
.pum-container{
    background:  url(https://bds01.hotkeyweb.com/wp-content/uploads/2020/07/pop-contact-bg.jpg);
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;
    border:3px solid #fff;
    
}
.pum-content {
    width: 80%;
    /*height: 80%;
    background: #fff9;
    border-radius: 10px;
    overflow: hidden;
    padding: 50px;
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);*/
    margin: 0 auto;

    
}
.pum-container .send-contact input[type="text"],
.pum-container .send-contact input[type="email"],
.pum-container .send-contact input[type="tel"],
.pum-container .send-contact textarea,
.pum-container .send-contact select {
	border:1px dashed red;
    /*box-sizing: border-box;
   
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
    box-shadow: none;
    color: #000 !important;*/
}
.pum-container input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
.pum-close {
    /*width: 30px !important;
    height: 30px !important;*/
    /*line-height: 1px !important;*/
    background: red !important;
    color: #fff;
   /* top: -2% !important;
    right: -3% !important;
    border-radius: 30px !important;*/
}
.desktop-contact {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 999;
}
.desktop-contact a{
    color: #ffffff;
    margin-right: 15px;
    font-size: 14px;
   	text-transform: uppercase;
    font-family: "ElleFutura",Arial, sans-serif!important;
}
.desktop-contact a img {
    width: 25px;
    height: 25px;
    vertical-align: text-bottom;
}
.desktop-contact a {
    padding: 8px 25px;
    border-radius: 22px;
    background: #ffc20e;
    background-origin: border-box;
    position: relative;
    border: 0;
}
.desktop-contact a:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    border-radius: 26px;
    border: 4px solid rgba(255, 255, 255, 0.22);
}
.mobile-contact {
    display: none;
}
.my_gallery .nav>li>a{
	padding:10px 15px;
}
.my_gallery .nav>li>a:before{
	background-color: #ffc20e !important;
}
.my_gallery h4{
	font-family: 'NewParisText',Arial, serif!important;
    font-size: 34px;
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: uppercase;
}
.article_form {
    background: #ffc20e;
    
    width: 100%;
    padding: 5px 0;
}
.article_form h5{
	color: #fff;
}
.article_form .col{
    padding: 0 5px;
    margin-bottom: 5px;
    display: inline-block;
}
.article_form .col input[type="text"], .article_form .col input[type="tel"], .article_form .col input[type="email"],.article_form .col textarea  {
    padding: 0 8px;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    width: 99%;
    display: block;
    margin: 0;
    margin-left: 5px;
}
.article_form .col input[type="submit"]{
	margin: 0 auto;
    padding: 0 1em;
    background: red;
}
.post-sidebar .widget  .widget-title {
    background-image: linear-gradient( 109.6deg,  rgba(61,121,176,1) 11.3%, rgba(35,66,164,1) 91.1% );
    padding: 9px 15px;
    color: #ffffff;
    font-size: 16px;
    display: block;
    background: #aa2231;
}
.post-sidebar .widget .widget-title {
   
    margin-top: 0.68em;
    margin-bottom: 0.68em;
}
.post-sidebar .widget .widget-title span{
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0.68em;
    margin-bottom: 0.68em;
}

.blog-single .row.row-large{
} 
.widget .is-divider{
    display: none;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	

}
@media screen and (min-width: 850px){
    .blog-wrapper .row-large>.col {
        padding: 0 5px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 992px){
    .my_gallery h5.post-title {
	    min-height: 40px;
	}
}


@media screen and (max-width: 549px){
	h1.main_title{
		font-size: 16px !important;

	}
	.intro_image .box-image{
		width: 40% !important;
	}
	.desktop-contact {
        display: none;
    }
    .mobile-contact {
        display: block;
        position: fixed;
        bottom: 0;
        background: linear-gradient(248deg, #2ab574 50%, #283891 100%);
        width: 100%;
        z-index: 99;
    }
    .mobile-contact ul li {
        width: 25%;
        float: left;
        list-style: none;
        text-align: center;
        font-size: 13.5px;
    }
    .mobile-contact ul li img {
        width: 35px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .mobile-contact ul li span {
        color: #fff;
    }
    .article_form .col input[type="submit"]{
		display: block;
	}
}
.absolute-footer.dark, .is-divider {display: none!important;}

.section-title-center, .contentPostNew h2, .bai-viet-lien-quan h2 {
    text-align: center;
    display: inline-block;
    font-size: 24px;
    padding-bottom: 24px;
    position: relative;
}
.section-title-center:before, .contentPostNew h2:before, .bai-viet-lien-quan h2:before {content:"";background: url(/lib/line.png);height: 16px;width: 325px;bottom: 0;left: 0;right: 0;position: absolute;margin: 0 auto;}
.section-title-center b {display: none!important;}