.box-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    height: 36px;
    margin-right: 10px;
}

.box-phone .icon_phone {
    width: 32px;
    height: 32px;
}

.box-phone .content_phone {
    line-height: 1.1;
    margin-left: 5px;
}

.box-phone .content_phone span {
    display: block;
    color: #000;
    font-size: 12px;
}

.box-phone .content_phone a {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
    padding-right: 0px;
}

@media(max-width: 1025px) {
    .box-phone .content_phone a {
        font-size: 14px;
    }
}

.box-phone .content_phone a:hover,
.box-phone .content_phone a:focus {
    color: var(--secondary-color);
}

.box-dkdl {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    height: 36px;
    margin-right: 10px;
}

.box-dkdl a {
    height: 36px;
    background-color: var(--primary-color);
    color: #fff !important;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.box-dkdl a:hover,
.box-dkdl a:focus {
    background-color: var(--secondary-color);
}

@media(max-width: 1025px) {
    .box-phone, .box-dkdl {
        display: none;
    }
}

.box-dkdl-mob {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    height: 36px;
}

.box-dkdl-mob a {
    height: 36px;
    background-color: var(--primary-color);
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}

.box-dkdl-mob a:hover,
.box-dkdl-mob a:focus {
    background-color: var(--secondary-color);
}

.section-section_policies .policies-image {
    filter: brightness(0.5) invert(1);
}

.section_about img {
	height: auto;
}

@media(max-width: 991px) {
    .section_about .image {
        order: 2;
        margin-top: 20px;
    }

    .section_about .noidung {
        order: 1;
    }
}

.section_about .content-image {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 60%;
    font-size: 20px;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    border-radius: 75px;
    box-shadow: 0px 8px 51px 0px rgba(0, 0, 0, 0.07);
}

@media(max-width: 1199px) {
    .section_about .content-image {
        width: 70%;
    }
}

@media(max-width: 500px) {
    .section_about .content-image {
        width: 100%;
    }
}

.section_about .content-image .num {
    font-size: 80px;
    font-weight: bold;
    margin-right: 10px;
    color: var(--primary-color);
}

.section_about .content-image .text b {
    display: block;
    font-size: 40px;
    line-height: 40px;
}

.section_about .title-smail {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
    color: #000;
    padding: 0;
    margin: 0 0 5px;
    display: inline-block;
    position: relative;
}

@media(max-width: 991px) {
    .section_about .title-smail {
        margin-top: 30px;
    }
}

.section_about .title {
    font-weight: 400;
    font-size: 42px;
    line-height: 42px;
    z-index: 9;
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
    color: var(--primary-color);
    font-weight: 700;
}

@media(max-width: 767px) {
    .section_about .title {
        font-size: 30px;
        line-height: inherit;
    }
}

.section_about .content {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 20px;
}

.section_about .content b {
    font-size: 24px;
}

@media(max-width: 767px) {
    .section_about .content {
        font-size: 16px;
    }

    .section_about .content b {
        font-size: 22px;
    }
}

.section_about ul {
    margin-bottom: 30px;
    padding-left: 0px;
}

.section_about ul li {
    display: flex;
    margin-bottom: 10px;
    font-size: 16px;
}

@media(max-width: 767px) {
    .section_about ul li {
        font-size: 16px;
    }
}

.section_about ul li svg {
    min-width: 30px;
    margin-right: 10px;
    height: 30px;
}

.section_about ul li svg path {
    fill: var(--primary-color);
}

.section_about ul li b {
    display: block;
}