@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&subset=latin,vietnamese,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600&subset=latin,vietnamese);
@charset "utf-8";
@import "nam.css";

/*Custom bootstrap*/
.gutter-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.gutter-10 > [class*='col-'] {
    padding-right: 10px;
    padding-left: 10px;
}

.gutter-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.gutter-5 > [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}

.gutter-2 {
    margin-left: -2px;
    margin-right: -2px;
}

.gutter-2 > [class*='col-'] {
    padding-right: 2px;
    padding-left: 2px;
}

.gutter-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.gutter-0 > [class*='col-'] {
    padding-right: 0px;
    padding-left: 0px;
}

/* Resets */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    outline: 0;
    border: 0;
}

body {
    padding: 0;
    margin: 0 auto;
    color: #2b2b2b;
    background: #ffffff;
    font-size: 16px;
    font-family: rv-font1,Arial,Helvetica,sans-serif;
    line-height: 1.8;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table tr td {
    padding: 3px 0;
}

img {
    border: 0;
    padding: 0px;
}

a {
    color: #3b3b3b;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

a:before,
a:after {
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

a:hover {
    color: #ed1c24;
    text-decoration: none;
}

.button-submit {
    border: solid 0px #3b3b3b;
    height: 33px;
    line-height: 33px;
    padding: 0px 25px;
    margin: 0px;
    background: #ed1c24;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 8px;
    min-width: 256px;
}

.button-submit:hover {
    color: #fff;
    background: #ed1c24;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn:focus {
    outline: none;
}

.btn-special {
    display: inline-block;
    border-radius: 25px;
    font-weight: 700;
    border: 0px;
    height: 35px;
    background: #ed1c24;
    padding: 8px 30px;
    color: #fff;
    text-transform: uppercase;
}

.btn-special:hover {
    background: #de9100;
    color: #fff;
}

img.svg {
    opacity: 0;
}

.float-right {
    float: right;
}

.editor-content img {
    max-width: 100%;
    height: auto !important;
}

.editor-content iframe {
    max-width: 100%;
}

#page_header {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 53;
}

#page_header .navbar-default {
    background: transparent;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
}

#page_header .navbar-default .navbar-brand {
    height: 90px;
    padding: 5px 20px;
    background: rgba(255, 255, 255, 0.8);
    border-bottom-right-radius: 20px;
}

#page_header .navbar-default .navbar-brand img {
    max-width: 100px;
    height: auto;
}

#page_header .header-right {
    margin-left: 10px;
}

#page_header .header-right .inline {
    padding: 8px 30px;
    color: #fff;
}

#page_header .header-right .social {
    padding-left: 25px;
    margin-left: 5px;
    border-left: solid 1px #aaa9a6;
    line-height: 40px;
}

#page_header .header-right .social a {
    display: inline-block;
    margin-left: 15px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #dddddd;
    color: #7b7b7b;
}

#page_header .header-right .social a i {
}

#page_header .header-right .social a:hover {
    background: #fff;
}

#page_header .header-right .social a .fa-facebook,
.box-footer.box-social a .fa-facebook {
    color: #2170bb;
}

#page_header .header-right .social a .fa-google-plus,
.box-footer.box-social a .fa-google-plus {
    color: #e14a41;
}

#page_header .header-right .social a .fa-youtube-play,
.box-footer.box-social a .fa-youtube-play {
    color: #e0473f;
}

#page_header .menu-content {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    min-height: 70px;
    border-bottom-left-radius: 20px;
    padding: 17px 17px 13px;
}

#page_header .header-right,
#page_header .header-right .social,
#page_header .header-right .toggle-product,
#page_header .header-right .inline {
    display: inline-block;
}

#page_header .header-right .flag {
    padding-left: 25px;
    margin-left: 5px;
    border-left: solid 1px #aaa9a6;
    line-height: 40px;
}

#page_header .header-right .flag a {
    display: inline-block;
    margin-left: 5px;
    text-align: center;
}

#page_header  ul.nav {
    list-style: none
}

#page_header  ul.nav li a {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    height: 40px;
    padding: 11px 15px;
    margin: 0px 2px;
}

#page_header  ul.nav li.menu-home a {
    font-size: 24px;
    padding: 8px 15px;
}

#page_header  ul.nav li.active a,
#page_header  ul.nav li a:hover {
    background: #ed1c24;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}

.toggle-menu .btn {
    padding-left: 38px;
    height: 44px;
    border: 0px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    outline: none;
    background: transparent;
    color: #fff;
}

.toggle-menu .btn:before {
    content: "";
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ebb349;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #14377d url('../images/icon-menu.png') no-repeat center center;
}

.toggle-menu .btn-default,
.toggle-menu .open>.dropdown-toggle.btn-default,
.toggle-menu .open>.dropdown-toggle.btn-default:hover
.toggle-menu .btn-default:focus {
    background: transparent !important;
    color: #fff;
}

