/* module account */
.box-account{
    margin-bottom: 10px;
}
.box-account .img-account{
    width: 40px; height: 40px;
    margin: 0 auto;
}
.box-account ul.not-logged{
    float: left;
    clear: both;
    width: 100%;
}
.box-account ul.not-logged li{
    list-style: none
}
.box-account ul.not-logged li a{    
    background: #DCDCDC;
    padding: 10px 12px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;    
    display: block;
    margin: 5px 0;
}
.box-account ul.not-logged li a.active{
    background: #b09d7b;
    color: #ffffff;
}
.box-account .account{  
    padding: 10px 10px 0 10px;
    text-align: center;
}
.box-account .account form{
    text-align: left;
    float: left;
}
.account-login,.account-register{
    display: none
}
.account-login.active,.account-register.active{
    display: block
}
.box-account .button-register-login{    
    background: #707070;
    border: 0;
    outline: none;
    color: #FFF;
    padding:5px 10px;
    float: right;
    margin-bottom: 10px;
}

/*module carousel*/
.module_carousel {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0 100px;
}
.module_carousel .item {
    padding: 30px;
}
.module_carousel .inner-item {
    padding: 10px;
    border-radius: 5px;
}

/* module banner */
.module_banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*module slideshow*/
.slideshow{
    position:relative;
    overflow: hidden;
}
.owl-carousel {
    margin: 0;
    background: transparent;
}
.slideshow img{
    width: 100%;
}
.slideshow .owl-controls {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}
.slideshow .owl-pagination {
    top: 0;
}
.slideshow .owl-controls .owl-page span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    box-shadow: none;
}
.slideshow .owl-controls .owl-page.active span{
    background: #013064;
}

