

body {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 13px;
    color: #2f456b;
    margin: auto;
    position: relative;
    max-width: 1050px;
}

.page-width {
    margin: auto;
    position: relative;
}

.fa * {
    font-family: 'M PLUS 1p', sans-serif;
    vertical-align: top;
}

.paging-top {
    display: none;
}

.paging {
    text-align: center;
    font-size: 13px;
}

.list-item {
    margin: 0 -10px;
    font-size: 0px;
}

.list-item-2 {
    font-size: 0px;
}

.inner-item-2 {
    font-size: 13px;
}

.inner-item {
    margin: 0 10px;
    font-size: 13px;
}

.page-left {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.page-right {
    width: 74.9%;
    display: inline-block;
    vertical-align: top;
}

.item-4 {
    width: 24.9%;
    display: inline-block;
    vertical-align: top;
}

.item-3 {
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
}

.item-2 {
    width: 49.9%;
    display: inline-block;
    vertical-align: top;
}

.item-5 {
    width: 19.9%;
    display: inline-block;
    vertical-align: top;
}

.sub-2-row {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.sub-3-row {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.sub-4-row {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}


.a-center {
    text-align: center;
}

a {
    color: #2f456b;
}

    a:hover {
        color: #293750;
    }


#headPage {
    padding: 10px 0;
    position: relative;
    z-index: 11;
}

#headRight {
    float: right;
}

#logo {
    float: left;
    margin: 18px 0;
}

#topPage {
    border-bottom: solid 1px #2f456b;
    margin-bottom: 10px;
    position: relative;
    z-index: 11;
    line-height: 32px;
}

.hotline {
    float: right;
    text-transform: uppercase;
}


.main-menu {
    display: inline-block;
    list-style: none;
    padding: 0px;
    margin: 0px;
}


    .main-menu > li {
        display: inline-block;
        vertical-align: top;
        line-height: 32px;
        position: relative;
        margin-left: 30px;
    }

        .main-menu > li:first-child {
            margin-left: 0px;
        }

    .main-menu ul {
        position: absolute;
        top: 100%;
        left: 0px;
        width: 220px;
        list-style: none;
        padding: 0px;
        margin: 0px;
        text-align: left;
        background: white;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-2em);
        z-index: -1;
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    }

    .main-menu li:hover > ul {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;
    }

    .main-menu > li > a {
        display: block;
        text-transform: uppercase;
        color: #2f456b;
        font-size: 24px;
    }

    .main-menu a i {
        display: inline-block;
        margin-left: 10px;
    }

    .main-menu ul a {
        padding: 5px 10px;
        display: block;
        font-size: 16px;
        border-top: solid 1px #ddd;
    }

    .main-menu ul li {
        display: block;
    }


.lang {
    float: right;
    margin-left: 20px;
    position: relative;
}

    .lang > a:before {
        margin-right: 10px;
        font-size: 18px;
    }

    .lang:hover ul {
        display: block;
    }

    .lang ul {
        position: absolute;
        left: 0px;
        top: 100%;
        width: 100px;
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: none;
    }

    .lang a {
        display: inline-block;
        text-align: center;
        border: solid 1px #ddd;
    }

    .lang li {
        border: solid 1px #ddd;
        padding: 5px;
        background: white;
    }


.form-search {
    line-height: 32px;
    height: 32px;
    width: 180px;
    padding-left: 32px;
    border-radius: 5px;
    position: relative;
    float: right;
}

    .form-search input {
        height: 100%;
        border-radius: 5px;
        padding: 0 10px;
        width: 100%;
        border: 0px;
    }

    .form-search button {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 32px;
        text-align: center;
        line-height: 32px;
        height: 32px;
        color: #2f456b;
        border: 0px;
        font-size: 18px;
        padding: 0px;
        background: none;
    }

#homeContact {
    padding: 20px;
    background: url(/Content/Images/Home/home-contact2.jpg) center center no-repeat #ececec;
    color: black;
    font-size: 18px;
}


.icon-style {
    color: black;
    display: inline-block;
    margin-right: 40px;
    font-size: 16px;
    white-space: nowrap;
    padding-left: 60px;
    position: relative;
}

    .icon-style i {
        font-size: 42px;
        line-height: 44px;
        position: absolute;
        left: 0px;
        top: 0px;
    }


#logoFooter {
    float: right;
}

.banner-item .d {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 100%;
}

#footPage {
    padding: 20px 0;
    line-height: 1.7em;
    border-top: solid 3px #ddd;
}

#homeContact2 {
    font-size: 32px;
    color: white;
    background: #17669d;
    padding: 20px;
    white-space: nowrap;
}

    #homeContact2 a {
        color: white;
    }

.home-service-box {
    padding: 10px 0;
    position: relative;
}

.hs-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: bold;
}

    .hs-title > span {
        display: inline-block;
        background: url(/Content/Images/Home/line.png) bottom center repeat-x;
        padding: 0 100px;
    }

        .hs-title > span > span {
            background: white;
            display: inline-block;
        }

.hs-desc {
    font-size: 18px;
    padding: 10px 0;
}