.toggle-menu .open .btn:before {
    background: #ed1c24 url('../images/icon-x.png') no-repeat center center;
}

.toggle-menu  .dropdown-menu {
    padding: 15px 50px 15px 35px;
    border: 0px;
    top: 55px;
    border-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.toggle-menu  .dropdown-menu li a {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px 0px;
    color: #2f2f2f;
    font-weight: 700;
    text-transform: uppercase
}

.toggle-menu  .dropdown-menu li:hover a,
.toggle-menu  .dropdown-menu li.active a {
    background: #ed1c24;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}

.page-slide {
    position: relative;
    min-height: 400px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/page-header-bg.jpeg');
}

.page-slide .inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -100px;
    width: 100%;
    text-align: center;
}

.page-slide .inner .inner-content {
    padding: 30px 90px 20px;
    background: rgba(237, 28, 36, 0.6);
    display: inline-block;
    margin: 0px auto;
    color: #fff;
    font-size: 48px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    line-height: 1.4;
}

.page-slide .inner .inner-content h3 {
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    color: #fff;
}

.page-slide .inner .inner-content p {
    margin: 0px;
    color: #fff;
}

ul.bxslider {
    list-style: none;
    padding: 0px;
}

.home-slide {
    background:#eee;
}

.home-slide .bxslider li span.item {
    display: block;
    height: 864px;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 768px) {
  /* .home-slide .bxslider {
    height: 1600px !important;
  } */
}

.home-slide .inner {
    z-index: 51;
}

#page_footer {
    color: #fff;
}

#page_footer .footer-top {
    padding: 20px 0px 30px;
    background: #182e5b;
}

#page_footer .footer-bottom {
    /*padding: 15px 0px 15px;*/
    background: #182e5c;
    /*min-height: 48px;*/
}

#page_footer .footer-seo {
    text-align: center;
    color: #ed1c24;
}

#page_footer .footer-bottom a {
    color: #fff;
}

#page_footer .footer-bottom a:hover {
    color: #182e5b;
}

#page_footer .footer-bottom .menu-footer {
    text-align: right;
    text-transform: uppercase;
}

.address-footer .footer-item {
    position: relative;
    padding-left: 30px;
}

.address-footer .footer-item span {
    color: #ed1c24;
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: 5px;
}

.address-footer .footer-item a {
    color: #93abd8;
}

.address-footer .footer-item a:hover {
    color: #fff;
}

.address-footer .owl-buttons {
    position: absolute;
    right: 0px;
    top: 0px;
}

.address-footer .owl-buttons .owl-prev,
.address-footer .owl-buttons .owl-next {
    width: 25px;
    height: 25px;
    background: #d1d5de;
    float: left;
    margin-left: 1px;
    text-align: center;
    line-height: 25px;
}

.address-footer .owl-buttons .owl-prev:after {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    color: #182e5b;
}

.address-footer .owl-buttons .owl-next:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    color: #182e5b;
}

.address-footer .owl-buttons .owl-prev:hover,
.address-footer .owl-buttons .owl-next:hover {
    background: #ed1c24;
}

.box-footer h6,
.address-footer h6 {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 15px;
}

.address-footer h6 {
    color: #ed1c24;
    padding-right: 55px;
}

.address-footer h6:after,
.box-follow h6:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 1px;
    background: #5e6d8d;
}

.box-follow {
    margin-bottom: 24px;
}

.box-footer.box-social h6 {
    padding-bottom: 0px;
}

.box-footer.box-social a {
    display: inline-block;
    margin-right: 10px;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    background: none;
    color: #7b7b7b;
}

.newsletter-form {
    position: relative;
    height: 35px;
}

/*#newsletter_email{background:transparent; border:0px; outline:none; box-shadow: none;}*/
.newsletter-form .btn {
    width: 100%;
    height: 35px;
    background: #14377d;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 18px;
    border: 0px;
    padding: 0px;
}

.newsletter-form .btn i {
    margin-left: 15px;
    font-size: 12px;
}

.newsletter-form .btn:hover {
    background: #ed1c24;
}

.newsletter-form .btn:focus {
    outline: none;
}

.page-main-content .box-header {
    padding: 15px 0px;
    border-bottom: solid 1px #e4e4e4;
}

.page-main-content .box-header .box-title {
    margin: 0px;
    padding: 3px 0px 0px;
    font-size: 18px;
    color: #14377d;
    font-weight: 700;
    text-transform: uppercase;
}

.page-main-content .box-header .breadcrumbs a,
.page-main-content .box-header .breadcrumbs span {
    display: inline-block;
}

.box-navigate {
    background: #ed1c24;
    padding-top: 2px;
    position: relative;
}

