/*
Theme Name: Web Khoi Nghiep
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@-webkit-keyframes ripple{0%{-webkit-transform:scale(0);opacity:1;transform:scale(0);visibility:visible}100%{-webkit-transform:scale(1);opacity:0;transform:scale(1);visibility:hidden}}@keyframes ripple{0%{-webkit-transform:scale(0);opacity:1;transform:scale(0);visibility:visible}100%{-webkit-transform:scale(1);opacity:0;transform:scale(1);visibility:hidden}}
.d-hotline {
    background: radial-gradient(circle farthest-corner at 10% 20%,rgba(253,239,132,1) 0,rgba(247,198,169,1) 54.2%,rgba(21,186,196,1) 100.3%);
    border: 3px solid #fff;
    border-radius: 40px;
    bottom: 20px;
    box-shadow: 0 0 15px 2px rgb(255 255 255 / 75%);
    display: block;
    left: 20px;
    padding: 10px 20px;
    position: fixed;
    width: auto;
    z-index: 5;
}
#support-center .sup-action+.sup-action {
    margin-top: 10px;
}
#support-center .fanpage {
    display: block;
}
#support-center .sup-action {
    -webkit-transition: all .2s ease-in-out;
    background-color: rgba(0,0,0,.2);
    border-radius: 50%;
    box-shadow: 0 0 5px 2px rgb(255 255 255 / 50%);
    height: 60px;
    line-height: 58px;
    padding: 0;
    transition: all .2s ease-in-out;
    width: 100%;
}
#support-center .call, #support-center .open-form, #support-center span {
    display: none;
}
#support-center .sup-action {
    color: #333;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 1;
    padding: 7px 2px;
    text-align: center;
    width: 25%;
    z-index: 7;
}
#support-center .sup-action+.sup-action {
    margin-top: 10px;
}
#support-center {
    position: fixed;
    background: transparent;
    border: 0 none;
    bottom: 40px;
    height: auto;
    right: 10px;
    width: 60px;
}
.d-hotline svg path {
    fill: #1d55a4;
}
.svg-icon {
    height: 22px;
    vertical-align: middle;
    width: 22px;
}
.d-hotline svg {
    margin-right: 5px;
    position: relative;
}
.d-hotline .icon {
    float: left;
    padding: 4px 0;
    position: relative;
}
.ripple {
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite;
    background-color: #fff;
    border-radius: 50%;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}
.ripple-container {
    height: 100px;
    width: 100px;
}
.d-hotline .text {
    color: #333;
    font-size: 20px;
    font-weight: bold;
}
.ripple:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.ripple:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.align-middle {
    -webkit-transform: translate(-50%,-50%) !important;
    left: 50%;
    position: absolute !important;
    top: 50%;
    transform: translate(-50%,-50%) !important;
}
-webkit-keyframes boonboon{0%{-webkit-transform:translateX(0);transform:translateX(0)}15%{-webkit-transform:translateX(20px);transform:translateX(20px)}30%{-webkit-transform:translateX(0);transform:translateX(0)}45%{-webkit-transform:translateX(20px);transform:translateX(20px)}60%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes boonboon{0%{-webkit-transform:translateX(0);transform:translateX(0)}15%{-webkit-transform:translateX(20px);transform:translateX(20px)}30%{-webkit-transform:translateX(0);transform:translateX(0)}45%{-webkit-transform:translateX(20px);transform:translateX(20px)}60%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}
.anh-dong{
    webkit-animation: boonboon 2s cubic-bezier(.5,0,.5,1) infinite;
    animation: boonboon 2s cubic-bezier(.5,0,.5,1) infinite;
}
a.button.primary:hover{
    background: #FFC000;
    color: #1d55a4;
}
.button-chi-tiet{
        color: #1d55a4;
        font-weight: normal;
}
.button-chi-tiet:hover{
background: #1d55a4 !important  ;
color: white;
}
a.button.is-larger{
    font-size: 18px;
}
.section-tin-tuc .box{
        background-color: #fff;
    border-radius: .125rem;
    box-shadow: rgb(0 0 0 / 10%) 0 10px 50px;
}
.section-tin-tuc .box .box-text{
    padding: 20px;
}
.is-divider{
    display: none;
}
.section-tien-do .box .box-image{
       border-radius: 15px;
}
.section-tien-do .box .box-image img{
    border-radius: 15px;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);

}
.section-tien-do .box .box-image{
    -webkit-box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.section-tien-do .box .box-text{
        background: #fff;
    border-radius: 0 0 5px 5px;
    color: #333;
    font-size: 20px;
    line-height: 1.4;
    /* margin: 0 6%; */
    min-height: 60px;
    padding: 10px;
    text-align: center;
    width: 90%;
    margin: auto;
}
.section-phan-khu .info{
    border-radius: .5rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
    margin: -60px 10px 0;
    padding: 1rem;
    background: linear-gradient(0,#1d55a4 40%,rgba(0,0,0,.35) 100%);
}
.section-phan-khu .info h3,.section-phan-khu .info p{
    color: white;
}
.section-tien-do{
    background: linear-gradient(0deg, #fff 0%, #1d55a4 50%, #fff 100%)
}
.b-description p{
    margin-bottom: 0px;
}
.ux-timer-wrapper .col-inner{
    background: #FFC000;
        border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border:none !important;
}
.ux-timer-wrapper .col-inner{
    padding: 5px 0px !important;
    color: #1d55a4;
}
.ux-timer-wrapper .col-inner h3{
    color: #1d55a4;
    margin-bottom: 0px;
}
.section-tin-tuc h5{
    min-height: 44px;
}
.section-tin-tuc .box-text .from_the_blog_excerpt {
    min-height: 77px;
}
.section-tin-tuc .box-text button{
color: #005285;
    text-transform: inherit;
    font-weight: normal;
    font-size: 15px;
}
.div-lien-he h3{
 color: #005285;
    text-shadow: 0 1px 2px #fff;
    font-weight: bold;
    text-align: center;
    font-size: 35px !important
}
.div-submit{
    text-align: center;
}
.div-submit .wpcf7-submit{
        background: rgba(0,0,0,.5) !important;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
}
.div-lien-he{
        backdrop-filter: blur(3px);
    background: rgba(255,255,255,.3);
    border: 1px solid rgba(255,255,255,.5);
    border-bottom: 1px solid rgba(255,255,255,.2);
    border-radius: 10px;
    border-right: 1px solid rgba(255,255,255,.2);
    bottom: 0;
    box-shadow: 0 25px 45px rgb(0 0 0 / 10%);
    padding: 20px;
}
.wpcf7-spinner{
    display: none;
}

#footer h3{
    color: #ffc000;
    font-size: 25px !important;

}
#footer p{
    margin-bottom: 10px;
}
.gallery-col .box-normal .box-text{
    background: #f0f0f0;
    color: #333;
}
.gallery-col .box-normal .box-text p{
    font-weight: bold;
    font-size: 18px;
}
.div-no-padding{
    padding-bottom: 0px !important;
}
ul ol{
    margin-left: 10px !important
}

