@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root{
    --bg-color-1:#202c45;
    --bg-color-2:#bd0745;
    --bg-color-3:#fff;
    --bg-color-4:#1e3461;
    --bg-color-5:#337ab7;
    --bg-color-6: #2e6da4;
    --bold-1:#FFEB3B;
    --font-1:#fff;
    --font-2:#848181;
    --font-3:#202c45;
}


body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

.row {
    width: 100% !important;
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0;
}




/* Extra small devices (phones, 375px and down) */
@media only screen and (max-width: 375px) {
    .container{
        width: 300px !important;
    }
    
    /* Header Area Start */
    /* Top Notice Bar */
    .top-noti{
        background-color: var(--bg-color-1);
        width: 100% !important;
    }
    .top-noti-title {
        width: 105px;
        background-color: var(--bg-color-2);
        color: var(--font-1);
        padding: 6px 15px;
        font-size: 12px;
        font-family: "Open Sans", sans-serif;
        z-index: 1;
        text-align: center;
        float: left;
    }
    .top-notice{
        float: left;
        width: calc(100% - 105px);
        overflow: hidden;
        padding-top: 0px;
    }
    .marquee-content {
        font-size: 12px;
        color:var(--font-1);
        display: inline;
        margin-right: 60px;
        
    }
    .top-mark{
        width: 100%;
    }
    marquee a{
        text-decoration: none;
    }
    .marquee-content b{
        color: var(--bold-1);
    }
    
    /* Top Social Bar */
    .top-social-bar{
        background-color: var(--bg-color-2);
        width: 100% !important;
        overflow: visible;
    }
    .d-icon,.f-icon{
        width: 100%;
    }
    .d-icon ul{
        width: 100%;
        margin: 0;
        list-style: none;
        padding: 0;
    }
    .d-icon ul li{
        width: 100%;
        float: left;
        text-align: center;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 10px;
    }
    .d-icon ul li a{
        width: 100%;
        text-decoration: none;
        font-size: 15px;
        color: var(--font-1);
        font-family: "Open Sans", sans-serif;
    }
    .follow-box{
        width: 100%;
        color: var(--font-1);
        font-size: 15px;
        font-family: "Open Sans", sans-serif; 
        padding-top: 7px;
        padding-bottom: 7px;
        display: flex;
        justify-content: center;
    }
    .follow-box p{
        padding-right: 10px;
        margin-bottom: 0px;
    }
    .follow-box ul{
        margin: 0;
        list-style: none;
        padding: 0;
    }
    .follow-box ul li{
        width: auto;
        float: left;
    }
    .follow-box ul li a{
        text-decoration: none;
        font-size: 15px;
        color: var(--font-1);
        text-align: left;
        font-family: "Open Sans", sans-serif;
        padding: 5px;
    }
    .follow-box ul li a:hover{
        text-decoration: none;
        font-size: 15px;
        color: var(--font-1);
        text-align: left;
        font-family: "Open Sans", sans-serif;
        background-color: var(--bg-color-1);
        border: 1px dotted var(--bg-color-3);
    }
    
    /* Header Style */
    header{
        background-color: var(--bg-color-3);
        width: 100% !important;
        overflow: visible;
        padding: 7px 0px 7px 0px;
    }
    .logo{
        width: calc(100% - 60px);
        float: left;
        height: 60px;
    }
    .hembar-area{
        width: 60px;
        float: left;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        height: 60px;
    }
    .hembar{
        background-color: var(--bg-color-2);
        border-radius: 5px;
        border: 1px solid var(--bg-color-1);
        color: var(--font-1);
        padding: 5px 15px 5px 15px;
        font-size: 20px;
        font-style: italic;
    }
    #hembar_off{
        display: none;
    }
    .callh-info{
        width: 100%;
        height: 76px;
        float: right;
        gap: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-top: 5px;
    }
    .logo img{
        width: 90%;
        max-width: 90%;
        height: 76px;
        max-height: 76px;
        vertical-align: middle;
    }
    .call-box{
        display: flex;
        gap:10px;
    }
    .call-icon a{
        color: var(--bg-color-2) !important;
        text-decoration: none !important;
    }
    .call-icon i{
        font-size: 20px;
        color: var(--bg-color-2);
        border: 1px solid var(--bg-color-2);
        border-radius: 50%;
        padding: 10px;
    }
    .num-del p{
        margin-bottom: 0px;
        color: var(--font-2);
        font-size: 15px;
    
    }
    .num-del p span{
        margin-bottom: 0px;
        color: var(--bg-color-2);
        font-size: 15px;
        
    }
    .num-del p span a{
        text-decoration: none !important;
        color: var(--bg-color-2) !important;
    }
    .login-box a{
        padding: 10px 25px;
        display: inline-block;
        font-size: 15px;
        border-radius: 30px;
        background: var(--bg-color-2);
        text-decoration: none !important;
        color: var(--font-1) !important;
        text-align: center;
        line-height: 24px;
        -webkit-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
        -moz-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
        box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
    }
    .login-box a:hover{
        background-color: var(--bg-color-1);
        -webkit-box-shadow: 0px 5px 25px 0px rgba(96, 30, 4, 0.35);
        -moz-box-shadow: 0px 5px 25px 0px rgba(47, 19, 8, 0.35);
        box-shadow: 0px 5px 25px 0px rgba(55, 34, 25, 0.35);
    }
    
    /* Nav Bar */
    .nav-bar{
        border-top: 1px solid #e8e8e8;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        background: #fff;
    
    }
    #nav-bar{
        display: none;
    }
    nav ul{
        margin: 0;
        list-style: none;
        padding: 0;
    }
    nav ul li{
        width: 100%;
        padding: 10px 7px;
        border-bottom: 1px solid var(--bg-color-2);
    }
    nav ul li:hover{
        border-top: 1px solid var(--bg-color-2);
        background-color: #202c450f;
    }
    nav ul li:hover a{
        text-decoration: none;
        font-size: 15px;
        color: var(--bg-color-2);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    nav ul li a{
        text-decoration: none;
        font-size: 15px;
        color: var(--font-3) !important;
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    /* Header Area End */
    
    /* Footer Area Start */
    /* Footer */
    .footerx {
        width: 100%;
        background-color: var(--bg-color-1);
        background-image: url(../admin_dash/img/logo/footer.jpg);
        background-size: cover;
        position: sticky;
        overflow: hidden;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .footerx::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.673);
        z-index: -111;
    }
    .footer{
        color: var(--font-1);
        z-index: 1111 !important;
    }
    .footer-area{
        width: 100%;
        float: left;
        display: flex;
        margin-bottom: 20px;
    }
    .footer-icon i{
        font-size: 25px;
        padding-right: 5px;
    }
    .footer-text{
        padding-left: 10px;
        border-left: 2px solid var(--font-2);
    }
    .footer-text p{
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 600;
    }
    .footer-text a{
        margin-bottom: 0;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        color: var(--font-1);
    }
    /* Promotion */
    .promo{
        width: 100%;
        background-color: var(--bg-color-2);
        padding: 7px 0px;
    
    }
    .dev{
        text-align: center;
        color: var(--font-1);
    }
    .dev a{
        text-decoration: none;
        color: var(--bold-1);
    }
    /* Footer Area End */
}