.box-navigate ul {
    list-style: none;
    padding: 0px;
}

.box-navigate ul li {
    display: inline-block;
}

.box-navigate ul li a {
    display: inline-block;
    padding: 12px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.box-navigate ul li.active a,
.box-navigate ul li:hover a {
    background: #f2f2f2;
    color: #ed1c24;
}

.box-navigate ul ul {
    position: absolute;
    width: 100%;
    left: 0px;
    background: #f2f2f2;
    display: none;
}

.box-navigate ul li:hover ul,
.box-navigate ul li.active ul {
    display: block;
}

.box-navigate ul li:hover ul {
    z-index: 2;
}

.box-navigate ul li ul li a {
    text-transform: none;
    background: transparent;
    padding: 12px 20px;
}

.box-navigate ul li:hover ul li a,
.box-navigate ul li.active ul li a {
    background: transparent;
    color: #2b2b2b;
}

.box-navigate ul li ul li.active a,
.box-navigate ul li ul li:hover a {
    color: #ed1c24;
}

.box-navigate ul li a i {
    display: none;
}

.box-main-content {
    /* padding: 45px 0px 45px; */
    padding: 0px 0px 45px;
}

.box-main-content .box-title.big-title {
    margin: 0px;
    text-align: center;
    padding-top: 0px;
    margin-bottom: 0px;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 20px;
}

.page-main-content .box-header h1.project-title {
    font-size: 22px;
    margin-top:  20px;
}

.list-project .item {
    margin-bottom: 40px;
    min-height: 600px;
}

.list-project .item h2 {
    margin: 15px 0px 10px;
}

.list-project .item h2 a,
.list-project .item.other h4 a {
    color: #ed1c24;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0px;
    font-weight: 700;
}

.list-project .item .address {
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 14px;
}

.list-project .item .address i {
    margin-right: 10px;
}

.list-project .item .description {
    line-height: 1.8;
    font-size: 16px;
    margin: 0 0 10px 0;    
    text-align: justify;
}

.list-project .item .price {
    font-size: 14px;
    margin: 0;
    line-height: 1.8;
}
.list-project .item .price strong {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    height: 40px;
    padding: 8px 15px;
    margin: 0px 0px 0px 20px;
    background: #ed1c24;
    border-bottom-left-radius: 7px;
    border-top-right-radius: 7px;
}

.pagination-wraper {
    margin: 40px 0 0 0;
    height: 8px;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
}

ul.pagination {
    background: #fff;
    padding: 0px 10px;
}

.pagination {
    margin: -8px;
    padding: 0
}

.pagination li:hover a {
    background: #fff;
    color: #ed1c24;
}

ul.pagination li.active a {
    background: #231f20;
    border-radius: 0px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-radius: 4px;
}

.phone-pixel {
    background: #bf1e2e;
    position: fixed;
    bottom: 0px;
    left: 0;
    padding: 8px 20px;
    color: #fff;
    line-height: 10px;
    z-index: 999;
    border-radius: 30px;
    border: solid 1px #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
}



.phone-pixel:hover {
    background: #bf1e2e;
}

.phone-pixel a p {
    text-transform: uppercase;
}

.phone-pixel b {
    font-size: 20px;
}

.phone-pixel i,
.skype-pixel i {
    font-size: 20px;
    color: #fff;
    margin: 4px 10px 0 0;
}

.skype-pixel i {
    font-size: 16px;
}

.skype-pixel {
    background: #46bfed;
    position: fixed;
    bottom: 35px;
    right: 5px;
    padding: 5px 12px 2px 12px;
    height: 35px;
    border-top-left-radius: 10px;
    color: #fff;
    line-height: 25px;
    z-index: 999;
    text-transform: uppercase;
    font-weight: 700;
}

.skype-pixel:hover {
    background: #1c94c2;
}

.skype-pixel a,
.phone-pixel a {
    color: #fff;
}

.skype-pixel img,
.phone-pixel img {
    float: left;
    padding: 0 5px 0 0;
    color: #fff;
}

.newsletter-pixel {
    background: #CCB12C;
    position: fixed;
    bottom: 0px;
    left: 140px;
    padding: 8px 20px;
    color: #fff;
    line-height: 10px;
    z-index: 999;
    border-radius: 30px;
    border: solid 1px #fff;
    text-align: center;
    font-size: 12px;
}

.newsletter-pixel a{
    font-weight: bold;
    color: #fff;
}

.newsletter-pixel a p{
    text-transform: uppercase;
}
    

.newsletter-pixel:hover {
    background: #a50b1a;
}

/* .newsletter-pixel:hover a {
    color: #ad9320;
} */

.top-button {
    position: fixed;
    bottom: 68px;
    right: 15px;
}

.top-button:hover svg path:nth-child(1) {
    fill: #ed1c24;
}

.box-bottom {
    margin-top: 45px;
}

.box-bottom .share-link {
    position: relative;
    height: 32px;
}

.box-bottom .share-link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    background: #dddddd;
}

