/*   
Theme Name: Planb Group
Theme URI: http://vtechhomes.vn
Description: This is Wordpress Sub Theme. Developed by Vtechomes
Author: Duc Thu
Author URI: http://vtechhomes.vn
Version: 1.0.0
*/
.scroll .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 100;
    padding: 5px 0 !important;
    box-shadow: 1px 1px 5px #c6c6c6;
}
ul.list-language {
    position: absolute;
    right: 10px;
    top: 0;
}
ul.list-language li {
    display: inline-block;
}
ul.list-language li img {
    display: none;
}
ul.list-language li a {
    display: inline-block;
    width: 24px;
    height: 16px;
}
ul.list-language li.lang-item-vi {
    margin-right: 2px;
}
ul.list-language li.lang-item-vi a {
    background: url('images/icons/flag-vi.jpg') no-repeat center;
}
ul.list-language li.lang-item-en a {
    background: url('images/icons/flag-en.jpg') no-repeat center;
}
#navbarMainMenu {
    margin-top: 60px;
}
.main-menu .navbar-nav .nav-link {
    font-family: 'VNGothamExtraLight', sans-serif;
    text-transform: uppercase;
    color: #58595b;
    font-size: 17px;
    font-weight: 700;
    padding: 0 10px;
}
.main-menu .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #2b398b;
}
.section-slider img {
    width: 100%;
}
.about-bg-left {
    height: 490px;
}
.about-bg-right {
    height: 450px;
    margin-top: 40px;
}
.wrap-about-info {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    margin: auto;
}
.section-about {
    margin-top: -40px;
}
.about-thumb {
    margin-top: 30px;
}
.box-title:before {
    display: none;
    position: absolute;
    content: "";
    width: 1px;
    height: 40px;
    background-color: #fff;
    left: 83px;
    top: -30px;
    transform: rotate(45deg);
}
.box-title:after {
    display: none;
    position: absolute;
    content: "";
    width: 1px;
    height: 40px;
    background-color: #fff;
    left: 25px;
    bottom: -30px;
    transform: rotate(45deg);
}
.box-title.text-light:before, .box-title.text-light:after {
    background-color: #58595b;
}
.serivce-title {
    position: relative
}
.serivce-title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    top: 18px;
    left: 0;
    z-index: 1;
}
.page-title {
    max-width: 85%;
    margin: auto;
}
.page-title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #96a8ce;
    bottom: 18px;
    left: 0;
    z-index: 1;
}
.sub-page-title:after {
    bottom: 10px;
}
.sub-page-title .sub-title {
    letter-spacing: 1px;
}
.page-title .sub-title {
    position: relative;
    display: inline-block;
    background-color: #fff;
    letter-spacing: 6px;
    z-index: 2;
    padding: 0px 10px;
}
.serivce-title h3 {
    background-color: #2b398b;
    padding: 0px 10px;
    position: relative;
    z-index: 2;
}
.page-head .serivce-title h1 {
    background-color: #2b398b;
    padding: 0px 10px;
    position: relative;
    z-index: 2;
    letter-spacing: 6px;
}
.page-head .serivce-title:after {
    top: 33px;
}
.line-small {
    width: 30%;
    height: 1px;
    margin:  auto;
}
.line-title {
    height: 1px;
    width: 180px;
    background-color: #b1b2b2;
}
.wrap-project {
    border-bottom: 2px solid #344295;
}
.item-partner {
    padding: 5px;
}
.partner-logo {
    height: 50px;
}
.menu-footer li a {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.contact-form label {
    position: absolute;
    top: 8px;
    left: 15px;
    z-index: 9;
}
.contact-form br {
    display: none;
}
.contact-form .form-control {
    padding-left: 70px;
}
.tt-banner img {
    width: 100%;
    max-height: 260px;
}
.read-more {
    position: absolute;
    bottom: 5px;
    left: 15px;
}
#modalProjectDetail .modal-body {
    overflow-y: scroll;
    height: 85vh;
}
.box-footer {
    position: relative;
    z-index: 2;
}
.footer:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 410px;
    height: 100%;
    background: url('images/icons/bg-footer-right.png') no-repeat top left;
    background-size: cover;
    z-index: 1;
    opacity: 0.5;
}
#overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('images/icons/bg-overlay.png') repeat;
    z-index: 99;
}
#overlay.show {
    display: block;
}