.service-item {
    margin-bottom: 20px;
}

    .service-item .name img {
        display: block;
    }

    .service-item .name {
        display: block;
        line-height: 32px;
        font-size: 18px;
    }

        .service-item .name span {
            white-space: nowrap;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: 10px;
			    border-left: 3px solid #284473;
    padding-left: 5px;
    font-weight: bold;
    font-size: 20px;
        }

    .service-item .desc {
        height: 40px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: left;
        margin-top: 5px;
        line-height: 20px;
    }



.wrapBreadcrumb {
    background: #f3f3f3;
    padding: 10px;
    margin-bottom: 20px;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    border-radius: 0;
    color: black;
    list-style: none;
    overflow: hidden;
}

    .breadcrumb a {
        color: black;
        display: block;
        line-height: 22px;
    }

    .breadcrumb > li {
        position: relative;
        white-space: nowrap;
        display: inline-block;
        height: 22px;
        vertical-align: top;
        padding-right: 6px;
    }

.title-page {
    font-weight: bold;
    margin: 10px 0;
    margin-bottom: 20px;
    font-size: 22px;
    border-bottom: solid 1px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.product-item {
    display: block;
    margin-bottom: 20px;
}

    .product-item img {
        display: block;
        margin: auto;
    }

.title-line {
    background: #2f456b;
    padding: 20px;
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 20px;
}

.form {
    width: 100%;
}

    .form th, .form td {
        padding: 10px;
        border: solid 2px #ddd;
        text-align: left;
    }

    .form th {
        background: #126bbb;
        color: white;
        width: 200px;
        font-weight: normal;
    }

    .form input, .form textarea {
        width: 100%;
    }

.btn-guide {
    position: relative;
}

    .btn-guide i {
        display: block;
        text-align: center;
        line-height: 15px;
        position: relative;
        top: -4px;
    }

    .btn-guide.open i:before {
        content: "\f102";
    }


.float-ck {
    position: fixed;
    bottom: 1px;
    z-index: 9000;
}

    .float-ck a {
        float: left;
        overflow: hidden;
        position: relative;
    }

    .float-ck span {
        position: absolute;
        right: 10px;
        color: white;
        top: 14px;
        font-size: 28px;
    }

.bor-left, .bor-top, .bor-right, .bor-bottom {
    position: absolute;
    background-color: #EDCB67;
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
}

.bor-left {
    height: 50%;
    width: 3px;
    left: 0;
    bottom: -100%;
    animation: transtop 5s ease-in-out infinite;
}

.bor-right {
    height: 50%;
    right: 0;
    top: -100%;
    width: 3px;
    animation: transbot 5s ease-in-out infinite;
}

.bor-top {
    width: 50%;
    left: -100%;
    top: 0;
    height: 3px;
    animation: transleft 5s ease-in-out infinite;
}

.bor-bottom {
    width: 50%;
    height: 3px;
    right: -100%;
    bottom: 0;
    animation: transright 5s ease-in-out infinite;
}

@keyframes transtop {
    0% {
        bottom: -100%;
    }

    100% {
        bottom: 100%;
    }
}

@keyframes transleft {
    0% {
        left: 100%;
    }

    50% {
        left: 0%;
    }

    100% {
        left: -100%;
    }
}

@keyframes transbot {
    0% {
        top: -100%;
    }

    100% {
        top: 100%;
    }
}

@keyframes transright {
    0% {
        right: 100%;
    }

    50% {
        right: 0%;
    }

    100% {
        right: -100%;
    }
}


.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 120px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    width: 120px;
    z-index: 2000000 !important;
}

    .suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
        border-color: #F00;
        opacity: 1;
    }

.suntory-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 100px;
    left: 0px;
    opacity: 0.1;
    position: absolute;
    top: 0px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 100px;
}

.suntory-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 70px;
    left: 15px;
    position: absolute;
    top: 15px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}

.suntory-alo-ph-img-circle {
    /* animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim; */
    border: 2px solid transparent;
    border-radius: 100%;
    height: 50px;
    left: 25px;
    opacity: 1;
    position: absolute;
    top: 25px;
    transform-origin: 50% 50% 0;
    width: 50px;
    border: 3px solid #F00;
    background-color: #F00;
}

    .suntory-alo-ph-img-circle img {
        animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
        font-size: 30px;
        line-height: 39px;
        color: #F00;
        margin-top: 10px;
        margin-left: 10px;
    }

@keyframes suntory-alo-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }

    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes suntory-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes suntory-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

.hide-on-desk {
    display: none;
}

.dialog-close {
    font-size: 20px;
    line-height: 20px;
}

.btn-guide-service {
    height: 58px;
    line-height: 58px;
    background: url(/content/images/home/button-guide.jpg) left center;
    font-size: 22px;
    color: white;
    padding: 0 20px 0 110px;
    float: right;
}

.menu-left .title {
    background: #2f456b;
    color: white;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
}

.menu-left > ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.menu-left ul ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.menu-left li {
    border-top: solid 1px #ddd;
}


.menu-left a {
    padding: 8px 10px;
    display: block;
    font-size: 16px;
}

.menu-left ul ul a {
    padding-left: 80px;
    background: #efefef;
}


.banner-main {
    position: relative;
}

    .banner-main .desc {
        position: absolute;
        top: 0px;
        width: 100%;
        left: 0px;
    }

.LinkButton {
    display: inline-block;
    background: #ddd;
    padding: 0 20px;
    line-height: 40px;
    font-size: 16px;
}