.box-bottom .share-link .inner {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    float: right;
    height: 32px;
    background: #fff;
    padding-left: 25px;
    padding-top: 5px;
}

.box-bottom .share-link .inner a {
    display: inline-block;
    float: right;
    margin-top: -5px;
    margin-left: 10px;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}

.box-bottom .share-link .inner a.icon-facebook {
    background: #3b5998;
    color: #fff;
}

.box-bottom .share-link .inner a.icon-google {
    background: #df4b38;
    color: #fff;
}

.box-bottom .share-link .inner a.icon-facebook:hover {
    background: #182e5b;
}

.box-bottom .share-link .inner a.icon-google:hover {
    background: #ed1c24;
}

.box-bottom .project-other {
    padding-top: 45px;
}

.box-bottom .project-other .list-project {
    margin-left: -15px;
    margin-right: -15px;
}

.box-bottom .project-other .owl-carousel .item {
    padding: 0px 15px;
}

.box-bottom .project-other .owl-buttons {
    position: absolute;
    right: 15px;
    top: -40px;
}

.box-bottom .project-other .owl-buttons .owl-prev,
.box-bottom .project-other .owl-buttons .owl-next {
    width: 25px;
    height: 25px;
    background: #d1d5de;
    float: left;
    margin-left: 1px;
    text-align: center;
    line-height: 25px;
}

.box-bottom .project-other .owl-buttons .owl-prev:after {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    color: #182e5b;
}

.box-bottom .project-other .owl-buttons .owl-next:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    color: #182e5b;
}

.box-bottom .project-other .owl-buttons .owl-prev:hover,
.box-bottom .project-other .owl-buttons .owl-next:hover {
    background: #ed1c24;
}

.editor-content h2.page-title {
    font-family: 'Source Sans Pro', sans-serif;
    color: #14377d;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0px;
    margin: 40px 0px 25px;
    position: relative;
    padding-bottom: 15px;
    border-bottom: solid 1px #dddddd;
}

.editor-content h2.page-title:after {
    content: '';
    position: absolute;
    bottom: -0px;
    left: 0px;
    width: 70px;
    height: 2px;
    background: #ed1c24;
}

.page-gallery ul.light-slider {
    list-style: none;
    margin: 0px;
}

.page-gallery ul.light-slider li.lslide {
    position: relative;
}

.page-gallery ul.light-slider li.lslide h3 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    height: 35px;
    background: #14377d;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 30px;
}

/* 3 columns, percentage width */
.page-gallery-isotope {
    margin-left: -15px;
    margin-right: -15px;
}

.page-gallery-isotope:after {
    content: '';
    display: block;
    clear: both;
}

.page-gallery-isotope .grid-item,
.page-gallery-isotope .grid-sizer {

    /* width:calc(100% / 3); */
    width: 25%;
}

.page-gallery-isotope .grid-item {
    float: left;
    height: 211px;
    padding: 0px 15px;
    margin-bottom: 10px;
}

.page-gallery-isotope .grid-item .inner {
    height: 100%;
    padding-bottom: 36px;
}

.page-gallery-isotope .grid-item a.news-thumbnail {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
}

.page-gallery-isotope .grid-item a.news-thumbnail:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    background: rgba(33, 33, 33, 0.5) url('../images/icon-zoom.png') no-repeat center center;
}

.page-gallery-isotope .grid-item:hover a.news-thumbnail:before {
    opacity: 1;
}

.page-gallery-isotope .grid-item.grid-item--width2 {
    width: calc((100% / 4) *2);
}

.page-gallery-isotope .grid-item.grid-item--height2 {
    height: 432px;
}

.page-gallery-isotope .grid-item h3.title {
    bottom: 0px;
    margin: 0px 0px 0px;
    padding-top: 2px;
    padding-bottom: 12px;
    height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-gallery-isotope .grid-item h3.title a {
    font-size: 14px;
    color: #393939;
    font-weight: 600;
}

.page-gallery-isotope .grid-item:hover .inner {
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.25);
}

.page-gallery-isotope .grid-item:hover h3.title {
    background: #e21a22;
    padding-left: 12px;
}

.page-gallery-isotope .grid-item:hover h3.title a {
    color: #fff;
}

.page-contact .box-contact .box-title {
    font-size: 15px;
    color: #ed1c24;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.page-contact .box-contact .form-control {
    border-radius: 0px;
    border: solid 1px #e4e4e4;
    box-shadow: none;
}

.page-contact .box-branch {
    margin-top: 30px;
}