/* info home */
.md-info-home {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.md-info-home .box-heading h2 {
    margin-bottom: 50px;
}
.info-home-item {
    height: 100%;
    background: #fff;
    box-shadow: 0px 0px 19px -7px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    border: 2px solid transparent;
    text-align: center;
    padding: 50px 0 30px;
    transition: all 0.3s;
}
.info-home-item.active {
    border-color: #013064;
}
.info-home-item .icon {
    height: 145px;
    display: flex;
    align-items: flex-end;
}
.info-home-item .icon img {
    max-height: 142px;
    filter: grayscale(100%);
}
.info-home-item.active .icon img {
    filter: grayscale(0%);
}
.info-home-item h3 {
    margin: 15px 0 5px;
    font-size: 20px;
    font-weight: 700;
    min-height: 78px;
    line-height: 1.3;
    color: #6A6A6A;
    white-space: pre-wrap;
}
.info-home-item.active h3 {
    color: #013064;
}
.info-home-item span.view-detail {
    display: inline-flex;
    align-items: center;
    height: 42px;
    line-height: 42px;
    padding: 0 25px;
    background: #D9D9D9;
    color: #fff;
    border-radius: 15px;
    margin-top: 15px;
    white-space: nowrap;
}
.info-home-item.active span.view-detail {
    background: #0F3373;
}
.info-home-item span.view-detail svg {
    margin-left: 10px;
}


/* featured product */
.featured-product {
    padding-top: 60px;
    overflow-x: hidden;
}
body.product-productall .featured-product {
    padding-top: 0;
}
body.product-productall .featured-product .box-heading {
    display: none;
}
.products-featured-slide {
    background: #f3f1f2;
}
.products-featured-slide a {
    outline: none;
}
.item-product-featured {
    padding: 0 2px;
}
.item-product-featured .image {
    position: relative;
    text-align: center;
    width: 100%;
    overflow: hidden;
}
.item-product-featured .image img {
    transition: all 0.5s;
    display: inline-block
}
.item-product-featured:hover .image img {
    transform: scale(1.1);
}
.item-product-featured .info-p {
    opacity: 0;
    background: #fff;
    padding: 0 60px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slick-current.slick-active .item-product-featured .info-p {
    opacity: 1;
}
.item-product-featured .info-p-left {
    padding-top: 10px;
    width: calc(100% - 115px);
    padding: 10px 0 0;
    display: flex;
    align-items: center;
}
.item-product-featured .over-name {
    padding-right: 75px;
}
.item-product-featured span.text-project {
    text-transform: uppercase;
    font-size: 20px;
}
.item-product-featured .info-number-p {
    display: inline-flex;
}
.item-product-featured .info-p-left h3.name {
    margin: 0;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
}
.item-product-featured .info-p-left h3.name a {
    color: #0F3373;
}
.item-product-featured .info-p-left h3.name a:hover {
    color: #e2ca84;
}
.item-product-featured .income,
.item-product-featured .info-address {
    padding-right: 75px;
}
.item-product-featured .income span,
.item-product-featured .info-address span {
    display: block;
    white-space: nowrap;
}
.item-product-featured .income span.number {
    color: #0F3373;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}
.item-product-featured .info-address span.address {
    margin-top: 6px;
}
.item-product-featured .info-p-right {
    width: 115px;
    text-align: right;
}
.item-product-featured .info-p-right a {
    height: 42px;
    line-height: 42px;
    display: inline-flex;
    align-items: center;
    background: #0F3373;
    padding: 0 15px;
    border-radius: 15px;
    color: #fff;
    white-space: nowrap;
}
.item-product-featured .info-p-right a svg {
    height: 15px;
    width: 24px;
    margin-left: 3px;
}
.item-product-featured .info-p-right a:hover {
    background: #e2ca84;
    color: #0F3373;
}



/* module carousel*/
.box.module-carousel {
    padding: 35px 0;
    clear: both;
}
.box.module-carousel .owl-carousel {
    background: transparent;
    margin: 0;
}
.box.module-carousel .owl-item .item{
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    overflow: hidden;
    padding: 15px 0;
    display: block;
    position: relative;
}
.box.module-carousel .owl-item .item img {
    width: auto;
    margin: auto;
    max-width: 100%;
    display: inline-block;
    max-height: 100%;
    transition: all 0.3s
}
.box.module-carousel .owl-item .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

/* module categories combopro*/
.product-by-type .tab-content {
    border: 0;
    padding: 0;
    min-height: unset;
    margin-bottom: 0;
}

/* module contact us*/
.contact_us_home {
    padding: 60px 0 45px;
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}
.contact_us_home h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 700;
}
.contact_us_home p {
    color: #bbb;
    font-size: 14px;
    margin-bottom: 20px;
    white-space: pre-wrap;
}
.form-newsletter input[type="email"] {
    height: 40px;
    border: none;
    vertical-align: top;
    padding: 5px 15px;
    background: #fff;
    color: #999;
    width: 35%;
    font-size: 13px;
    display: inline-block;
    border-radius: 0;
}
.form-newsletter button.send-mail {
    height: 40px;
    min-width: 105px;
    margin-left: -4px;
    text-transform: uppercase;
    font-size: 12px;
    transition: 0.3s all ease 0s;
    font-weight: 500;
    color: #fff;
    background: #000;
    border-radius: 0;
    border: 0;
}
.form-newsletter button.send-mail:hover{
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

/*module form_change*/
.form-change .box-content {
    width: 100%;
    display: inline-block;
}
.form-change button.close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    opacity: 1;
    width: 35px;
    height: 30px;
}
.form-change .modal-body {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.form-change p.subtitle {
    color: #fff;
    margin: 0;
    padding: 0 0 10px;
}
.form-change label {
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 16px;
}
.form-change input[type='text'], input[type='password'], textarea{
    color: #000;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #000;
    font-weight: 400;
    height: 45px;
    line-height: 45px;
}
.form-change #button-send-book {
    background: #0F3373;
    color: #fff;
    font-size: 16px;
    height: 45px;
    border: 0;
    outline: none;
    padding: 0 30px;
    border-radius: 5px;
    transition: all 0.3s;
}
.form-change #button-send-book:hover {
    background: #e2ca84;
    color: #0F3373;
}

/* module  news-latest*/
.box-news-latest{
    display: block;
    clear: both;
    padding: 80px 0 60px;
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.box-news-latest .box-heading {
    margin-bottom: 35px;
}
.box-news-latest .box-heading h2 {
    margin-bottom: 0;
}
.box-news-latest .box-heading p {
    font-size: 22px;
    color: #0F3373;
}
.box-news-latest .col-md-4:nth-child(3n + 1) {
    clear: both;
}
.box-news-latest a.btn-view-more {
    display: inline-block;
    background: #013064;
    color: #fff;
    padding: 10px 40px;
    font-size: 22px;
    margin-top: 20px;
    border: 2px solid #013064;
    border-radius: 5px;
}
.box-news-latest a.btn-view-more:hover {
    background: #fff;
    color: #013064;
}
/*.box-news-latest .owl-item .item{
    margin: 0 15px 15px;
}
.box-news-latest .owl-carousel .owl-prev,
.box-news-latest .owl-carousel .owl-next {
    top: -90px;
    width: 45px;
    height: 45px;
}
.box-news-latest .owl-carousel .owl-prev,
.box-news-latest .owl-carousel:hover .owl-buttons .owl-prev {
    left: auto;
    right: 70px;
}
.box-news-latest .owl-carousel .owl-next,
.box-news-latest .owl-carousel:hover .owl-buttons .owl-next {
    right: 15px;
}
.box-news-latest .owl-carousel .owl-buttons [class*=owl-]:hover {
    background-color: #013064;
    box-shadow: 1px 1px 8px rgb(1 48 100 / 80%);
}
.box-news-latest .owl-carousel .owl-buttons div i {
    line-height: 43px;
    color: #013064;
}
.box-news-latest .owl-carousel .owl-buttons div:hover i {
    color: #fff;
}*/

/* box news content */
.box-news-content .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 5px;
}
.box-news-content .image img{
    width: 100%;
    transition: all 0.5s;
}
.box-news-content:hover .image img{
    transform: scale(1.1);
}
.box-news-content .info-news {
    color: #383838;
    font-size: 14px;
    line-height: 1;
}
.box-news-content .info-news a.link-view-more {
    color: #4871BA;
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #d6d6d6;
    font-weight: 700;
}
.box-news-content .info-news span.date{
    font-weight: 700;
}
.box-news-content .info-news a.link-view-more:hover {
    text-decoration: underline;
}
.box-news-content .info-news .author {
    text-transform: capitalize;
}
.box-news-content .name {
    color: #111;
    margin: 5px 0 10px;
}
.box-news-content .name a {
    font-size: 20px;
    color: #111;
    font-weight: 600;
}
.box-news-content .name a:hover{
    color: #586bb0;
}
.box-news-content .excerpt{
    color: #333;
    margin-bottom: 10px;
}
.box-news-content .continue_red a {
    color: #000;
    font-size: 13px;
    text-transform: capitalize;
}
.box-news-content .continue_red a:after {
    content: "\f105";
    font-family: "FontAwesome";
    padding: 5px;
    vertical-align: middle;
}
.box-news-content ul li {
    line-height: 19px;
}

.md-news-latest-column .image {
    width: 80px;
    float: left;
}
.md-news-latest-column .box-news-content .name {
    width: calc(100% - 80px);
    float: right;
    padding-left: 10px;
    white-space: unset;
}
.md-news-latest-column .box-news-content .name a {
    font-size: 14px;
    text-transform: unset;
}

/*module project latest */
.md-project-last {
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 120px;
}
.project-last-content {
    color: #fff;
    text-align: justify;
}