/* Small devices (portrait tablets and large phones, 375px and up) */
@media only screen and (min-width: 375px) {
    .container{
        width: 300px !important;
    }
    
    /* Header Area Start */
    /* Top Notice Bar */
    .top-noti{
        background-color: var(--bg-color-1);
        width: 100% !important;
    }
    .top-noti-title {
        width: 105px;
        background-color: var(--bg-color-2);
        color: var(--font-1);
        padding: 6px 15px;
        font-size: 12px;
        font-family: "Open Sans", sans-serif;
        z-index: 1;
        text-align: center;
        float: left;
    }
    .top-notice{
        float: left;
        width: calc(100% - 105px);
        overflow: hidden;
        padding-top: 0px;
    }
    .marquee-content {
        font-size: 12px;
        color:var(--font-1);
        display: inline;
        margin-right: 60px;
        
    }
    .top-mark{
        width: 100%;
    }
    marquee a{
        text-decoration: none;
    }
    .marquee-content b{
        color: var(--bold-1);
    }
    
    /* Top Social Bar */
    .top-social-bar{
        background-color: var(--bg-color-2);
        width: 100% !important;
        overflow: visible;
    }
    .d-icon,.f-icon{
        width: 100%;
    }
    .d-icon ul{
        width: 100%;
        margin: 0;
        list-style: none;
        padding: 0;
    }
    .d-icon ul li{
        width: 100%;
        float: left;
        text-align: center;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 10px;
    }
    .d-icon ul li a{
        width: 100%;
        text-decoration: none;
        font-size: 15px;
        color: var(--font-1);
        font-family: "Open Sans", sans-serif;
    }
    .follow-box{
        width: 100%;
        color: var(--font-1);
        font-size: 15px;
        font-family: "Open Sans", sans-serif; 
        padding-top: 7px;
        padding-bottom: 7px;
        display: flex;
        justify-content: center;
    }
    .follow-box p{
        padding-right: 10px;
        margin-bottom: 0px;
    }
    .follow-box ul{
        margin: 0;
        list-style: none;
        padding: 0;
    }
    .follow-box ul li{
        width: auto;
        float: left;
    }
    .follow-box ul li a{
        text-decoration: none;
        font-size: 15px;
        color: var(--font-1);
        text-align: left;
        font-family: "Open Sans", sans-serif;
        padding: 5px;
    }
    .follow-box ul li a:hover{
        text-decoration: none;
        font-size: 15px;
        color: var(--font-1);
        text-align: left;
        font-family: "Open Sans", sans-serif;
        background-color: var(--bg-color-1);
        border: 1px dotted var(--bg-color-3);
    }
    
    /* Header Style */
    header{
        background-color: var(--bg-color-3);
        width: 100% !important;
        overflow: visible;
        padding: 7px 0px 7px 0px;
    }
    .logo{
        width: calc(100% - 60px);
        float: left;
        height: 60px;
    }
    .hembar-area{
        width: 60px;
        float: left;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        height: 60px;
    }
    .hembar{
        background-color: var(--bg-color-2);
        border-radius: 5px;
        border: 1px solid var(--bg-color-1);
        color: var(--font-1);
        padding: 5px 15px 5px 15px;
        font-size: 20px;
        font-style: italic;
    }
    #hembar_off{
        display: none;
    }
    .callh-info{
        width: 100%;
        height: 76px;
        float: right;
        gap: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-top: 5px;
    }
    .logo img{
        width: 90%;
        max-width: 90%;
        height: 76px;
        max-height: 76px;
        vertical-align: middle;
    }
    .call-box{
        display: flex;
        gap:10px;
    }
    .call-icon i{
        font-size: 20px;
        color: var(--bg-color-2);
        border: 1px solid var(--bg-color-2);
        border-radius: 50%;
        padding: 10px;
    }
    .num-del p{
        margin-bottom: 0px;
        color: var(--font-2);
        font-size: 15px;
    
    }
    .num-del p span{
        margin-bottom: 0px;
        color: var(--bg-color-2);
        font-size: 15px;
        
    }
    .num-del p span a{
        text-decoration: none !important;
        color: var(--bg-color-2) !important;
    }
    .login-box a{
        padding: 10px 30px;
        display: inline-block;
        font-size: 15px;
        border-radius: 30px;
        background: var(--bg-color-2);
        text-decoration: none !important;
        color: var(--font-1) !important;
        text-align: center;
        line-height: 24px;
        -webkit-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
        -moz-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
        box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
    }
    .login-box a:hover{
        background-color: var(--bg-color-1);
        -webkit-box-shadow: 0px 5px 25px 0px rgba(96, 30, 4, 0.35);
        -moz-box-shadow: 0px 5px 25px 0px rgba(47, 19, 8, 0.35);
        box-shadow: 0px 5px 25px 0px rgba(55, 34, 25, 0.35);
    }
    
    /* Nav Bar */
    .nav-bar{
        border-top: 1px solid #e8e8e8;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        background: #fff;
    
    }
    #nav-bar{
        display: none;
    }
    nav ul{
        margin: 0;
        list-style: none;
        padding: 0;
    }
    nav ul li{
        width: 100%;
        padding: 10px 7px;
        border-bottom: 1px solid var(--bg-color-2);
    }
    nav ul li:hover{
        border-top: 1px solid var(--bg-color-2);
        background-color: #202c450f;
    }
    nav ul li:hover a{
        text-decoration: none;
        font-size: 15px;
        color: var(--bg-color-2);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    nav ul li a{
        text-decoration: none;
        font-size: 15px;
        color: var(--font-3);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    /* Header Area End */
    
    /* Footer Area Start */
    /* Footer */
    .footerx {
        width: 100%;
        background-color: var(--bg-color-1);
        background-image: url(../admin_dash/img/logo/footer.jpg);
        background-size: cover;
        position: sticky;
        overflow: hidden;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .footerx::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.673);
        z-index: -111;
    }
    .footer{
        color: var(--font-1);
        z-index: 1111 !important;
    }
    .footer-area{
        width: 100%;
        float: left;
        display: flex;
        margin-bottom: 20px;
    }
    .footer-icon i{
        font-size: 25px;
        padding-right: 5px;
    }
    .footer-text{
        padding-left: 10px;
        border-left: 2px solid var(--font-2);
    }
    .footer-text p{
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 600;
    }
    .footer-text a{
        margin-bottom: 0;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        color: var(--font-1);
    }
    /* Promotion */
    .promo{
        width: 100%;
        background-color: var(--bg-color-2);
        padding: 7px 0px;
    
    }
    .dev{
        text-align: center;
        color: var(--font-1);
    }
    .dev a{
        text-decoration: none;
        color: var(--bold-1);
    }
    /* Footer Area End */
}