.page-contact .box-branch .box {
    border: solid 1px #e4e4e4;
    padding: 25px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.page-contact .box-branch .box .box-title {
    font-size: 15px;
    color: #ed1c24;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #e4e4e4;
}

.page-contact .box-branch table tr td.title {
    vertical-align: top;
    width: 33px;
    color: #ed1c24;
    font-size: 18px;
}

.contactmap {
    height: 450px;
}

.btn.btn-style-1 {
    min-width: 174px;
    padding: 10px 50px;
    border-radius: 0px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border: solid 1px #e4e4e4;
    margin-left: 5px;
}

.btn.btn-style-1:hover,
.btn-with-bg.btn-style-1 {
    background: #ed1c24;
    border-color: #ed1c24;
    color: #fff;
}

.register-form {
    border: solid 7px #1b366a;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 40px;
    background: #fff;
}

.register-form .modal-content {
    border-radius: 0px;
    border: 0px;
    box-shadow: none;
}

.register-form .box-main-content {
    padding: 0px;
}

.register-form .box-form-wrapper {
    margin-top: 30px;
}

.register-form .box-form {
    background: #fff;
}

.register-form .box-form .form-control {
    border-radius: 0px;
    border: solid 1px #e4e4e4;
    box-shadow: none;
    height: 45px;
}

.box-post-category .box-title {
    font-family: 'Source Sans Pro', sans-serif;
    color: #272727;
    font-weight: 700;
    font-size: 24px;
    text-transform: capitalize;
    margin: 0px;
    margin: 40px 0px 25px;
    position: relative;
    padding-bottom: 15px;
    border-bottom: solid 1px #dddddd;
}

.box-post-category .box-title:after {
    content: '';
    position: absolute;
    bottom: -0px;
    left: 0px;
    width: 70px;
    height: 2px;
    background: #ed1c24;
}

.box-post-category .item {
    display: block;
    position: relative;
    padding-left: 185px;
    margin-bottom: 20px;
    min-height: 160px;
}

.box-post-category .item-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 170px;
}

.box-post-category .item-title {
    font-size: 18px;
    color: #14377d;
    margin: 0px;
    margin-bottom: 5px;
    font-weight: 600;
}

.box-post-category .item-title:hover {
    color: #ed1c24;
}

.box-post-category .item-datetime {
    font-size: 13px;
    color: #848484;
    font-style: italic;
    margin-bottom: 5px;
}

.box-post-category .item-description {
    color: #2b2b2b;
    font-size: 15px;
}

.box-post-detail .box-post-category .post-title {
    color: #14377d;
    margin-bottom: 30px;
}

.box-post-detail .box-post-category .box-title {
    font-size: 32px;
    border: 0px;
}

.box-post-detail .box-post-other .box-title {
    font-size: 18px;
}

.box-post-detail .box-post-category .box-title:after {
    background: #dddddd;
}

.box-post-detail .post-detail {
    padding-right: 65px;
}

.box-post-detail .post-detail h2{
    font-size: 24px;
}


.box-post-detail .box-post-other h3.item-title {
    font-size: 18px;
    color: #2f2f2f;
    font-weight: 400;
}

.box-post-detail .box-post-other .item {
    min-height: 113px;
}

.recuirment-list .panel-default {
    border: solid 1px #dddddd;
    box-shadow: none;
    margin-bottom: 30px;
    border-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.recuirment-list .panel-heading {
    background: transparent;
    box-shadow: none;
    border: 0px;
    font-size: 16px;
    padding: 0px 30px;
}

.recuirment-list .panel-heading a {
    display: block;
    padding: 20px 0px;
}

.recuirment-list .panel-heading a,
.recuirment-list .panel-heading a.collapsed:hover {
    font-weight: 600;
    color: #14377d;
    text-decoration: none;
}

.recuirment-list .panel-title span {
    display: inline-block;
    border-left: solid 1px #ddd;
    padding: 2px 30px;
    font-size: 14px;
    position: relative;
    font-weight: 400;
}

.recuirment-list .panel-title span:after {
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 20px;
}

.recuirment-list .panel-heading a.collapsed {
    color: #2b2b2b;
}

.recuirment-list .panel-heading a.collapsed span:after {
    content: "\f107";
}

.recuirment-list .panel-body {
    padding: 20px 30px;
    padding-top: 0px;
}

.recuirment-list .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 0px;
}

.recuirment-list .panel-body .inner {
    border-top: solid 1px #ddd;
    padding: 15px 0px;
}

.document-list .item {
    margin-bottom: 45px;
    display: block;
}

