
html body .fixed-top {
    background: red;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
body {
    background: #fff;
}
.wrapper a {
    text-decoration: none;
}
hr { 
    background: #000;
}
.ui-dialog .ui-dialog-buttonpane {
    width: 100%;
    padding: 5px 10px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    text-align: center;
    float: none !important;
} 
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.ui-button.ui-widget {
    width: 90px;
    margin: 5px 5px 5px 2px;
}
.card-body .form-group.mt-4.mb-0 a.btn {
    width: 100px;
}

/* Global 
--------------------------------------------*/

.valign-parent {
    height: 100px;
    white-space: nowrap;
}
.valign-item {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.valign-helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.container-main {
    width: 100%;
}
.pagination_wrap ul.pagination {
    text-align: center;
    display: block;
}
.margin-bottom__5 {
    margin-bottom: 5px;
}
.margin-bottom__5-576x {
    margin-bottom: 5px;
}
.margin-bottom__10-576x {
    margin-bottom: 10px;
}
.pad-bottom__20 {
    padding-bottom: 20px;
}
.pad-bottom__40 {
    padding-bottom: 40px;
}
.dispay-none__992 {
    display: block;
}
.dispay-block__992 {
    display: none;
}
.pad-bottom__reponsive {
    padding-bottom: 40px;
}
ul.pagination li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
ul.pagination li.disabled {
    display: none;
}
ul.pagination li a {
    color: #000;
}
ul.pagination li.active span {
    color: #0168b7;
    font-weight: bold;
}
.errors-validate .alert-danger {
    padding-bottom: 0;
}
form .custom-file-label::after {
    content: "選択";
}
form .form-group span.required {
    color: red;
    display: inline-block;
    margin-left: 5px;
    font-weight: 900;
}
form .form-group span.error-message {
    font-size: 12px;
    color: #dc3545;
    display: block;
    width: 100%;
}
form .form-group.top-label {
    margin-bottom: 10px !important;
}
.alert.alert-info {
    text-align: center;
    border-top: 0;
}

/* Header 
--------------------------------------------*/
.head-top{
    background: #EEE;
    padding: 2px 0px;
    font-size: 14px;
    font-weight: 600;
}

.head-top .add-content2{
    text-align: right;
}

.head-top .add-content2 a {
    display: inline-block;
    font-weight: bold;
    color: #000;
    line-height: 30px;
    position: relative;
    font-size: 25px;
    padding-left: 40px;
}

.head-top .add-content2 a span {
    background: url(../images/Adds/copyright.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 5px;
    width: 36px;
    height: 20px;
}

.header {
    padding-top: 15px;
    padding-bottom: 20px;
}
.header .search-form {
    text-align: center;
    padding-top: 30px;
}
.header .search-form form {
    position: relative;
}
.header .search-form input.search {
    border: 1px solid #cccc;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 20px;
    width: 100%;
}
.header .search-form input.search_submit {
    display: none;
}
/*.header .search-form span.search-img {
    background: url(../images/search_img.png) no-repeat scroll right center transparent;
    height: 22px;
    width: 21px;
    display: block;
    position: absolute;
    top: 8px;
    right: 20px;
    cursor: pointer;
}*/
.header .search-form .search-img {
    background: url(../images/search_img.png) no-repeat scroll right center transparent;
    height: 22px;
    width: 21px;
    display: block;
    position: absolute;
    top: 8px;
    right: 20px;
    border: none;
    outline: none;
    cursor: pointer;
}
.header .bottons {
    text-align: right;
}
.header .top-link {
    padding-bottom: 5px;
}
.header .top-link .circle-button {
    background: url(../images/circle_arrow_blue.png) no-repeat scroll right center transparent;
    padding-right: 20px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}
.header .top-link .manual {
    background: url(../images/circle_arrow_blue.png) no-repeat scroll right center transparent;
    padding-right: 20px;
    margin-right: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}
.header .top-bottons a {
    background: #000;
    display: inline-block;
    padding: 13px 25px;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.header .top-bottons a:hover {
    background: #000;
}
.header .top-bottons a.top-botton__one:hover {
    background: #ddd;
    color: #ff6d00;
}
.header .top-bottons a.top-botton__two:hover {
    background: #ddd;
    color: #0168b7;
}
.header .top-bottons a.top-botton__one {
    background: #ff6d00;
    margin-right: 5px;
}
.header .top-bottons a.top-botton__two {
    background: #0168b7;
}
.header .top-bottons a {
    position: relative;
    margin-bottom: 5px;
}
.header .top-bottons a span {
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 7px;
}
.header .top-bottons a.top-botton__one span {
    background: url(../images/circle_arrow_orange_small.png) no-repeat scroll 0 0 transparent;
}
.header .top-bottons a.top-botton__two span {
    background: url(../images/circle_arrow_blue_small.png) no-repeat scroll 0 0 transparent;
}
.header .header-row__one {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.header .header-row__two {
    text-align: center;
}
.header .header-row__two-con {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-top: 15px;
}
.header .header-row__two a {
    font-size: 21px;
    font-weight: 600;
}
.header .header-row__two a.menu1 {
    background: url(../images/smoke_img.png) no-repeat scroll left center transparent;
    color: #24b08b;
    padding-left: 40px;
}
.header .header-row__two a.menu2 {
    background: url(../images/camera_img.png) no-repeat scroll left center transparent;
    color: #e7a510;
    padding-left: 40px;
}
.header .header-row__two a.menu3 {
    background: url(../images/bus_img.png) no-repeat scroll left center transparent;
    color: #93369e;
    padding-left: 50px;
}
.header .header-row__two .menu-1 {
    border-right: 1px solid #ccc;
}
.header .header-row__two .menu-3 {
    border-left: 1px solid #ccc;
}
.header .menu-wrap {
    display: inline-block;
    width: 100%;
}

/*.arrow-down {
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid;
    position: absolute;
    bottom: 0;
    margin-bottom: 5px;
    margin-left: 7px;
}*/

.header .header-row__two .arrow {
    width: 22px; 
    height: 22px; 
    position: absolute;
    bottom: 0;
    margin-bottom: 3px;
    margin-left: 7px;
}

.header .header-row__two .arrow1 {
    background: url(../images/green_arrow.png) no-repeat scroll 0 0 transparent;
}
.header .header-row__two .arrow2 {
    background: url(../images/yellow_arrow.png) no-repeat scroll 0 0 transparent;
}
.header .header-row__two .arrow3 {
    background: url(../images/violet_arrow.png) no-repeat scroll 0 0 transparent;
}

/* Header/Category Menu
--------------------------------------------*/

.category-menu {
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 999;
}
.category-menu .category-menu__btns {
    padding-top: 10px;
}
.category-menu .travel .category-menu__btns a {
    color: #24b08b;
    border: 2px solid #24b08b;
}
.category-menu .goingout .category-menu__btns a {
    color: #e7a50f;
    border: 2px solid #e7a50f;
}
.category-menu .group .category-menu__btns a {
    color: #93369e;
    border: 2px solid #93369e;
}
.category-menu .category-menu__btns a {
    background: #fff;
    display: inline-block;
    padding: 15px 32px;
    color: #e7a50f;
    border-radius: 5px;
    border: 2px solid #e7a50f;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    position: relative;
    width: 100%;
}

.category-menu .container-main.travel .category-menu__btns a span {
    background: url(../images/green_arrow.png) no-repeat scroll 0 0 transparent;
}
.category-menu .container-main.goingout .category-menu__btns a span {
    background: url(../images/yellow_arrow.png) no-repeat scroll 0 0 transparent;
}
.category-menu .container-main.group .category-menu__btns a span {
    background: url(../images/violet_arrow.png) no-repeat scroll 0 0 transparent;
}
.category-menu .category-menu__btns a span {
    background: url(../images/yellow_arrow.png) no-repeat scroll 0 0 transparent;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 10px;
}
.category-menu__pad {
    border-bottom: 2px solid #dedede;
    position: relative;
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.container-main.travel .category-menu__label {
    background: #d3efe8;
}
.container-main.goingout .category-menu__label {
    background: #ffefcd;
}
.container-main.group .category-menu__label {
    background: #e6e5ed;
}
.category-menu__label {
    background: #ffefcd;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px 10px;
}
.category-menu__wrap {
    overflow: hidden;
}
.container-main.travel .category-menu__entry .label {
    color: #24b08b;
}
.container-main.goingout .category-menu__entry .label {
    color: #e7a50f;
}
.container-main.group .category-menu__entry .label {
    color: #93369e;
}
.category-menu__entry .label {
    color: #e7a50f;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 18px;
}
.category-menu__wrap .category-menu__entry {
    width: 50%;
    float: left;
    padding-bottom: 20px;
}
.category-menu__entry ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-menu__entry ul li {
    margin-bottom: 5px;
}
.category-menu__entry ul li a {
    color: #000;
    position: relative;
    padding-right: 30px;
}
.container-main.travel .category-menu__entry ul li a span {
    background: url(../images/small-green-button.png) no-repeat scroll 0 0 transparent;
}
.container-main.goingout .category-menu__entry ul li a span {
    background: url(../images/small-yellow-button.png) no-repeat scroll 0 0 transparent;
}
.container-main.group .category-menu__entry ul li a span {
    background: url(../images/small-violet-button.png) no-repeat scroll 0 0 transparent;
}
.category-menu__entry ul li a span {
    background: url(../images/small-yellow-button.png) no-repeat scroll 0 0 transparent;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 0;
}
.category-menu__pad a.close-action {
    background: url(../images/close.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.category-menu.active {
    display: block;
}
.category-menu {
    display: none;
}

/* SP Menu
-------------------------------------------*/
#sp-menu .logo a {
    display: inline-block;
    padding: 10px;
}
#sp-menu .logo img {
    width: 85px;
}
#sp-menu .sp-menu__main {
    text-align: right;
}
#sp-menu .sp-menu__phone,
#sp-menu .sp-menu__registration,
#sp-menu .sp-menu__icon {
    display: inline-block;
    padding: 10px 15px;
}
#sp-menu .sp-menu__icon {
    background: #e5eff7;
}
#sp-menu .sp-menu__phone span {
    background: url(../images/sp-menu/calling.png) repeat scroll 0 center transparent;
    background-size: cover;
    display: inline-block;
    width: 37px;
    height: 42px;
    margin-top: 5px;
}
#sp-menu .sp-menu__registration span {
    background: url(../images/sp-menu/sp-menu-btn1.png) repeat scroll 0 center transparent;
    background-size: cover;
    display: inline-block;
    width: 37px;
    height: 42px;
    margin-top: 5px;
}
#sp-menu .sp-menu__icon span {
    background: url(../images/sp-menu/menu_active2.png) repeat scroll 0 center transparent;
    background-size: cover;
    display: inline-block;
    width: 32px;
    height: 40px;
    margin-top: 5px;
    background-position: 0px 10px;
}
#sp-menu .sp-menu__icon.active span {
    background: url(../images/sp-menu/sp-menu-close.png) repeat scroll 0 center transparent;
    background-size: cover;
}
.topnav {
    display: none;
}
.topnav.responsive {
    display: block;
}
#sp-menu__entry {
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}
#sp-menu__entry .sp-menu__category {
    padding-bottom: 20px;
}
#sp-menu__entry .sp-menu__category ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#sp-menu__entry .sp-menu__category ul li .sp-menu__toggle {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    position: relative;
    overflow: hidden;
}
#sp-menu__entry .sp-menu__category ul li ul li {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
#sp-menu__entry .sp-menu__category ul li ul li a {
    position: relative;
    display: block;
    padding: 0 40px;
    color: #000;
}
#sp-menu__entry .sp-menu__category ul li ul li a span {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -3px;
    top: 4px;
}
#sp-menu__entry .sp-menu__category ul.sp-menu__travel li ul li a span {
    background: url(../images/small-green-button.png) no-repeat scroll center center;
}
#sp-menu__entry .sp-menu__category ul.sp-menu__goingout li ul li a span {
    background: url(../images/small-yellow-button.png) no-repeat scroll center center;
}
#sp-menu__entry .sp-menu__category ul.sp-menu__group li ul li a span {
    background: url(../images/small-violet-button.png) no-repeat scroll center center;
}
#sp-menu__entry .sp-menu__category ul li ul.sp-menu__list {
    display: none;
}
#sp-menu__entry .sp-menu__toggle span {
    display: block;
    float: left;
}
#sp-menu__entry .sp-menu__toggle a.accordion {
    background: url(../images/accordion-plus-img.png) no-repeat scroll center center red;
    background-size: 10px;
    font-size: 26px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 10px;
    line-height: 7px;
    padding: 8px;
}
#sp-menu__entry .sp-menu__travel .sp-menu__toggle a.accordion,
#sp-menu__entry .sp-menu__travel .sp-menu__toggle a.accordion.active {
    background-color: #25af8b;
}
#sp-menu__entry .sp-menu__goingout .sp-menu__toggle a.accordion,
#sp-menu__entry .sp-menu__goingout .sp-menu__toggle a.accordion.active {
    background-color: #e7a50f;
}
#sp-menu__entry .sp-menu__group .sp-menu__toggle a.accordion,
#sp-menu__entry .sp-menu__group .sp-menu__toggle a.accordion.active {
    background-color: #9438a0;
}
#sp-menu__entry .sp-menu__toggle a.accordion.active {
    background: url(../images/accordion-minus-img.png) no-repeat scroll center center red;
    background-size: 10px;
}
#sp-menu__entry .sp-menu__toggle span.sp-menu__img {
    display: inline-block;
    margin-right: 15px;
}
#sp-menu__entry .sp-menu__travel span.sp-menu__img {
    background: url(../images/sp-menu/smoke_img.png) repeat scroll 0 center transparent;
    background-size: cover;
    width: 23px;
    height: 20px;
    margin-top: 2px;
}
#sp-menu__entry .sp-menu__goingout span.sp-menu__img {
    background: url(../images/sp-menu/camera_img.png) repeat scroll 0 center transparent;
    background-size: cover;
    width: 24px;
    height: 20px;
    margin-top: 5px;
}
#sp-menu__entry .sp-menu__group span.sp-menu__img {
    background: url(../images/sp-menu/bus_img.png) repeat scroll 0 center transparent;
    background-size: cover;
    width: 31px;
    height: 17px;
    margin-top: 6px;
}
#sp-menu__entry .sp-menu__travel .sp-menu__label {
    color: #25af8b;
    font-weight: bold;
    font-size: 18px;
}
#sp-menu__entry .sp-menu__goingout .sp-menu__label {
    color: #e7a50f;
    font-weight: bold;
    font-size: 18px;
}
#sp-menu__entry .sp-menu__group .sp-menu__label {
    color: #9438a0;
    font-weight: bold;
    font-size: 18px;
}
.sp-menu__btn {
    padding: 0 25px 20px 25px;
}
.sp-menu__btn .manual {
    background: url(../images/circle_arrow_blue.png) no-repeat scroll transparent;
    background-position: 80% 50%;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding-right: 30px;
    margin-right: 20px;
    text-align: center;
}
.sp-menu__btn a {
    background: #fff;
    display: inline-block;
    padding: 15px 25px;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}
