/* @import "master.css"; */

.support_box {
    color: #ffdd01;
    text-align: left;
    padding: 30px 0 10px 0;
    background: #0983c9;
}

.support_box .header {
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}

.support_box .brunline {
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 20px;
}

.support_box .list_support {
    color: #000;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
}

.support_box .list_support .item {
    width: 100%;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
}

.support_box .list_support .item a {
    text-decoration: none;
    color: #000;
    font-size: 1.1rem;
}

.support_box .list_support .item img {
    border-style: none;
    margin-right: 10px;
    margin-top: 5px;
    display: inline-block;
}

.support_box .list_support .item .name {
    color: #000;
}

.support_box .list_support .item .value {
    font-weight: 700;
    color: #f60;
    margin-top: 5px;
}

.support_box .footer_col_header {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #ffdd01;
}

.support_box .footer_col_header .logo {
    width: 100%;
    background: url(../images/Halophongtro_gold.svg) center no-repeat;
    background-size: contain;
    display: flex;
}

.footer_col {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.support_box .footer_col .footer_col_body {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: white;
}

.support_box .footer_col .footer_col_body ul li {
    margin: 10px 0;
    color: white;
}

.support_box .footer_col .footer_col_body a {
    color: white;
    text-decoration: none;
    font-size: 1.05rem;
}

.support_box .footer_col .footer_col_body a:hover {
    color: white;
    text-decoration: underline;
}

.bds_icon {
    background-image: url(../images/sprite@2x.png);
    display: inline-block;
    background-size: 350px 332px;
    background-repeat: no-repeat;
}

.bds_icon.icon_visa {
    background-position: -108px 0;
    width: 54px;
    height: 33px;
}

.bds_icon.icon_mastercard {
    background-position: -162px 0;
    width: 54px;
    height: 33px;
}

.bds_icon.icon_jcb {
    background-position: -54px 0;
    width: 54px;
    height: 33px;
    padding-right: 50px;
}

.bds_icon.icon_internet_banking {
    background-position: -216px 0;
    width: 54px;
    height: 33px;
}

.bds_icon.icon_momo {
    background-position: -270px 0;
    width: 54px;
    height: 33px;
}

.bds_icon.icon_tienmat {
    background-position: 0 0;
    width: 54px;
    height: 33px;
}

.support_box .footer_bottom {
    border-top: 1px solid #d0d0d0;
    margin-top: 20px;
}

.support_box .footer_bottom .copyright {
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
}

footer .back-to-top {
    position: fixed;
    bottom: 68px;
    right: 30px;
    z-index: 9;
    width: 3rem;
    height: 3rem;
    text-align: center;
    background-color: #f83859;
    cursor: pointer;
    transition: all .2s;
    border-radius: 50%;
}

footer .back-to-top i {
    font-size: 1.2rem;
    line-height: 40px;
    color: #fff;
}

.footer-company {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding-top: 20px;
    color: #fff;
}

.icon-dkbct {
    background-image: url(../images/dkbct.jpg);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 133px;
    height: 50px;
}
.company_name{
    text-transform: uppercase;
    text-align: center;
}