.document-list .item .icon {
    height: 94px;
    border: solid 1px #e4e4e4;
    position: relative;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.document-list .item .icon:after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
    content: "\f063";
    font: normal normal normal 14px/1 FontAwesome;
    background: #dddddd;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}

.document-list .item:hover .icon:after {
    background: #ed1c24;
    color: #fff;
}

.document-list .item-type-1 .icon {
    background: url('../images/icon-pdf.png') no-repeat center 15px;
}

.document-list .item-type-2 .icon {
    background: url('../images/icon-doc.png') no-repeat center 15px;
}

.document-list .item-type-3 .icon {
    background: url('../images/icon-excel.png') no-repeat center 15px;
}

.document-list .item h3 {
    color: #2f2f2f;
    font-size: 14px;
    text-align: center;
    margin: 30px 0px 0px;
}

.document-list .item:hover h3 {
    color: #ed1c24;
}

.document-list-open .item {
    position: relative;
    padding-left: 95px;
    display: block;
    min-height: 78px;
    margin-bottom: 40px;
}

.document-list-open .item .icon {
    content: '';
    width: 75px;
    height: 78px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url('../images/icon-download.png') no-repeat center top;
}

.document-list-open .item h3.title {
    color: #14377d;
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0px 5px;
}

.document-list-open .item p.description {
}

.document-list-open .item:hover h3 {
    color: #ed1c24;
}

/* Large desktop */
@media screen and (min-width:1200px) {
    .container {
        width: 1140px;
    }

}

@media screen and (max-width:1500px) {
}

@media screen and (min-width:992px) {
    #navbar_cate.collapse {
        display: block !important;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
    .toggle-menu .btn-default,
    .toggle-menu  .dropdown-menu li a {
        font-size: 13px;
    }

    #page_header  ul.nav li a {
        padding: 11px 10px;
    }

    #page_header .header-right .inline {
        padding: 8px 15px;
    }

    #page_header .header-right {
        margin-left: 20px;
    }

    #page_header .navbar-default .navbar-brand {
        width: 210px;
        height: 65px;
    }

    .page-slide .inner .inner-content {
        font-size: 36px;
    }

    .page-slide .inner .inner-content h3 {
        font-size: 27px;
    }

}

/* Small devices (tablets, 768px and up) */
@media screen and (max-width:991px) {

    .list-project .item img {
        width: 100%;
    }

    .page-slide {
        min-height: 500px;
    }

    .page-main-content .box-header-with-cate {
        position: relative;
        padding-right: 50px;
    }

    .page-main-content .box-header-with-cate .navbar-toggle {
        position: absolute;
        right: 0px;
        top: 15px;
        margin: 0px;
        border: solid 1px #ed1c24;
        border-radius: 0px;
    }

    .page-main-content .box-header-with-cate .navbar-toggle .icon-bar {
        background: #ed1c24;
    }

    .box-header.box-header-with-cate .breadcrumbs {
        text-align: left;
    }

    .box-header-with-cate .navbar-toggle {
        display: block;
    }

    .box-navigate {
        padding-top: 0px;
    }

    .box-navigate ul li,
    .box-navigate ul li a {
        display: block;
    }

    .box-navigate ul li a {
        border-bottom: solid 1px #ff535a;
    }

    .box-navigate ul ul li a {
        border-bottom: 0px;
    }

    .box-navigate ul li.active a {
        background: #ff535a;
        color: #fff;
    }

    .box-navigate ul li {
        position: relative;
    }

    .box-navigate ul li a {
    }

    .box-navigate ul li a i {
        display: block;
        position: absolute;
        right: 15px;
        top: 10px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

    .toggle-menu .btn-default,
    .toggle-menu  .dropdown-menu li a {
        font-size: 13px;
    }

    #page_header  ul.nav li a {
        padding: 11px 10px;
    }

    #page_header .header-right .inline {
        padding: 8px 15px;
    }

    #page_header .header-right .social {
        padding-left: 10px;
    }

    #page_header .navbar-default .navbar-brand {
        width: 210px;
        height: 74px;
    }

    #page_header .menu-content {
        padding: 15px 10px 8px;
    }

    #page_header  ul.nav li a {
        padding: 11px 5px;
    }

    .toggle-menu  .dropdown-menu {
        left: auto;
        right: 0px;
    }

    .page-slide .inner .inner-content {
        font-size: 36px;
    }

    .page-slide .inner .inner-content h3 {
        font-size: 27px;
    }

    .toggle-menu  .dropdown-menu li a {
        padding: 6px 15px;
        font-size: 13px;
    }

    .box-post-category .item {
        padding-left: 0;
        margin-bottom: 30px;
    }

    .box-post-category .item-image {
        width: 100%;
        position: static;
        margin-bottom: 10px;
    }

    .box-navigate ul ul {
        position: static;
    }

    .box-navigate ul li ul li a {
        padding-left: 25px;
    }

    .box-post-detail .post-detail {
        padding-right: 0px;
    }

    .box-post-other.box-post-category .item-image {
        position: absolute;
        width: 150px;
    }

    .box-post-other.box-post-category .item {
        padding-left: 165px;
    }

    .btn.btn-style-1 {
        min-width: 115px;
        padding: 10px 20px;
    }

    #page_header {
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition: transform 300ms ease-in-out;
        transition: transform 300ms ease-in-out;
        -ms-transform-origin: top;
        -webkit-transform-origin: top;
        transform-origin: top;
    }

    #page_header.hidden-scroll {
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    .page-main-content .box-header .breadcrumbs {
        margin-top: 5px;
    }

    .page-main-content .box-header .breadcrumbs a:first-child {
        text-indent: -9999px;
        width: 20px;
        height: 23px;
        background: url('../images/icon-home.png') no-repeat center center;
        text-align: left;
    }

    .list-project .item {
        min-height: inherit;
    }
    /*.box-header.box-header-with-cate.fixed{position:fixed; top:0px; width: calc(100% - 30px); margin-right: 30px; background:#fff; z-index: 2;}
    .box-header.box-header-with-cate.fixed.scroll{top:60px;}*/
}