.sp-menu__btn a.sp-menu__btn1 {
    background: #ff6d00;
}
.sp-menu__btn a.sp-menu__btn2 {
    background: #0168b7;
}
.sp-menu__btn a span.arrow {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 19px;
    right: 10px;
}
.sp-menu__btn a.sp-menu__btn1 span.arrow {
    background: url(../images/circle_arrow_orange_small.png) no-repeat scroll 0 0 #ff6d00;
    
}
.sp-menu__btn a.sp-menu__btn2 span.arrow {
    background: url(../images/circle_arrow_blue_small.png) no-repeat scroll 0 0 #0168b7;
}
.sp-menu__search {
    padding: 0 25px 30px 25px;
}
.sp-menu__search form {
    position: relative;
}
.sp-menu__search input.search {
    border: 1px solid #cccc;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 20px;
    width: 100%;
}
.sp-menu__search input.search_submit {
    display: none;
}
/*.sp-menu__search span.search-img {
    background: url(../images/search_img.png) no-repeat scroll right center transparent;
    height: 22px;
    width: 21px;
    display: block;
    position: absolute;
    top: 8px;
    right: 20px;
}*/
.sp-menu__search .search-img {
    background: url(../images/search_img.png) no-repeat scroll right center transparent;
    height: 22px;
    width: 21px;
    display: block;
    position: absolute;
    top: 8px;
    right: 20px;
    border: none;
    outline: none;
    cursor: pointer;
}

@media (max-width: 576px) {
    .header {
        display: none;
    }
    .head-top {
        display: none;
    }
}
@media (min-width: 576px) {
    #sp-menu,
    #sp-menu__entry {
        display: none;
        
    }
}

/* Banner 
-------------------------------------------*/

.banner-slide {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.banner-slide .banner-item {
    float: left;
}
.banner-slide .banner-item__wrap {
    height: auto;
    overflow: hidden;
    position: relative;
}

/* 02/22/21 changes starts */

/*.banner-item__wrap .banner-trans__opacity {
    background: url(../images/trans-white.png) repeat scroll 0 center transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}*/
.banner-item__wrap .banner-trans__opacity {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.10);
    z-index: 99;
}

/* 02/22/21 changes ends */

