.footer-custom{
    position: relative;
    font-size: 18px;
    color: #797979;
    font-weight: 500;
    border-top: 1px solid #ddd;
}
.footer-custom .bg-overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url('https://efulfillment.vn/wp-content/themes/hello-elementor/assets/images/bg-footer.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .25;
    z-index: 1;
}
.footer-custom .container{
    position: relative;
    z-index: 2;
    max-width: 1280px;
}
.footer-custom .footer-top{
    padding-top: 30px;
    padding-bottom: 30px;
    
}
.footer-custom  .footer-top .footer-item{
    margin: 20px 0;
}
.footer-custom  .footer-top .footer-item .footer-title{
    font-size: 20px;
    font-weight: 700;
    color: #292b37;
    margin-bottom: 20px;
}
.footer-custom  .footer-top .footer-item .footer-menu ul{
    list-style-type: none;
    padding: 0px;
}
.footer-custom  .footer-top .footer-item .footer-menu ul li{
    margin: 10px 0;
}
.footer-custom  .footer-top .footer-item .footer-menu ul li a{
    text-decoration: none;
    font-size: 18px;
    color: #f75928;
    font-weight: 700;
    transition: .5s;
}
.footer-custom  .footer-top .footer-item .footer-menu ul li a:hover{
    color: #292b37;
}
.footer-custom  .footer-top .footer-item .footer-form .form-control{
    height: 48px;
    margin-bottom: 15px;
}
.footer-custom  .footer-top .footer-item .footer-form .form-control::-webkit-input-placeholder { 
  color: #969696;
}

.footer-custom  .footer-top .footer-item .footer-form .form-control:-ms-input-placeholder {
  color: #969696;
}

.footer-custom  .footer-top .footer-item .footer-form .form-control::placeholder {
  color: #969696;
}
.footer-custom  .footer-top .footer-item .footer-form .btn-footer{
    text-align: center;
    background: #f75928;
    color: #fff;
    font-size: 18px;
    width: 100%;
    height: 48px;
    font-weight: 700;
}
.footer-custom  .footer-top .footer-item .footer-form .btn-footer:hover{
    background: #292b37;
}
.footer-custom  .footer-top .footer-item .footer-logo img{
    height: 70px;
}
.footer-custom  .footer-top .footer-item .footer-text{
    font-size: 16px;
    line-height: 1.6;
    color: #303030;
    margin-bottom: 15px;
}
.footer-custom  .footer-top .footer-item .footer-text-2 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
}
.footer-custom  .footer-top .footer-item .footer-text-2 .icon{
    width: 18px;
    display: inline-block;
    vertical-align: top;
}
.footer-custom  .footer-top .footer-item .footer-text-2 .text{
    display: inline-block;
    width: calc(100% - 25px);
    vertical-align: top;
    padding-left:5px;
}
.footer-custom  .footer-top  .footer-social{
    margin-top: 20px;
}
.footer-custom  .footer-top  .footer-social a{
    text-decoration: none;
}
.footer-custom  .footer-top  .footer-social .social-item{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f75928;
    padding: 1px 9px;
    transition: 0.5s;
    display: inline-block;
    margin-right: 10px;
}
.footer-custom  .footer-top  .footer-social .social-item:hover{
    background: #292b37;
}
.footer-custom  .footer-bottom{
    border-top: 1px solid #ddd;
    padding: 30px 0;
    text-align: center;
    font-size: 18px;
}