/* Landscape phone to portrait tablet */
@media screen and (max-width:767px) {
    .navbar-header {
        float: left;
    }

    #page_header .menu-content {
        padding: 11px 10px 11px;
        min-height: 60px;
    }

    #page_header .header-right {
        margin-left: 0px;
        float: right;
    }

    #page_header .header-right {
    }

    .toggle-menu .btn {
        height: 38px;
    }

    .toggle-menu .btn:before {
        width: 38px;
        height: 38px;
    }

    #page_header .navbar-default .navbar-brand {
        width: 100px;
    }

    #page_header .navbar-default .navbar-brand img {
        max-width: 65px;
    }

    .toggle-menu  .dropdown-menu {
        top: 47px;
        right: -10px;
        border-top-right-radius: 0px;
    }

    .box-header .breadcrumbs {
        text-align: left;
        font-size: 13px;
    }

    .box-follow {
        margin-top: 24px;
    }

    .page-slide .inner {
        margin-top: -10px;
    }

    .page-slide .inner .inner-content {
        font-size: 27px;
        padding: 10px 32px 6px;
    }

    .page-slide .inner .inner-content h3 {
        font-size: 18px;
    }

    .home-slide .bxslider li span.item {
        height: 320px !important;
    }

    #page_footer .footer-bottom {
        font-size: 13px;
        text-align: left;
    }

    #page_footer .footer-bottom .menu-footer {
        margin-top: 10px;
    }

    #page_header .navbar-default .navbar-brand {
        background: #fff;
    }

    .box-main-content .box-title.big-title {
        font-size: 32px;
        padding-top: 20px;
        background-size: 130px;
    }

    .editor-content h2.page-title {
        font-size: 18px;
    }

    .contactmap {
        height: 320px;
    }

    .box-post-other.box-post-category .item-image {
        position: static;
        width: 100%;
    }

    .box-post-other.box-post-category .item {
        padding-left: 0px;
    }

    .page-gallery-isotope .grid-item,
    .page-gallery-isotope .grid-sizer,
    .page-gallery-isotope .grid-item.grid-item--width2 {

        /* width:calc(100% / 3); */
        width: 100%;
        height: 350px;
    }

    .page-gallery-isotope .grid-item .inner {
        padding-bottom: 0;
    }

    .page-gallery-lightslider .page-gallery ul.light-slider{
        height: 320px;
    }

    .box-bottom .project-other {
        padding-top: 10px;
    }

    .contact-info {
        margin-top: 30px;
    }

    .float-right {
        float: none;
    }

    .box-post-category .item-image .img-responsive{
        width: 100%;
    }

}

/* Landscape phones and down */
@media screen and (max-width:480px) {
    .page-slide .inner {
        margin-top: 0px;
    }

    .home-slide .bxslider li span.item {
        height: 500px !important;
    }

    .page-slide .inner .inner-content {
        font-size: 18px;
        padding: 10px 32px 6px;
    }

    .page-slide .inner .inner-content h3 {
        font-size: 18px;
    }

    .box-header .breadcrumbs {
        font-size: 13px;
    }

    .box-navigate {
        padding-top: 0px;
    }

    .box-navigate ul li,
    .box-navigate ul li a {
        display: block;
    }

    .recuirment-list .panel-heading {
        padding: 0px 15px;
    }

    .recuirment-list .panel-heading a {
        padding: 15px 0px;
        font-size: 14px;
        position: relative;
        padding-right: 15px;
    }

    .recuirment-list .panel-heading a:after {
        content: "\f106";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        right: 0px;
        top: 15px;
        font-size: 18px;
    }

    .recuirment-list .panel-heading a.collapsed:after {
        content: "\f107";
    }

    .btn.btn-style-1 {
        min-width: 100px;
        padding: 10px 20px;
    }

    #page_header .header-right .flag {
        padding-left: 5px;
    }

    .address-footer {
        margin-bottom: 20px;
    }

    .page-gallery-isotope .grid-item,
    .page-gallery-isotope .grid-sizer,
    .page-gallery-isotope .grid-item.grid-item--width2 {

        /* width:calc(100% / 3); */
        width: 100%;
        height: 250px;
    }

    .page-gallery-lightslider .page-gallery ul.light-slider{
        height: 193px;
    }

}

