@keyframes blinker {
    0% {
        color: #445064
    }
    50% {
        color: #4a9c45
    }
    100% {
        color: #445064
    }
}
/* CSS animation button*/
@-webkit-keyframes glowing {
    0% { background-color: #fdfa07; -webkit-box-shadow: 0 0 3px #fdfa07; }
    50% { background-color: #FFB90F; -webkit-box-shadow: 0 0 10px #FFB90F; }
    100% { background-color: #fdfa07; -webkit-box-shadow: 0 0 3px #fdfa07; }
}

@-moz-keyframes glowing {
    0% { background-color: #fdfa07; -moz-box-shadow: 0 0 3px #fdfa07; }
    50% { background-color: #FFB90F; -moz-box-shadow: 0 0 10px #FFB90F; }
    100% { background-color: #fdfa07; -moz-box-shadow: 0 0 3px #fdfa07; }
}

@-o-keyframes glowing {
    0% { background-color: #fdfa07; box-shadow: 0 0 3px #fdfa07; }
    50% { background-color: #FFB90F; box-shadow: 0 0 10px #FFB90F; }
    100% { background-color: #fdfa07; box-shadow: 0 0 3px #fdfa07; }
}

@keyframes glowing {
    0% { background-color: #fdfa07; box-shadow: 0 0 3px #fdfa07; }
    50% { background-color: #FFB90F; box-shadow: 0 0 10px #FFB90F; }
    100% { background-color: #fdfa07; box-shadow: 0 0 3px #fdfa07; }
}
.phone-ani {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
.blinking {
    animation: blinking 1s step-start infinite
}
@keyframes blinking {
    50% {
        opacity: 0
    }
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
.blinking {
    animation: blinking 1s step-start infinite
}
*{outline: none;}
a:hover{text-decoration: none;}
.item-header-top{margin-left: 10px;}
.item-header-top i{color: #000099;}
.header{box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);}
#intro-box h1{
    font-size: 2.063rem;
    font-weight: 500;
    line-height: 2.588rem;
    margin: 0 0 1.875rem;
    color: #005aa6;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 1.25rem;
}
#intro-box .thumb i{font-size: 30px;color: #1b43b5;}
.item-newSpecial .datetime{font-size: 14px;margin-top:10px;color: #999999;}
.item-prj .area{text-align: left;font-size: 14px;font-style: italic;}
.block-projects .item-prj{position: relative;}
.item-prj .price{
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 55px;
    color: #fff;
    right: 0px;
    padding: 5px 10px;
    text-transform: uppercase;
}
#partner_logo .product-information {border: 1px solid #eee;box-shadow: none;}
#partner_logo .product-information img {
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}
#partner_logo .owl-next {
    right: 0px !important;
    top: 35% !important;
}
#partner_logo i {
    color: #fff;
    font-size: 21px;
    background: #1b43b5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
#logo-box{padding: 20px 0px;}
.footer .ft-bot{background: #f7f7f7;}
.footer div.module-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4rem;
    padding: 0 0 .625rem;
    margin: 0 0 .9375rem;
    position: relative;
    color: #333;
    text-transform: uppercase;
}
.footer div.module-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 49px;
    height: 2px;
    background-color: #ccc;
}
.footer p{font-size: 13px;}
#intro-box{background: url(images/footer-top-bg.png) no-repeat 97% bottom;}
#list-project h1,h1.title-pg{
    font-size: 2.063rem;
    font-weight: 500;
    line-height: 2.588rem;
    color: #1b43b5;
    text-transform: uppercase;
}
.block-projectDetail h1{
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
    padding-top: 0px;
}
.block-projectDetail h2{
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
}
.block-projectDetail h3{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}
.block-projectDetail h4{
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
}
.block-projectDetail .view_count{font-size: 13px;padding: 18px 5px;float: right;font-style: italic;}
.serverResponse{color: red;}
.serverResponse img{position: absolute;}
#rating-box{font-size: 13px;}
#rating-box label{display: inline-block;margin-right: 10px;cursor: pointer;}
#rating-box input[type="radio"]{top:2px;margin-right: 5px;}
#rating-box label i{color: #888;}
#rating-box label.checked i{color: orangered;}
.kksr-title {display: none;}
.kksr-legend,.rating_result{float: left;margin-right: 3px;}
.block-projectDetail .fullContent tr td{border-top: 1px solid #ccc;}
.block-projectDetail .fullContent{margin-top: 30px;}
.block-projectDetail .fullContent table tr td:nth-child(1) {width: 33.33333%!important;padding: .625rem .9375rem .625rem 0!important;}
.prj-desc #overview{margin-top: 30px;}
.block-newsList figcaption h2{
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4rem;
    color: #4e4e4e;
    margin: 0 0 .625rem;
}
.block-newsList figcaption h2:hover a{text-decoration: none;}
.block-newsList {
    padding: 1.25rem 0 0;
}
.canhcam .fancybox-close {
    background: #f58220;
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    top: -15px;
    right: -20px;
    border-radius: 50%;
    -moz-transition: all .3s;
    transition: all .3s;
    color: #fff;
}
#contact-box h1,
#contact-box h3{
    font-size: 20px;
    font-weight: bold;
    line-height: 2.588rem;
    color: #1b43b5;
    text-transform: uppercase;
    margin: 10px 0px;
}
.social-contact{margin-left: 0px;padding-left: 0px;}
.social-contact li {
    display: inline-block;
    margin-right: .625rem;
}
.social-contact li a {
    display: block;
    background-color: #1b43b5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.social-contact li a .fa {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 500;
    line-height: 40px;
    vertical-align: middle;
}
.blink{
    animation: blinker 7s linear infinite
}
#feature-product{padding:35px 0px;}
#feature-product .list-product{margin-top:20px;}
#feature-product .list-product .item-product{margin-bottom: 20px;}
#feature-product .item-product{position: relative;overflow: hidden;}
#feature-product .item-product .overlay {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
    padding: 16px 20px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}
#feature-product .item-product .name{
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    transition: all .3s ease;
    line-height: 22px;
}
.hvr-grow:active, .hvr-grow:focus, .hvr-grow:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.hvr-grow {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-property: transform;
}
.title-index {
    text-align: center;
}
.header-title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #555;
}
.header-line{
    background-color: #F4A460;
    display: inline-block;
    height: 2px;
    width: 100px;
    position: relative;
    top: -15px;
}
.header-desc{
    font-size: 13px;
}

#news-box{
    background: #eee;
    padding: 20px 0px;
}
.item-news{background: #fff;}
.item-news .image{position: relative;overflow: hidden;}
.item-news .meta{padding: 10px;}
.item-news .meta h2{font-size: 16px;text-transform: uppercase;line-height: 22px;}
.item-news .meta h2 a{color: #0f286b;font-weight: bold;}

/* Header */
.nav>li>a:hover,.nav>li{background-color: inherit !Important;}
.mainMenu ul.nav li:hover .sub-menu {
    display: block;
}
.mainMenu ul.nav .sub-menu:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 1.25rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8px;
    border-color: transparent transparent #dd3333;
}
.nav .sub-menu li a {
    display: block;
    background: #fff;
    color: #666;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    padding: 0px 10px 0px 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: baseline;
}
.nav .sub-menu {
    z-index: 999;
    position: absolute;
    width: 250px;
    border-top: 2px solid #e8ac00;
    border-left: 0px solid #e8ac00;
    border-right: 0px solid #e8ac00;
    border-bottom: 0px solid #e8ac00;
    padding: 0px 0px 0px 0px;
    background: #fff;
    max-width: none;
    -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.5);
    display: none;
}
.nav .sub-menu li:hover a{
    background: #ddd;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
    background: -moz-linear-gradient(top, #fff, #ddd);
    background: -ms-linear-gradient(top, #fff, #ddd);
    background: -o-linear-gradient(top, #fff, #ddd);
    background: linear-gradient(to bottom, #fff, #ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFDDDDDD');
    font-weight: normal;
    text-decoration: none;
    color: #e8ac00;
}
.nav .sub-menu li{list-style: none;}

/* News home*/
#news-box .nav-tabs>li>a{background-color: inherit;border: none;text-transform: uppercase;}
#news-box .nav-tabs{text-align: center;border: none;margin-bottom: 20px;}
#news-box .nav-tabs>li{float: none;display: inline-block;margin: 0px;}
#news-box .nav-tabs>li.active a,
#news-box .nav-tabs .active{font-weight: bold;}

/* Footer */
.footer .ft-top .block-infoFt{font-size: 14px;}
.block-infoFt ul{margin-left: 0px;padding-left: 0px;}
.block-infoFt li{list-style: none;line-height: 22px;}

#social{margin-left: 0px !Important;padding-left: 0px;}

.owl-carousel .animated{
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
.owl-carousel .owl-animated-in{
    z-index:0
}
.owl-carousel .owl-animated-out{
    z-index:1
}
.owl-carousel .fadeOut{
    -webkit-animation-name:fadeOut;
    animation-name:fadeOut
}
.owl-height{
    -webkit-transition:height .5s ease-in-out;
    -moz-transition:height .5s ease-in-out;
    -ms-transition:height .5s ease-in-out;
    -o-transition:height .5s ease-in-out;
    transition:height .5s ease-in-out
}
.owl-carousel{
    display:none;
    width:100%;
    position:relative;
    z-index:1
}
.owl-carousel .owl-stage{
    position:relative;
    -ms-touch-action:pan-Y
}
.owl-carousel .owl-stage:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
.owl-carousel .owl-stage-outer{
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0, 0, 0)
}
.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{
    cursor:pointer;
    cursor:hand;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel .owl-item,.slick-slider{
    -webkit-touch-callout:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -webkit-tap-highlight-color:transparent
}
.owl-carousel.owl-loaded{
    display:block
}
.owl-carousel.owl-loading{
    opacity:0;
    display:block
}
.owl-carousel.owl-hidden{
    opacity:0
}
.owl-carousel .owl-refresh .owl-item{
    display:none
}
.owl-carousel .owl-item{
    position:relative;
    min-height:1px;
    float:left;
    -webkit-user-select:none;
    user-select:none
}
.owl-carousel .owl-item img{
    display:block;
    width:100%;
    -webkit-transform-style:preserve-3d;
    transform-style:preserve-3d
}
.owl-carousel.owl-text-select-on .owl-item{
    -webkit-user-select:auto;
    -moz-user-select:auto;
    -ms-user-select:auto;
    user-select:auto
}
.tp-bannershadow,.tp-simpleresponsive img{
    -o-user-select:none;
    -webkit-user-select:none;
    -khtml-user-select:none
}
.owl-carousel .owl-grab{
    cursor:move;
    cursor:-webkit-grab;
    cursor:-o-grab;
    cursor:-ms-grab;
    cursor:grab
}
.owl-carousel.owl-rtl{
    direction:rtl
}
.owl-carousel.owl-rtl .owl-item{
    float:right
}
.no-js .owl-carousel{
    display:block
}
.owl-carousel .owl-item .owl-lazy{
    opacity:0;
    -webkit-transition:opacity .4s ease;
    -moz-transition:opacity .4s ease;
    -ms-transition:opacity .4s ease;
    -o-transition:opacity .4s ease;
    transition:opacity .4s ease
}
.owl-carousel .owl-video-wrapper{
    position:relative;
    height:100%;
    background:#000
}
.owl-carousel .owl-video-play-icon{
    position:absolute;
    height:80px;
    width:80px;
    left:50%;
    top:50%;
    margin-left:-40px;
    margin-top:-40px;
    background:url(owl.video.play.png) no-repeat;
    cursor:pointer;
    z-index:1;
    -webkit-transition:scale .1s ease;
    -moz-transition:scale .1s ease;
    -ms-transition:scale .1s ease;
    -o-transition:scale .1s ease;
    transition:scale .1s ease
}
.owl-carousel .owl-video-play-icon:hover{
    -webkit-transition:scale(1.3, 1.3);
    -moz-transition:scale(1.3, 1.3);
    -ms-transition:scale(1.3, 1.3);
    -o-transition:scale(1.3, 1.3);
    transition:scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{
    display:none
}
.owl-carousel .owl-video-tn{
    opacity:0;
    height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    -webkit-background-size:contain;
    -moz-background-size:contain;
    -o-background-size:contain;
    background-size:contain;
    -webkit-transition:opacity .4s ease;
    -moz-transition:opacity .4s ease;
    -ms-transition:opacity .4s ease;
    -o-transition:opacity .4s ease;
    transition:opacity .4s ease
}
.owl-carousel .owl-video-frame{
    position:relative;
    z-index:1
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-next, .owl-prev {
    color: #fff;
    font-size: 30px;
}
.owl-next, .owl-prev {
    color: #fff;
    font-size: 30px;
}
.owl-dots {
    text-align: center;
    bottom: 5px;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}
.owl-dot {
    border-radius: 50px;
    height: 15px;
    width: 15px;
    display: inline-block;
    background: #ccc;
    margin-left: 5px;
    margin-right: 5px;
    border: 2px solid #fff;
}
.owl-dot.active{background: #8f6238;}
.owl-next{right:15px !Important;}
.owl-prev{left:15px !Important;}
#partner_logo .owl-nav{display: none;}
#partner_logo .owl-dots{bottom: -23px;}

.bg{
    background-color: #FAFAFA;
    padding-top: 20px;
}
.item-sidebar form input{
    height: 40px;
    width: 100%;
    padding: 11px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
}
.item-sidebar form button[type="submit"]{
    border: none;
    position: absolute;
    right: 15px;
    background: none;
    top:7px;
}
.item-sidebar{margin-bottom: 30px;}
.item-sidebar .sidebar-title{
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-transform: none;
    color: #444;
}
.list-category ul{margin: 0px;padding: 0px;}
.list-category li:last-child{border-bottom: none;}
.list-category li{margin: 0px;padding: 0px;list-style: none;border-bottom: 1px solid #ccc;padding-bottom: 10px;margin-bottom: 10px;float: left;width: 100%;}
.list-category li a{color: #3081B7;}
.list-category li img{width: 60px;height: auto;margin-right: 10px;float: left;}

.views{
    display: block;
    font-size: 0.8em;
    font-weight: bold;
}
.breadcrumb_bg{margin-bottom: 20px;}
.title-relation{font-weight: bold;margin-bottom: 10px;}

.item-product img{width: 100%;height: auto;overflow: hidden;}
.list-product .item-news .meta{padding: 10px 0px;}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.aligncenter, 
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.wp-caption {
    width: 100% !Important;
    max-width: 100% !Important;
    text-align: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.wp-caption img {
    max-width: 100%;
    width: 100% !Important;
    height: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 14px;
    font-style: italic;
    color: #000;
}
.wp-caption p.wp-caption-text {
    margin: 0;
    margin-top: 10px;
}
.block-newsOther{margin-bottom: 30px;}

.mainMenu .current-menu-item > a,
.mainMenu li:hover > a,
.current-menu-parent a,
.menu-item-type-post_type_archive a{
    color: #e8ac00;
    font-weight: normal;
    text-decoration: none;
    border-color: #e8ac00;
    box-shadow: 0px 20px 0px -18px;
}
.block-newsOther{margin-top: 20px;}
#list-duan ul{margin-left: 0px;padding-left: 20px;}
.owl-carousel .owl-item img{height: auto;}
.hotline{
    float: right;
    position: relative;
    margin-left: 20px;
}

.hotline a{
    border-top: 0px solid rgba(255, 255, 255, 0.1);
    border-left: 0px solid rgba(255, 255, 255, 0.1);
    border-right: 0px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0px solid rgba(255, 255, 255, 0.1);
    outline: none;
    text-decoration: none;
    padding: 0px 15px 0px 15px;
    line-height: 40px;
    font-weight: normal;
    height: 40px;
    vertical-align: baseline;
    text-align: left;
    width: auto;
    display: block;
    color: #555;
    text-transform: uppercase;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    adding: 0px 15px 0 40px !important;
    border-radius: 2px !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 15px !important;
    box-shadow: unset !important;
    background: #ffc800 !important;
    border-radius: 20px !important;
    transition: all .3s ease !important;
    padding-left: 40px;
}

.hotline i{
    top: -1px;
    left: -0px;
    width: 42px;
    height: 42px;
    position: absolute;
    background: #fff;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-color: #FECC02;
    z-index: 999;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}
.hotline i:before {
    position: absolute;
    background-color: #ffcc00;
    top: 4px;
    left: 4px;
    padding: 5px 7px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    box-sizing: inherit;
}
.sitelogo img{padding: 5px 0px;height: 70px; max-width: 200px;}
.mainRight .navbar-collapse{margin-top: 15px;}
#lichsu_hinhthanh{padding: 20px 0px;background: #fafafa; margin-top: 20px;}
.cd-horizontal-timeline li,.cd-horizontal-timeline ol{
    list-style:none;
    padding:0px
}
.cd-horizontal-timeline{
    opacity:0;
    -webkit-transition:opacity 0.2s;
    -moz-transition:opacity 0.2s;
    transition:opacity 0.2s
}
.cd-horizontal-timeline::before{
    content:'mobile';
    display:none
}
.cd-horizontal-timeline.loaded{
    opacity:1
}
.cd-horizontal-timeline .timeline{
    position:relative;
    height:70px;
    width:100%;
    margin:0 auto
}
.cd-horizontal-timeline .events-wrapper{
    position:relative;
    height:100%;
    margin:0 40px;
    overflow:hidden;
    font-weight:bold
}
.cd-horizontal-timeline .events-wrapper::after,.cd-horizontal-timeline .events-wrapper::before{
    content:'';
    position:absolute;
    z-index:2;
    top:0;
    height:100%;
    width:20px
}
.cd-horizontal-timeline .events{
    position:absolute;
    z-index:1;
    left:0;
    top:35px;
    height:2px;
    background:#dfdfdf;
    -webkit-transition:-webkit-transform 0.4s;
    -moz-transition:-moz-transform 0.4s;
    transition:transform 0.4s;
    width: 100% !important;
}
.cd-horizontal-timeline .filling-line{
    position:absolute;
    z-index:1;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background-color:#1b43b5;
    -webkit-transform:scaleX(0);
    -moz-transform:scaleX(0);
    -ms-transform:scaleX(0);
    -o-transform:scaleX(0);
    transform:scaleX(0);
    -webkit-transform-origin:left center;
    -moz-transform-origin:left center;
    -ms-transform-origin:left center;
    -o-transform-origin:left center;
    transform-origin:left center;
    -webkit-transition:-webkit-transform 0.3s;
    -moz-transition:-moz-transform 0.3s;
    transition:transform 0.3s
}
.cd-horizontal-timeline .events a{
    position:absolute;
    bottom:0;
    z-index:2;
    text-align:center;
    padding-bottom:15px;
    color:#383838;
    -webkit-transform:translateZ(0);
    -moz-transform:translateZ(0);
    -ms-transform:translateZ(0);
    -o-transform:translateZ(0);
    transform:translateZ(0)
}
.cd-horizontal-timeline .events a::after{
    content:'';
    position:absolute;
    left:50%;
    right:auto;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform:translateX(-50%);
    bottom:-5px;
    height:12px;
    width:12px;
    border-radius:50%;
    border:2px solid #dfdfdf;
    background-color:#f8f8f8;
    -webkit-transition:background-color 0.3s, border-color 0.3s;
    -moz-transition:background-color 0.3s, border-color 0.3s;
    transition:background-color 0.3s, border-color 0.3s
}
.no-touch .cd-horizontal-timeline .events a:hover::after{
    background-color:#1b43b5;
    border-color:#1b43b5
}
.cd-horizontal-timeline .events a.selected{
    pointer-events:none
}
.cd-horizontal-timeline .events a.selected::after{
    background-color:#1b43b5;
    border-color:#1b43b5
}
.cd-horizontal-timeline .events a.older-event::after{
    border-color:#1b43b5
}
.cd-timeline-navigation a{
    position:absolute;
    z-index:1;
    top:50%;
    bottom:auto;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    height:34px;
    width:34px;
    border-radius:50%;
    border:2px solid #dfdfdf;
    overflow:hidden;
    color:transparent;
    text-indent:100%;
    white-space:nowrap;
    -webkit-transition:border-color 0.3s;
    -moz-transition:border-color 0.3s;
    transition:border-color 0.3s
}
.cd-timeline-navigation a::after{
    content:'';
    position:absolute;
    height:16px;
    width:16px;
    left:50%;
    top:50%;
    bottom:auto;
    right:auto;
    -webkit-transform:translateX(-50%) translateY(-50%);
    -moz-transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    -o-transform:translateX(-50%) translateY(-50%);
    transform:translateX(-50%) translateY(-50%);
    background:url(images/cd-arrow.svg) no-repeat 0 0
}
.cd-timeline-navigation a.prev{
    left:0;
    -webkit-transform:translateY(-50%) rotate(180deg);
    -moz-transform:translateY(-50%) rotate(180deg);
    -ms-transform:translateY(-50%) rotate(180deg);
    -o-transform:translateY(-50%) rotate(180deg);
    transform:translateY(-50%) rotate(180deg)
}
.cd-timeline-navigation a.next{
    right:0
}
.no-touch .cd-timeline-navigation a:hover{
    border-color:#1b43b5
}
.cd-timeline-navigation a.inactive{
    cursor:not-allowed
}
.cd-timeline-navigation a.inactive::after{
    background-position:0 -16px
}
.no-touch .cd-timeline-navigation a.inactive:hover{
    border-color:#dfdfdf
}
.cd-horizontal-timeline .events-content{
    position:relative;
    width:100%;
    overflow:hidden;
    -webkit-transition:height 0.4s;
    -moz-transition:height 0.4s;
    transition:height 0.4s;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.cd-horizontal-timeline .events-content li{
    position:absolute;
    z-index:1;
    width:100%;
    left:0;
    top:0;
    -webkit-transform:translateX(-100%);
    -moz-transform:translateX(-100%);
    -ms-transform:translateX(-100%);
    -o-transform:translateX(-100%);
    transform:translateX(-100%);
    opacity:0;
    -webkit-animation-duration:0.4s;
    -moz-animation-duration:0.4s;
    animation-duration:0.4s;
    -webkit-animation-timing-function:ease-in-out;
    -moz-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out
}
.cd-horizontal-timeline .events-content li.selected{
    position:relative;
    z-index:2;
    opacity:1;
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -ms-transform:translateX(0);
    -o-transform:translateX(0);
    transform:translateX(0)
}
.cd-horizontal-timeline .events-content li.enter-right,.cd-horizontal-timeline .events-content li.leave-right{
    -webkit-animation-name:cd-enter-right;
    -moz-animation-name:cd-enter-right;
    animation-name:cd-enter-right
}
.cd-horizontal-timeline .events-content li.enter-left,.cd-horizontal-timeline .events-content li.leave-left{
    -webkit-animation-name:cd-enter-left;
    -moz-animation-name:cd-enter-left;
    animation-name:cd-enter-left
}
.cd-horizontal-timeline .events-content li.leave-right,.cd-horizontal-timeline .events-content li.leave-left{
    -webkit-animation-direction:reverse;
    -moz-animation-direction:reverse;
    animation-direction:reverse
}
.cd-horizontal-timeline .events-content em{
    display:block;
    font-style:italic;
    margin:10px auto
}
.cd-horizontal-timeline .events-content em::before{
    content:'- '
}
#tamnhin_sumenh{
    padding: 20px 0px;
    background: url("images/bg-thongke.png");
}
#tamnhin_img{
    background-size: cover !Important;
    background-position: center center !Important;
}
.item-sumenh{text-align: center;background: #fff;padding: 10px;margin-top: 20px;}
.item-sumenh i{
    font-size: 5rem;
    color: #ee9a00;
    margin-bottom: 20px;
}
.item-sumenh h3{
    font-size: 18px;
    line-height: 24px;
}
.sub-tn {
    width: 50px;
    background: #EE9A00;
    height: 2px;
    display: inline-block;
    text-align: center;
    position: relative;
    top: -15px;
}
.item-video{margin-bottom: 20px;float: left;width: 100%;}
.item-video h2{font-size: 16px;}
#menu_tuyendung ul{margin-bottom: 0px;}
#menu_tuyendung ul li a{color: #3081B7;font-weight: bold;}
#menu_tuyendung{
    background: #f0f8ff;
    padding: 20px;
}
#tuyendung_box{
    background-color: #005aa6;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}
#list-jobs .item h2{font-size: 16px;}
#list-jobs .item{float: left;width: 100%;margin-bottom: 20px;border-bottom: 1px solid #ccc;padding-bottom: 20px;}
#list-jobs .item:last-child{border-bottom: none;}

#contact-page h2{text-transform: uppercase;font-size: 15px;}
#contact-page address{
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
#contact-page address .fa{
    color: #ee9a00;
    float: left;
    font-size: 20px;
    width: 40px;
}
#contact-page address .addr{float: left;width: 100%;}
#contact-page address .addr span,
#contact-page address .addr a{color: #3081B7;}
#contact-page textarea{height: 100px;}
#contact-page .map{margin-bottom: 20px;}
#contact-page input[type="submit"]{
    color: #fff !important;
    background-color: #fe541e;
    line-height: 1.4 !important;
    padding: 0.57143rem 1.42857rem !important;
    font-size: 1.07143rem !important;
    border-bottom: solid 3px rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-weight: 400 !important;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* dự án */
#banner img{width: 100%;height: auto;}
#single-product{margin-top: 30px;}
#form_register{padding: 30px 20px 20px 20px;background: #022a68;}
#form_register .wpcf7{margin-top: 10px;}
#form_register textarea{height: 100px;}
#form_register input[type="submit"]{background: #FFD700;width: 100%;font-weight: bold;border: none;padding: 7px 5px;text-transform: uppercase;margin-bottom: 0px;border-radius: 3px;}
#form_register .form-group:last-child{margin-bottom: 0px;}
#form_register .title{text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;text-transform: uppercase;color: #fff;text-align: center;font-size: 20px;font-weight: bold;}
#form_register div.wpcf7-validation-errors,
#form_register div.wpcf7-acceptance-missing{border: none;color: #fff;padding: 0px;margin: 0px;}
#form_register span.wpcf7-not-valid-tip{color: #fff;}
#form_register div.wpcf7 .ajax-loader{position: absolute;right: 25px;top: 10px;}
#main-product{margin-top: 20px;}
#main-product h4{margin-top: 18px;font-size: 17px;font-weight: bold;line-height: 22px;margin-bottom: 10px;}
#main-product h3{margin-top: 18px;font-size: 18px;font-weight: bold;line-height: 24px;margin-bottom: 10px;}
#main-product h2{margin-top: 20px;font-size: 18px;font-weight: bold;line-height: 24px;margin-bottom: 10px;}

/* Đăng ký tư vấn */
.dangkytuvan-dk {
    display: block;
    position: fixed;
    bottom: 0px;
    z-index: 2000 !important;
    background: #022a68;
    padding: 7px 0px;
    width: 100%;
}
.mota-sub {
    padding: 5px 10px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.dangkytuvan-sub {
    padding: 5px 10px;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #fff;
}
.dangkytuvan-sub {
    padding: 5px 10px;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #fff;
}
.phone-ani {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    font-weight: bold;
    text-transform: uppercase;
}
#register-home{display: none;}
#register-home{text-align: center;text-transform: uppercase;}
#register-home a{color: #fff;font-weight: bold;font-size: 25px;}

/* ABOUT US */
#menu-aboutus{
    z-index: 99 !important;
    background: #022a68;
    padding: 7px 0px;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}
#menu-aboutus ul{margin-bottom: 0px;}
#menu-aboutus li{display: inline-block;margin: 0px 10px;}
#menu-aboutus li a{color: #fff;text-transform: uppercase;font-weight: bold;}
.sticky .current-menu-item a{color: #ee9a00 !Important;text-decoration: none !Important;}
#frm_register{margin-bottom: 20px;}
.sub-menu .sub-menu{margin-left: 250px;top:0px;}
.easingslider{margin: auto;}


#groupNews{margin-top: 20px;}
#groupNews .item-news{padding: 10px;float: left;width: 100%;margin-bottom: 10px;}
#groupNews .item-news h2{line-height: 18px;}
#groupNews .item-news h2 a{color: #0f286b;font-weight: bold;font-size: 17px;}
#groupNews .item-news img{float: left;margin-right: 10px;width: 200px;height: auto;}
#groupNews .item-news p{margin-bottom: 0px;}
#groupNews .header_title{margin-bottom: 15px;font-weight: bold;font-size: 18px;text-transform: uppercase;text-align: center;}
.readmore{text-align: center;}
.readmore a{
    text-align: center;
    border: 1px solid #222;
    padding: 4px 20px;
    border-radius: 20px;
    display: inline-block;
}
.readmore a:hover{
    border: 1px solid #ffc800;
    color: #ffc800;
}
#main-product p iframe{
    width: 100% !Important;
}

.form-ngang{
    background: #0e3c3c;
    padding: 15px 10px 10px 15px;
    float: left;
    width: 100%;
    margin: 10px 0px;
}
.form-ngang .title{
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    font-size: 17px;
}
.form-ngang input[type="submit"]{
    background: #1868a7;
    color: #fff;
    width: 100%;
    border: none;
    height: 34px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 15px;
}
.wpcf7 .ajax-loader{
    position: absolute;
}
.menu-top{
    background: #cfa267;
    color: #fff;
    padding: 7px 0px;
}
.menu-top a{
    color: #fff;
    font-weight: bold;
}
.item-matbang .img{
    margin-bottom: 10px;
}
.item-matbang .item-meta{
    margin-bottom: 5px;
    padding: 0px 10px;
}
.item-matbang .name{
    margin-bottom: 10px;
    padding: 0px 10px;
}
.item-matbang .name a{
    color: #3081B7;
}
.item-matbang .diachi{
    font-style: italic;
}
.item-matbang .gia strong{
    color: red;
}
.item-matbang .dienthoai strong{
    color: blue;
}
.item-matbang:hover{
    box-shadow: 0 0 10px #ccc;
}
.item-matbang{
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd;
}
.tieu-de-mt{
    font-weight: bold;
    font-size: 16px;
}
.item_mucgia{
    border-radius:99px;
    color: #2489e2;
    border: 2px solid #2489e2;
    display: inline-block;
    padding: 2px 10px;
    line-height: 30px;
    font-weight: bold;
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.item_mucgia:hover,
.item_mucgia.active{
    background: #2489e2;
    color: #fff;
}
.item_location{
    border-radius: 99px;
    color: #ff0000;
    border: 2px solid #ff0000;
    display: inline-block;
    padding: 2px 10px;
    line-height: 30px;
    font-weight: bold;
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.item_location:hover,
.item_location.active{
    background: #ff0000;
    color: #fff;
}
.mb-30{
    margin-bottom: 30px;
}
.wp-pagenavi{
    margin: 20px 0px;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {   
    margin: 2px;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    padding: 0;
    background: #195B93;
    color: #fff;
    border: none;
}
.wp-pagenavi span.current, .wp-pagenavi a:hover {
    background:#a57529;
}
.grecaptcha-badge{
    display:none !Important;
}