.co-top {
    position: relative;
    display: block;
    width: 100%;
    height: 385px;
    background: url('../../img/front/contact/transcon-indonesia-contact-us.jpg') no-repeat;
    background-position: 50% !important;
    background-size: cover !important;
    padding-top: 100px;
}

.co-top:before {
    content: '';
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url('../../img/front/transcon-indonesia-looping-background-2x.png') repeat;
}

.co-title {
    position: relative;
    display: block;
    font-size: 48px;
    padding-bottom: 30px;
    text-align: center;
    line-height: 35px;
    text-transform: uppercase;
    color: #fff;
}

.co-title:before {
    content: '';
    position: absolute;
    display: block;
    width: 88px;
    height: 5px;
    right: 50%;
    bottom: 0px;
    background: #3d4094;
}

.co-title:after {
    content: '';
    position: absolute;
    display: block;
    width: 88px;
    height: 5px;
    left: 50%;
    bottom: 0px;
    background: #ec3137;
}

.co-content {
    position: relative;
    display: block;
    /* padding: 140px 0px 110px; */
    padding: 140px 0px 50px;
    background: #e8e8e8;
}

.co-content-item {
    position: relative;
    width: calc(100% - 80px);
    max-width: 1164px;
    margin: 0px auto;
}

.co-group {
    position: relative;
    padding: 0px;
}

.co-group.left {
    padding-right: 85px;
}

.co-group.right {
    padding-left: 85px;
}

.co-group-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
}

.co-text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 35px;
}

.co-text-list {
    position: relative;
    display: block;
    font-size: 0px;
}

.co-text-list * {
    font-size: 16px;
}

.co-text-list span {
    line-height: 30px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.co-text-list span:first-child {
    width: 90px;
}

.co-text-list span:first-child:after {
    content: ':';
    position: absolute;
    display: block;
    width: 5px;
    right: 0px;
    top: 0px;
}

.co-text-list span:last-child {
    width: calc(100% - 90px);
    padding-left: 5px;
}

.co-text-list.last-list {
    margin-bottom: 25px;
}

.co-direct {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    background: #3d4094;
    border: 1px solid #3d4094;
    color: #fff;
    max-width: 321px;
    margin-bottom: 50px;

    -webkit-transition: color 0.4s, background 0.4s;
    -moz-transition: color 0.4s, background 0.4s;
    -ms-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
}

.co-direct:hover {
    color: #3d4094;
    background: #fff;

    -webkit-transition: color 0.4s, background 0.4s;
    -moz-transition: color 0.4s, background 0.4s;
    -ms-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
}

.co-direct:after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 100%;
    background: url('../../img/front/home/transcon-indonesia-get-direction-icon-2x.png') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
    margin-left: 10px;

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}

.co-direct:hover:after {
    background: url('../../img/front/home/transcon-indonesia-get-direction-icon-blue-2x.png') no-repeat;

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}

.co-branch {
    position: relative;
    display: block;
    padding-top: 50px;
    border-top: 1px solid #222;
}

.co-branch-title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 35px;
}

.co-branch-item {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    margin: 0px;
}

.co-branch-city {
    position: relative;
    margin-bottom: 35px;
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    max-width: calc(50% - 35px);
}

.co-branch-city:first-child {
    margin-right: 70px;
    /* margin-right: 35px; */
}

.co-branch-city:last-child {
    /* padding-left: 35px; */
}

.co-branch-city-title {
    position: relative;
    display: block;
}

.co-branch-address {
    position: relative;
    display: block;
    margin-bottom: 35px;
}

.co-branch-city:before {
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    height: 5px;
    left: 0px;
    bottom: 0px;
    background: #3d4094;
}

.co-branch-city:after {
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    height: 5px;
    left: 80px;
    bottom: 0px;
    background: #ec3137;
}

.co-text-input {
    position: relative;
    display: block;
    background: #fff;
    border: 0px;
    width: 100%;
    font-size: 16px;
    height: 50px;
    margin-bottom: 20px;
    padding: 0px 15px;
}

.area {
    height: 195px;
    padding: 15px;
    resize: none;
}

.last-text-list {
    margin-bottom: 30px;
}

.co-submit {
    position: relative;
    display: block;
    height: 50px;
    border: 0px;
    background: #3d4094;
    color: #fff;
    width: 100%;
    border: 1px solid #3d4094;
    font-size: 14px;

    -webkit-transition: color 0.4s, background 0.4s;
    -moz-transition: color 0.4s, background 0.4s;
    -ms-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
}

.co-submit:hover {
    color: #3d4094;
    background: #fff;

    -webkit-transition: color 0.4s, background 0.4s;
    -moz-transition: color 0.4s, background 0.4s;
    -ms-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
}

.wa-icon.active {
    bottom: -20px !important;
}

.co-map-address {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    margin: 0px auto;
    max-width: 1024px;
    padding: 50px 0px 0px;
    text-align: center;
}

.co-map-address .co-text {
    font-size: 14px;
    /* line-height: 24px; */
    margin-bottom: 0px;
}

.co-map-address .co-text br {
    display: none;
}

.co-map {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 110px;
    height: 480px;
}

/* Desktops and laptops */
@media screen and (max-width : 1366px) {

}

/* Tablet */
@media screen and (max-width: 1024px) {
	.co-content {
        padding: 80px 0px;
    }

    .co-group.left {
        padding-right: 40px;
    }

    .co-group.right {
        padding-left: 40px;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
    .co-group {
        display: block;
        width: 100%;
        max-width: 100%;
        flex: 100%;
        padding: 0px !important
    }

    .co-group.left {
        margin-bottom: 30px;
    }

    .co-map {
        margin-bottom: 80px;
    }
}

@media screen and (max-width : 500px) {
	.co-top {
        height: 250px;
    }

    .co-title {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .co-content {
        padding: 50px 0px;
    }

    .co-content-item {
        width: calc(100% - 40px);
    }

    .co-group-title {
        font-size: 14px;
        line-height: 24px;
    }

    .co-text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 25px;
    }

    .co-text-list span {
        font-size: 14px;
        line-height: 24px;
    }

    .co-direct {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .co-branch {
        padding-top: 30px;
    }

    .co-branch-city {
        max-width: calc(50% - 10px);
    }

    .co-branch-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .co-branch-item {
        font-size: 14px;
        line-height: 24px;
    }

    .co-branch-city:first-child {
        margin-right: 20px;
    }

    .co-branch-city:before {
        width: 35px;
    }

    .co-branch-city:after {
        width: 35px;
        left: 35px;
    }

    .co-group.left {
        margin-bottom: 10px;
    }

    .co-text-input {
        font-size: 14px;
        height: 40px;
    }

    .area {
        height: 120px;
    }

    .co-submit {
        height: 40px;
        font-size: 14px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 40px;
        font-size: 14px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px;
    }

    .select2-container .select2-selection--single {
        height: 40px;
    }

    .co-map {
        margin-bottom: 50px;
    }

    .wa-icon.active {
        bottom: -30px !important;
    }
}