.fa-envelope-o {
    margin-top: 5px;
}

.social-icons .fa-lg {
    margin-top: 9px;
}

.fancybox-image {
    max-width: 100%;
    max-height: none;
    height: auto;
}

.call-to-action {
    text-align: center;
    margin-top: 20px;
}

.call-to-action p{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0px;
    color: #950a0e;
}

.call-to-action .btn-action {
    color: rgb(255, 255, 255);
    font-size: 20px;
    padding: 10px 15px;
    width: 220px;
    text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: rgb(210, 20, 20);
    background: -moz-linear-gradient(90deg, rgb(210, 20, 20) 27%, rgb(250, 20, 20) 70%);
    background: -webkit-linear-gradient(90deg, rgb(210, 20, 20) 27%, rgb(250, 20, 20) 70%);
    background: -o-linear-gradient(90deg, rgb(210, 20, 20) 27%, rgb(250, 20, 20) 70%);
    background: -ms-linear-gradient(90deg, rgb(210, 20, 20) 27%, rgb(250, 20, 20) 70%);
    background: linear-gradient(0deg, rgb(210, 20, 20) 27%, rgb(250, 20, 20) 70%);
    -webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);

}

.contact-info {
    padding: 0;
}
.contact-info .name {
    border-bottom: 1px solid #ccc;
    padding: 15px 20px;    
    background-color: #fff;
}
.contact-info .name img{
    width: 80px;
    height: 80px;
    clear: both;
    margin: 0 20px 0 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
}

.contact-info .intro {
    padding: 15px 20px;
    background-color: #fff;
}

.contact-info .contact-phone {
    background: #bf1e2e;
    padding: 8px 20px;
    color: #fff;
    line-height: 10px;
    z-index: 999;
    border-radius: 30px;
    border: solid 1px #fff;
    text-align: center;
    font-size: 12px;
    width: 150px;
    margin: 5px auto;
}

.contact-info .contact-phone a {
    color: #fff;
}
.contact-info a p {
    text-transform: uppercase;
}

#news-content {
    padding: 0px 15px;
}

#news-content button.close {
    font-size: 40px;
}

.countdown {
    font-size: 27px;
    color: #950a0e;
    font-weight: bold;
    margin-top: 15px;
}

.countdown-section {
    display: inline-block;
        line-height: 20px;
}

.countdown-amount {
    display: block;
    line-height: 20px;
    width: 70px;
}

.countdown-amount:after {
    content: ":";
    position: absolute;
    margin-left: 20px;
    margin-top: -2px;
}

.countdown-section:nth-child(4) .countdown-amount:after {
    content: "";
}

.countdown-period {
    font-size: 11px;
    color: #ccc;
    text-transform: uppercase;  
}

.seo_h1 {
    margin: 0 0 10px 0;
    font-size: 16px;
    text-align: center;
}

div.seo_h1 {
    font-weight: normal;
}

#doubleclick {
    display: inline;
}

#doubleclick img {
    border-style:none;
}

.rating {
    float: right;
    margin-bottom: 10px;
}
.rating-static {
  width: 60px;
  height: 16px;
  display: block;
  background: url('../images/star-rating.png') 0 0 no-repeat;
}

.rating-50 { background-position: 0 0; }
.rating-40 { background-position: -12px 0; } 
.rating-30 { background-position: -24px 0; }
.rating-20 { background-position: -36px 0; }
.rating-10 { background-position: -48px 0; }
.rating-0 { background-position: -60px 0; }
 
.rating-5  { background-position: -48px -16px; }
.rating-15 { background-position: -36px -16px; }
.rating-25 { background-position: -24px -16px; }
.rating-35 { background-position: -12px -16px; }
.rating-45 { background-position: 0 -16px; }

.rating-item {
    font-size: 10px;
    color: #ccc;   
}

.rating-item .name {
    display: none;
}

a.viewmore {
    color: #404040;
    display: inline-block;
    padding: 5px 30px;
    border: 1px solid #ddd;
    border-radius: 0 10px 0 10px;
}

.social-icons {
    display: flex;
    gap: 15px;
    align-items: center;
    line-height: 1;
}

.social-icons a {
    font-size: 30px;
    color: #333;
    text-decoration: none;
}

.social-icons a:hover {
    color: #007bff;
}

.zalo-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.zalo-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.contact-info .name .zalo-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}