﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap&subset=vietnamese');

.big-header {
    font-size: 64px;
    font-weight: bold;
    color: #be1c2f;
}

.mid-header {
    font-size: 36px;
    font-weight: bold;
}

.sm-header {
    font-size: 24px;
    font-weight: bold;
}

.privacy-policy {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

    .privacy-policy ul {
        list-style-type: disc;
        margin-block-start: 0px;
        margin-block-end: 0px;
        margin-left: 7%;
    }

        .privacy-policy ul ul.sub-list {
            list-style-type: circle;
            margin-block-start: 0px;
            margin-block-end: 0px;
            margin-left: 7%;
        }

    .privacy-policy .table-content {
        background: #e8e8e8;
        padding: 2%;
        position: fixed;
        right: 0;
        top: 13%;
        z-index: 99;
        border-radius: 5px;
    }

    .privacy-policy .table-content-toggle {
        position: fixed;
        right: 0;
        top: 8%;
        z-index: 99;
        width: 235px;
        webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.38);
        box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.38);
        right: -180px;
        transition: all .3s;
        -webkit-transition: all .3s;
        padding-left: 5px;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        border-radius: 5px;
        background: #fff;
    }

        .privacy-policy .table-content-toggle:hover, .privacy-policy .table-content-toggle:focus {
            transform: translate3d(-180px, 0, 0);
            animation-timing-function: 1s ease-in;
        }

        .privacy-policy .table-content-toggle .toggle-icon {
            font-size: 40px;
        }

        .privacy-policy .table-content-toggle .toggle-text {
            font-size: 18px;
        }

.faq-panel .panel-default > .panel-heading {
    color: #fff;
    background-color: #828282;
    border-color: #be1c2f;
}

    .faq-panel .panel-default > .panel-heading + .panel-collapse > .panel-body {
        padding: 4%;
    }

@media screen and (max-width:1366px) {
   .big-header {
        font-size: 25px;
        font-weight: bold;
        color: #be1c2f;
    }

    .mid-header {
        font-size: 18px;
        font-weight: bold;
    }

    .sm-header {
        font-size: 16px;
        font-weight: bold;
    }

    .privacy-policy {
        font-size: 14px;
    }

        .privacy-policy .table-content {
            top: 14%;
        }
}

@media screen and (max-width:640px) {
    .privacy-policy .table-content {
        font-size: 14px;
        width: 70%;
    }

    .sm-header {
        font-size: 16px;
    }
}
/* ipad pro*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .privacy-policy .table-content {
        top: 11%;
    }
}
/* ipad mini*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .privacy-policy .table-content {
        top: 12%;
    }
}