body p{
    font-size: 16px;
}
.b-title-description {
    padding-bottom: 45px;
    position: relative;
    text-align: center;
    z-index: 2;
}
.b-title-description:before {
    background: url(images/line-1.png) center center no-repeat;
    background-size: contain;
    bottom: 22px;
    content: '';
    display: block;
    height: 14px;
    left: 0;
    margin: 0 auto;
    max-width: 200px;
    position: absolute;
    right: 0;
    width: 100%;
}
.b-title {
    margin-bottom: 0px;
        color: #1d55a4;
    display: block;

    line-height: 1.05;
    position: relative;
    width: 100%;
    font-size: 44px;
}
#nhan-khuyen-mai .wpcf7-submit{
    background: #ffc000 !important;
    color: #1d55a4;
    border-radius: 7px;
    width: 100%;
    font-weight: normal;
}
#nhan-khuyen-mai h3{
    font-size: 22px !important;
}
.header-nav-main li a{
 color: #1d55a4 !important;
    padding: 0px 15px;
}
.spu-content .div-lien-he h4 {
    color: white;
}
.spu-content .div-submit{
    text-align: center;
}
.spu-content .wpcf7-submit{
background: #EE9E0A;
}
.section-loi-the h3{
    padding-bottom: 20px;
}
.section-title-center{
    margin-bottom: 0px;
}
.section-lien-he{
        background-color: #657996 !important;
    background-image: url(images/footer-background.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
.section-tien-do .fa-bookmark{
    color: #e74c3c
}
.section-tien-do .fa-money{
    color: #27ae60
}
.section-mat-bang .tabbed-content li{
    margin-right: 0px;
}
.section-mat-bang .tab-panels{
    text-align: center;
}
.section-mat-bang .tabbed-content li a{
        margin-right: 0px !important;
        font-weight: normal !important;

    border: 1px solid #08488a !important;
    border-radius: 0px 0px 0 0 !important;
    background-color: #1b5b9d !important;
    color: #ffffff !important;
    padding: 11px 18px 11px 18px !important;
    text-decoration: none !important;
    font-size: 16px !important;
    text-align: center !important;
  
}
.section-mat-bang .tabbed-content li a span:before{
    content: "\f15c";
    font-family: fontawesome;
    padding-right: 4px;
}
.section-mat-bang .tabbed-content li a:hover{

}
.section-gia-ban i.fa-star{
    color: #f1c40f
}
.dang-ky-ngang .wpcf7-text{
    border-radius: 30px
}
.dang-ky-ngang .wpcf7-submit{
    border: 1px solid;
    background: transparent;
    padding: 0px 40px;
    border-radius: 30px
}
.section-loi-the .icon-box-text {
    text-align: center;
}
ul li{
    list-style: none;
}
.div-tron-bo{
        background: #3498db;
    padding: 20px;
    margin-bottom: 40px;
}
.div-tron-bo h3{
    color: white;
}
.dang-ky-ngang {

    margin: 0px !important;

}
.dang-ky-ngang .div-nho{
    padding: 0px 15px;
 
}
.flex-right ul li{
	padding: 0px 10px !important;
	
}
.flex-right ul li a{
	text-transform: initial !important;
	font-size: 16px;
}

/*Màu sắc button*/
.social-button, .social-icons .button.icon:not(.is-outline), .social-icons .button.icon:hover {
    background-color: currentColor !important;
    border-color: currentColor !important;
}
.button.facebook,.button.facebook:not(.is-outline), .button.facebook:hover {
color: #fff;
    background-color: #446084;
    border-color: #446084;
}
.button.twitter,.button.twitter:not(.is-outline), .button.twitter:hover {
	color: white !important;
   background : #2478ba !important;
    border-color: #2478ba;
}
.button.email,.button.email:not(.is-outline), .button.email:hover {
    color: #fff;
    background-color: black !important;
    border-color: black !important;
}
.button.pinterest,.button.pinterest:not(.is-outline), .button.pinterest:hover {
color: #fff !important;
    background-color: #cb2320  !important;
    border-color: #cb2320  !important;
}

.button.google-plus,.button.google-plus:not(.is-outline), .button.google-plus:hover {
color: #fff !important;
    background-color: #dd4e31 !important;
    border-color: #dd4e31  !important;
}
.button.linkedin,.button.linkedin:not(.is-outline), .button.linkedin:hover {
color: #fff !important;
    background-color: #0072b7 !important;
    border-color: #0072b7     !important;
}

.single-date{
        border-bottom: 1px dashed #ededed;
}
h1.entry-title{
    font-size: 24px !important;
}
/*Kết thúc màu sắc*/



footer.entry-meta {

    border-top: none !important;
    border-bottom: 1px dashed #ececec !important;
    
}

.entry-content img{
	width: auto !important
}
.duong-line {
    background: rgba(0,0,0,0) url(images/line.png) repeat scroll 0 0;
    height: 12px;
    margin-top: 5px;
    overflow: hidden;
}
.related-post h7{
	font-weight: bold;
	    font-size: 18px;
    float: left;
    margin: -8px 20px 0 0;
}
.section-vi-tri h3,.section-vi-tri h4{
    color: rgba(238,158,10,1)

}
.section-vi-tri p{
    color: white;
    font-size: 15px !important;
}

/*Nut goi dien thoai*/
.call-now {
    left: 0;
    bottom: 51px;
    height: 50px;
    min-width: 200px;
    position: fixed;
    background-color: #e67e22;
    border-radius: 0 25px 25px 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.8);
    z-index: 998;
}
.tai-lieu {
   padding: 5px;
    right: 0;
    bottom: 25px;
    /* height: 50px; */
    min-width: 200px;
    position: fixed;
    background-color:#e67e22;
    /* border-radius: 0 25px 25px 0; */
    box-shadow: 0 1px 2px rgba(0,0,0,.8);
    z-index: 998;
}
.stuck .header-bg-color {
    background-color: white;
}
.tai-lieu a{
    color: white;
}
.back-to-top {
    right: 16px;
        bottom: 230px !important; 
}
.call-now .btn-call-now i {
    position: absolute;
    color: #e67e22;
    background-color: #fff;
    font-size: 35px;
    right: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e67e22;
}
.call-now .btn-call-now p {
    color: #fff;
    font-size: 14px;
    min-width: 150px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}
.call-now .btn-call-now strong {
    display: block;
    font-size: 18px;
}
.section-lien-he .wpcf7-form .wpcf7-text{
    background-color: transparent !important; 
    color: white !important
}
.section-lien-he .wpcf7-form .wpcf7-submit{
    background-color:  rgb(238, 158, 10);
}
.section-lien-he .wpcf7-form .div-submit{
    text-align: center;
}
.section-lien-he input.wpcf7-text::-webkit-input-placeholder {
  color: white !important;
}
div.wpcf7-mail-sent-ok{
    color: white;
        border: 2px solid rgb(238, 158, 10);
}

.div-lien-he h4{
  
}
.section-cam-ket img{
    margin-bottom: 0px !important
}
.div-lien-he p i{
      font-size: 68px;
    border-radius: 50%;
    background: rgb(238, 158, 10);
    color: white;
    padding: 10px;
}
.section-doi-tac .box-text{
    text-align: center;
    font-weight: bold;
}
#tong-quan{
    margin-top: -100px;
}
#post-228 .single-page h4 a{
color:green;
text-decoration: underline;}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
@media(min-width: 1023px){
    .home h1{
        font-size: 40px;
    }
    .home h3{
    font-size: 30px;

}
}
@media(max-width: 481px){
    .section-mat-bang .tabbed-content li{
        width: 100%;
    }
    .section-mat-bang .tabbed-content li a{
        width: 100%;
    }
    .tai-lieu {
  
    bottom: -9px !important;

    min-width: 90px !important;
   
}
}
@media(min-width: 769px){

    .section-lien-he .wpcf7-form{
        width: 500px;
        margin: auto;
    }

}
@media(max-width: 855px){
    .section-dia-diem .is-full-height {
    min-height: 385px !important;
    height: 43vh !important;
}
    .is-full-height{
            min-height: 506px;
            height: 70vh;
    }
    .section-dang-ky .text-box{
        width: 88% !important;
    }
    .b-title{
        font-size: 25px;
    }
}