/* General styling */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #ff6600;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
a:hover, a:visited {
    color: #ff6600;
    text-decoration: none;
}

body {
    font-family: 'ing_me_regular', Arial;
    font-weight: 400;
    font-size: 18px;
    color: var(--color-orange);
    background-color: var(--bgcolor-white);
    margin: 0;
}

p {
    padding-bottom: 15px;
    margin: 0px;
    color: var(--color-white);
    font-size: 18px;
    line-height: 22px;
}


/* Utils */

.cleardiv {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}


/* TY Style */

header {
    overflow: hidden;
}

.logo-container {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    background-color: transparent;
}

.logo {
    position: absolute;
    top: 20px;
    left: 0px;
    padding: 5px 20px 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: 0;
    background: var(--bgcolor-white);
}

.logo img {
    display: block;
}

.spgInfoBlock {
    padding-top: 30px;
    padding-bottom: 20px;
}

.spgInfoBlock p {
    color: var(--color-gray600);
}

.spgInfoBlock div {
    padding-left: 0;
    padding-right: 0;
}

.spgInfoBlock > div:first-child {
    padding-right: 30px;
}

.ty-title {
    color: #ff6200;
    font-family: "ing_me_regular", Arial;
    font-size: 36px;
    line-height: 35px;
    font-weight: 700;
    margin: 15px 0 20px;
    text-align: left;
}

.h1-ty-sub.h1-ty {
    color: var(--color-gray600);
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    margin-top: 40px;
    text-align: left;
    margin: 0 auto;
    padding: 0px;
}

span.branch_name {
    color: #ff6200;
    font-weight: 600;
}

.mapWrapper {
    position: relative;
    width: 100%;
    height: 345px;
}

.easyGoTo-wrapper {
    position: absolute;
    top: 35px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 11;
}

.easyGoTo, .easyGoTo:visited {
    font-family: 'ing_me_regular', Arial;
    display: inline-block;
    padding: 0 15px;
    line-height: 38px;
    font-size: 18px;
    color: #ffffff;
    border: 1px solid transparent;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: rgba(255,98,0,0.9);
}

#map {
    position: relative;
    width: 100%;
    height: 345px;
    border: 1px solid #969696;
    margin-top: 50px;
}

.visible-lg {
  text-align: left;
}

.h1-ty-sub.h1-ty {
    font-family: 'ing_me_regular', Arial;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin: 40px 0 20px;
}

.h1-ty .branch_name {
    font-family: 'ing_me_regular', Arial;
    color: #ff6200;
}

.h1-ty-sub {
    font-family: 'ing_me_regular', Arial;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: var(--color-gray600);
    margin: 15px 0 20px;
}

.ty-msg {
    font-family: 'ing_me_regular', Arial;
    color: var(--color-gray600);
    padding-top: 25px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 20px;
}

.haeder_text {
    padding: 25px 20px 21px;
    float: left;
    display: inline-block;
    background: #ff6200;
    position: relative;
}

.haeder_text .title {
    color: #FFF;
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    padding-bottom: 0;
    margin-top: 63px;
}

.haeder_text .subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #FFF;
    padding-bottom: 2px;
    margin: 0px;
}
.haeder_text:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 40px;
    border-color: transparent transparent transparent #ff6600;
    position: absolute;
    right: -40px;
    z-index: 9;
    top: 20px;
}
.ccdog  {
    padding: 0;
}
.ccdog img {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .ccdog img {
        position: relative;
        left: -144px;
        z-index: -1;
        display: block;
        width: auto;
        height: 230px;
    }
}

@media screen and (max-width: 992px) {
    .ccdog img {
        position: relative;
        left: -95px;
        height: 286px;
    }
}
@media screen and (max-width: 800px) {
    .spgInfoBlock {
        padding: 30px 15px 20px;
    }
}
