/*header slider*/
.ad-slider{
    display: block!important;
}
.ad-header-sider-bg{
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-size: cover;
}



/*home single header*/
.home-single-header{
    min-height: 600px;
    width: 100%;
    background-position: center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.home-single-header:before{
    content: '';
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.home-single-header-apply-job{
    margin-top:60px;
    /*margin-bottom: 60px;*/
}
.home-single-header-button{

}

.btn-apply-cv{
    border-radius: 3px;
    padding: 15px 45px;
    color: #ffffff;
    background-color: #1d6689;
    box-shadow: 2px 2px 3px 1px #efefef;
    font-size: 16px;
    min-height: 50px;
    transition: .3s;
}
.btn-apply-cv:hover{
    color: #ffffff;
    opacity: .8;
    text-decoration: none;
    transition: .3s;
}
.bg-ping{
    background-color: #d1a94e!important;
}
.home-single-header-select{
    width: 423px;
    max-width: 100%;
    margin-top: 30px;
}
.home-single-header-select .selectric{
    border: solid 1px #1d6689;
    box-shadow: 2px 2px 3px 1px #efefef;
    border-radius: 3px;
}
.home-single-header-select .selectric-label{
    height: 50px;
    font-size: 16px;
    line-height: 50px;
}
.home-single-header-select  .selectric-button{
    height: 50px;
}
.home-single-header-select .selectric-items li{
    font-size: 16px;
}
.home-single-header-container{
    padding-left: 15px;
    padding-right: 15px;
}
.home-search-form{
    text-align: left;
}
.dropbtn {
    border: solid 1px #1d6689;
    box-shadow: 2px 2px 3px 1px #efefef;
    border-radius: 3px;
    display: block;
    width: 100%;
    background-color: #ffffff;
    color: #2f2f2f;
    text-align: left;
    position: relative;
    font-weight: 400;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    font-size: 14px;
}
.dropbtn:after{
    font-family: "Font Awesome 5 Pro";
    content: "\f0dd";
    font-weight: 600;
    position: absolute;
    top: 0px;
    right: 15px;
    color: #b7b7b7;
}


/*.dropbtn:hover, .dropbtn:focus {*/
/*background-color: #2980B9;*/
/*}*/

.cus-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 100%;
    overflow: auto;
    box-shadow: 1px 2px 10px 0px rgba(50, 50, 50, 0.2);
    z-index: 1;
    border-radius: 3px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.cus-dropdown a:hover {
    background-color: #f3f3f3;
}

.show {display: block;}


.home-single-header-social{
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 2;
    color: #FFFFFF;
}
.home-single-header-social ul{
    padding-left: 0;
    margin-left: 0;
}
.home-single-header-social ul li{
    list-style-type: none;
}
.home-single-header-social ul li a{
    font-size: 20px;
    color: #FFFFFF;
}
.home-single-header-container{
    width: 800px;
    max-width: 100%;
    color: #FFFFFF;
    padding-top: 100px;
}


/*search form*/
.ess-search-form{
    background-color: #1d6689;
    padding: 15px;
    box-shadow: 2px 2px 3px 1px #efefef;
    border-radius: 3px;
}







/*Job Feature*/
.ess-home-box{
    position: relative;
}
.ess-home-box-header{
    margin-bottom: 20px;
}
.ess-home-box-header h2{
    font-size: 28px;
    font-weight: 500;
}

.job-feature-item-main-box{
    margin-bottom: 30px;
}
.job-feature-item-main-box a:hover{
    text-decoration: none;
}
.job-feature-item-box{
    background-color: #ffffff;
}

.box-border{
    border-radius: 3px;
    border: solid 1px #eeeeee;
    box-shadow: 1px 1px 1px 0px rgba(95, 95, 95, 0.18);
}
.ess-job-feature{
    /*background-color: #ffffff;*/
    padding: 15px 0;
}
.job-feature-item-main-box h3{
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
}
.job-feature-item-list{
    border-bottom: solid 1px #eeeeee;
    padding: 10px 15px 10px 15px;
    transition: .3s;
}
.job-feature-item-list:hover{
    /*background-color: #1d6689;*/
    border-bottom: solid 1px #1d6689;
    color: #ffffff;
    opacity: .8;
    transition: .3s;
}
.job-feature-item-list a{

}
.job-feature-item-list a:hover{
    text-decoration: none;
}
.job-feature-item-list h5{
    font-size: 15px;
    font-weight: 500!important;
    padding-bottom: 2px;
}
.job-feature-item-list-sub{
    font-size: 12px;
    color: #858585;
}
.job-feature-item-list-sub-company b{
    width: 80px;
    display: inline-flex;
}
.job-feature-item-box ul {
    padding-left: 0;
    margin-left: 0;
}
.job-feature-item-box ul li{
    list-style-type: none;
}
.job-feature-item-company{
    max-width: 120px;
}
.ess-home-box-tab{
    position: absolute;
    right: 0px;
    top: -57px;
}
.ess-home-box-tab .nav-tabs{
    border-bottom: solid 0px #eeeeee;
}
.ess-home-box-tab .nav-tabs .nav-item.show .nav-link,.ess-home-box-tab .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #d1a94e!important;
    border-color: #d1a94e!important;
    border-radius: 3px!important;
}
.ess-home-box-tab .nav-tabs .nav-link {
    color: #ffffff;
    background-color: #1d6689!important;
    border-color: #1d6689!important;
    border-radius: 3px!important;
    margin-right: 4px;
    padding-top: 6px!important;
    padding-bottom: 6px!important;
}
.job-feature-see-more{
    padding: 6px 15px;
    text-align: center;
    display: block;
}



/*Job List*/
.job-list-main-box{

}

.job-list-main-box .job-feature-item-box{
    margin-bottom: 5px;
}
.job-list-sidebar-box{
    background-color: #ffffff;
    padding: 15px;
}
.job-list-filter-title{

}
.job-list-filter-title h4{
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
}
.job-list-more{
    background-color: #1d6689;
    max-width: 180px;
    color: #fff;
    width: 130px;
    height: 35px;
    cursor: pointer;
    line-height: 35px;
    text-align: center;
    display: none;
    transition: .3s;
}
.job-list-more:hover{
    opacity: .8;
    transition: .3s;
}
.job-list-more input{
    display: none;
}
.job-list-more .form-check{
    padding-left: 0;
    cursor: pointer;
}
.job-list-more .form-check-label{
    cursor: pointer;
}
.job-list-more {

}

.job-sidebar{
    width: 28%;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
}
.job-main-content{
    width: 71%;
    max-width: 100%;
    padding: 0 15px;
}
.job-list-more-top{
    position: absolute;
    top: -5px;
    right: 15px;
    display: block;
}

.job-list-main-box  .job-feature-item-main-box h3{
    padding-right: 130px;
}
.job-sidebar .selectric{
    box-shadow: 1px 1px 1px 0px rgba(177, 177, 177, 0);
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    /*position: absolute;*/
    /*left: -9999px;*/
}
input[type="radio"]:not(:checked):before{
    content: '';
    border: solid 1px #1d6689;
    background-color: #ffffff;
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 2px;
}
input[type="radio"]:checked:before{
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    border: solid 1px #1d6689;
    background-color: #ffffff;
    width: 15px;
    height: 15px;
    display: block;
    line-height: 15px;
    border-radius: 2px;
}
.form-check-label{
    cursor: pointer;
}
/*[type="radio"]:checked + label,*/
/*[type="radio"]:not(:checked) + label*/
/*{*/
    /*position: relative;*/
    /*padding-left: 28px;*/
    /*cursor: pointer;*/
    /*line-height: 20px;*/
    /*display: inline-block;*/
    /*color: #666;*/
/*}*/
/*[type="radio"]:checked + label:before,*/
/*[type="radio"]:not(:checked) + label:before {*/
    /*content: '';*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 18px;*/
    /*height: 18px;*/
    /*border: 1px solid #ddd;*/
    /*border-radius: 100%;*/
    /*background: #fff;*/
/*}*/
/*[type="radio"]:checked + label:after,*/
/*[type="radio"]:not(:checked) + label:after {*/
    /*content: '';*/
    /*width: 12px;*/
    /*height: 12px;*/
    /*background: #F87DA9;*/
    /*position: absolute;*/
    /*top: 4px;*/
    /*left: 4px;*/
    /*border-radius: 100%;*/
    /*-webkit-transition: all 0.2s ease;*/
    /*transition: all 0.2s ease;*/
/*}*/
/*[type="radio"]:not(:checked) + label:after {*/
    /*opacity: 0;*/
    /*-webkit-transform: scale(0);*/
    /*transform: scale(0);*/
/*}*/
/*[type="radio"]:checked + label:after {*/
    /*opacity: 1;*/
    /*-webkit-transform: scale(1);*/
    /*transform: scale(1);*/
/*}*/





/*company list*/
.company-feature-item-box{
    background-color: #ffffff;
    padding: 0 15px;
    margin-bottom: 30px;
}
.company-feature-item-box a:hover{
    text-decoration: none;
}
.company-feature-item-logo{
    margin: 15px 0;
    padding-right: 15px;
    height: 105px;
    border-right: solid 1px #eeeeee;
}
.company-feature-item-logo-bg{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.company-feature-item-title{
    padding-top: 20px;
}
.company-feature-item-title h5{
    font-weight: 500!important;
}
.company-feature-item-content{
    padding-top: 11px;
}
.company-feature-item-content p{
    margin-top: 0;
    margin-bottom: 17px;
}
.btn-position{
    border-radius: 3px;
    padding: 10px 25px;
    color: #ffffff!important;
    background-color: #1d6689;
    font-size: 14px;
    transition: .3s;
}
.btn-position:hover{
    color: #ffffff!important;
    opacity: .8;
    text-decoration: none;
    transition: .3s;
}
.company-feature-item-list .col-7{
    padding-left: 0px!important;
}

.ess-Company-filter{
    margin-bottom: 40px;
}

.job-list-sidebar-box h5{
    margin-bottom: 15px;
    font-weight: 500;
}
.job-list-sidebar-box .form-check-input{
    width: auto;
    position: absolute;
}
.job-list-sidebar-box .selectric-label{
    line-height: 40px!important;
    height: 40px!important;
}
.job-list-sidebar-flied .form-check{
    padding-bottom: 5px;
}



/*Project*/
.project-box{
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 30px;
}
.project-box a:hover{
    text-decoration: none;
}
.project-box-img{
    border-radius: 3px;
    overflow: hidden;
}
.project-box-content {
    margin-top: 15px;
    border-left: solid 2px #eee;
    padding-left: 15px;
    transition: .3s;
}
.project-box-desc{
    padding-top: 10px;
}
.project-box a:hover .project-box-content{
    border-left: solid 2px #1d6689;
    transition: .3s;
}
.project-box-style-2{
    padding-top: 15px;
    padding-bottom: 15px;
}
.project-box-style-2 .project-box-content {
    margin-top: 15px;
    border-left: solid 0px #eee;
    padding-left: 0px;
    transition: .3s;
}
.hosts-item-link{
    margin-top: 25px;
}


/*Ad Empty Space*/
.space-desktop{
    display: block;
}
.space-tablet{
    display: none;
}
.space-mobile{
    display: none;
}


/*Job wanted*/
.company-job-wanted-item-box{

}
.company-job-wanted-item-box .company-feature-item-title{
    padding-top: 10px;
}
.company-job-wanted-item-box .company-feature-item-content {
    padding-top: 5px;
}

.job-wanted-content-list{
    font-size: 12px;
}
.job-wanted-content-list ul{
    padding-left: 0;
    margin-left: 0;
}
.job-wanted-content-list ul li{
    list-style-type: none;
    padding: 0;
}
.job-wanted-content-link{
    margin-top: 10px;
}
.btn-job-view{
    padding: 5px 15px;
    background-color: #1d6689;
    border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
    transition: .3s;
}
.btn-job-view:hover{
    color: #ffffff;
    opacity: 0.8;
    transition: .3s;
}

/*Testimonial*/
.testimonial-box{
    padding: 30px;

}
.testimonial-content{
    /*text-align: center;*/
}
.testimonial-desc{
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
}
.testimonial-img{
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.testimonial-title{
    margin-bottom: 15px;
}
.testimonial-title h4{
    font-size: 18px;
}
.btn-read-more{
    background-color: #1d6689;
    border-radius: 3px;
    color: #ffffff;
    transition: .3s;
    width: 100%;
    max-width: 160px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
}
.btn-read-more:hover{
    color: #ffffff;
    opacity: .8;
    text-decoration: none;
    transition: .3s;
}
.display-flex{
    display: flex;
}
.testimonial-nav{
    margin-top: 15px;
}
.testimonial-nav .owl-theme .owl-nav [class*='owl-']{
    background-color: #d1a94e!important;
    padding: 5px 25px;
    border: solid 1px #d1a94e;
}
.testimonial-nav .owl-dot{
    background-color: transparent;
    border: solid 0px #dddddd;
    padding: 0;
}
.testimonial-nav .owl-dots{
    text-align: center;
}
.testimonial-nav .owl-dots .owl-dot.active span{
    background: #d1a94e!important;
    width: 25px;
    transition: .5s;
}
.testimonial-nav .owl-dots .owl-dot:hover span{
    background: #d1a94e!important;
}
.testimonial-nav  .owl-dots .owl-dot span{
    width: 15px;
    height: 6px;
    margin: 5px 2px;
    transition: .5s;
}
.testimonial-box-list{
    background-color: #ffffff;
    margin-bottom: 30px;
}
.testimonial-box-list .testimonial-img{
    margin-top: 0;
}
.testimonial-box-list .testimonial-content{
    margin-top: 15px;
}



.fill{
    width: 100%;
    height: auto;
}
/*Promotion*/
.promotion-item{
    overflow: hidden;
    margin-bottom: 30px;
}
.promotion-item-img{
    overflow: hidden;

}
.promotion-item-img img{
    transition: .9s;
}
.promotion-item:hover .promotion-item-img img{
    transform: scale(1.05);
    filter: brightness(.8);
    transition: .9s;
}
.promotion-item-title{
    margin-top: -30px;
    background-color: #fff;
    position: relative;
    padding-top: 1px;
}
.promotion-item-title h3{
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
}
.promotion-item-desc{
    text-align: center;
    padding: 0 15px;
}
.promotion-item-btn{
    padding-top: 15px;
}
.promotion-item-btn .btn-view{
    margin-left: auto;
    margin-right: auto;
}
.btn-view{
   text-transform: uppercase;
    position: relative;
}
.btn-view:after{
    content: '';
    border-bottom: solid 1px #ffffff;

}
.promo-owl-carusel{

}

.promotion-item-carusel{
    position: relative;
    display: -moz-inline-block;
    display: -webkit-inline-flex;
    display: -webkit-box;
    color: #FFFFFF;
}
.promotion-item-carusel .promotion-item-title{
    padding-top: 15px;
    padding-bottom: 10px;
    color: #ffffff;
}
.promotion-item-carusel .promotion-item-title h3{
    color: #ffffff;
}
.promotion-item-carusel .promotion-item-btn{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    border-left: solid 2px #d1a94e;
    padding-left: 10px;
    margin-top: 15px;
}
.promotion-item-carusel .promotion-item-img{
    width: 60%;
}
.promotion-item-carusel .promotion-item-btn .btn-view{
    color: #fff;
}
.promotion-item-carusel .promotion-item-desc{
    width: 40%;
    background-color: #252525;
    text-align: left;
}


.promotion-item-list{
    margin-bottom: 30px;
}
.promotion-item-list-content{
    padding: 15px 15px 0px 15px;
    /* background-color: #252525; */
    color: #323232;
    margin-left: -20px;
    display: block;
    height: 100%;
    border-left: solid 2px #d1a94e;
}
.promotion-item-list .promotion-item-list-title h3{
    /*color: #ffffff;*/
    font-size: 18px;
}
.promotion-item-list .promotion-item-list-btn {
    margin-top: 15px;
    color: #FFFFFF;
}
.promotion-item-list .promotion-item-list-btn a{
    /*color: #ffffff;*/
}
.promotion-item-list-img{
    overflow: hidden;
}
.promotion-item-list .promotion-item-list-img img{
    transition: .9s;
}
.promotion-item-list:hover .promotion-item-list-img img{
    transform: scale(1.04);
    filter: brightness(0.8);
    transition: .9s;
}

.tp-slider{
    position: relative;
}
.tp-slider .owl-nav{

}


/*Banner Box*/
.banner-box-item{
    width: 100%;
    min-height: 500px;
    /*height: 90vh;*/
    display: flex;
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.banner-box-fliter{
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.banner-box-body{
    margin: auto;
    color: #000000;
    text-align: center;
    width: 800px;
    max-width: 100%;
    position: relative;
    z-index: 3;
    padding: 40px;
    background-color: #FFFFFF;
}
.banner-box-body::after{
    content: '';
    border: solid 2px #d1a94e;
    width: 100%;
    position: absolute;
    left: 0px;
    height: 100%;
    bottom: 10px;
    top: 0px;
    margin-bottom: -10px;
    transform: scale3d(0.98, 0.93, 0.98);
}
.banner-box-body h1, .banner-box-body h2, .banner-box-body h3, .banner-box-body h4, .banner-box-body h5, .banner-box-body h6, .banner-box-body p{
    /*color: #ffffff;*/
}

.event-item{
    position: relative;
    overflow: hidden;

}
.event-item-img{
    overflow: hidden;
}
.event-item img{
    transition: .9s;
}
.event-item:hover img{
    transform: scale(1.05);
    filter: brightness(.8);
    transition: .9s;
}
.event-item-content{
    /*background-color: rgba(37, 37, 37, 0.95);*/
    background-color: #FFFFFF;
    /*position: absolute;*/
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 20px 60px 15px 15px;
    /* width: 75%; */
    color: #FFFFFF;
}
.event-item-content h3{
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px;
    /*color: #FFFFFF;*/
}
.event-date{
    color: #252525;
    padding-top: 5px;
}
.btn-view{
    margin-top: 10px;
}
.event-item-content-border{
    border-left: solid 2px #d1a94e;
    padding-left: 10px;
}
.event-item-content p{
    color:#FFFFFF;
}
 .btn-view{
    font-size: 14px;
    border: solid 1px #252525;
    margin-top: 10px;
    display: block;
    text-align: center;
    width: 140px;
    height: 30px;
    line-height: 30px;
    transition: .3s;
}
.btn-view:hover{
    border: solid 1px #d1a94e;
    background-color: #d1a94e;
    color: #ffffff;
    text-decoration: none;
    transition: .3s;
}
.owl-theme.tp-min-nav {
    position: absolute;
    top: 35%;
    width: 100%;
    margin-top: -40px;
}
.owl-theme.tp-min-nav .owl-nav [class*='owl-']{
    background-color: transparent!important;
    border: solid 0px #ddd2b3;
    padding: 0;

}
.owl-theme.tp-min-nav .owl-prev{
    float: left;
    margin-left: -30px;
}
.owl-theme.tp-min-nav .owl-prev.disabled, .owl-theme.tp-min-nav .owl-next.disabled{
    display: none;
}
.owl-theme.tp-min-nav .owl-next{
    float: right;
    margin-right: -30px;
}
.owl-theme.tp-min-nav i{
    font-size: 38px;
    color: #bebebe;
    font-weight: 300!important;
}
.tp-owl-carusel{
    position: relative;
}


/*career box*/
.career-box-item{
    width: 100%;
    min-height: 300px;
    display: block;
    position: relative;
    text-align: center;
    background-position: center;
    background-size: cover;
    display: flex;
}
.career-box-fliter{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.career-box-body{
    position: relative;
    z-index: 2;
    margin: auto;
    width: 900px;
    max-width: 100%;
}
.career-box-content{
    font-size: 15px;
}
.career-box-btn{
    margin-top: 30px;
}
.btn-app{
    display: -webkit-inline-box;
    background-color: #d1a94e;
    border: solid 1px #d1a94e;
    color: #ffffff;
    height: 45px;
    padding: 0px 30px;
    line-height: 45px;
    transition: .3s;
}
.btn-app:hover{
    color: #d1a94e;
    text-decoration: none;
    background-color: #ffffff;
    transition: .3s;
}



/*Heading title*/
.cus-heading{
    display: block;
    position: relative;
    border-bottom: solid 1px #DDDDDD;
    margin-bottom: 30px;
}
.cus-heading h2{
    font-size: 30px;
    letter-spacing: -0.02em;
    margin: 12px 0;

}
.header-button{
    position: absolute;
    right: 0;
    z-index: 2;
    bottom: 12px;
}
.header-button a{
    font-family: 'Oswald', sans-serif!important;
    font-size: 16px;
}
.header-button a:hover{
    text-decoration: none;
}

/*outlet list*/
.outlet-item-list{
    margin-bottom: 50px;
}
.outlet-item-list .promotion-item-list-content{
    margin-left: 15px;
    margin-top: 15px;
    height: auto;
}

/*Career List*/
.career-main-box{
    display: block;
}
.career-main-box table{
    /*border: solid 1px #DDDDDD;*/
}
.career-main-box table thead tr{
    /*border: solid 1px #d1a94e;*/
}
.career-main-box table th{
    text-align: center;
    padding: 15px;
    border: solid 1px #ffffff;
    background-color: #d1a94e;
    color: #ffffff;
    font-family: 'Oswald', sans-serif!important;
    letter-spacing: 1px;
    font-weight: 400;

}
.career-main-box table td{
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    /*border: solid 1px #DDDDDD;*/
    padding: 15px;
}
.career-main-box .btn-view{
    margin: 0 auto;
}




@media (max-width: 769px) {
    /*Ad Empty Space*/
    .space-desktop{
        display: none;
    }
    .space-tablet{
        display: block;
    }
    .space-mobile{
        display: none;
    }

    .ess-home-box{
        padding-left: 15px;
        padding-right: 15px;
    }
    .job-sidebar{
        width: 100%;
        max-width: 100%;
    }
    .job-main-content{
        width: 100%;
        max-width: 100%;

    }
    .ess-home-box-tab{
        position: relative;
        left: 0;
        top: 0;
    }
}

@media (max-width: 560px) {
    /*Ad Empty Space*/
    .space-desktop{
        display: none;
    }
    .space-tablet{
        display: none;
    }
    .space-mobile{
        display: block;
    }
    .testimonial-box {
        padding: 15px;
    }
    .testimonial-box .display-flex{
        display: block;
    }
    .testimonial-desc{
        margin-top: 15px;
        text-align: center;

    }
    .testimonial-content{
        text-align: center;
    }
    .testimonial-nav .owl-dots{
        text-align: center;
    }
    .btn-apply-cv{
        padding: 15px 40px;
    }
    .home-single-header-container h1{
        font-size: 36px;
    }
    .company-feature-item-box{
        margin-bottom: 15px;
    }
    .testimonial-box-list{
        margin-bottom: 15px;
    }
}

@media (max-width: 415px){
    .btn-apply-cv{
        padding: 12px 30px;
    }
}
@media (max-width: 370px){
    .btn-apply-cv{
        padding: 12px 25px;
        font-size: 14px;
    }
}