
@font-face {
    font-display:swap;
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('../font/fonts/iranyekanwebboldfanum.eot');
    src: url('../font/fonts/iranyekanwebboldfanum.eot') format('embedded-opentype'), /* IE6-8 */ url('../font/fonts/iranyekanwebboldfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font/fonts/iranyekanwebboldfanum.ttf') format('truetype');
}
@font-face {
    font-display:swap;
    font-family: iranyekan;
    font-style: normal;
    font-weight: 500;
    src: url('../font/fonts/iranyekanwebregularfanum.eot');
    src: url('../font/fonts/iranyekanwebregularfanum.eot') format('embedded-opentype'), /* IE6-8 */ url('../font/fonts/iranyekanwebregularfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font/fonts/iranyekanwebregularfanum.ttf') format('truetype');
}
#body {
    font-family: "iranyekan";
    background-color: #FFFFFF;
    overflow-x:hidden;
}
.h5, h5 {
    font-size: 1rem !important;
}
/* color */
.color-1 {
    color: #1d4999;
}
/* font */
.fw-100 {
    font-weight: 100;
}

.fw-300 {
    font-weight: 300;
}
/* normal (default) */
.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

/* bold */
.fw-bold {
    font-weight: bold;
}

.fw-800 {
    font-weight: 800;
}

.fw-850 {
    font-weight: 850;
}

.fw-900 {
    font-weight: 900;
}

a.link-1 {
    color: #000000;
    text-decoration: none;
}
    a.link-1:hover {
        color: #1d4999;
    }

.header {
    margin-bottom: 4rem;
}

.header-link {
    font-size: 15px !important;
}

.web-logo {
    direction: ltr;
    font-family: Arial, Helvetica, sans-serif;
}

.button-1 {
    background: #ff5722 !important;
    color: #fff !important;
    padding: 7px 40px;
    font-size: 15px;
}

    .button-1:hover {
        background: #fd3b00 !important;
        box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
    }

    .button-1:active {
        background: #b32a00 !important;
        box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
    }

.second-navbar {
    min-height: 7rem;
    background-image: url(../image/header-banner.jpg);
    background-size: cover;
}

.second-navbar-text {
    position: absolute;
    bottom: 1.1rem;
}

.margin-top {
    margin-top: 10rem;
}

.title-text {
    font-size: 35px;
    font-weight: 700;
}

.nav-box {
    overflow-x: auto;
}

.nav-link-image {
    max-width: 6rem;
    filter: opacity(0.35);
}

    .nav-link-image:hover {
        filter: opacity(1);
    }

    .nav-link-image:focus {
        filter: opacity(1);
    }

.nav-link-text {
    color: black;
    text-align: center;
    line-height: 1.25;
    font-size: 0.87rem;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

/* carousel */
.hiro-box {
    background-color: #21aa58;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
}

@media(max-width:767px) {
    .carousel-title {
        font-size: 24px;
        font-weight: 700;
    }

    .carousel-text {
        font-size: 12px;
    }
}

@media(min-width:768px) {
    .carousel-title {
        font-size: 24px;
        font-weight: 700;
    }

    .carousel-text {
        font-size: 14px;
    }
}

@media(min-width:1200px) {
    .carousel-title {
        font-size: 36px;
        font-weight: 700;
    }

    .carousel-text {
        font-size: 16px;
    }
}



.description {
    color: #333;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
    text-align: justify;
}

.divider {
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.options-title {
    font-size: 35px;
    font-weight: 700;
}

.options-text {
    font-size: 18px;
    text-align: justify;
}

.options-link {
    text-decoration: none;
    color: #ff5722;
}

    .options-link:hover {
        color: #bf2d00;
    }


.second-divider {
    height: 6rem;
    width: 3px;
    border-right: 3px solid #ffffff;
}

.image-box-text {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.margin-bottom {
    margin-bottom: 8rem;
}

footer {
    background-color: #002551;
    padding: 1.5rem 0;
    color: #ffffff;
    margin-top: 15rem;
}

.second-footer {
    background-color: aliceblue;
    padding: 0.6rem 0;
}

.footer-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-link {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
}

#backtotop:hover {
    cursor: pointer;
    background-color: rgb(21, 87, 186);
}

#backtotop:active {
    background-color: rgb(21, 87, 186);
}

#backtotop.show {
    opacity: 1;
    visibility: visible;
}


/* new */
.required-placeholder {
    color: red;
}


table {
    width: 100%;
}

    table td {
        padding: 15px;
        border: 1px solid #f1f1f1;
    }

    table th {
        background-color: #EEEEEE;
        text-align: center;
        padding: 15px;
        border: 1px solid #f1f1f1;
    }



#backtotop.visible {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

#backtotop {
    position: fixed;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 25px;
    margin: 0 25px 0 0;
    z-index: 9999;
    transition: .35s;
    transform: scale(.7);
    width: 50px;
    height: 50px;
    background-color: #182f40;
    border-radius: 50%;
    color: #FFFFFF;
}

    #backtotop a {
        color: #FFFFFF;
    }

    #backtotop span {
        width: 50px;
        height: 50px;
        color: #FFFFFF;
        padding: 13px;
    }