/* Small devices (portrait tablets and large phones, 425px and up) */
@media only screen and (min-width: 425px) {
    .container{
        width: 375px !important;
    }
    
    /* Header Area Start */
    /* Top Notice Bar */
    .top-noti{
        background-color: var(--bg-color-1);
        width: 100% !important;
    }
    .top-noti-title {
        width: 105px;
        background-color: var(--bg-color-2);
        color: var(--font-1);
        padding: 6px 15px;
        font-size: 12px;
        font-family: "Open Sans", sans-serif;
        z-index: 1;
        text-align: center;
        float: left;
    }
    .top-notice{
        float: left;
        width: calc(100% - 105px);
        overflow: hidden;
        padding-top: 0px;
    }
    .marquee-content {
        font-size: 12px;
        color:var(--font-1);
        display: inline;
        margin-right: 60px;
        
    }
    .top-mark{
        width: 100%;
    }
    marquee a{
        text-decoration: none;
    }
    .marquee-content b{
        color: var(--bold-1);
    }
    
    /* Top Social Bar */
    .top-social-bar{
        background-color: var(--bg-color-2);
        width: 100% !important;
        overflow: visible;
    }
    .d-icon,.f-icon{
        width: 100%;
    }
    .d-icon ul{
        width: 100%;
        margin: 0;
        list-style: none;
        padding: 0;
    }
    .d-icon ul li{
        width: 100%;
        float: left;
        text-align: center;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 10px;
    }
    .d-icon ul li a{
        width: 100%;
        text-decoration: none;
        font-size: 15px;
        color: var(--font-1);
        font-family: "Open Sans", sans-serif;
    }
    .follow-box{
        width: 100%;
        color: var(--font-1);
        font-size: 15px;
        font-family: "Open Sans", sans-serif; 
        padding-top: 7px;
        padding-bottom: 7px;
        display: flex;
        justify-content: center;
    }
    .follow-box p{
        padding-right: 10px;
        margin-bottom: 0px;
    }
    .follow-box ul{
        margin: 0;
        list-style: none;
        padding: 0;
    }
    .follow-box ul li{
        width: auto;
        float: left;
    }
    .follow-box ul li a{
        text-decoration: none;
        font-size: 15px;
        color: var(--font-1);
        text-align: left;
        font-family: "Open Sans", sans-serif;
        padding: 5px;
    }
    .follow-box ul li a:hover{
        text-decoration: none;
        font-size: 15px;
        color: var(--font-1);
        text-align: left;
        font-family: "Open Sans", sans-serif;
        background-color: var(--bg-color-1);
        border: 1px dotted var(--bg-color-3);
    }
    
    /* Header Style */
    header{
        background-color: var(--bg-color-3);
        width: 100% !important;
        overflow: visible;
        padding: 7px 0px 7px 0px;
    }
    .logo{
        width: calc(100% - 60px);
        float: left;
        height: 60px;
    }
    .hembar-area{
        width: 60px;
        float: left;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        height: 60px;
    }
    .hembar{
        background-color: var(--bg-color-2);
        border-radius: 5px;
        border: 1px solid var(--bg-color-1);
        color: var(--font-1);
        padding: 5px 15px 5px 15px;
        font-size: 20px;
        font-style: italic;
    }
    .callh-info{
        width: 100%;
        height: 76px;
        float: right;
        gap: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }
    .logo img{
        width: 90%;
        max-width: 90%;
        height: 76px;
        max-height: 76px;
        vertical-align: middle;
    }
    .call-box{
        display: flex;
        gap:10px;
    }
    .call-icon i{
        font-size: 20px;
        color: var(--bg-color-2);
        border: 1px solid var(--bg-color-2);
        border-radius: 50%;
        padding: 10px;
    }
    .num-del p{
        margin-bottom: 0px;
        color: var(--font-2);
        font-size: 15px;
    
    }
    .num-del p span{
        margin-bottom: 0px;
        color: var(--bg-color-2);
        font-size: 15px;
        
    }
    .num-del p span a{
        text-decoration: none !important;
        color: var(--bg-color-2) !important;
    }
    .login-box a{
        padding: 10px 30px;
        display: inline-block;
        font-size: 15px;
        border-radius: 30px;
        background: var(--bg-color-2);
        text-decoration: none !important;
        color: var(--font-1) !important;
        text-align: center;
        line-height: 24px;
        -webkit-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
        -moz-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
        box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
    }
    .login-box a:hover{
        background-color: var(--bg-color-1);
        -webkit-box-shadow: 0px 5px 25px 0px rgba(96, 30, 4, 0.35);
        -moz-box-shadow: 0px 5px 25px 0px rgba(47, 19, 8, 0.35);
        box-shadow: 0px 5px 25px 0px rgba(55, 34, 25, 0.35);
    }
    
    /* Nav Bar */
    .nav-bar{
        border-top: 1px solid #e8e8e8;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        background: #fff;
    
    }
    nav ul{
        margin: 0;
        list-style: none;
        padding: 0;
    }
    nav ul li{
        width: 100%;
        padding: 10px 7px;
        border-bottom: 1px solid var(--bg-color-2);
    }
    nav ul li:hover{
        border-top: 1px solid var(--bg-color-2);
        background-color: #202c450f;
    }
    nav ul li:hover a{
        text-decoration: none;
        font-size: 15px;
        color: var(--bg-color-2);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    nav ul li a{
        text-decoration: none;
        font-size: 15px;
        color: var(--font-3);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    /* Header Area End */
    
    /* Footer Area Start */
    /* Footer */
    .footerx {
        width: 100%;
        background-color: var(--bg-color-1);
        background-image: url(../admin_dash/img/logo/footer.jpg);
        background-size: cover;
        position: sticky;
        overflow: hidden;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .footerx::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.673);
        z-index: -111;
    }
    .footer{
        color: var(--font-1);
        z-index: 1111 !important;
    }
    .footer-area{
        width: 100%;
        float: left;
        display: flex;
        margin-bottom: 20px;
    }
    .footer-icon i{
        font-size: 25px;
        padding-right: 5px;
    }
    .footer-text{
        padding-left: 10px;
        border-left: 2px solid var(--font-2);
    }
    .footer-text p{
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 600;
    }
    .footer-text a{
        margin-bottom: 0;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        color: var(--font-1);
    }
    /* Promotion */
    .promo{
        width: 100%;
        background-color: var(--bg-color-2);
        padding: 7px 0px;
    
    }
    .dev{
        text-align: center;
        color: var(--font-1);
    }
    .dev a{
        text-decoration: none;
        color: var(--bold-1);
    }
    /* Footer Area End */
    
}

/* Medium devices (landscape tablets, 600px and up) */
@media only screen and (min-width: 600px) {
    .container{
        width: 550px !important;
    }
    
    /* Header Area Start */
    /* Top Notice Bar */
    .top-noti{
        background-color: var(--bg-color-1);
        width: 100% !important;
    }
    .top-noti-title {
        width: 105px;
        background-color: var(--bg-color-2);
        color: var(--font-1);
        padding: 6px 15px;
        font-size: 12px;
        font-family: "Open Sans", sans-serif;
        z-index: 1;
        text-align: center;
        float: left;
    }
    .top-notice{
        float: left;
        width: calc(100% - 105px);
        overflow: hidden;
        padding-top: 0px;
    }
    .marquee-content {
        font-size: 12px;
        color:var(--font-1);
        display: inline;
        margin-right: 60px;
        
    }
    .top-mark{
        width: 100%;
    }
    marquee a{
        text-decoration: none;
    }
    .marquee-content b{
        color: var(--bold-1);
    }
    
    /* Top Social Bar */
    .top-social-bar{
        background-color: var(--bg-color-2);
        width: 100% !important;
        overflow: visible;
    }
    .d-icon,.f-icon{
        width: 100%;
    }
    .d-icon ul{
        width: 100%;
        margin: 0;
        list-style: none;
        padding: 0;
    }
    .d-icon ul li{
        width: 100%;
        float: left;
        text-align: center;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 10px;
    }
    .d-icon ul li a{
        width: 100%;
        text-decoration: none;
        font-size: 15px;
        color: var(--font-1);
        font-family: "Open Sans", sans-serif;
    }
    .follow-box{
        width: 100%;
        color: var(--font-1);
        font-size: 15px;
        font-family: "Open Sans", sans-serif; 
        padding-top: 7px;
        padding-bottom: 7px;
        display: flex;
        justify-content: center;
    }
    .follow-box p{
        padding-right: 10px;
        margin-bottom: 0px;
    }
    .follow-box ul{
        margin: 0;
        list-style: none;
        padding: 0;
    }
    .follow-box ul li{
        width: auto;
        float: left;
    }
    .follow-box ul li a{
        text-decoration: none;
        font-size: 15px;
        color: var(--font-1);
        text-align: left;
        font-family: "Open Sans", sans-serif;
        padding: 5px;
    }
    .follow-box ul li a:hover{
        text-decoration: none;
        font-size: 15px;
        color: var(--font-1);
        text-align: left;
        font-family: "Open Sans", sans-serif;
        background-color: var(--bg-color-1);
        border: 1px dotted var(--bg-color-3);
    }
    
    /* Header Style */
    header{
        background-color: var(--bg-color-3);
        width: 100% !important;
        overflow: visible;
        padding: 7px 0px 7px 0px;
    }
    .logo{
        width: calc(100% - 60px);
        float: left;
        height: 60px;
    }
    .hembar-area{
        width: 60px;
        float: left;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        height: 60px;
    }
    .hembar{
        background-color: var(--bg-color-2);
        border-radius: 5px;
        border: 1px solid var(--bg-color-1);
        color: var(--font-1);
        padding: 5px 15px 5px 15px;
        font-size: 20px;
        font-style: italic;
    }
    .callh-info{
        width: 100%;
        height: 76px;
        float: right;
        gap: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
    }
    .logo img{
        width: 90%;
        max-width: 90%;
        height: 76px;
        max-height: 76px;
        vertical-align: middle;
    }
    .call-box{
        display: flex;
        gap:10px;
    }
    .call-icon i{
        font-size: 20px;
        color: var(--bg-color-2);
        border: 1px solid var(--bg-color-2);
        border-radius: 50%;
        padding: 10px;
    }
    .num-del p{
        margin-bottom: 0px;
        color: var(--font-2);
        font-size: 15px;
    
    }
    .num-del p span{
        margin-bottom: 0px;
        color: var(--bg-color-2);
        font-size: 15px;
        
    }
    .num-del p span a{
        text-decoration: none !important;
        color: var(--bg-color-2) !important;
    }
    .login-box a{
        padding: 10px 30px;
        display: inline-block;
        font-size: 15px;
        border-radius: 30px;
        background: var(--bg-color-2);
        text-decoration: none !important;
        color: var(--font-1) !important;
        text-align: center;
        line-height: 24px;
        -webkit-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
        -moz-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
        box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
    }
    .login-box a:hover{
        background-color: var(--bg-color-1);
        -webkit-box-shadow: 0px 5px 25px 0px rgba(96, 30, 4, 0.35);
        -moz-box-shadow: 0px 5px 25px 0px rgba(47, 19, 8, 0.35);
        box-shadow: 0px 5px 25px 0px rgba(55, 34, 25, 0.35);
    }
    
    /* Nav Bar */
    .nav-bar{
        border-top: 1px solid #e8e8e8;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        background: #fff;
    
    }
    nav ul{
        margin: 0;
        list-style: none;
        padding: 0;
    }
    nav ul li{
        width: 100%;
        padding: 10px 7px;
        border-bottom: 1px solid var(--bg-color-2);
    }
    nav ul li:hover{
        border-top: 1px solid var(--bg-color-2);
        background-color: #202c450f;
    }
    nav ul li:hover a{
        text-decoration: none;
        font-size: 15px;
        color: var(--bg-color-2);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    nav ul li a{
        text-decoration: none;
        font-size: 15px;
        color: var(--font-3);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }

    #nav-bar {
        display: none;
    }
    #hembar_off {
        display: none;
    }
    /* Header Area End */
    
    /* Footer Area Start */
    /* Footer */
    .footerx {
        width: 100%;
        background-color: var(--bg-color-1);
        background-image: url(../admin_dash/img/logo/footer.jpg);
        background-size: cover;
        position: sticky;
        overflow: hidden;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .footerx::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.673);
        z-index: -111;
    }
    .footer{
        color: var(--font-1);
        z-index: 1111 !important;
    }
    .footer-area{
        width: 100%;
        float: left;
        display: flex;
        margin-bottom: 20px;
    }
    .footer-icon i{
        font-size: 25px;
        padding-right: 5px;
    }
    .footer-text{
        padding-left: 10px;
        border-left: 2px solid var(--font-2);
    }
    .footer-text p{
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 600;
    }
    .footer-text a{
        margin-bottom: 0;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        color: var(--font-1);
    }
    /* Promotion */
    .promo{
        width: 100%;
        background-color: var(--bg-color-2);
        padding: 7px 0px;
    
    }
    .dev{
        text-align: center;
        color: var(--font-1);
    }
    .dev a{
        text-decoration: none;
        color: var(--bold-1);
    }
    /* Footer Area End */
    
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    .container{
        width: 950px !important;
    }
    
    /* Header Area Start */
    /* Top Notice Bar */
    .top-noti{
        background-color: var(--bg-color-1);
        width: 100% !important;
    }
    .top-noti-title {
        width: 200px;
        background-color: var(--bg-color-2);
        color: var(--font-1);
        padding: 7px 15px;
        font-size: 15px;
        font-family: "Open Sans", sans-serif;
        z-index: 1;
        text-align: center;
        float: left;
    }
    .top-notice{
        float: left;
        width: calc(100% - 200px);
        overflow: hidden;
        padding-top: 7px;
    }
    .marquee-content {
        font-size: 15px;
        color:var(--font-1);
        display: inline;
        margin-right: 60px;
        
    }
    .top-mark{
        width: 100%;
    }
    marquee a{
        text-decoration: none;
    }
    .marquee-content b{
        color: var(--bold-1);
    }
    
    /* Top Social Bar */
    .top-social-bar{
        background-color: var(--bg-color-2);
        width: 100% !important;
        overflow: visible;
    }
    .d-icon,.f-icon{
        width: 50%;
        float: left;
    }
    .d-icon ul{
        margin: 0;
        list-style: none;
        padding: 0;
    }
    .d-icon ul li{
        width: auto;
        float: left;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 10px;
    }
    .d-icon ul li a{
        text-decoration: none;
        font-size: 15px;
        color: var(--font-1);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    .follow-box{
        width: auto;
        float: right;
        color: var(--font-1);
        font-size: 15px;
        font-family: "Open Sans", sans-serif; 
        padding-top: 7px;
        padding-bottom: 7px;
        display: flex;
    }
    .follow-box p{
        padding-right: 10px;
        margin-bottom: 0px;
    }
    .follow-box ul{
        margin: 0;
        list-style: none;
        padding: 0;
    }
    .follow-box ul li{
        width: auto;
        float: left;
    }
    .follow-box ul li a{
        text-decoration: none;
        font-size: 15px;
        color: var(--font-1);
        text-align: left;
        font-family: "Open Sans", sans-serif;
        padding: 5px;
    }
    .follow-box ul li a:hover{
        text-decoration: none;
        font-size: 15px;
        color: var(--font-1);
        text-align: left;
        font-family: "Open Sans", sans-serif;
        background-color: var(--bg-color-1);
        border: 1px dotted var(--bg-color-3);
    }
    
    /* Header Style */
    header{
        background-color: var(--bg-color-3);
        width: 100% !important;
        overflow: visible;
        padding: 7px 0px 7px 0px;
    }
    .logo{
        width: calc(100% - 350px);
        float: left;
    }
    .callh-info{
        width: 350px;
        height: 76px;
        float: right;
        gap: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .logo img{
        width: 430px;
        max-width: 430px;
        height: 76px;
        max-height: 76px;
        vertical-align: middle;
    }
    .call-box{
        display: flex;
        gap:10px;
    }
    .call-icon i{
        font-size: 20px;
        color: var(--bg-color-2);
        border: 1px solid var(--bg-color-2);
        border-radius: 50%;
        padding: 10px;
    }
    .num-del p{
        margin-bottom: 0px;
        color: var(--font-2);
        font-size: 15px;
    
    }
    .num-del p span{
        margin-bottom: 0px;
        color: var(--bg-color-2);
        font-size: 15px;
        
    }
    .num-del p span a{
        text-decoration: none !important;
        color: var(--bg-color-2) !important;
    }
    .login-box a{
        padding: 10px 30px;
        display: inline-block;
        font-size: 15px;
        border-radius: 30px;
        background: var(--bg-color-2);
        text-decoration: none !important;
        color: var(--font-1) !important;
        text-align: center;
        line-height: 24px;
        -webkit-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
        -moz-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
        box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
    }
    .login-box a:hover{
        background-color: var(--bg-color-1);
        -webkit-box-shadow: 0px 5px 25px 0px rgba(96, 30, 4, 0.35);
        -moz-box-shadow: 0px 5px 25px 0px rgba(47, 19, 8, 0.35);
        box-shadow: 0px 5px 25px 0px rgba(55, 34, 25, 0.35);
    }

    .hembar-area{
        display: none;
    }
    
    /* Nav Bar */
    #nav-bar{
        display: block;
    }
    .nav-bar{
        display: block;
        border-top: 1px solid #e8e8e8;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        background: #fff;
    
    }
    nav ul{
        margin: 0;
        list-style: none;
        padding: 0;
    }
    nav ul li{
        width: auto;
        float: left;
        padding: 10px 7px;
        border-bottom: none;
    }
    nav ul li.active{
        border-top: 1px solid var(--bg-color-2);
        background-color: #202c450f;
    }
    nav ul li.active a{
        text-decoration: none;
        font-size: 15px;
        color: var(--bg-color-2);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    nav ul li:hover{
        border-top: 1px solid var(--bg-color-2);
        background-color: #202c450f;
    }
    nav ul li:hover a{
        text-decoration: none;
        font-size: 15px;
        color: var(--bg-color-2);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    nav ul li a{
        text-decoration: none;
        font-size: 15px;
        color: var(--font-3);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    /* Header Area End */
    
    /* Footer Area Start */
    /* Footer */
    .footerx {
        width: 100%;
        background-color: var(--bg-color-1);
        background-image: url(../admin_dash/img/logo/footer.jpg);
        background-size: cover;
        position: sticky;
        overflow: hidden;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .footerx::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.673);
        z-index: -111;
    }
    .footer{
        color: var(--font-1);
        z-index: 1111 !important;
    }
    .footer-area{
        width: 33.33%;
        float: left;
        display: flex;
        gap: 10px;
    }
    .footer-icon i{
        font-size: 25px;
    }
    .footer-text{
        padding-left: 10px;
        border-left: 2px solid var(--font-2);
    }
    .footer-text p{
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 600;
    }
    .footer-text a{
        margin-bottom: 0;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        color: var(--font-1);
    }
    /* Promotion */
    .promo{
        width: 100%;
        background-color: var(--bg-color-2);
        padding: 7px 0px;
    
    }
    .dev{
        text-align: center;
        color: var(--font-1);
    }
    .dev a{
        text-decoration: none;
        color: var(--bold-1);
    }
    /* Footer Area End */

}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .container{
        width: 1340px !important;
    }
    
    /* Header Area Start */
    /* Top Notice Bar */
    .top-noti{
        background-color: var(--bg-color-1);
        width: 100% !important;
    }
    .top-noti-title {
        width: 200px;
        background-color: var(--bg-color-2);
        color: var(--font-1);
        padding: 7px 15px;
        font-size: 15px;
        font-family: "Open Sans", sans-serif;
        z-index: 1;
        text-align: center;
        float: left;
    }
    .top-notice{
        float: left;
        width: calc(100% - 200px);
        overflow: hidden;
        padding-top: 7px;
    }
    .marquee-content {
        font-size: 15px;
        color:var(--font-1);
        display: inline;
        margin-right: 60px;
        
    }
    .top-mark{
        width: 100%;
    }
    marquee a{
        text-decoration: none;
    }
    .marquee-content b{
        color: var(--bold-1);
    }
    
    /* Top Social Bar */
    .top-social-bar{
        background-color: var(--bg-color-2);
        width: 100% !important;
        overflow: visible;
    }
    .d-icon,.f-icon{
        width: 50%;
        float: left;
    }
    .d-icon ul{
        margin: 0;
        list-style: none;
        padding: 0;
    }
    .d-icon ul li{
        width: auto;
        float: left;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 10px;
    }
    .d-icon ul li a{
        text-decoration: none;
        font-size: 15px;
        color: var(--font-1);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    .follow-box{
        width: auto;
        float: right;
        color: var(--font-1);
        font-size: 15px;
        font-family: "Open Sans", sans-serif; 
        padding-top: 7px;
        padding-bottom: 7px;
        display: flex;
    }
    .follow-box p{
        padding-right: 10px;
        margin-bottom: 0px;
    }
    .follow-box ul{
        margin: 0;
        list-style: none;
        padding: 0;
    }
    .follow-box ul li{
        width: auto;
        float: left;
    }
    .follow-box ul li a{
        text-decoration: none;
        font-size: 15px;
        color: var(--font-1);
        text-align: left;
        font-family: "Open Sans", sans-serif;
        padding: 5px;
    }
    .follow-box ul li a:hover{
        text-decoration: none;
        font-size: 15px;
        color: var(--font-1);
        text-align: left;
        font-family: "Open Sans", sans-serif;
        background-color: var(--bg-color-1);
        border: 1px dotted var(--bg-color-3);
    }
    
    /* Header Style */
    header{
        background-color: var(--bg-color-3);
        width: 100% !important;
        overflow: visible;
        padding: 7px 0px 7px 0px;
    }
    .logo{
        width: calc(100% - 350px);
        float: left;
    }
    .callh-info{
        width: 350px;
        height: 76px;
        float: right;
        gap: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .logo img{
        width: 430px;
        max-width: 430px;
        height: 76px;
        max-height: 76px;
        vertical-align: middle;
    }
    .call-box{
        display: flex;
        gap:10px;
    }
    .call-icon i{
        font-size: 20px;
        color: var(--bg-color-2);
        border: 1px solid var(--bg-color-2);
        border-radius: 50%;
        padding: 10px;
    }
    .num-del p{
        margin-bottom: 0px;
        color: var(--font-2);
        font-size: 15px;
    
    }
    .num-del p span{
        margin-bottom: 0px;
        color: var(--bg-color-2);
        font-size: 15px;
        
    }
    .num-del p span a{
        text-decoration: none !important;
        color: var(--bg-color-2) !important;
    }
    .login-box a{
        padding: 10px 30px;
        display: inline-block;
        font-size: 15px;
        border-radius: 30px;
        background: var(--bg-color-2);
        text-decoration: none !important;
        color: var(--font-1) !important;
        text-align: center;
        line-height: 24px;
        -webkit-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
        -moz-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
        box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
    }
    .login-box a:hover{
        background-color: var(--bg-color-1);
        -webkit-box-shadow: 0px 5px 25px 0px rgba(96, 30, 4, 0.35);
        -moz-box-shadow: 0px 5px 25px 0px rgba(47, 19, 8, 0.35);
        box-shadow: 0px 5px 25px 0px rgba(55, 34, 25, 0.35);
    }
    
    /* Nav Bar */
    #nav-bar{
        display: block;
    }
    .nav-bar{
        display: block;
        border-top: 1px solid #e8e8e8;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        background: #fff;
    
    }
    nav ul{
        margin: 0;
        list-style: none;
        padding: 0;
    }
    nav ul li{
        width: auto;
        float: left;
        padding: 10px 7px;
    }
    nav ul li:hover{
        border-top: 1px solid var(--bg-color-2);
        background-color: #202c450f;
    }
    nav ul li:hover a{
        text-decoration: none;
        font-size: 15px;
        color: var(--bg-color-2);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    nav ul li.active{
        border-top: 1px solid var(--bg-color-2);
        background-color: #202c450f;
    }
    nav ul li.active a{
        text-decoration: none;
        font-size: 15px;
        color: var(--bg-color-2);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    nav ul li a{
        text-decoration: none;
        font-size: 15px;
        color: var(--font-3);
        text-align: left;
        font-family: "Open Sans", sans-serif;
    }
    /* Header Area End */
    
    /* Footer Area Start */
    /* Footer */
    .footerx {
        width: 100%;
        background-color: var(--bg-color-1);
        background-image: url(../admin_dash/img/logo/footer.jpg);
        background-size: cover;
        position: sticky;
        overflow: hidden;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .footerx::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.673);
        z-index: -111;
    }
    .footer{
        color: var(--font-1);
        z-index: 1111 !important;
    }
    .footer-area{
        width: 33.33%;
        float: left;
        display: flex;
        gap: 10px;
    }
    .footer-icon i{
        font-size: 25px;
    }
    .footer-text{
        padding-left: 10px;
        border-left: 2px solid var(--font-2);
    }
    .footer-text p{
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 600;
    }
    .footer-text a{
        margin-bottom: 0;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        color: var(--font-1);
    }
    /* Promotion */
    .promo{
        width: 100%;
        background-color: var(--bg-color-2);
        padding: 7px 0px;
    
    }
    .dev{
        text-align: center;
        color: var(--font-1);
    }
    .dev a{
        text-decoration: none;
        color: var(--bold-1) !important;
    }
    /* Footer Area End */
    
    
    
}