.banner-slide .banner-item img {
    /*width: 100%;*/
    height: 300px;
    right: 40%;
    position: relative;
}
.banner .caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.banner .caption-pad {
    width: 100%;
    z-index: 999;
    position:relative;
}
/*.banner .caption .title {
    font-size: 28px;
    color: #333333;
    font-weight: bolder;
    text-transform: uppercase;
}*/
/*.banner .caption .description {
    font-size: 18px;
    color: #333333;
    font-weight: bolder;
    text-transform: uppercase;
}*/
.banner .caption .title {
    font-size: 28px;
    color: #FFF;
    font-weight: bolder;
    text-transform: uppercase;
    text-shadow: 0 2px 3px #000;
}
.banner .caption .description {
    font-size: 18px;
    color: #FFF;
    font-weight: bolder;
    text-transform: uppercase;
    text-shadow: 0 2px 3px #000;
}
.banner .caption .button a {
    background: #ff6d00;
    position: relative;
    display: inline-block;
    padding: 15px 40px;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
}
.banner .caption .button a:hover {
    opacity: 0.7;
}
.banner .caption .button a span {
    background: url(../images/arrow_circle.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 35%;
    right: 10px;
}
.banner-slide .slick-list {
    position: relative;
    z-index: 2;
}
.banner-slide .slick-arrow {
    position: absolute;
    z-index: 3;
    top: 45%;
    font-size: 143px;
    font-weight: 900;
    color: #0168b7;
    line-height: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.banner-slide .slick-prev {
    background: url(../images/banner-nav-prev.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
    left: 10px;
}
.banner-slide .slick-next {
    background: url(../images/banner-nav-next.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
    right: 10px;
}
@media (min-width: 768px) {
    /* Mobile Css */
    .banner-slide .banner-item__wrap {
        /*height: 500px;*/
        height: auto;
    }
    .banner-slide .banner-item img {
        height: 700px;
            right: 0;
    position: absolute;
    }
    .banner-slide .slick-arrow {
        width: 50px;
        height: 50px;
    }
    .banner-slide .slick-prev {
        left: 30px;
    }
    .banner-slide .slick-next {
        right: 30px;
    }
    .banner .caption {
       
    }
    /*.banner .caption .title {
        font-size: 42px;
        padding-bottom: 25px;
    }
    .banner .caption .description {
        font-size: 18px;
    }*/
    /*.banner .caption .button a {
        padding: 20px 60px;
        font-size: 18px;
        margin-top: 30px;
    }*/
    .banner .caption .title {
        font-size: 50px;
        padding-bottom: 25px;
        left:-80px;
        position:absolute;
        display:none;
        top:-10px;
    }
    .banner .caption .description {
        font-size: 18px;
        position:absolute;
        display:none;
        left:-80px;
        top:80px;
    }
    .banner .caption .button a {
        padding: 20px 60px;
        font-size: 18px;
        margin-top: 30px;
            left: -50px;
            position:absolute;
        display:none;
        top:180px;
    }
    .banner .caption .button a span {
        width: 22px;
        height: 22px;
        top: 35%;
        right: 10px;
    }
}

/* Content 
-------------------------------------------*/
.featured {
    background: #0168b7;
    padding-top: 20px;
    padding-bottom: 30px;
    color: #fff;
    text-align: center;
}
.featured .title-head {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 10px;
}
.featured .featured-images {
    position: relative;
}
.featured .slick-list {
    overflow: hidden;
    position: relative;
}
.featured .featured-item {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}
.featured .featured-images .slick-arrow {
    position: absolute;
    z-index: 3;
    top: 35%;
    font-size: 143px;
    font-weight: 900;
    color: #0168b7;
    line-height: 0;
    cursor: pointer;
    width: 22px;
    height: 22px;
}
.featured .featured-images .slick-prev {
    background: url(../images/slick-prev.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
    left: -9px;
}
.featured .featured-images .slick-next {
    background: url(../images/slick-next.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
    right: -9px;
}
.featured img {
    width: 100%;
}
@media (min-width: 578px) {
    /* Mobile Css */
    .featured .featured-item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Content Section One
-------------------------------------------*/

.content-section__one {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.content-section__one .section-one__title {
    color: #0067b6;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.content-section__one .section-one__desc {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 40px;
}
.content-section__one .section-one__bottons a {
    background: #fff;
    display: inline-block;
    padding: 25px 32px;
    color: #0168b7;
    border-radius: 5px;
    border: 2px solid #0168b7;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    position: relative;
    width: 100%;
}
.content-section__one .section-one__bottons a:hover {
    opacity: 0.7;
}
.content-section__one .section-one__bottons a span.icon {
    display: inline-block;
    position: absolute;
    left: 15px;
}
.content-section__one .section-one__btn1 span.icon {
    background: url(../images/sec-one-icon1.png) no-repeat scroll 0 0 transparent;
    width: 23px;
    height: 35px;
    top: 23px;
}
.content-section__one .section-one__btn2 span.icon {
    background: url(../images/sec-one-icon2.png) no-repeat scroll 0 0 transparent;
    width: 50px;
    height: 22px;
    top: 29px;
}
.content-section__one .section-one__btn3 span.icon {
    background: url(../images/sec-one-icon3.png) no-repeat scroll 0 0 transparent;
    width: 34px;
    height: 35px;
    top: 23px;
}
.content-section__one .section-one__bottons a span.arrow {
    background: url(../images/circle_arrow_blue2.png) no-repeat scroll 0 0 transparent;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: 28px;
    right: 10px;
}

/* Content Section Two
-------------------------------------------*/

.content-section__two {
    background: #dcf3ed;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 5px;
}
.content-section__two .section-two__heading {
    overflow: hidden;
    padding-bottom: 30px;
}
.content-section__two .section-two__icon {
    float: left;
}
.content-section__two .section-two__icon .section-two__iconwrap {
    background: #fff;
    padding: 12px;
    border-radius: 50%;
    margin-right: 20px;
    display: inline-block;
}
.content-section__two .section-two__icon .section-two__iconwrap img {
    width: 32px;
}
.content-section__two .section-two__tag {
    padding-top: 10px;
}
.content-section__two .section-two__entrywrap {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.content-section__two .section-two__entrywrap:hover {
    opacity: 0.7;
}
.content-section__two .section-two__title {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    color: #24b08b;
    padding-bottom: 5px;
}
.content-section__two .section-two__title a {
    color: #24b08b;
}
.content-section__two .section-two__desc {
    clear: both;
    padding-top: 10px;
}
.content-section__two .section-two__entry img {
    width: 100px;
    height: 70px;
    border-radius: 10px;
    float: left;
}
.content-section__two .section-two__links {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 12px;
}
.content-section__two .section-two__links a {
    color: #24b08b;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-right: 30px;
    display: block;
}
.content-section__two .section-two__links a span.arrow {
    background: url(../images/green_arrow.png) no-repeat scroll 0 0 transparent;
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    right: 0;
    top: 2px;
}
@media (min-width: 578px) {
    /* Mobile Css */
    .content-section__two .section-two__icon .section-two__iconwrap {
        padding: 20px 17px;
    }
    .content-section__two .section-two__icon .section-two__iconwrap img {
        width: auto;
    }
    .content-section__two .section-two__entry img {
        width: 100%;
        height: auto;
        float: none;
    }
    .content-section__two .section-two__links {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        float: none;
    }
    .content-section__two .section-two__links a {
        display: inline-block;
    }
    .content-section__two .section-two__links {
        margin-top: 0;
    }
    .section-two__tag .section-two__desc {
        clear: none;
        padding-top: 0;
    }
}


/* Content Section Three
-------------------------------------------*/
.content-section__three {
    background: #ffefcd;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 5px;
}
.content-section__three .section-three__heading {
    overflow: hidden;
    padding-bottom: 30px;
}
.content-section__three .section-three__icon {
    float: left;
}
.content-section__three .section-three__icon .section-three__iconwrap {
    background: #fff;
    padding: 12px;
    border-radius: 50%;
    margin-right: 20px;
    display: inline-block;
}
.content-section__three .section-three__icon .section-three__iconwrap img {
    width: 32px;
}
.content-section__three .section-three__tag {
    padding-top: 10px;
}
.content-section__three .section-three__entrywrap {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.content-section__three .section-three__entrywrap:hover {
    opacity: 0.7;
}
.content-section__three .section-three__title {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    color: #e7a510;
    padding-bottom: 5px;
}
.content-section__three .section-three__title a {
    color: #e7a510;
}
.content-section__three .section-three__desc {
    clear: both;
    padding-top: 10px;
}
.content-section__three .section-three__entry img {
    width: 100px;
    height: 70px;
    border-radius: 10px;
    float: left;
}
.content-section__three .section-three__links {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 12px;
}
.content-section__three .section-three__links a {
    color: #e7a50f;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-right: 30px;
    display: block;
}
.content-section__three .section-three__links a span.arrow {
    background: url(../images/yellow_arrow.png) no-repeat scroll 0 0 transparent;
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    right: 0;
    top: 2px;
}
@media (min-width: 578px) {
    /* Mobile Css */
    .content-section__three .section-three__icon .section-three__iconwrap {
        padding: 20px 17px;
    }
    .content-section__three .section-three__icon .section-three__iconwrap img {
        width: auto;
    }
    .content-section__three .section-three__entry img {
        width: 100%;
        height: auto;
        float: none;
    }
    .content-section__three .section-three__links {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        float: none;
    }
    .content-section__three .section-three__links a {
        display: inline-block;
    }
    .content-section__three .section-three__links {
        margin-top: 0;
    }
    .section-three__tag .section-three__desc {
        clear: none;
        padding-top: 0;
    }
}


/* Content Section Four
-------------------------------------------*/
.content-section__four {
    background: #e6e5ed;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 5px;
}
.content-section__four .section-four__heading {
    overflow: hidden;
    padding-bottom: 30px;
}
.content-section__four .section-four__icon {
    float: left;
}
.content-section__four .section-four__icon .section-four__iconwrap {
    background: #fff;
    padding: 17px 12px;
    border-radius: 50%;
    margin-right: 20px;
    display: inline-block;
}
.content-section__four .section-four__icon .section-four__iconwrap img {
    width: 38px;
}
.content-section__four .section-four__tag {
    padding-top: 10px;
}
.content-section__four .section-four__entrywrap {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.content-section__four .section-four__entrywrap:hover {
    opacity: 0.7;
}
.content-section__four .section-four__title {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    color: #94379f;
    padding-bottom: 5px;
}
.content-section__four .section-four__title a {
    color: #94379f;
}
.content-section__four .section-four__desc {
    clear: both;
    padding-top: 10px;
}
.content-section__four .section-four__entry img {
    width: 100px;
    height: 70px;
    border-radius: 10px;
    float: left;
}
.content-section__four .section-four__links {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 12px;
}
.content-section__four .section-four__links a {
    color: #94379f;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-right: 30px;
    display: block;
}
.content-section__four .section-four__links a span.arrow {
    background: url(../images/violet_arrow.png) no-repeat scroll 0 0 transparent;
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    right: 0;
    top: 2px;
}
@media (min-width: 578px) {
    /* Mobile Css */
    .content-section__four .section-four__icon .section-four__iconwrap {
        padding: 27px 15px;
    }
    .content-section__four .section-four__icon .section-four__iconwrap img {
        width: auto;
    }
    .content-section__four .section-four__entry img {
        width: 100%;
        height: auto;
        float: none;
    }
    .content-section__four .section-four__links {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        float: none;
        margin-top: 0;
    }
    .content-section__four .section-four__links a {
        display: inline-block;
    }
    .section-four__tag .section-four__desc {
        clear: none;
        padding-top: 0;
    }
}

/* Content Section Five
-------------------------------------------*/
.content-section__five {
    background: #e5eff8;
    padding-top: 40px;
    padding-bottom: 20px;
}
.content-section__five .section-five__bottons a {
    background: #fff;
    display: inline-block;
    padding: 15px 32px;
    color: #0168b7;
    border-radius: 5px;
    border: 2px solid #0168b7;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.content-section__five .section-five__bottons a:hover {
    opacity: 0.7;
}
.content-section__five .section-five__bottons a span.arrow {
    background: url(../images/circle_arrow_blue2.png) no-repeat scroll 0 0 transparent;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 10px;
}
.content-section__five .section-five__title {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 40px;
    position: relative;
    padding-left: 45px;
}
.content-section__five .section-five__title span.location-icon {
    background: url(../images/locatoin-point-img.png) no-repeat scroll 0 0 transparent;
    display: inline-block;
    width: 35px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
}

/* Featured Company 
-------------------------------------------*/
.featured-company {
    padding-top: 40px;
    padding-bottom: 40px;
}
.featured-company .ft-com__headleft {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
}
.featured-company .ft-com__headright {
    font-size: 16px;
    font-weight: 900;
    text-align: right;
    text-transform: uppercase;
    position: relative;
    margin-top: 10px;
}
.featured-company .ft-com__headright-wrap {
    display: inline-block;
    padding-right: 35px;
    position: relative;
}
.featured-company .ft-com__headright-wrap a {
    color: #000;
}
.featured-company .ft-com__headright-wrap span.arrow {
    background: url(../images/circle_arrow_blue.png) no-repeat scroll 0 0 transparent;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 10px;
}
.featured-company .ft-com__headtitle {
    padding-bottom: 10px;
}
.featured-company .ft-com__wrap {
    border: 2px solid #ccc;
    border-radius: 5px;
    position: relative;
}
.featured-company .ft-com__info {
    padding: 10px 10px;
}
.featured-company .ft-image-wrap img {
    max-width: 100%;
    height: 100%;
    border-radius: 5px 5px 0 0;
    position: absolute;
    object-fit: contain;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.featured-company .ft-image-wrap {
    width: 100%;
    height: 280px;
    position: relative;
}

.featured-company .ft-com__infotitle {
    color: #999;
    font-size: 16px;
    font-weight: 800;
}
.featured-company .ft-com__infodesc {
    color: #000;
    font-size: 16px;
    font-weight: 800;
    background-color: white;
    padding-bottom: 10px;
}
.featured-company .ft-com__infotag a {
    background: #e5eff8;
    color: #000;
    font-size: 10px;
    padding: 3px 12px;
    border-radius: 5px;
    margin-right: 3px;
    display: inline-block;
}
.featured-company .ft-com__infobtn {
    padding: 0 10px;
    padding-bottom: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.featured-company .ft-com__infobtn a {
    border: 2px solid #0168b7;
    padding-right: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    color: #0167b9;
    position: relative;
    font-weight: 700;
    display: block;
}
.featured-company .ft-com__infobtn a:hover {
    background: #e5e8ed;
}
.featured-company .ft-com__infobtn a span.arrow {
    background: url(../images/circle_arrow_blue.png) no-repeat scroll 0 0 transparent;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 10px;
}

/* News 
-------------------------------------------*/
.news {
    padding-top: 20px;
    padding-bottom: 60px;
}
.news .news-headleft {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
}
.news .news-headright {
    font-size: 16px;
    font-weight: 900;
    text-align: right;
    text-transform: uppercase;
    position: relative;
    margin-top: 10px;
}
.news .news-headright__wrap {
    display: inline-block;
    padding-right: 35px;
    position: relative;
}
.news .news-headright__wrap a {
    color: #000;
}
.news .news-headright__wrap span.arrow {
    background: url(../images/circle_arrow_blue.png) no-repeat scroll 0 0 transparent;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 10px;
}
.news a {
    color: #0056b3;
}
.news a:hover {
    color: #007bff;
}
.news .news-headtitle {
    padding-bottom: 20px;
}
.news .news-entries {
    border-top: 1px solid #999999;
}
.news .news-entry {
    border-bottom: 1px solid #999;
    overflow: hidden;
    padding: 20px 10px;
}
.news .news-entry__date {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #0168b7;
    font-weight: 900;
}
.news .news-entry__desc {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #000;
}

/* News/Single
---------------------------------------------*/
.news-single .news-single__date {
    text-align: right;
    font-weight: bold;
    padding-bottom: 20px;
}
.news-single .news-single__title {
    font-weight: bolder;
    font-size: 20px;
    padding-bottom: 20px;
}
.news-single .news-single__desc {
    font-size: 14px;
    padding-bottom: 20px;
}
.news-single .news-single__return {
    text-align: right;
}
.news-single .news-single__return a {
    color: #000;
    font-weight: bold;
    position: relative;
    padding-right: 35px;
}
.news-single .news-single__return a span {
    background: url(../images/circle_arrow_blue.png) no-repeat scroll 0 0 transparent;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 10px;
}

/* Breadcrumbs section on content 
----------------------------------------------*/
.breadcrumbs {
    padding-top: 20px;
    padding-bottom: 20px;
}
.breadcrumbs-wrap a {
    text-decoration: underline;
    text-decoration-color: #000;
    color: #0168b7;
    font-size: 16px;
}

/* Contact 
-------------------------------------------*/

body.contact .content,
body.contact_complete .content {
    background-color: #e5eff8;
    margin-bottom: 30px;
}

/* Content 
-------------------------------------------*/
.sidebar-btns {
    padding-bottom: 20px;
}
.sidebar-btns a {
    display: block;
    color: #000;
    font-weight: 700;
    border: 2px solid #dddddd;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 15px 30px 15px 20px;
    position: relative;
}
.sidebar-btns a:hover,
.sidebar-btns a.active {
    background: #25af8b;
    color: #fff;
    border: 2px solid #25af8b;
}
.sidebar-btns a span {
    background: url(../images/green_arrow.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    right: 10px;
    top: 20px;
}
.sidebar-btns a:hover span {
    display: none;
}
.sidebar-btns .sidebar-btn__two span {
    background: url(../images/small-yellow-button.png) no-repeat scroll 0 0 transparent;
}
.sidebar-btns .sidebar-btn__two:hover,
.sidebar-btns .sidebar-btn__two.active {
    background: #e7a510;
    border: 2px solid #e7a510;
}
.sidebar-btns .sidebar-btn__three span {
    background: url(../images/small-violet-button.png) no-repeat scroll 0 0 transparent;
}
.sidebar-btns .sidebar-btn__three:hover,
.sidebar-btns .sidebar-btn__three.active  {
    background: #94379f;
    border: 2px solid #94379f;
}
.sidebar-menu {
    background: #f3f4f6;
    padding: 20px 20px;
}
.sidebar-menu .sidebar-title {
    padding-bottom: 15px;
    color: #0168b7;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.sidebar-menu .sidebar-menu__entry {
    padding-bottom: 30px;
}
.sidebar-menu .sidebar-menu__entry ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar-menu .sidebar-menu__entry ul li {
    font-weight: 600;
    color: #424242;
}
/* Customize the label (the container) */
.sidebar-menu .container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 18px;
}
/* Hide the browser's default checkbox */
.sidebar-menu .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.sidebar-menu .checkmark {
    background: #fff;
    position: absolute;
    border: 1px solid #000;
    border-radius: 3px;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
}
/* On mouse-over, add a grey background color */
.sidebar-menu .container:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.sidebar-menu .container input:checked ~ .checkmark {
    background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.sidebar-menu .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.sidebar-menu .container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.sidebar-menu .container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}    
.sidebar-menu__btn a span,
.sidebar-menu__btn button span {
    background: url(../images/circle_arrow_blue_small.png) no-repeat scroll 0 0 transparent;
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    right: 10px;
    top: 18px;
}
.sidebar-menu__btn a,
.sidebar-menu__btn button {
    background: #0168b7;
    display: block;
    padding: 13px 25px;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    position: relative;
}
.sidebar-menu__btn button{
    width: 100%;
    border: 0;
}
.content-title {
    background: #e5eff8;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
}
.content {
    padding-top: 20px;
    padding-bottom: 40px;
}
.content-search {
    background: #e5e8ed;
    padding: 20px 30px;
    border-radius: 8px;
}
.content-search form {
    position: relative;
}
.content-search input.search {
    border: 1px solid #e5e8ed;
    border-top: 2px solid #e5e8ed;
    border-bottom: 2px solid #e5e8ed;
    border-radius: 50px;
    padding: 7px 20px;
    width: 100%;
    color: #a3a3a3;
}
.content-search input.search_submit {
    display: none;
}
/*.content-search span.search-img {
    background: url(../images/search_img.png) no-repeat scroll right center transparent;
    height: 22px;
    width: 21px;
    display: block;
    position: absolute;
    top: 8px;
    right: 20px;
}*/

.content-search .search-img {
    background: url(../images/search_img.png) no-repeat scroll right center transparent;
    height: 22px;
    width: 21px;
    display: block;
    position: absolute;
    top: 8px;
    right: 20px;
    border: none;
    outline: none;
    cursor: pointer;
}

.company-filter {
    padding-top: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
}
.company-filter .company-filter__head {
    color: #000;
    font-weight: 800;
    font-size: 16px;
    margin-top: 7px;    
}
.select-style {
    border: 1px solid #ccc;
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
    background: #fff url(../images/select-arrow.png) no-repeat 90% 50%;
    float: right;
    margin-left: 10px;
}
.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}
.select-style select:focus {
    outline: none;
}
.company-entry {
    padding-bottom: 40px;
    border-bottom: 1px solid #999999;
    margin-bottom: 40px;
}
.company-head {
    padding-bottom: 20px;
}
.company-head span.status {
    background: #fe0000;
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
.company-head span.company-head__title {
    display: inline-block;
    color: #0168b7;
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
    float: left;
    margin-top: 2px;
}
.company-img .company-img__wrap {
    /*border: 1px solid #ccc;*/
    text-align: center;
    padding: 30px 10px;
    margin-bottom:10px;
}
.company-img .company-img__wrap img {
    width: 100%;
}
.company-info .company-info__btn a {
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
    text-align: center;
    min-width: 100px;
    margin-bottom: 10px;
}
.company-info .company-info__btn a:hover {
    background: #000;
}
.company-info .company-infobtn__one {
    background: #24b08b;
}
.company-info .company-infobtn__two {
    background: #e7a510;
}
.company-info .company-infobtn__three {
    background: #93369e;
}
.company-infostar__wrap {
    padding-top: 7px;
}
.company-infostar__wrap span {
    display: inline-block;
    float: left;
    margin-right: 7px;
}
.company-infostar__wrap span.company-infostar__img {
    background: transparent url(../images/star.png) no-repeat 0 0;
    width: 19px;
    height: 19px;
}
.company-infostar__wrap span.company-infohalfstar__img {
    background: transparent url(../images/half-star.png) no-repeat 0 0;
    width: 19px;
    height: 19px;
}
.company-infostar__wrap span.company-infostar__img.disable {
    background: transparent url(../images/star_gray.png) no-repeat 0 0;
    width: 19px;
    height: 19px;
}
.company-infostar__wrap span.company-infostar__img.review {
    background: transparent url(../images/star_review.png) no-repeat 0 0;
    width: 19px;
    height: 19px;
}
.company-infostar__wrap .company-infostar__label {
    margin-top: -3px;
    margin-right: 15px;
}
.company-info .company-info__tag {
    padding-top: 20px;
}
.company-info .company-infotag__label {
    font-size: 16px;
    padding-bottom: 10px;
}
.company-info .company-info__tag a {
    background: #e5eff8;
    color: #000;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
    text-align: center;
    min-width: 100px;
    margin-bottom: 10px;
}
.company-info .company-info__content {
    padding-top: 10px;
    padding-bottom: 20px;
}
.company-info .company-infocon__title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
}
.company-info .company-infocon__desc {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 5px;
}

.company-info__buttom a {
    background: #fff;
    border: 2px solid #0168b7;
    display: inline-block;
    padding: 10px 25px;
    color: #0168b7;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    position: relative;
    min-width: 190px;
}
.company-info__buttom a:hover {
    background: #0168b7;
    color: #fff;
}
.company-info__buttom a span {
    background: url(../images/circle_arrow_blue.png) no-repeat scroll 0 0 transparent;
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    right: 10px;
    top: 15px;
}
.company-info__buttom a:hover span {
    background: url(../images/circle_arrow_blue_small.png) no-repeat scroll 0 0 transparent;
}
.company_pagination {
    text-align: center;
}
.company_pagination span,
.company_pagination a {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.company_pagination span {
    color: #0168b7;
    font-weight: bold;
}
.company_pagination a {
    color: #000;
}
.company_pagination a:hover {
    color: #0168b7;
}
.company-single__page .company-entry {
    border: none;
}
.company-single__page .company-img__wrap {
    /*border: 1px solid #ccc;*/
    padding: 20px 10px;
}
.company-single__page .company-img__wrap img {
    width: 100%;
}
.company-single__page .company-single__headtitle {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0168b7;
    padding-bottom: 20px;
}
.company-single__page .sidebar-info {
    padding-top: 20px;
}
.sidebar-info .sidebar-info__title,
.sidebar-info__content .title {
    font-weight: 600;
}
.sidebar-info__buttom a {
    background: #fff;
    border: 2px solid #0168b7;
    display: inline-block;
    padding: 10px 25px;
    color: #0168b7;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sidebar-info__buttom a:hover {
    background: #0168b7;
    color: #fff;
}
.sidebar-info__buttom a:first-child {
    margin-bottom: 0;
} 
.sidebar-info__buttom a span {
    background: url(../images/circle_arrow_blue.png) no-repeat scroll 0 0 transparent;
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    right: 10px;
    top: 15px;
}
.sidebar-info__buttom a:hover span {
    background: url(../images/circle_arrow_blue_small.png) no-repeat scroll 0 0 transparent;
}
.company-single__page .company-info__buttom a.sidebar-info__heartbtn span,
.sidebar-info__buttom a.sidebar-info__heartbtn span {
    background: url(../images/heart-img2.png) no-repeat scroll 0 0 transparent;
}
.company-single__page .company-info__buttom a.sidebar-info__heartbtn span.active,
.sidebar-info__buttom a.sidebar-info__heartbtn span.active {
    background: url(../images/heart-img.png) no-repeat scroll 0 0 transparent;
}
.sidebar-info__content ul {
    padding: 0;
    margin: 0;
}
.sidebar-info__content ul li {
    list-style: none;
}
.sidebar-info__content ul li span {
    background: url(../images/black-circle.png) no-repeat scroll 0 0 transparent;
    display: inline-block;
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 6px;
    margin-right: 7px;
}
.company-single__page .company-info__contentpad {
    padding-top: 20px;
    border-bottom: 1px solid #000;
}
.company-single__page .company-info__contentpad-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0168b7;
    padding-bottom: 20px;
}
.company-single__page .company-info__contentpad-desc {
    padding-bottom: 40px;
}
.company-single__page .company-info__buttom {
    text-align: center;
    border-bottom: 1px solid #000;
    padding-top: 40px;
    padding-bottom: 40px;
}
.company-info__content img {
    /*width: auto;*/
    margin-right: 5px;
    margin-bottom: 5px;
}

/* Company / forms
-------------------------------------------*/

body.company_page_contact .content,
body.company_page_contact_complete .content {
    background-color: #e5eff8;
}

/* Users / login
-------------------------------------------*/

body.users_login .content {
    background-color: #e5eff8;
    margin-bottom: 30px;
}
.users_login .card.shadow-lg {
    background: transparent;
}
.users_login .card-header {
    background-color: transparent;
    border-bottom: 0;
}
.users_login .card-header h3 {
    margin-bottom: 20px;
}
.users_login .card.shadow-lg .card-body {
    background-color: #fff;
    padding: 50px 80px;
}
.users_login .card.shadow-lg .card-body .form-group {
    margin-bottom: 20px;
}
.users_login .card.shadow-lg .card-body .form-group label {

}
.users_login .card.shadow-lg .card-body .form-group.password,
.users_login .card.shadow-lg .card-body .form-group.submit {
    margin-bottom: 10px;
}
.users_login .card.shadow-lg .card-footer {
    background-color: transparent;
    border-top: 0;
}
.users_login .form-group input.btn {
    width: 100%;
    background-color: #007bff;
    border-color: #007bff;
}
.users_login .form-group label.mb-2 {
    font-size: 17px;
    font-weight: 900;
}

/* Users / remember
-------------------------------------------*/

body.users_remember .content,
body.users_remember_complete .content {
    background-color: #e5eff8;
    margin-bottom: 30px;
}
.users_remember .card.shadow-lg {
    background: transparent;
}
.users_remember .card-header {
    background-color: transparent;
    border-bottom: 0;
}
.users_remember .card-header h3 {
    margin-bottom: 20px;
}
.users_remember .card.shadow-lg .card-body {
    background-color: #fff;
    padding: 50px 80px;
}
.users_remember .card.shadow-lg .card-body .form-group {
    margin-bottom: 20px;
}
.users_remember .card.shadow-lg .card-body .form-group label {

}
.users_remember .card.shadow-lg .card-body .form-group.submit {
    margin-bottom: 10px;
}
.users_remember .card.shadow-lg .card-footer {
    background-color: transparent;
    border-top: 0;
}
.users_remember .form-group input.btn {
    width: 100%;
    background-color: #007bff;
    border-color: #007bff;
}

/* Users / register
-------------------------------------------*/

body.users_register .content,
body.users_page_edit .content,
body.users_consulted_form .content {
    background-color: #e5eff8;
    margin-bottom: 30px;
}
.users_register .card.shadow-lg {
    background: transparent;
}
.users_register .card-header {
    background-color: transparent;
    border-bottom: 0;
}
.users_register .card-header h3 {
    margin-bottom: 20px;
}
.users_register .card.shadow-lg .card-body,
.users_page_edit .card.shadow-lg .card-body,
.users_consulted_form .card.shadow-lg .card-body {
    background-color: #fff;
    padding: 50px 80px;
}
.users_register .card.shadow-lg .card-body .form-group.mt-4.mb-0 {
    margin-bottom: 20px;
    text-align: center;
}
.users_register .card.shadow-lg .card-body .form-group {

}
.users_register .card.shadow-lg .card-body .form-group label {

}
.users_register .card.shadow-lg .card-body .form-group.submit {
    margin-bottom: 10px;
}
.users_register .card.shadow-lg .card-footer {
    background-color: transparent;
    border-top: 0;
}
.users_register .form-group input.btn,
.users_page_edit .form-group input.btn,
.users_consulted_form .form-group input.btn {
    width: 100%;
    background-color: #007bff;
    border-color: #007bff;
}
.form-group.personal_or_company,
.form-group.mail_or_call,
.form-group.myself_or_representative {
    margin-left: 5px;
}
.form-group.company_fields,
.form-group.personal_fields,
.form-group.representative_fields {
    display: none;
}
.users_register .form-group span.required-custom {
    color: #ff0000;
    display: inline-block;
    margin-right: 5px;
    font-weight: 900;
}
.users_register .form-group label.mb-1 {
    font-size: 17px;
    font-weight: 900;
}
.users_register form .form-group span.required {
    margin-right: 10px;
}
.users_register .form-group .custom-file_label {
    font-size: 17px;
    font-weight: 900;
}


/* Users / remember
-------------------------------------------*/

body.company_register .content {
    background-color: #e5eff8;
    margin-bottom: 30px;
}

/* FAQ
-------------------------------------------*/
.faq-head__title:first-child {
    padding-top: 20px;
}
.faq-head__title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-top: 80px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.accordion_container .accordion {
    border-bottom: 1px solid #ccc;
}
.accordion_container .accordion-title span {
    font-weight: bold;
    font-size: 22px;
    color: #0168b7;
    padding-right: 20px;
}
.accordion-title {
    position: relative;
    padding: 20px 45px 20px 0;
    font-weight: bold;
    font-size: 16px;
}
.accordion-content {
    display: none;
    padding-bottom: 20px;
}
.accordion-content span {
    font-size: 21px;
    font-weight: bold;
    color: #e7a510;
    float: left;
    padding-right: 20px;
    margin-top: -2px;
    display: block;
}
.plusminus {
    border-radius: 3px;
    position: absolute;
    background: #007BFF;
    color: #fff;
    display: inline-block;
    height: 20px;
    width: 25px;
    font-size: 23px;
    right: 10px;
    top: 32px;
    line-height: 9px;
    padding: 3px;
    text-align: center;
}
.plusminus:hover {
    color: #fff;
}
.plusminus.active {
    font-weight: normal;
    font-size: 37px;
    line-height: 3px;
}

/* Feedback
---------------------------------------------*/
.feedback-entry {
    border: 1px solid #000;
    padding: 20px;
    margin-bottom: 20px;
}

.feedback-entry .feedback-entry__headtitle {
    color: #0068b6;
    font-weight: bold;
    font-size: 21px;
    padding-bottom: 12px;
}
.feedback-entry .feedback-entry__title {
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 18px;
}
.feedback-entry .feedback-entry__tag {
    padding-bottom: 20px;
}
.feedback-entry .feedback-entry__tag label {
    margin-bottom: 2px;
    font-size: 14px;
}
.feedback-entry .feedback-entry__tagitems a:first-child {
    margin-left: 0;
}
.feedback-entry .feedback-entry__tagitems a {
    background: #e5eff7;
    color: #000;
    font-size: 12px;
    display: inline-block;
    padding: 3px 25px;
    border-radius: 50px;
    margin-left: 5px;
}
.feedback-entry .feedback-entry__tagitems a:hover {
    background: #000;
    color: #fff;
}

/* Company Menu
----------------------------------------------*/
.company-menu__default .featured-banner {
    /*background: url(../images/travels/banner-img1.png) no-repeat scroll center center transparent;*/
    background: url(../images/travels/banner-travel-top.jpg) no-repeat scroll center center transparent;
    position: relative;
    text-align: center;
    height: 400px;
}
.company-menu__default .company-menu__trip .featured-banner {
    background: url(../images/travels/banner-img1.png) no-repeat scroll center center transparent;
}
.company-menu__default .company-menu__goingout .featured-banner {
    background: url(../images/travels/banner-goingout-top.jpg) no-repeat scroll center center transparent;
}
.company-menu__default .company-menu__group .featured-banner {
    background: url(../images/travels/banner-group-top.jpg) no-repeat scroll center center transparent;
}
.company-menu__default .featured-banner__layout {
    background: url(../images/transparent-black.png) repeat scroll center center transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.company-menu__default .featured-banner__title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}
.company-menu__default .featured-banner__logowrap {
    text-align: center;
}
.company-menu__default .featured-banner__logo {
    background: #fff;
    display: inline-block;
    padding: 20px;
    position: absolute;
    bottom: -44px;
    z-index: 4;
    border-radius: 100%;
}
.company-menu__default .company-menu__goingout .featured-banner__logo {
    bottom: -40px;
}
.company-menu__default .company-menu__group .featured-banner__logo {
    padding: 25px 15px;
    bottom: -40px;
}
.company-menu__default .featured-banner__logo img {
    width: 50px;
}
.company-menu__default .company-menu__goingout .featured-banner__logo img {
    width: 60px;
}
.company-menu__default .company-menu__group .featured-banner__logo img {
    width: 75px;
}
.company-menu__default .company-menu__content {
    text-align: center;
    color: #333333;
}
.company-menu__default .company-menu__content-row1 {
    padding-bottom: 60px;
}
.company-menu__default .company-menu__content-row2 {
    font-size: 31px;
    font-weight: normal;
    padding-bottom: 30px;
}
.company-menu__default .company-menu__content-row3 {
    font-size: 21px;
}
.company-menu__default .company-menu__travel-title {
    text-align: center;
    background: #0168b7;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    padding: 5px 0;
    margin: 40px 0;
}
.company-menu__default .company-menu__travel .company-menu__travel-title {
    background: #25af8b;
}
.company-menu__default .company-menu__goingout .company-menu__travel-title {
    background: #e7a50f;
}
.company-menu__default .company-menu__group .company-menu__travel-title {
    background: #9438a0;
}
.company-menu__default .company-menu__travel-icon img {
    width: 80px;
    margin-right: 20px;
}
.company-menu__default .company-menu__travel-icon,
.company-menu__default .company-menu__travel-content {
    float: left;
}
.company-menu__default .company-menu__travel-label {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding-bottom: 7px;
    margin-top: 8px;
    position: relative;
}
.company-menu__default .company-menu__travel-label span {
    background: url(../images/circle_arrow_blue2.png) no-repeat scroll 0 0 transparent;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    margin-left: 10px;
    top: 3px;
}
.company-menu__default .company-menu__travel .company-menu__travel-label span {
    background: url(../images/travels/green-arrow.png) no-repeat scroll 0 0 transparent;
    background-size: 22px 22px;
}
.company-menu__default .company-menu__goingout .company-menu__travel-label span {
    background: url(../images/travels/yellow-arrow.png) no-repeat scroll 0 0 transparent;
    background-size: 22px 22px;
}
.company-menu__default .company-menu__group .company-menu__travel-label span {
    background: url(../images/travels/violet-arrow.png) no-repeat scroll 0 0 transparent;
    background-size: 22px 22px;
}
.company-menu__default .company-menu__travel-desc {
    line-height: 30px;
}
.company-menu__default .company-menu__btn {
    padding-top: 60px;
    text-align: center;
}
.company-menu__default .company-menu__btn a {
    background: #fff;
    display: inline-block;
    padding: 13px 50px 13px 20px;
    color: #0168b7;
    border-radius: 5px;
    border: 2px solid #0168b7;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    position: relative;
    min-width: 300px;
}
.company-menu__default .company-menu__travel .company-menu__btn a {
    border: 2px solid #25af8b;
    color: #25af8b;
}
.company-menu__default .company-menu__goingout .company-menu__btn a {
    border: 2px solid #e7a50f;
    color: #e7a50f;
}
.company-menu__default .company-menu__group .company-menu__btn a {
    border: 2px solid #9438a0;
    color: #9438a0;
}
.company-menu__default .company-menu__btn a:hover,
.company-menu__default .company-menu__travel .company-menu__btn a:hover,
.company-menu__default .company-menu__goingout .company-menu__btn a:hover,
.company-menu__default .company-menu__goingout .company-menu__btn a:hover {
    background: #e5e8ed;
}
.company-menu__default .company-menu__btn a span {
    background: url(../images/circle_arrow_blue2.png) no-repeat scroll 0 0 transparent;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: 30%;
    right: 15px;
}
.company-menu__default .company-menu__travel .company-menu__btn a span {
    background: url(../images/travels/green-arrow-small.png) no-repeat scroll 0 0 transparent;
    background-size: 22px 22px;
}
.company-menu__default .company-menu__goingout .company-menu__btn a span {
    background: url(../images/travels/yellow-arrow-small.png) no-repeat scroll 0 0 transparent;
    background-size: 22px 22px;
}
.company-menu__default .company-menu__group .company-menu__btn a span {
    background: url(../images/travels/violet-arrow-small.png) no-repeat scroll 0 0 transparent;
    background-size: 22px 22px;
}
.company-menu__default .featured-company .ft-com__headleft {
    text-align: center;
    padding-bottom: 20px;
}
.company-menu__default .featured-company .ft-com__infotag a {
    background: #e6e5ed;
    font-size: 12px;
    padding: 3px 15px;
    border-radius: 10px;
    margin-bottom: 3px;
}
.company-menu__default .featured-company .ft-com__infotitle {
    color: #000;
    font-size: 16px;
    font-weight: 800;
    background-color: white;
    padding-bottom: 10px;
}
.company-menu__default .featured-company .ft-com__infodesc {
    color: #999999;
}
.company-menu__default .featured-company .ft-com__infobtn a {
    border: 2px solid #0168b7;
    color: #0167b9;
}
.company-menu__default .company-menu__travel .featured-company .ft-com__infobtn a {
    border: 2px solid #25af8b;
    color: #25af8b;
}
.company-menu__default .company-menu__goingout .featured-company .ft-com__infobtn a {
    border: 2px solid #e7a50f;
    color: #e7a50f;
}
.company-menu__default .company-menu__group .featured-company .ft-com__infobtn a {
    border: 2px solid #9438a0;
    color: #9438a0;
}
.company-menu__default .company-menu__travel .featured-company .ft-com__infobtn a span.arrow {
    background: url(../images/travels/green-arrow-small.png) no-repeat scroll 0 0 transparent;
    background-size: 15px 15px;
}
.company-menu__default .company-menu__goingout .featured-company .ft-com__infobtn a span.arrow {
    background: url(../images/travels/yellow-arrow-small.png) no-repeat scroll 0 0 transparent;
    background-size: 15px 15px;
}
.company-menu__default .company-menu__group .featured-company .ft-com__infobtn a span.arrow {
    background: url(../images/travels/violet-arrow-small.png) no-repeat scroll 0 0 transparent;
    background-size: 15px 15px;
}
.sidebar-menu__btn input#onSearch {
    display: none;
}
.company-menu__default a.href-menu {
    /*display: inline-block;*/
    color: #000;
}
/*.company-menu__travel-desc a span.icon{
    display: block;
    color: #0168b7;
}*/

/* Company List
----------------------------------------------*/

.company-list .company-list__category {
    padding-bottom: 40px;
}
.company-list .company-list__category a,
.company-list .company-list__category a.active {
    background: #fff;
    display: inline-block;
    padding: 17px 32px;
    color: #0168b7;
    border-radius: 5px;
    border: 2px solid #0168b7;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin-top: 0;
    position: relative;
    width: 100%;
}
.company-list .company-list__category a:hover,
.company-list .company-list__category a.active {
    background: #0168b7;
    color: #fff;
}
.company-list .company-list__category .company-travel a,
.company-list .company-list__category .company-travel a.active {
    color: #24b08b;
    border: 2px solid #24b08b;
}
.company-list .company-list__category .company-goingout a,
.company-list .company-list__category .company-goingout a.active {
    color: #e7a510;
    border: 2px solid #e7a510;
}
.company-list .company-list__category .company-group a,
.company-list .company-list__category .company-group a.active {
    color: #93369e;
    border: 2px solid #93369e;
}
.company-list .company-list__category .company-travel a:hover,
.company-list .company-list__category .company-travel a.active {
    background: #24b08b;
    color: #fff;
    border: 2px solid #24b08b;
}
.company-list .company-list__category .company-goingout a:hover,
.company-list .company-list__category .company-goingout a.active {
    background: #e7a510;
    color: #fff;
    border: 2px solid #e7a510;
}
.company-list .company-list__category .company-group a:hover,
.company-list .company-list__category .company-group a.active {
    background: #93369e;
    color: #fff;
    border: 2px solid #93369e;
}
.company-list .company-list__category a span {
    background: url(../images/circle_arrow_blue2.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 12px;
}
.company-list .company-list__category .company-travel a span {
    background: url(../images/green_arrow.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
}
.company-list .company-list__category .company-goingout a span {
    background: url(../images/yellow_arrow.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
}
.company-list .company-list__category .company-group a span {
    background: url(../images/violet_arrow.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
}
.company-list .company-list__category a:hover span,
.company-list .company-list__category a.active span {
    background: none no-repeat scroll 0 0 transparent;
}
.company-list__wrap .company-list__infos-pad {
    border: 2px solid #ccc;
    border-radius: 5px;
}
.company-list__wrap .category_travel .company-list__infos-pad {
    border: 2px solid #24b08b;
    border-radius: 5px;
}
.company-list__wrap .category_goingout .company-list__infos-pad {
    border: 2px solid #e7a510;
    border-radius: 5px;
}
.company-list__wrap .category_group .company-list__infos-pad {
    border: 2px solid #93369e;
    border-radius: 5px;
}
.company-list__wrap .company-list__entry img {
    width: 100%;
    border-radius: 4px 4px 0 0;
}
.company-list__wrap .company-list_category {
    padding-bottom: 5px;
}
.company-list__wrap .company-list_category a {
    background: #0168b7;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    padding: 3px 15px;
    border-radius: 10px;
    margin-left: 5px;
}
.company-list__wrap .category_travel .company-list_category a {
    background: #24b08b;
}
.company-list__wrap .category_group .company-list_category a {
    background: #93369e;
}
.company-list__wrap .category_goingout .company-list_category a {
    background: #e7a510;
}
.company-list__wrap .company-list__info {
    padding: 10px 10px;
}
.company-list__wrap .company-list__infotitle {
    color: #000;
    font-size: 18px;
    font-weight: 800;
    background-color: white;
    padding-bottom: 10px;
}
.company-list__wrap .company-list__infodesc {
    color: #999999;
    font-size: 14px;
    font-weight: 800;
    background-color: white;
    padding-bottom: 10px;
}
.company-list__wrap .company-list__infotag {
    overflow: hidden;
    height: 55px;
}
.company-list__wrap .company-list__infotag a:first-child {
    margin-left: 0;
}
.company-list__wrap .company-list__infotag a {
    background: #e6e5ed;
    color: #000;
    font-size: 10px;
    padding: 3px 15px;
    border-radius: 10px;
    margin-left: 5px;
    float: left;
    margin-bottom: 5px;
}
.company-list__wrap .category_travel .company-list__infotag a {
    background: #d3efe8;
}
.company-list__wrap .category_group .company-list__infotag a {
    background: #e6e5ed;
}
.company-list__wrap .category_goingout .company-list__infotag a {
    background: #ffefcd;
}
.company-list__wrap .company-list__infobtn {
    padding: 0 10px;
    padding-bottom: 15px;
}
.company-list__wrap .company-list__infobtn a {
    border: 2px solid #0168b7;
    padding-right: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    color: #0167b9;
    position: relative;
    font-weight: 700;
    display: block;
}
.company-list__wrap .company-list__infobtn a span.arrow {
    background: url(../images/circle_arrow_blue2.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 10px;
}
.company-list__wrap .category_travel .company-list__infobtn a {
    border: 2px solid #24b08b;
    color: #24b08b;
}
.company-list__wrap .category_travel .company-list__infobtn a span.arrow {
    background: url(../images/green_arrow.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
}
.company-list__wrap .category_group .company-list__infobtn a {
    border: 2px solid #93369e;
    color: #93369e;
}
.company-list__wrap .category_group .company-list__infobtn a span.arrow {
    background: url(../images/violet_arrow.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
}
.company-list__wrap .category_goingout .company-list__infobtn a {
    border: 2px solid #e7a510;
    color: #e7a510;
}
.company-list__wrap .category_goingout .company-list__infobtn a span.arrow {
    background: url(../images/yellow_arrow.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
}

.company-list .cl-com__headtitle {
    padding-bottom: 10px;
}
.company-list .cl-com__headleft {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}


/* Company Single
----------------------------------------------*/

.company-single__travel .company-single__top a {
    background: #24b08b;
}
.company-single__group .company-single__top a {
    background: #93369e;
}
.company-single__goingout .company-single__top a {
    background: #e7a510;
}
.company-single__top a {
    background: #0168b7;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding: 3px 20px;
    border-radius: 9px;
}
.company-single__top .company-single__category,
.company-single__top .company-single__categorylabel {
    padding-bottom: 10px;
}
.company-single__top .company-single__categorylabel {
    color: #999999;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
}
.company-single__infos .company-single__title  {
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
}
.company-single__gallery img {
    width: 100%;
    height: 100%;
}
.company-single .company-single__tags {
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 40px;
}
.company-single .company-single__tags a:first-child {
    margin-left: 0;
}
.company-single .company-single__tags a {
    background: #e6e5ed;
    color: #000;
    font-size: 12px;
    padding: 3px 20px;
    border-radius: 10px;
    margin-left: 5px;
    float: left;
    margin-bottom: 5px;
}
.company-single .company-single__gallery {
    padding-bottom: 40px;
}
.company-single__gallery .company-single__gallery-entries {
    padding-bottom: 15px;
}
.company-single__listing {
    border-top: 1px solid #999999;
}
.company-single__listing .company-single__listing-entries {
    overflow: hidden;
    border-bottom: 1px solid #999999;
}
.company-single__listing .company-single__listing-title, 
.company-single__listing .company-single__listing-text {
    min-height: 130px;
}
.company-single__listing .company-single__listing-title {
    background: #e5eff7;
    text-align: center;
    float: none;
    padding: 40px 20px;
    width: 150px;
    margin-right: 20px;
}
.company-single__listing .company-single__listing-title span {
    display: block;
}
.company-single__listing-title .company-single__listing-label {
    color: #0068b6;
    font-weight: bold;
    font-size: 12px;
}
.company-single__listing-title .company-single__listing-time {
    font-weight: bold;
}
.company-single__listing .company-single__listing-text {
    padding: 40px 20px;
}
.company-single__listing .company-single__listing-text span {
    display: block;
}
.company-single__listing-text .company-single__listing-name {
    font-weight: bold;
}
.company-single__listing-text .company-single__listing-desc {
    font-size: 14px;
}
@media (min-width: 578px) {
    .company-single__listing .company-single__listing-title {
        float: left;
    }
    .company-single__gallery .company-single__gallery-entries {
        padding-bottom: 0;
    }
}

/* MyPage
---------------------------------------------*/

.userpage {
    padding-top: 40px;
}
.userpage .userpage-sidebar a:first-child {
    margin-top: 0;
}
.userpage .userinfo-bottom__btn a,
.userpage .userpage-sidebar a {
    background: #fff;
    display: inline-block;
    padding: 20px 32px;
    color: #000;
    border-radius: 5px;
    border: 2px solid #ccc;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    margin-top: 5px;
    position: relative;
    width: 100%;
}
.userpage .userinfo-bottom__btn a span,
.userpage .userpage-sidebar a span {
    background: url(../images/circle_arrow_blue2.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 15px;
}
.userpage .container .userinfo-bottom__btn {
    text-align: right;
    padding-top: 40px;
}
.userpage .container .userinfo-bottom__btn a {
    border: 2px solid #0068b6;
    color: #0068b6;
    padding: 12px 40px;
    text-align: center;
    width: auto;
}
.userpage .container .userinfo-bottom__btn.confirm-center {
    text-align: center;
}
.userpage .container .userinfo-bottom__btn.confirm-center input {
    border: 2px solid #0068b6;
    color: #0068b6;
    padding: 12px 40px;
    text-align: center;
    width: auto;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
}
.userpage .container .userinfo-bottom__btn.confirm-center a {
    margin-right: 20px;
}
.userpage .container .userinfo-bottom__btn.confirm-center input:hover {
    background: #0168b7;
    color: #fff;
    border: 2px solid #0168b7;
}
.userpage .container .userinfo-bottom__btn a span {
    width: 14px;
    height: 14px;
    top: 16px;
    right: 10px;
}
.userpage .userinfo-bottom__btn a:hover,
.userpage .userpage-sidebar a:hover, 
.userpage .userpage-sidebar a:active,
.userpage .userpage-sidebar a.active {
    background: #0168b7;
    color: #fff;
    border: 2px solid #0168b7;
}
.userpage .userinfo-bottom__btn a:hover span,
.userpage .userpage-sidebar a:hover span,
.userpage .userpage-sidebar a.active span {
    background: none;
}

/*---------------------------------------------------*/
.userpage .userpage-info__maintitle {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 20px;
}
.userpage-info {
    border-top: 1px solid #999999;
}
.userpage-info .userpage-info__entries {
    overflow: hidden;
    border-bottom: 1px solid #999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.userpage-info .userpage-info__left {
    background: #f2f4f6;
}
.userpage-info .userpage-info__title {
    background: #f2f4f6;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 40px 20px;
}
.userpage-info .userpage-info__text {
    padding: 40px 20px;
}
.userpage-info .userpage-info__title span {
    display: block;
}
.userpage-info .userpage-info__label {
    font-weight: bold;
}
.userpage-info .userpage-info__text span {
    display: block;
}
.userpage-content .company-info__btn {
    margin: 10px 0px;
}

/*---------------------------------------------------*/

.userpage .content {
    padding-top: 0;
}
.userpage .company-filter {
    padding-top: 20px;
}
.userpage .company-info__buttom a:first-child {
    margin-left: 0;
}
.userpage .company-info__buttom a {
    font-size: 12px;
    min-width: 180px;
    margin-left: 7px;
    margin-bottom: 10px;
}
.userpage .company-info__buttom a span {
    top: 12px;
}
.userpage .company-info__buttom a.userspage-fav__btn {
    display: inline-block;
    min-width: 120px;
    float: right;
    border: 2px solid #999999;
    color: #545454;
}
.userpage .company-info__buttom a.userspage-fav__btn:hover {
    border: 2px solid #0168b7;
    color: #fff;
}

/* Manual Page
----------------------------------------------*/
.manual-top {
    text-align: center;
    padding-bottom: 40px;
}
.manual-middle .manual-middle__entry {
    padding-bottom: 20px;
}
.manual-top .manual-top__title {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 20px;
    color: #0067b6;
}
.manual-top .manual-top__desc {
    line-height: 32px;
}
.manual-middle {
    padding-bottom: 60px;
}
.manual-middle img {
    width: 100%;
}
.manual-middle .manual-middle__desc {
    text-align: justify;
    padding-top: 40px;
    line-height: 28px;
    padding-right: 15px;
}
.manual-middle__btn {
    padding-bottom: 60px;
}
.manual-middle__btn a {
    background: #fff;
    display: inline-block;
    padding: 20px 45px 20px 80px;
    margin-bottom: 10px;
    color: #0168b7;
    border-radius: 5px;
    border: 2px solid #0168b7;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    position: relative;
    width: 100%;
}
.manual-middle__btn a:hover {
    background: #e5e8ed;
}
.manual-middle__btn span.icon {
    display: inline-block;
    position: absolute;
    left: 15px;
}
a.manual-middle__btn-one span.icon {
    background: url(../images/sec-one-icon2.png) no-repeat scroll 0 0 transparent;
    width: 50px;
    height: 22px;
    top: 24px;
}
a.manual-middle__btn-two span.icon {
    background: url(../images/sec-one-icon3.png) no-repeat scroll 0 0 transparent;
    width: 34px;
    height: 35px;
    top: 18px;
}
.manual-middle__btn a span.arrow {
    background: url(../images/circle_arrow_blue2.png) no-repeat scroll 0 0 transparent;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: 23px;
    right: 10px;
}
.manual-bottom__head {
    text-align: center;
    padding-bottom: 40px;
}
.manual-bottom__head .manual-bottom__head-title {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 20px;
}
.manual-bottom__entries {
    padding-bottom: 20px;
}
.manual-bottom__entries .manual-bottom__entry-left {
    padding-bottom: 40px;
}
.manual-bottom__entries .manual-bottom__entry {
    padding-bottom: 40px;
}
.manual-bottom__entries .manual-bottom__title {
    font-weight: bold;
    padding-bottom: 10px;
}
.manual-bottom__entries span.steps {
    background: #e5eff7;
    border-radius: 100px;
    padding: 35px 23px;
    display: inline-block;
    color: #0168b7;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.manual-bottom__entries span.arrow {
    background: url(../images/manual/arrow.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
    width: 22px;
    height: 18px;
    display: block;
    margin-left: 37px;
}
.manual-bottom__entry .manual-bottom__btn {
    padding-top: 20px;
}
.manual-bottom__entry .manual-bottom__btn a {
    border: 2px solid #0168b7;
    padding-right: 20px;
    padding: 15px 50px;
    border-radius: 5px;
    text-align: center;
    color: #0167b9;
    position: relative;
    font-weight: 700;
    display: inline-block;
}
.manual-bottom__entry .manual-bottom__btn a span {
    background: url(../images/circle_arrow_blue2.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 10px;
}
.manual-bottom__entry .manual-bottom__btn a:hover {
    border: 2px solid #ff6c00;
    background: #ff6c00;
    color: #fff;
}
.manual-bottom__entry .manual-bottom__btn a:hover span {
    background: url(../images/arrow_circle.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
}

/* Pre adds/Footer
---------------------------------------------*/
.add-num1 {
    background: #ffe3e3;
}
.pre-adds .add-num1__img .add-num1__imgcontent {
    padding: 10px;
}
.pre-adds .add-num1__img img {
    width: 85px;
    padding-right: 10px;
}
.pre-adds .add-num1__imglabel {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}
.pre-adds .add-num1__content1,
.pre-adds .add-num1__content2 {
    height: auto;
    text-align: center;
}
.pre-adds .add-num1__content1 .valign-item,
.pre-adds .add-num1__content2 .valign-item,
.pre-adds .add-num1__btn .btn-wrap {
    padding: 10px 15px;
}
.pre-adds .add-num1__content2 .valign-item {
    text-align: justify;
}
.pre-adds .add-content1__content {
    text-align: justify;
    font-size: 11px;
}
.pre-adds .add-content1__title {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 10px;
}
.pre-adds .add-content1__title {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 10px;
}
.pre-adds .add-content2 span.add-label1 {
    display: block;
    font-size: 11px;
    font-weight: normal;
}
.pre-adds .add-content2 a {
    display: inline-block;
    font-weight: bold;
    color: #000;
    line-height: 30px;
    position: relative;
    font-size: 27px;
    padding-left: 40px;
}
.pre-adds .add-content2 a span {
    background: url(../images/Adds/copyright.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 5px;
    width: 36px;
    height: 20px;
}
.pre-adds .add-content2 span.add-label2 {
    display: block;
    font-size: 11px;
}
.pre-adds .add-num1__btn {
    text-align: center;
}
.pre-adds .add-num1__btn a {
    background: #fff;
    display: inline-block;
    color: #ff0000;
    padding: 15px 50px 15px 20px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    width: auto;
    position: relative;
}
.pre-adds .add-num1__btn a span {
    background: url(../images/Adds/phone.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 17px;
    width: 18px;
    height: 18px;
}
@media (min-width: 992px) {
    .pre-adds .add-num1 .add-num1__img img {
        width: 100%;
        padding: 0;
    }
    .pre-adds .add-num1__content1 .valign-item,
    .pre-adds .add-num1__content2 .valign-item {
        padding: 0;
    }
    .pre-adds .add-num1__imglabel {
        display: none;
    }
    .pre-adds .add-num1__content1,
    .pre-adds .add-num1__content2 {
        text-align: left;
    }
    .pre-adds .add-content2 a span {
        width: 43px;
        height: 25px;
    }
    .pre-adds .add-num1__content2 .valign-item {
        text-align: left;
    }
}
@media (min-width: 480px) {
    .pre-adds .add-num1__img img {
        width: 160px;
    }
    .pre-adds .add-content1__content {
        text-align: justify;
        font-size: 16px;
    }
    .pre-adds .add-content2 a {
        font-size: 36px;
        padding-left: 45px;
    }
    .pre-adds .add-content2 span.add-label1 {
        font-size: 15px;
        font-weight: bold;
    }
    .pre-adds .add-content2 span.add-label2 {
        font-size: 13px;
    }

}

/* Pre Footer
---------------------------------------------*/
.pre-footer {
    position: relative;
    margin-top: 30px;
}
.pre-footer .pre-footer__overlay {
    overflow: hidden;
}
.pre-footer .pre-footer__overlay-first,
.pre-footer .pre-footer__overlay-second {
    min-height: 200px;
}
.pre-footer .pre-footer__overlay-first {
    background: #ffe2cd;
}
.pre-footer .pre-footer__overlay-second {
    background: #e5eff7;
}
.pre-footer .container-main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.pre-footer .pre-footer__content {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}
.pre-footer .pre-footer__overlay-second .pre-footer__content {
    padding-top: 15px;
    padding-bottom: 15px;
}
.pre-footer .pre-footer__btn {
    text-align: center;
    padding-bottom: 30px;
}
.pre-footer .pre-footer__btn a {
    display: inline-block;
    border: 2px solid #fff;
    padding: 18px 35px 18px 15px;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    width: 210px;
    text-align: center;
}
.pre-footer .pre-footer__overlay-first .pre-footer__btn a:hover,
.pre-footer .pre-footer__overlay-second .pre-footer__btn a:hover {
    background: #000;
}
.pre-footer .pre-footer__overlay-first .pre-footer__btn a {
    background: url(../images/circle_arrow_orange_small.png) no-repeat scroll 175px center #ff6d00;
    margin-right: 5px;
}
.pre-footer .pre-footer__overlay-second .pre-footer__btn a {
    background: url(../images/circle_arrow_blue_small.png) no-repeat scroll 175px center #0168b7;
}
@media (min-width: 992px) {
    .pre-footer .pre-footer__overlay-first, 
    .pre-footer .pre-footer__overlay-second {
        min-height: 176px;
    }
}

/* Footer Search
-------------------------------------------*/
.footer-search {
    background: #e5e8ed;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 3px;
}
.footer-search .footer-label__search {
    font-size: 18px;
    font-weight: 800;
    padding-top: 5px;
    padding-bottom: 5px;
}
.footer-search .footer-search__form input.search {
    border: none;
    border-radius: 50px;
    color: #333;
    padding: 7px 20px;
    width: 100%;
}
.footer-search .footer-search__form .search_submit {
    display: none;
}
/*.footer-search .footer-search__form span.search-img {
    background: url(../images/search_img.png) no-repeat scroll right center transparent;
    height: 22px;
    width: 21px;
    display: block;
    position: absolute;
    top: 8px;
    right: 30px;
}*/
.footer-search .footer-search__form .search-img {
    background: url(../images/search_img.png) no-repeat scroll right center transparent;
    height: 22px;
    width: 21px;
    display: block;
    position: absolute;
    top: 8px;
    right: 30px;
    border: none;
    outline: none;
    cursor: pointer;
}

.footer-search .footer-button {
    padding-top: 20px;
}

.footer-search .footer-button a{
    background: #fff;
    display: inline-block;
    padding: 0px;
    color: #0168b7;
    border-radius: 5px;
    border: 2px solid #0168b7;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    margin-top: 0;
    position: relative;
    width: 100%;
}
.footer-search .footer-button a:hover {
    background: #e5e8ed;
}
.footer-search .footer-button a span {
    background: url(../images/circle_arrow_blue2.png) no-repeat scroll 0 0 transparent;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 7px;
}
.footer-search .footer-button a .submitBtn{
    background: transparent;
    border: none;
    color: #0168b7;
    padding: 13px 0px;
    font-weight: 600;
    outline: none;
    width: 100%;
}
.company-info__contentpad {
    padding-bottom: 20px;
}
.company-info__contentpad-review {
    background: #e5eff8;
    padding: 20px;
    margin-bottom: 20px;
}
.company-info__reviewtag {
    padding-top: 20px;
    padding-bottom: 20px;
}
.company-info__reviewtag span {
    display: inline-block;
    padding-right: 10px;
}
.company-info__reviewtag span a {
    color: #212529;
}
.company-info__reviewdesc img {
    margin-right: 10px;
}
@media (min-width: 992px) {
    .footer-search .footer-button a {
        font-size: 18px;
        margin-top: -10px;
    }
    .footer-search .footer-button a span {
        top: 30%;
        right: 10px;
    }
}
@media (min-width: 576px) {
    .footer-search .footer-button {
        padding-top: 0;
    }
}

/* Footer 
-------------------------------------------*/
.footer {
    background: #0168b7;
    color: #fffdff;
}
.footer .footer-row__one {
    padding-top: 30px;
    padding-bottom: 0;
}
.footer .footer-list__title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
    position: relative;
    height: 20px;
}
.footer .footer-list__title a {
    background: url(../images/accordion-plus-img.png) no-repeat scroll 0 0 transparent;
    background-size: 15px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 21px;
    top: -2px;
    right: 10px;
    display: inline-block;
    padding-left: 10px;
    background-position: right center;
}
.footer .faq-title-active a.accordion {
    background: url(../images/accordion-minus-img.png) no-repeat scroll 0 0 transparent;
    background-size: 15px;
    background-position: right center;
}
.footer .footer-list__content {
    display: none;
}
.footer .footer-list__content li a {
    font-size: 13px;
}
.footer .pad-bottom__reponsive {
    border-bottom: 2px solid #14568a;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.footer ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.footer ul li {}
.footer ul li a {
    color: #fffdff;
}
.footer ul li a {
    font-size: 14px;
}
.footer .footer-row__one ul li {
    padding-bottom: 10px;
}
.footer .footer-row__two ul li {
    display: inline-block;
}
.footer .footer-row__two ul li:first-child a {
    margin-left: 0;
}
.footer .footer-row__two ul li a {
    background: url(../images/blue-line.png) no-repeat scroll right 4px transparent;
    margin-left: 10px;
    padding-right: 10px;
}
.footer .footer-row__two {
    border-top: none;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer .footer-copyright {
    font-size: 14px;
    padding-top: 10px;
}
.scroll-top {
    position: fixed;
    bottom: 10px;
    text-align: right;
    right: 10px;
}
.scroll-top a {
    background: url(../images/scroll-btn.png) no-repeat scroll 0 0 transparent;
    background-size: cover;
    display: inline-block;
    height: 45px;
    width: 45px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #007bff;
}
@media (min-width: 576px) {
    .footer .footer-row__one {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer .footer-list__title a {
        display: none;
    }
    .footer .footer-list__content {
        display: block !important;
    }
    .footer .footer-list__content li a {
        font-size: 16px;
    }
    .footer .pad-bottom__reponsive {
        border-bottom: none;
        padding-bottom: 40px;
        margin-bottom: 0;
    }
    .footer .footer-row__two ul li a {
        margin-left: 20px;
        padding-right: 20px;
    }
    .footer .footer-row__two {
        border-top: 1px solid #2f77b2;
    }
    .footer ul li a {
        font-size: 16px;
    }
    .footer .footer-copyright {
        font-size: 14px;
        padding-top: 0;
    }
}

/* Media Css or Mobile Css
-------------------------------------------*/
@media (min-width: 1200px) {
    /* Global */
    .container-main {
        width: 960px;
    }
}

@media (min-width: 992px) {
    /* Global */
    .dispay-none__992 {
        display: none;
    }
    .dispay-block__992 {
        display: block;
    }
}

@media (min-width: 768px) {
    /* Global */
    .pad-bottom__reponsive {
        padding-bottom: 0;
    }
    /* Mobile Css */
    .category-menu__wrap .category-menu__entry {
        width: 20%;
        padding-bottom: 0;
    }
    
}

@media (min-width: 576px) {
    /* Global */
    .margin-bottom__5-576x {
        margin-bottom: 0;
    }
    .margin-bottom__10-576x {
        margin-bottom: 0;
    }
    /* Mobile Css */
    .news .news-entry__date {
        width: 20%;
    }
    .news .news-entry__desc {
        width: 80%;
    }
}

@media (min-width: 480px) {
    /* Global */
    .margin-bottom__5 {
        margin-bottom: 0;
    }
    /* Mobile Css */
    .header .top-bottons a {
        width: 170px;
    }

}
@media (max-width: 450px) {

    .users_register .card.shadow-lg .card-body,
    .users_page_edit .card.shadow-lg .card-body,
    .users_consulted_form .card.shadow-lg .card-body {
        padding: 30px;
    }

    .users_login .card.shadow-lg .card-body {
        padding: 30px;
    }
}
@media (max-width: 414px) {
    
    .banner-slide .banner-item img {
        right:80%;
    }

    .users_register .card.shadow-lg .card-body,
    .users_page_edit .card.shadow-lg .card-body,
    .users_consulted_form .card.shadow-lg .card-body {
        padding: 20px;
    }

    .users_login .card.shadow-lg .card-body {
        padding: 20px;
    }
    .company-info__buttom a {
        min-width: 170px;
    }

}

@media (max-width: 375px) {
    .banner-slide .banner-item img {
        right:100%;
    }

}
@media (max-width: 320px) {
    .banner-slide .banner-item img {
        height: 300px;
        right: 133%;
        position: relative;
    }
}


/* ======================================================================
entry
====================================================================== */
@media all and (min-width: 481px) {
  .entry.c-section {
    overflow: hidden;
  }
  .entry .c-section__inner {
    position: relative;
  }

  .entry__img-top,
  .entry__img-bottom{
    width: 100%;
    height: 12.5rem;
    background-size:auto 12.5rem;
    backface-visibility: hidden;
    background-repeat: repeat-x;
  }
  .entry__img-top.spring {
    background-position: 0 100%;
    background-image: url(/storage/uploads/slides/spring/entry-bg01.jpg);
    animation: loop-top 120s linear infinite;
  }
  .entry__img-bottom.spring {
    background-position: 0 0;
    background-image: url(/storage/uploads/slides/spring/entry-bg02.jpg);
    animation: loop-bottom 120s linear infinite;
  }
  .entry__img-top.summer {
    background-position: 0 100%;
    background-image: url(/storage/uploads/slides/summer/entry-bg01.jpg);
    animation: loop-top 120s linear infinite;
  }
  .entry__img-bottom.summer {
    background-position: 0 0;
    background-image: url(/storage/uploads/slides/summer/entry-bg02.jpg);
    animation: loop-bottom 120s linear infinite;
  }
  .entry__img-top.autumn {
    background-position: 0 100%;
    background-image: url(/storage/uploads/slides/autumn/entry-bg01.jpg);
    animation: loop-top 120s linear infinite;
  }
  .entry__img-bottom.autumn {
    background-position: 0 0;
    background-image: url(/storage/uploads/slides/autumn/entry-bg02.jpg);
    animation: loop-bottom 120s linear infinite;
  }
  .entry__img-top.winter {
    background-position: 0 100%;
    background-image: url(/storage/uploads/slides/winter/entry-bg01.jpg);
    animation: loop-top 120s linear infinite;
  }
  .entry__img-bottom.winter {
    background-position: 0 0;
    background-image: url(/storage/uploads/slides/winter/entry-bg02.jpg);
    animation: loop-bottom 120s linear infinite;
  }
}
@media all and (min-width: 1024px) {
  .entry__img-top {
    background-size:1086px 181px;
    animation: loop-top-s 120s linear infinite;
  }
  .entry__img-bottom {
    background-size:1086px 181px;
    animation: loop-bottom-s 120s linear infinite;
  }
}
@media all and (min-width: 1025px) {
  .entry__img-top {
    background-size:auto 12.5rem;
    animation: loop-top 120s linear infinite;
  }
  .entry__img-bottom {
    background-size:auto 12.5rem;
    animation: loop-bottom 120s linear infinite;
  }
}
@media all and (min-width: 1201px) {
  .entry__img-top {
    background-size:auto 12.5rem;
    animation: loop-top 120s linear infinite;
  }
  .entry__img-bottom {
    background-size:auto 12.5rem;
    animation: loop-bottom 120s linear infinite;
  }
}
@media all and (min-width: 1366px) {
  .entry__img-top {
    background-size:auto 12.5rem;
    animation: loop-top 120s linear infinite;
  }
  .entry__img-bottom {
    background-size:auto 12.5rem;
    animation: loop-bottom 120s linear infinite;
  }
}
@media all and (min-width: 1600px) {
  .entry__img-top {
    background-size:auto 12.5rem;
    animation: loop-top-l 120s linear infinite;
  }
  .entry__img-bottom {
    background-size:auto 12.5rem;
    animation: loop-bottom-l 120s linear infinite;
  }
}
@media all and (min-width: 1920px) {
  .entry__img-top {
    background-size:auto 12.5rem;
    animation: loop-top-xl 120s linear infinite;
  }
  .entry__img-bottom {
    background-size:auto 12.5rem;
    animation: loop-bottom-xl 120s linear infinite;
  }
}
@keyframes loop-top-s {
  from {
      background-position: 0 0;
  }
  to {
      background-position: -1086px 0;
  }
}@keyframes loop-top {
  from {
      background-position: 0 0;
  }
  to {
      background-position: -1200px 0;
  }
}
@keyframes loop-top-l {
  from {
      background-position: 0 0;
  }
  to {
      background-position: -1350px 0;
  }
}
@keyframes loop-top-xl {
  from {
      background-position: 0 0;
  }
  to {
      background-position: -1956px 0;
  }
}
@keyframes loop-bottom-s {
  from {
      background-position: 0 0;
  }
  to {
      background-position: 1086px 0;
  }
}@keyframes loop-bottom {
  from {
      background-position: 0 0;
  }
  to {
      background-position: 1200px 0;
  }
}
@keyframes loop-bottom-l {
  from {
      background-position: 0 0;
  }
  to {
      background-position: 1350px 0;
  }
}
@keyframes loop-bottom-xl {
  from {
      background-position: 0 0;
  }
  to {
      background-position: 1956px 0;
  }
}
@media all and (max-width: 480px) {
  .entry.c-section {
    overflow: hidden;
  }
  .entry .c-section__inner {
    position: relative;
    padding: 0;
  }
  .entry .c-section__body {
    padding: 4.285714286rem 0;
  }
  .entry__img-top,
  .entry__img-bottom,
  .entry__img-bottom-sp {
    width: 100%;
    height: 8.83rem;
    position: relative;
    z-index: 100;
    background-size:auto 8.83rem;
    backface-visibility: hidden;
    background-repeat: repeat-x;
  }
  .entry__img-bottom-sp {
    margin-bottom: 0;
  }
  .entry__img-top.spring {
    background-position: 0 100%;
    background-image: url(/storage/uploads/slides/spring/entry-bg01_sp.jpg);
    animation: loop-top 120s linear infinite;
  }
  .entry__img-bottom.spring {
    background-position: 0 0;
    background-image: url(/storage/uploads/slides/spring/entry-bg02_sp.jpg);
    animation: loop-bottom 120s linear infinite;
  }
  .entry__img-bottom-sp.spring {
    background-position: 0 0;
    background-image: url(/storage/uploads/slides/spring/entry-bg03_sp.jpg);
    animation: loop-top 120s linear infinite;
  }
  .entry__img-top.summer {
    background-position: 0 100%;
    background-image: url(/storage/uploads/slides/summer/entry-bg01_sp.jpg);
    animation: loop-top 120s linear infinite;
  }
  .entry__img-bottom.summer {
    background-position: 0 0;
    background-image: url(/storage/uploads/slides/summer/entry-bg02_sp.jpg);
    animation: loop-bottom 120s linear infinite;
  }
  .entry__img-bottom-sp.summer {
    background-position: 0 0;
    background-image: url(/storage/uploads/slides/summer/entry-bg03_sp.jpg);
    animation: loop-top 120s linear infinite;
  }
  .entry__img-top.autumn {
    background-position: 0 100%;
    background-image: url(/storage/uploads/slides/autumn/entry-bg01_sp.jpg);
    animation: loop-top 120s linear infinite;
  }
  .entry__img-bottom.autumn {
    background-position: 0 0;
    background-image: url(/storage/uploads/slides/autumn/entry-bg02_sp.jpg);
    animation: loop-bottom 120s linear infinite;
  }
  .entry__img-bottom-sp.autumn {
    background-position: 0 0;
    background-image: url(/storage/uploads/slides/autumn/entry-bg03_sp.jpg);
    animation: loop-top 120s linear infinite;
  }
  .entry__img-top.winter {
    background-position: 0 100%;
    background-image: url(/storage/uploads/slides/winter/entry-bg01_sp.jpg);
    animation: loop-top 120s linear infinite;
  }
  .entry__img-bottom.winter {
    background-position: 0 0;
    background-image: url(/storage/uploads/slides/winter/entry-bg02_sp.jpg);
    animation: loop-bottom 120s linear infinite;
  }
  .entry__img-bottom-sp.winter {
    background-position: 0 0;
    background-image: url(/storage/uploads/slides/winter/entry-bg03_sp.jpg);
    animation: loop-top 120s linear infinite;
  }
}

.caption-pad .container-main {
    position:relative; height:280px; width: 100%;
}
#videoBG {
    position:fixed;
    z-index: -1;
/*not work if the screen ratio is below 16/9*/
    width:100%;     
    height: auto;
}

@media (min-width: 980px)
@media (min-width: 768px), print
.u-hide-tab-pc {
    display: none !important;
}
.carousel-wrap { margin-bottom:5px;  }
@media (max-width: 768px) {
    .wrapper {
        width: 100%;
        overflow-x: hidden;
    }
    .banner .caption .button a {
        top: 120px;
        padding: 10px;
        width: 200px;
        left:50% !important;
        margin-left: -100px;
        position:absolute;
    }
    .caption-pad .container-main {
        height:200px;
    }
    .banner .caption .description {
        font-size:14px;
        text-align:center;
        margin-bottom:6px !important;
    }
    p {
        margin-bottom:.5rem;
    }
    .banner .caption .title {
    font-size: 24px;
    margin-bottom:12px;
    text-align:center;
    }
}
/*
@media (max-width: 1199.98px) {
    .container-main {
        width: 960px;
    }
}
*/

/* jQuery Demo */

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

/* Responsive Arrow Progress Bar */
.steps-desc{
    font-size: 15px;
    margin: -20px 0px 20px;
    text-align: center;
    font-weight: 500;
}
.steps-desc a{
    color: #000;
    text-decoration: underline;
}
.steps-desc a:hover{
    color: #000;
    text-decoration: underline;
}
.steps_container {
    width: 100%;
}

.arrow-steps .step {
    font-size: 13px;
  width: 24.3%;
  font-weight: 600;
  color: #FFF;
  cursor: default;
  margin: 0 2px 0 0;
  padding: 7px 0px 7px 20px;
  float: left;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.arrow-steps .step a {
  color: #777;
  text-decoration: none;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #ddd;
  z-index: 2;
}

.arrow-steps .step:before {
  right: auto;
  left: 0;
  border-left: 14px solid #fff;
  z-index: 0;
}

.arrow-steps .step:first-child:before {
  border: none;
}

.arrow-steps .step:last-child:after {
  border: none;
}


.arrow-steps .step span {
  position: relative;
}

.arrow-steps .step.bg_1 {
  color: #fff;
  background-color: #cb3e3a;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.arrow-steps .step.bg_1:after {
  border-left: 14px solid #cb3e3a;
}

.arrow-steps .step.bg_2 {
  color: #fff;
  background-color: #f08f1e;
}

.arrow-steps .step.bg_2:after {
  border-left: 14px solid #f08f1e;
}

.arrow-steps .step.bg_3 {
  color: #fff;
  background-color: #e3c01e;
}

.arrow-steps .step.bg_3:after {
  border-left: 14px solid #e3c01e;
}

.arrow-steps .step.bg_4 {
  color: #fff;
  background-color: #77b142;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.arrow-steps .step.bg_4:after {
  /*border-left: 17px solid #77b142;*/
}

.arrow-steps .step.bg_5 {
  color: #fff;
  background-color: #0070c0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.arrow-steps .step.bg_5:after {
  border-left: 14px solid #0070c0;
}

.arrow-steps .step.bg_6 {
  color: #fff;
  background-color: #cb3e3a;
}

.arrow-steps .step.bg_6:after {
  border-left: 14px solid #cb3e3a;
}

.arrow-steps .step.bg_7 {
  color: #fff;
  background-color: #e3c01e;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.steps-content {
    width: 100%;
    display: flex;
}
.steps-content > div{
    width: 25%;
    margin:20px 0px;
    padding: 0px 10px;
    font-size: 13px;
}

.form_template{
    border: 1px solid #CCC;
    padding: 3px;
}

.recaptcha-error {
    display: flex;
    justify-content: center;
}

.recaptcha-error-msg {
    width: 304px;
    height: 78px;
}

.hide {
    display: none;
}

.confirm_contact_page .form-group a.btn {
    width: 100%;
    background-color: #007bff;
    border-color: #007bff;
}

.confirm_contact_page .card-body .form-group.mt-4.mb-0 a.back-btn {
    width: 100%;
}