.error {
    position: absolute;
    top: -3px;
    left: 1rem;
}

.error-text {
    font-size: 12px;
    color: #950000;
    background-color: #FFCCCC;
    padding: 0 3px;
    border-radius: 5px;
}

.sdp-select {
    min-height: 54px;
    border-radius: 4px;
    border-color: rgb(91, 91, 91);
}

.sdp-select-option {
    background-color: #F0F9FF;
    color: black;
}

.form-select:focus {
    border-color: #000000 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0) !important;
}

.form-select.sdp-select {
    background-image: url("../image/arrow-down.svg");
    background-size: 20px 20px;
}

    .form-select.sdp-select:focus {
        background-image: url("../image/arrow-top.svg");
        background-size: 20px 20px;
    }


.sdp-btn-link {
    border: 1px solid #182f40;
    padding: 15px;
    border-radius: 5px;
}

    .sdp-btn-link:hover {
        background-color: #EEEEEE;
    }


.field-validation-error {
    color: red;
    font-size: 10pt;
}

.aboutus-box {
    background: #F0F9FF;
}

.aboutus-title {
    width: max-content;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}


.option-ul {
    list-style-type: none;
}

.option-image {
    max-width: 350px !important;
}


.pagination {
    margin: 9px 0 0;
    text-align: center;
    overflow: hidden;
}

.pagination-next-prev ul, ul.pagination {
    padding: 0;
    list-style-type: none
}

    ul.pagination li {
        display: inline-block;
        margin: 0;
        padding: 0
    }

        ul.pagination li a {
            border-radius: 50%;
            width: 52px;
            height: 52px;
            padding: 0;
            line-height: 52px;
            text-decoration: none;
            color: #003882;
        }

        .pagination-next-prev li a, ul.pagination li a {
            border-bottom: 0;
            display: inline-block;
            margin: 0;
            font-size: 14px
        }

            .pagination .current, ul.pagination li a.current-page, ul.pagination li a:hover, ul.pagination-next-prev li a:hover {
                background-color: #f2f2f2;
                color: #333
            }

            .pagination .current, ul.pagination li a:hover, ul.pagination li.active a, ul.pagination-next-prev li a:hover {
                background-color: #f2f2f2;
                color: #333
            }

    ul.pagination .disabled {
        display: none
    }



/*----custom----*/
.nav-box-item {
    display: none;
}

    .nav-box-item.active {
        display: block;
    }

.nav-box li.active img {
    opacity: 1;
    filter: opacity(1);
}
.card-app .tags {
    display:none !important;
} 
.card-app {
    margin: 5px 0;
    padding: 10px;
    text-align: center;
    text-decoration: none !important;
    font-size:0.875rem;
}

.card-mini {
    margin: 0;
    padding: 0 8px;
    border: none !important;
    background: none;
    font-size: 12px;
    line-height: 1rem;
    opacity: 0.95;
    filter: grayscale(0.5);
}

    .card-mini:hover {
        opacity: 1;
        filter: grayscale(0);
        font-weight: 700;
    }

a.card-app:visited {
    color: transparent;
}

.card-app img, .card-app svg {
    height: 36px;
    max-width: 100%;
    margin: 10px auto;
}

.hero-4 {
    padding: 1rem 0 2rem;
    background: #f7f9fc !important;
}

#main-search-input {
    box-shadow: 0 6px 10px rgba(155, 155, 155, .25);
    padding: 0.75rem 1.3em;
}

.btn {
    border: none;
    outline: none;
    border-radius: 25px;
    font-size: 1rem;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(28, 28, 30, .2);
    margin-bottom: 10px;
    margin-left: 5px;
}

    .btn.active {
        background-color: #002551;
        font-weight: 700;
    }

        .btn.active .nav-link-text {
            color: #ffffff !important;
        }

.col-md-1.col-2 {
    padding: 0 !important;
}


.sdp-alert {
    font-size: 0.875rem;
    z-index: 1000;
    border-radius: 1rem;
    text-align: justify;
    position: fixed;
    left: 1rem;
    right: 1rem;
    top: 2rem;
    background-color: #FFFFFF;
    line-height: 2;
    padding: 1rem;
    box-shadow: 0 6px 10px rgba(155, 155, 155, .25);
}
.btn-close {
    float: left;
}

ul li a {
    text-decoration:none !important;
}
#linksearchdata ul{
    padding:0;
    margin-bottom:5px;
}
#linksearchdata ul li {
    float: right;
    padding: 2px 10px;
    display: inline-block;
    border: 1px solid #EEE;
    border-radius: 25px;
    box-shadow: 0 2px 6px 0 rgba(28, 28, 30, .2);
    margin: 5px;
    font-size: 0.75rem;
}