.header-custom .nav-menu{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.header-custom .container{
    max-width: 1280px;
}
.header-custom .header-logo{
    width: 250px;
    float: left;
    padding-top: 4px;
}
.header-custom .header-menu{
    width: calc(100% - 500px);
    float: left; 
}
.header-custom .header-translate{
    width: 30px;
    float: right;
    margin-top: 30px;
    margin-right: 10px;
}
.header-custom .header-login{
    width: 200px;
    float: right;
    padding-top: 15px;
}
.header-custom .header-login .btn-login{
    text-align: center;
    background: #f75928;
    color: #fff;
    font-size: 18px;
    width: 100%;
    height: 56px;
    font-weight: 700;
	padding:12px
}
.header-custom .header-menu .navbar  {
    padding: 0;
}
.header-custom .header-menu .navbar .navbar-nav .nav-link {
    padding: 30px;
    color: #303030;
    font-size: 18px;
    font-weight: 700;
}
.header-custom .header-menu .navbar .navbar-nav .nav-link:hover{
    color: #f75928;
    background: #f3f3f3;
}
.header-custom .header-menu .dropdown:hover .dropdown-menu{
    display: block;
    top: 97%;
    padding: 0;
    min-width: 200px;
    left: 15px;
    border-bottom: 4px solid var(--mint-blue);
    border-top: unset;
    border-right: unset;
    border-left: unset;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
}
.header-custom .header-menu .dropdown-item {
    padding: 12px 15px;
    border-bottom: 1px solid #ececec;
    font-size: 17px;
    transition: .7s ease;
    color: #505050 !important;
    font-weight: 500;
}
.header-custom .header-menu .dropdown-menu::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    top: -4px;
    right: 0;
    left: -175px;
    margin: 0 auto;
    right: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    -webkit-box-shadow: -1px -1px 2px -1px rgba(0, 0, 0, 0.2);
    box-shadow: -1px -1px 2px -1px rgba(0, 0, 0, 0.2);
    z-index: -1;
}
.visible-xs {
    display: none !important;
}
.hidden-xs {
    display: block !important;
}
@media only screen and (max-width: 768px) {
    .visible-xs {
        display: block !important;
    }
    .hidden-xs {
        display: none !important;
    }
    .header-custom .header-logo,
    .header-custom .header-login {
        display: none;
    }
    .header-custom .header-menu {
        width: 100%;
        padding: 0;
        margin: 8px 0;
    }
    .header-custom .header-menu .navbar .img-logo{
        width: 125px;
    }
    .header-custom .header-menu .navbar  .navbar-toggler{
        background: #fff;
    }
    .header-custom .header-menu .navbar  .navbar-toggler:focus{
        background: #f75928;
    }
    .header-custom .header-menu .navbar .navbar-nav .nav-link{
        padding: 10px 15px;
    }
    .page-header .entry-title{
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
    .header-custom .header-logo{
        width: 180px;
    }
    .header-custom .header-menu{
        width: calc(100% - 330px);
    }
    .header-custom .header-menu .navbar .navbar-nav .nav-link{
        padding: 15px;
        font-size: 15px;
    }
    .header-custom .header-login{
        width: 150px;
        
    }
    .header-custom .header-login .btn-login{
        font-size: 15px;
        height: 40px;
        padding: 8px;
    }
}
.content-post{
    font-size: 14px;
    line-height: 1.6;
    margin: 70px 0;
}
.content-post strong, .content-post b{
    color: #303030;
}
.tbl-post td, 
.tbl-post th{
    padding: 5px;
    vertical-align: middle;
}
.tbl-post tbody>tr:nth-child(odd)>td, 
.tbl-post tbody>tr:nth-child(odd)>th,
.tbl-post tbody tr:hover>td, 
.tbl-post tbody tr:hover>th{
    background-color: #fff !important;
}
.tbl-post thead>tr>th{
    background: #292b37;
    color: #fff;
    text-align: center;
}
.tbl-post td a{
    text-decoration: underline;
    color: royalblue;
}
.post-588 .page-content,
.post-template-default .page-content{
    margin:80px 0;
}
.post-588 .wpforms-container .wpforms-field{
    padding: 10px 0 !important;
}
.post-588 div.wpforms-container-full .wpforms-field-label{
    width: 350px;
    display: inline-block;
    font-size: 14px;
}
.post-588 div.wpforms-container-full input[type=text],
.post-588 div.wpforms-container-full input[type=email],
.post-588 div.wpforms-container-full select,
.post-588 div.wpforms-container-full textarea
{
    display: inline-block;
    width: calc(100% - 350px);
    max-width: unset;
    font-size: 14px;
}
.post-588 div.wpforms-container-full  legend{
    float: left;
}
.post-588 div.wpforms-container-full ul{
    width: calc(100% - 350px);
    float: right;
}
.post-588 .has-x-large-font-size{
    color: #303030;
    font-weight: 700;
}
.post-588 .wpforms-submit-container{
    text-align: center;
}
.post-588 .wpforms-submit-container button[type=submit]{
    text-align: center;
    background-color: #f75928 !important;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 30px;
}
.post-588 div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input+label{
    font-size: 14px;
    margin-top: 3px;
}
@media only screen and (max-width: 990px) {
    .post-588 div.wpforms-container-full .wpforms-field-label{
        width: 100%;
    }
    .post-588 div.wpforms-container-full input[type=text],
    .post-588 div.wpforms-container-full input[type=email],
    .post-588 div.wpforms-container-full select,
    .post-588 div.wpforms-container-full textarea,
    .post-588 div.wpforms-container-full ul{
        width: 100%;
    }
}

.section-blog{
    padding: 70px 0 !important;
    color: #292b37;
    margin: 70px 0 0;
}
.section-blog .item{
    margin: 15px 0;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.4;
}
.section-blog .item:hover{
    box-shadow: 0 0 30px 0 rgba(0,0,0,.15)
}
.section-blog .item .item-img{
    height: 200px;
    position: relative;
    overflow: hidden;
}

.section-blog .item.big .item-img{
    height: 300px;
}
.section-blog .item .item-img img{
    width: 100%;
    cursor: pointer;
    position: absolute;
    left: -50%;
    right: -50%;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.7s ease-in-out;
}
.section-blog .item.big .item-content{
    padding: 30px;
}
.section-blog .item .item-content{
    padding: 20px;
}
.section-blog .item .item-title{
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
}
.section-blog .item.big .item-title{
    font-size: 40px;
}
.section-blog .item .item-descript{
    margin: 15px 0;
    color: #777;
}
.section-blog .item .item-date{
    border-top: 1px solid #adadad;
    padding-top: 15px;
    color: #adadad;
    font-size: 14px;
}
 .section-blog .bg-right{
    padding: 15px 0;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.section-blog .bg-right .img{
    position: absolute;
    top: 15px;
    bottom: 15px;
    border-radius: 8px;
    z-index: 1
}
.section-blog .bg-right .img img{
    height: 100%;
    width: auto;
    max-width: unset;
}
.section-blog .bg-right::after{
    content: " ";
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    bottom: 15px;
    background: rgb(33 54 79 / 90%);
    z-index: 2
}
.section-blog .bg-right .text{
    position: absolute;
    z-index: 3;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 300px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.4;
}
.section-blog a:hover{
    color: #292b37;
    text-decoration: unset;
}