.page-template-privacy-policy .background-content{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/Bitmap.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-template-privacy-policy .header {
    border-bottom: solid 1px #e1e1e1;
}
.page-template-privacy-policy .header.fixed {
    border: none;
}
.page-template-privacy-policy .header-right .header-language button:before{
    background: url(../images/icon-lag-sticky.svg) no-repeat center;
}
.page-template-privacy-policy .header-right .header-menu button:before{
    background: url(../images/icon-menu-sticky.svg) no-repeat center;
}
.page-template-privacy-policy .header-right button span {
    color: #7B7B7B!important;
}
.page-template-privacy-policy .page-banner.not-image {
    margin-bottom: 34px;
    position: relative;
    z-index: 5;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}
.page-template-privacy-policy .page-banner.not-image .container{
    height: 265px;
}
.page-template-privacy-policy .page-banner.not-image .page-title{
    bottom: 11px;
}
.privacy-policy-section .container {
    max-width: 865px;
}
.privacy-policy-section .section-content {
    padding-bottom: 144px;
}
.privacy-policy-section .section-content h4.section-heading{
    margin-top: 32px;
    letter-spacing: 1.6px;
    color: #8c8c8c;
}
.privacy-policy-section .item-inner a{
    display: inline;
    font-size: 16px;
    color: #029A3C;
    text-decoration: underline;
}
.privacy-policy-section .item-inner a:hover{
    opacity: 0.5;
}
.privacy-policy-section .item-inner p{
    margin-top: 16px;
    line-height: 22px;
}
@media only screen and (max-width:767px){
    .page-template-privacy-policy .main{
        background-size: unset;
        background-position: 4% -9%;
    }
    .page-template-privacy-policy .page-banner.not-image .container{
        height: 157px;
    }
    .page-template-privacy-policy .page-banner.not-image {
        margin-bottom: 24px;
    }
    .privacy-policy-section .section-content {
        padding-bottom: 95px;
    }
}
@media only screen and (max-width:375px){
    .privacy-policy-section .container{
        padding: 0 26px;
    }
   .privacy-policy-section h3.short {
        margin-top: 101px;
        letter-spacing: 2.6px;
        font-size: 24px;
    }
    .privacy-policy-section .section-content h4.section-heading{
        font-size: 17px;
        margin-top: 21px;
        letter-spacing: 1.7px;
        word-spacing: -1.6px;
    }
    .privacy-policy-section .item-inner {
        padding-bottom: 2px;
    }
    .privacy-policy-section .item-inner p {
        margin-top: 14px;
        padding-bottom: 9px;
        line-height: 22px;
        letter-spacing: 0.8px;
        width: 99%;
    }
}
 