  /* vietnamese */
        @font-face {
            font-family: 'Story Script';
            font-style: normal;
            font-weight: 400;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/storyscript/v3/mem5YaSw02SQ0OlzDuR8IskOXehpOqc.woff2) format('woff2');
            unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
        }

        /* latin-ext */
        @font-face {
            font-family: 'Story Script';
            font-style: normal;
            font-weight: 400;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/storyscript/v3/mem5YaSw02SQ0OlzDuR8IskOXOhpOqc.woff2) format('woff2');
            unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
        }

        /* latin */
        @font-face {
            font-family: 'Story Script';
            font-style: normal;
            font-weight: 400;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/storyscript/v3/mem5YaSw02SQ0OlzDuR8IskOUuhp.woff2) format('woff2');
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
        }

        *,
        body {
            margin: 0px;
            padding: 0px;
            font-family: sans-serif;
            user-select: none;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            color: #FFD700;
            margin-bottom: 20px;
            line-height: 40px;
            font-weight: 600;
        }

        h1 {
            font-size: 30px;
        }

        h2 {
            font-size: 29px;
        }

        h3 {
            font-size: 28px;
        }

        h4 {
            font-size: 27px;
        }

        h5 {
            font-size: 26px;
        }

        h6 {
            font-size: 25px;
        }

        p {
            margin-bottom: 15px;
            text-align: justify;
            font-size: 15px;
            color: #fff;
            margin-bottom: 10px;
            line-height: 26px;
        }

        p:last-child {
            margin-bottom: 0px;
        }

        a {
            color: #fff;
        }

        strong {
            font-weight: 600;
        }

        .container {
            width: 85%;
            margin: 0px auto;
            display: grid;
        }

        .flex-row {
            display: flex;
            flex-wrap: wrap;
        }

        .justify-between {
            justify-content: space-between;
        }

        .justify-center {
            justify-content: center;
        }

        .justify-end {
            justify-content: flex-end;
        }

        .bg-1 {
            background: #0d0d0d;
        }

        .bg-2 {
            background: #1a1a1a;
        }

        .ptb-40 {
            padding: 40px 0px;
        }

        .ptb-40 ul {
            margin-left: 20px;
            margin-bottom: 10px;
            margin-top: 10px;
        }

        .ptb-40 ul li {
            list-style: square;
            color: #fff;
            padding-bottom: 10px;
            line-height: 27px;
            font-weight: 300;
            text-align: justify;
        }

        header {
            background: #C70039;
            padding: 5px 0px;
            margin-top: -4px;
        }

        header nav ul {
            padding: 10px 0px;
        }

        header nav ul li {
            list-style: none;
        }

        header nav ul li a {
            text-decoration: none;
            color: #fff;
            border: 1px solid #fff;
            padding: 7px 20px;
            display: block;
            margin: 0px 5px;
            font-weight: 600;
            font-size: 14px;
        }

        header nav ul li a:last-child {
            margin-right: 0px;
        }

        header nav ul li a.active,
        header nav ul li a:hover {
            background: #000;
            border: 1px solid #000;
        }

        .safe-main .safe-box {
            width: 24%;
            text-align: center;
            padding: 20px 0px;
            margin-bottom: 20px;
            background: #B87333;
        }

        .safe-main .safe-box span {
            display: block;
            color: #fff;
            margin: 20px 0px 15px;
            font-size: 20px;
            font-weight: 600;
        }

        .safe-main .safe-box p {
            padding: 0px 10px;
            text-align: center;
            overflow: auto;
            height: 100px;
        }

        .safe-main .safe-box p::-webkit-scrollbar {
            display: none;
        }

        .main-banner .left-box {
            width: 38%;
        }

        .main-banner .right-box {
            width: 60%;
        }

        .main-banner .left-box img{
            object-fit: cover;
        }

        .main-banner .btn-set a {
            color: #fff;
            background: #BFBFBF;
            display: inline-block;
            padding: 13px 30px;
            margin-top: 20px;
            font-size: 14px;
            font-weight: 600;
            border-radius: 20px;
            text-transform: uppercase;
            text-decoration: none;
        }

        .main-banner .btn-set a:first-child {
            margin-right: 10px;
        }

        .main-banner {
            align-items: center;
        }


        .gallery-set .gallery-box {
            width: 24%;
            border: 2px solid #A9A9A9;
            overflow: hidden;
            position: relative;
            margin-bottom: 20px;
            height: 400px;
        }

        .gallery-set .gallery-box img {
            -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear;
            -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
            width: 100%;
            height: 400px;
        }

        .gallery-set .gallery-box:hover img {
            -webkit-transform: scale(1.2) rotate(-5deg);
            transform: scale(1.2) rotate(-5deg);
            filter: contrast(.5);
        }

        .gallery-set .gallery-box .escort-content {
            position: absolute;
            bottom: 0%;
            width: 100%;
            background: rgba(0, 0, 0, .4);
            padding: 10px 0px;
            border-top: 1px solid #A9A9A9;
        }

        .gallery-set .gallery-box:hover .escort-content .img-set img {
            -webkit-transform: scale(1.0) rotate(-0deg);
            transform: scale(1.0) rotate(-0deg);
        }

        .gallery-set .gallery-box .escort-content .img-set {
            align-items: center;
            justify-content: space-between;
            padding: 0px 10px;
            display: flex;
        }

        .gallery-set .gallery-box .escort-content .img-set p {
            margin-bottom: 0px;
            font-style: italic;
            font-size: 18px;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            background-color: rgba(0, 0, 0, 0.85);
            overflow: hidden;
        }

        th,
        td {
            padding: 10px 10px;
            text-align: center;
            color: #fff;
            border: 1px solid #fff;
            font-size: 12px;
        }

        th {
            background: #9932CC;
            letter-spacing: 1px;
        }

        tr:hover {
            background: #f5983d;
            transform: scale(1.01);
            transition: all 0.3s ease-in-out;
        }

        .test-main .test-box {
            width: 32%;
            background: #1a1a1a;
            padding: 20px 0px;
            text-align: center;
            margin-bottom: 20px;
        }

        .test-main .test-box img {
            border-radius: 100px;
            margin: 0px auto;
        }

        .test-main .test-box span {
            color: #fff;
            display: block;
            padding: 20px 10px;
            font-size: 18px;
            font-weight: 600;
        }

        .test-main .test-box p {
            text-align: center;
            padding: 0px 10px;
        }

        details {
            padding: 10px 0;
        }

        summary {
            cursor: pointer;
            font-weight: bold;
            position: relative;
            list-style: none;
            color: #fff;
            border: 1px solid #fff;
            padding: 10px 10px;
        }

        summary::marker {
            display: block;
        }

        summary::after {
            content: "+";
            position: absolute;
            right: 8px;
            transition: transform 0.3s ease;
        }

        details[open] summary::after {
            content: "-";
        }

        details p {
            color: #fff;
            border: 1px solid #fff;
            border-top: 0px;
            padding: 10px;
        }

        .faq-main .faq-box {
            width: 49%;
        }


        footer {
            background: #8B0000;
        }

        footer .footer-box {
            width: 24%;
        }

        footer .footer-box h4 {
            font-size: 23px;
            color: #fff;
            margin-bottom: 10px;
            font-style: italic;
        }

        footer .footer-box ul {
            margin: 0px;
        }

        footer .footer-box ul li {
            list-style: none;
            border-bottom: 1px solid #fff;
            padding-bottom: 0px;
        }

        footer .footer-box ul li a {
            text-decoration: none;
            padding: 7px 10px;
            display: block;
        }

        .copy-right {
            background: #000;
            padding: 10px 0px;
            padding-bottom: 50px;
        }

        .copy-right p {
            text-align: center;
        }

        .copy-right p a {
            font-weight: 600;
        }

        .socal-set {
            margin-top: 20px;
        }

        .socal-set a {
            text-decoration: none;
            margin-right: 10px;
            display: inline-block;
        }

        .lication-main .lictaion-box {
            width: 49%;
            margin-bottom: 20px;
        }

        .lictaion-box .dropdown {
            width: 100%;
            position: relative;
        }

        .lictaion-box .btn5,
        .lictaion-box .btn4,
        .lictaion-box .btn3,
        .lictaion-box .btn2,
        .lictaion-box .btn1 {
            background: #fff;
            color: #000;
            padding: 12px;
            display: block;
            cursor: pointer;
            text-transform: uppercase;
            border: 2px solid #f5983d;
            font-weight: 600;
        }

        .lictaion-box .menu5,
        .lictaion-box .menu4,
        .lictaion-box .menu3,
        .lictaion-box .menu2,
        .lictaion-box .menu1 {
            list-style: none;
            margin: 0px;
            padding: 0;
            background: white;
            overflow: hidden;
            max-height: 0;
            transition: .4s ease;
        }

        .lictaion-box .menu5 li,
        .lictaion-box .menu4 li,
        .lictaion-box .menu3 li,
        .lictaion-box .menu2 li,
        .lictaion-box .menu1 li {
            padding-bottom: 0px;
        }

        .lictaion-box .menu5 li a,
        .lictaion-box .menu4 li a,
        .lictaion-box .menu3 li a,
        .lictaion-box .menu2 li a,
        .lictaion-box .menu1 li a {
            display: block;
            padding: 6px 10px;
            color: #000;
            text-decoration: none;
            border-bottom: 2px solid #f5983d;
            border-left: 2px solid #f5983d;
            border-right: 2px solid #f5983d;
            font-weight: 600;
            font-size: 14px;
        }

        .lictaion-box .menu5 li a:hover,
        .lictaion-box .menu4 li a:hover,
        .lictaion-box .menu3 li a:hover,
        .lictaion-box .menu2 li a:hover,
        .lictaion-box .menu1 li a:hover {
            background: #f5983d;
            color: #fff;
        }

        .lictaion-box #drop5,
        .lictaion-box #drop4,
        .lictaion-box #drop3,
        .lictaion-box #drop2,
        .lictaion-box #drop1 {
            display: none;
        }

        .lictaion-box #drop5:checked~.menu5,
        .lictaion-box #drop4:checked~.menu4,
        .lictaion-box #drop3:checked~.menu3,
        .lictaion-box #drop2:checked~.menu2,
        .lictaion-box #drop1:checked~.menu1 {
            max-height: 100%;
        }

        .call-btn {
            position: fixed;
            bottom: 0;
            width: 100%;
        }

        .call-btn .call-box {
            width: 50%;
        }

        .call-btn .call-box:first-child {
            background: #ff0000;
        }

        .call-btn .call-box:last-child {
            background: #008000;
        }

        .call-btn .call-box a {
            display: block;
            width: 100%;
            text-decoration: none;
            padding: 10px 0px;
            text-align: center;
            font-weight: 600;
            font-size: 15px;
        }

        .call-btn .call-box:first-child a:hover {
            background: #cb0000;
        }

        .call-btn .call-box:last-child a:hover {
            background: #0a650a;
        }

        .profile-main {
            background: #F5F5F5;
            padding: 15px 10px;
            border-radius: 15px 0px;
            margin-bottom: 20px;
        }

        .profile-main .profile-left {
            width: 15%;
        }

        .profile-main .profile-right {
            width: 83%;
        }

        .profile-main .profile-right p {
            color: #000;
        }

        .profile-main .profile-right h5 {
            font-size: 25px;
            margin-bottom: 10px;
            font-family: "Story Script", sans-serif;
            color: #000;
        }

        @media only screen and (max-width:991px) {
            header .justify-between {
                justify-content: center;
            }
        }

        @media only screen and (max-width:768px) {
            .main-banner .left-box {
                width: 100%;
                order: 1;
                margin-bottom: 20px;
            }

            .main-banner .right-box {
                width: 100%;
                order: 2;
            }

            footer .footer-box,
            .test-main .test-box,
            .gallery-set .gallery-box,
            .safe-main .safe-box {
                width: 49%;
            }

            .profile-main .profile-left {
                width: 40%;
                margin-bottom: 20px;
            }

            .lication-main .lictaion-box,
            .faq-main .faq-box {
                width: 100%;
            }

            footer .footer-box {
                margin-bottom: 20px;
            }

            header nav ul li a {
                margin-bottom: 10px;
            }

            header nav ul {
                justify-content: center;
            }
        }

        @media only screen and (max-width:580px) {
            .main-banner .btn-set a {
                width: 80%;
            }

            .profile-main .profile-right {
                width: 100%;
            }

            h1 {
                font-size: 25px;
            }

            h2 {
                font-size: 24px;
            }

            h3 {
                font-size: 23px;
            }

            h4 {
                font-size: 22px;
            }

            h5 {
                font-size: 21px;
            }

            h6 {
                font-size: 20px;
            }
        }

        @media only screen and (max-width:480px) {

            footer .footer-box,
            .test-main .test-box,
            .gallery-set .gallery-box,
            .profile-main .profile-left,
            .safe-main .safe-box {
                width: 100%;
            }

            .safe-main .safe-box p {
                height: auto;
            }
        }