﻿@font-face {
    font-family: 'Yek';
    src: url(../Fonts/IRANYekanWeb2.eot);
    src: url(../Fonts/IRANYekanWeb2.eot?#iefix) format("embedded-opentype"),url(../Fonts/IRANYekanWeb2.woff2) format("woff2"),url(../Fonts/IRANYekanWeb2.woff) format("woff"),url(../Fonts/IRANYekanWeb2.ttf) format("truetype");
}
/*
@font-face {
    font-family: 'Moala';
    src: url(../Fonts/Moalla.eot);
    src: url(../Fonts/Moalla.eot?#iefix) format("embedded-opentype"),url(../Fonts/Moalla.woff2) format("woff2"),url(../Fonts/Moalla.woff) format("woff"),url(../Fonts/Moalla.ttf) format("truetype");
}
*/

html {
    min-height: 100%;
    background: linear-gradient(180deg, #f7f7f7 0, #bfbfbf 100%); 
}

html:focus-within {
    scroll-behavior: smooth;
}

body {
    font-family: 'Yek', Tahoma;
    font-size: 0.9rem;
    direction: rtl;
    background-color: transparent;
    color: #262626;
    overflow-x: hidden; /* nice select bug :( */
    padding: 10px 0;
}

::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.10),inset 0 -1px 0 rgba(0,0,0,0.07);
}

a {
    text-decoration: none;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

input, textarea {
    outline: 0 none;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Safari */
    -khtml-user-select: none;    /* Konqueror HTML */
    -moz-user-select: none;      /* Old versions of Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

.flex-h {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms--display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-v {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms--display: flex;
    flex-direction: column;
}

.flex-center {
    justify-content: center;
}

.flex100 {
    flex: 100;
}

.flex50 {
    flex: 0.5;
}


.hide {
    display: none;
}

.hides {
    display: none !important;
}

.hand {
    cursor: pointer;
}

.oh {
    overflow: hidden !important;
}

.f120 {
    font-size: 1.2rem !important;
}

.f110 {
    font-size: 1.1rem !important;
}

.f100 {
    font-size: 1rem !important;
}

.f90 {
    font-size: 0.90rem !important;
}

.f85 {
    font-size: 0.85rem !important;
}

.f80 {
    font-size: 0.80rem !important;
}

.f75 {
    font-size: 0.75rem !important;
}

.f70 {
    font-size: 0.70rem !important;
}

.f65 {
    font-size: 0.65rem !important;
}

.f60 {
    font-size: 0.60rem !important;
}

.f55 {
    font-size: 0.55rem !important;
}

.f50 {
    font-size: 0.50rem !important;
}

.f00 {
    font-size: 0.00rem !important;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.center {
    text-align: center;
}

.v {
    color: red;
}

@media only screen and (max-width: 575px) {
    .sm-hide {
        display: none;
    }
}

.nowrap {
    white-space: nowrap;
}

.en-txt {
    font-family: 'Calibri';
}

.mr-5 {
    margin-right: 5px;
}

.svg-icons {
    background-image: url(../Images/Svg/icons.svg);
    background-size: 100%;
}

.svg-icons-25x25 {
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
}

.svg-icons-29x29 {
    display: block;
    width: 29px;
    min-width: 29px;
    height: 29px;
    min-height: 29px;
}

.svg-icons-32x32 {
    display: block;
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
}

.svg-icons-40x40 {
    display: block;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
}

.svg-icons-60x60 {
    display: block;
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
}

.svg-icons-80x80 {
    display: block;
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
}

.j-center {
    justify-content: center;
}


/***********************************************************************/
/***********************************************************************/
/***********************************************************************/

.root-container {
    box-shadow: 0 0 20px #333;
    background-color: #fff;
    max-width: 1320px;
    margin: 0 auto;
}
.top-nav {
    background-color: #f0f0f0;
    /*padding: 0.2rem;*/
}
    .top-nav .top-contact {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }
.top-nav h3 {
    margin-bottom: 0;
}
.top-nav a {
    border-bottom: 1px dotted blue;
    padding: 0.25rem 0.4rem 0.1rem 0.4rem;
    border-radius: 0.2rem;
}
    .top-nav a:hover {
        background-color: rgba(0, 0, 0, 0.05);
        border-bottom-color: darkblue;
    }
    .top-nav a:active {
        background-color: rgba(0, 0, 0, 0.15);
    }

    .top-nav .upper-nav {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
        font-size: 0.8rem;
    }
    .top-nav .upper-nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
        .top-nav .upper-nav ul li {
        }
            .top-nav .upper-nav ul li a {
                border-bottom: 0;
                color: #262626;
            }
                .top-nav .upper-nav ul li a span.svg-icons {
                    filter: grayscale(100%);
                    transition: filter 0.2s;
                }
                .top-nav .upper-nav ul li a:hover {
                    color: #0d6efd;
                }
                .top-nav .upper-nav ul li a:hover span.svg-icons {
                    filter: grayscale(0%);
                }

@media (max-width: 1024px) {
    .top-nav .top-contact {
        justify-content: center;
    }
    .top-nav .upper-nav {
        justify-content: center;
    }
    .top-nav .upper-nav div.flex100 {
        display: none;
    }
    .top-nav .upper-nav ul li a {
        flex-direction: column;
    }
}

.nav-menu-parent {
    background-color: #fff;
}
.nav-menu {
    position: relative;
    z-index: 10;
}
    .nav-menu > ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        color: #222;
        flex-wrap: wrap;
    }
        .nav-menu > ul > li {
            margin-left: 2px;
        }
            .nav-menu > ul > li[rel="item"] {
                transition: all 0.2s;
                order: 1;
            }
            .nav-menu > ul > li[rel="item"] > a {
                font-size: 1rem;
                text-align: center;
                display: block;
                width: 100%;
                border-bottom: 5px solid transparent;
                /*padding: 3.2rem 0.8rem 0.9rem 0.8rem;*/
                padding: 2.3rem 0.7rem 1.8rem 0.7rem;
                color: #222;
            }

            /*------------------------ ul - level 1 ------------------------*/
            .nav-menu > ul > li[rel="item"] > div[rel="submenu"] {
                visibility: hidden;
                opacity: 0;
                transform: skew(3deg);
                position: absolute;
                list-style-type: none;
                width: 100%/*calc(100vw * (12 / 19))*/;
                left: 0;
                right: 0;
                padding: 0.5rem;
                background-color: #bababa;
                border-top: 4px solid #ed2027;
                border-radius: 0 0 0.8rem 0.8rem;
                box-shadow: 0 4px 8px #333;
                align-items: inherit;
                margin-top: 10px;
                margin-left: 10px;
                transition: all 0.3s;
            }
            .nav-menu > ul > li[rel="item"].shown {
                display: inherit !important;
            }
            .nav-menu > ul > li[rel="item"].has-subitem {
            }
                .nav-menu > ul > li[rel="item"].has-subitem > a {
                    position: relative;
                }
                    .nav-menu > ul > li[rel="item"].has-subitem > a:after {
                        content: '';
                        width: 7px;
                        height: 7px;
                        border-left: 2px solid #666;
                        border-bottom: 2px solid #666;
                        position: absolute;
                        transform: rotate(-45deg);
                        margin-top: 8px;
                        left: 10px;
                        transition: all 0.2s;
                    }

            .nav-menu > ul > li[rel2="home"] {
            }
                .nav-menu > ul > li[rel2="home"] > a {
                    background-image: url('../Images/Png/azinahan_logo_home.png?rnd=1');
                    background-position: right bottom;
                    background-size: cover;
                    background-repeat: no-repeat;
                    padding-right: 115px !important;
                }
                .nav-menu > ul > li[rel2="home"]:hover {
                }
                    .nav-menu > ul > li[rel2="home"]:hover > a {
                        border-bottom-color: transparent !important;
                    }

            .nav-menu > ul > li[rel="flex-wrapper"] {
                order: 1;
                width: 0;
                margin-left: 0;
            }

            .nav-menu > ul > li[rel="flex-wrapper-2"] {
                order: 1;
                flex: 1;
                margin-left: 0;
            }

            .nav-menu > ul > li[rel2="tel"] {
                margin-left: 0;
            }
                .nav-menu > ul > li[rel2="tel"] > a {
                    text-align: center;
                    display: block;
                    width: 100%;
                    padding: 1.35rem 0.25rem 0.8rem 0.25rem !important;
                }
                    .nav-menu > ul > li[rel2="tel"] > a > img {
                        width: 160px;
                    }
                .nav-menu > ul > li[rel2="tel"]:hover {
                }
                    .nav-menu > ul > li[rel2="tel"]:hover > a {
                        border-bottom-color: transparent !important;
                    }

            .nav-menu > button.toggle-menu-responsive {
                position: absolute;
                left: 0;
                top: 18px;
                width: 48px;
                height: 48px;
                border: none;
                border-radius: 0.5rem;
                text-align: center;
                background-color: #ed2027;
                box-shadow: 0 1 3px #ed2027;
                transition: all 0.2s;
                display: none;
            }
                .nav-menu > button.toggle-menu-responsive > span {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                }
                .nav-menu > button.toggle-menu-responsive:hover {
                    background-color: #d7141a;
                }
                .nav-menu > button.toggle-menu-responsive:active {
                    background-color: #c31c21;
                }

div[rel="submenu"] > div[rel="side1"] {
    flex: 0.25;
}
    div[rel="submenu"] > div[rel="side1"] > ul {
        margin: 0.4rem 0;
        padding: 0;
        list-style-type: none;
    }
        div[rel="submenu"] > div[rel="side1"] > ul > li {
            position: relative;
            overflow: hidden;
            margin: 2px 0;
            border-bottom: 1px dashed #fff;
        }
            div[rel="submenu"] > div[rel="side1"] > ul > li:last-child {
                border-bottom: none;
            }
            div[rel="submenu"] > div[rel="side1"] > ul > li > a {
                display: block;
                padding: 0.5rem 0.6rem;
                border-radius: 0 0.5rem 0.5rem 0;
                font-size: 1rem;
                color: #06103e;
                background-color: transparent;
            }
            div[rel="submenu"] > div[rel="side1"] > ul > li:hover > a {
                background-color: rgba(255, 255, 255, 0.3);
            }
            div[rel="submenu"] > div[rel="side1"] > ul > li:active > a {
                background-color: rgba(255, 255, 255, 0.6);
            }

            div[rel="submenu"] > div[rel="side1"] > ul > li.current {
            }
                div[rel="submenu"] > div[rel="side1"] > ul > li.current > a {
                    background-color: rgba(255, 255, 255, 0.5);
                    padding-right: 1.2rem;
                }
                div[rel="submenu"] > div[rel="side1"] > ul > li.current:after {
                    content: '';
                    position: absolute;
                    left: -8px;
                    top: 50%;
                    transform: translate(0, -50%) rotate(45deg);
                    width: 15px;
                    height: 15px;
                    background-color: #fff;
                    pointer-events: none;
                    filter: drop-shadow(1px 0 3px #ed2027);
                }



div[rel="submenu"] > div[rel="side2"] {
    flex: 0.75;
    padding: 0.7rem;
    background-color: #fff;
    min-height: 350px;
    box-shadow: 1px 0 5px #ed2027;
    background-repeat: no-repeat;
    background-position: left bottom;
    border-radius: 0.4rem 0.4rem 0.7rem 0.7rem;
}
    div[rel="submenu"] > div[rel="side2"] > div {
    }
        div[rel="submenu"] > div[rel="side2"] > div > ul {
            margin: 0;
            padding: 0.3rem;
            list-style-type: none;
            width: 33.33333334%;
            position: sticky;
            top: 0;
            float: right;
        }
            div[rel="submenu"] > div[rel="side2"] > div > ul > li {
                border-bottom: 1px dashed #9b9b9b;
            }
                div[rel="submenu"] > div[rel="side2"] > div > ul > li:last-child {
                    border-bottom: none;
                }
                div[rel="submenu"] > div[rel="side2"] > div > ul > li > a {
                    display: block;
                    padding: 0.5rem 1rem;
                    background-color: transparent;
                    font-size: 0.9rem;
                    color: #06103e;
                }
                div[rel="submenu"] > div[rel="side2"] > div > ul > li:hover {
                }
                    div[rel="submenu"] > div[rel="side2"] > div > ul > li:hover > a {
                        background-color: rgba(0, 0, 0, 0.2);
                        border-radius: 0.3rem;
                    }
                div[rel="submenu"] > div[rel="side2"] > div > ul > li:active > a {
                    background-color: rgba(0, 0, 0, 0.3);
                }


            /*
                .nav-menu > ul > li[rel="item"] > ul > li {
                }
                    .nav-menu > ul > li[rel="item"] > ul > li > a {
                        font-size: 1rem;
                        border: 1px solid red;
                        padding: 0.3rem 0.7rem;
                        display: block;
                    }

                /*------------------------ ul - level 2 ------------------------* /
                    .nav-menu > ul > li[rel="item"] > ul > li > ul {
                        list-style-type: none;
                        padding: 0;
                        margin: 0;
                    }
                */



        .nav-menu > ul > li[rel="item"]:hover,
        .nav-menu > ul > li[rel="item"]:focus {
            background-color: #d8d8d8;
        }
            .nav-menu > ul > li[rel="item"]:hover > a,
            .nav-menu > ul > li[rel="item"]:focus > a {
                color: #06103e;
                border-bottom-color: #ed2027;
            }
            .nav-menu > ul > li[rel="item"]:hover > div,
            .nav-menu > ul > li[rel="item"]:focus > div {
                visibility: visible;
                opacity: 1;
                transform: skew(0deg);
                margin-top: 0;
                margin-left: 0;
            }
            .nav-menu > ul > li[rel="item"].has-subitem:hover > a:after,
            .nav-menu > ul > li[rel="item"].has-subitem:focus > a:after {
                border-left-color: #06103e;
                border-bottom-color: #06103e;
            }

        .nav-menu > ul > li.current {
            background-color: #c8c8c8 !important;
        }
            .nav-menu > ul > li.current > a {
                color: #06103e;
                border-bottom-color: #ed2027;
            }


@media only screen and (max-width: 1110px) {
    .nav-menu > ul > li[rel="item"] {
        order: 5;
        margin-left: 0;
    }
    .nav-menu > ul > li[rel2="home"] {
        order: 1;
    }
    .nav-menu > ul > li[rel="flex-wrapper"] { /* breake menu */
        width: 100%;
        margin-left: 0;
        order: 4;
    }
    .nav-menu > ul > li[rel="flex-wrapper-2"] {
        order: 2;
    }
    .nav-menu > ul > li[rel2="tel"] {
        order: 3;
    }

    .nav-menu > ul > li[rel="item"] > a {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .nav-menu > ul > li[rel2="home"] > a {
        padding-top: 1.5rem;
        padding-right: 94px !important;
        white-space: nowrap;
        height: 82px;
        width: 185px;
        text-align: right;
    }
    .nav-menu > ul > li[rel="item"] > div[rel="submenu"] {
        /*width: calc(100vw * (15 / 19));*/
    }
}


@media only screen and (max-width: 768px) {
    .nav-menu > ul > li[rel="icon"] { /* move logo to right again */
        margin: 0;
    }
    .nav-menu > ul > li[rel="item"]:not(.always_shown) {
        width: 33.33333%;
        display: none;
    }
        .nav-menu > ul > li[rel="item"] > a {
            padding-top: 0.8rem;
            padding-bottom: 0.5rem;
        }
        .nav-menu > ul > li[rel="item"]:hover > a,
        .nav-menu > ul > li[rel="item"]:focus > a {
            border-bottom-color: transparent;
        }
        .nav-menu > ul > li[rel="item"] > div[rel="submenu"] {
            display: none !important;
        }
    .nav-menu > button.toggle-menu-responsive {
        display: inherit;
    }

    .nav-menu > ul > li[rel2="home"] {
        width: 50%;
        order: 1;
    }
        .nav-menu > ul > li[rel2="home"] > a {
            width: 100%;
            background-size: 190px;
        }
    .nav-menu > ul > li[rel2="tel"] {
        width: 50%;
        order: 2;
    }
        .nav-menu > ul > li[rel2="tel"] > a {
            padding: 0.85rem 0 0.5rem 50px !important;
        }
            .nav-menu > ul > li[rel2="tel"] > a > img {
                width: 150px;
            }
    .nav-menu > ul > li[rel="flex-wrapper"] { /* breake menu */
        order: 5;
        display: none;
    }
    .nav-menu > ul > li[rel="flex-wrapper-2"] {
        order: 5;
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .nav-menu > ul > li[rel="item"] {
        width: 50%;
    }
    .nav-menu > ul > li[rel2="home"] {
        order: 1;
    }
    .nav-menu > ul > li[rel2="tel"] {
        order: 2;
    }
    .nav-menu > ul > li[rel="flex-wrapper-2"] {
        order: 3;
    }
    .nav-menu > ul > li[rel="flex-wrapper"] { /* breake menu */
        order: 5;
        display: none;
    }
}

@media only screen and (max-width: 380px) {
    .nav-menu > button.toggle-menu-responsive {
        left: 0;
    }
}

.img_brand {
    transition: all 0.25s;
    filter: grayscale(100%) contrast(150%);
	border-radius: 0.4rem;
}
    .img_brand:hover {
        filter: grayscale(0) contrast(100%);
    }

.footer-page {
    background-image: url(../Image/New_UI_2/footer_bg_2.jpg?rnd=1);
    background-size: cover;
    background-position: center center;
    min-height: 260px;
    color: #fff;
}
.footer-part-1 {
    padding: 1rem 0;
}
    .footer-part-1 div[rel="azin-title"] {
    }
        .footer-part-1 div[rel="azin-title"] span.svg-icons {
            width: 70px;
            min-width: 70px;
            height: 70px;
            background-position-y: -800%;
        }
        .footer-part-1 div[rel="azin-title"] h2 {
            font-family: 'Moala', Tahoma;
            position: relative;
            padding-top: 1.5rem;
            padding-right: 0.8rem;
            font-size: 2.2rem;
            z-index: 1;
        }
            .footer-part-1 div[rel="azin-title"] h2:before {
                content: '';
                z-index: -1;
                position: absolute;
                left: -17px;
                top: 60%;
                height: 15px;
                background-color: #ed2027;
                width: calc(100% + 18px);
                transform: skew(-17deg);
            }

            .footer-part-1 div[rel="follow-title"] {
                font-size: 1rem;
                text-align: center;
                margin-top: 1.2rem;
            }

            .footer-part-1 ul[rel="follow"] {
                padding: 0;
                margin: 0.7rem 0 0 0;
                list-style-type: none;
            }
                .footer-part-1 ul[rel="follow"] > li {
                }
                    .footer-part-1 ul[rel="follow"] > li:not(:last-child) {
                        margin-left: 0.5rem;
                    }
                    .footer-part-1 ul[rel="follow"] > li > a {
                        display: block;
                        border-radius: 0.5rem;
                        padding: 0.6rem;
                        background-color: transparent;
                    }
                        .footer-part-1 ul[rel="follow"] > li > a > span {
                            filter: contrast(100%);
                            transition: all 0.2s;
                        }
                        .footer-part-1 ul[rel="follow"] > li > a:hover {
                            background-color: #ed2027;
                        }
                            .footer-part-1 ul[rel="follow"] > li > a:hover > span {
                                filter: contrast(200%);
                            }
                        .footer-part-1 ul[rel="follow"] > li > a:active {
                            background-color: #2d4ad1;
                        }


.footer-part-2 {
    padding: 2rem 0.7rem;
}
    .footer-part-2 > div[rel="title"] {
        font-size: 1rem;
    }
    .footer-part-2 ul[rel="items"] {
        padding: 0;
        margin: 0.7rem 0;
        list-style-type: none;
    }
        .footer-part-2 ul[rel="items"] > li {
        }
            .footer-part-2 ul[rel="items"] > li:not(:last-child) {
                border-bottom: 1px dashed orange;
            }
            .footer-part-2 ul[rel="items"] > li > a {
                display: block;
                padding: 0.4rem 1.3rem 0.4rem 0.4rem;
                font-size: 0.85rem;
                position: relative;
                color: #e3f7ff;
            }
                .footer-part-2 ul[rel="items"] > li > a:after {
                    content: '';
                    position: absolute;
                    width: 6px;
                    height: 6px;
                    border-radius: 50%;
                    background-color: #00a0e1;
                    top: 50%;
                    transform: translate(0, -50%);
                    right: 5px;
                    transition: all 0.2s;
                }

                .footer-part-2 ul[rel="items"] > li > a:hover {
                    color: #ed2027;
                }
                    .footer-part-2 ul[rel="items"] > li > a:hover:after {
                        background-color: #eca106;
                    }


.footer-part-3 {
    padding: 2rem 0.7rem;
}
    .footer-part-3 > div[rel="title"] {
        font-size: 1rem;
    }
    .footer-part-3 ul[rel="items"] {
        padding: 0;
        margin: 0.7rem 0;
        list-style-type: none;
    }
        .footer-part-3 ul[rel="items"] > li {
            margin: 0.75rem 0;
            text-align: justify;
        }
            .footer-part-3 ul[rel="items"] > li > span[rel="title"] {
            }
                .footer-part-3 ul[rel="items"] > li > span[rel="title"] > span[rel="title2"] {
                    color: #dedede;
                }
                .footer-part-3 ul[rel="items"] > li > span[rel="title"] > a {
                    color: #6fd5ff;
                    border-bottom: 1px dashed #6fd5ff;
                }
                    .footer-part-3 ul[rel="items"] > li > span[rel="title"] > a:hover {
                        color: #ed2027;
                        border-bottom-color: #ed2027;
                    }



/* **************************** Slider - Start **************************** */
.p_slider_1 {
    font-size: 2.3rem !important;
    transform: scale(1) translate(0, -25px) !important;
    transform-origin: center center 0px;
    color: #110e1b !important;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
    white-space: normal !important;
    width: fit-content !important;
}
    .p_slider_1:after {
        content: '';
        position: absolute;
        left: -5%;
        top: 50%;
        transform: translate(0, -50%) skew(-17deg);
        width: calc(100% + 10%);
        height: 36px;
        background-color: #ed2027;
        z-index: -1;
        border-radius: 0.4rem;
        box-shadow: 0 1px 5px #ed2027;
    }

.p_slider_2 {
    font-size: 22px !important;
    transform: scale(1) translate(0, -12px) !important;
    transform-origin: center center 0px;
    color: #fff;
    text-shadow: 0px 1px 3px #140e27;
    white-space: normal !important;
    width: fit-content !important;
}
    .p_slider_2:after {
        content: '';
        position: absolute;
        left: -5%;
        top: 50%;
        transform: translate(0, -50%) skew(-17deg);
        width: calc(100% + 10%);
        height: 70%;
        background-color: #373737;
        z-index: -1;
        border-radius: 0.3rem;
    }

.p_slider_3 {
    font-size: 20px !important;
    transform: scale(1);
    transform-origin: center center 0px;
    color: #fff;
    text-shadow: 0 1px 3px #140e27;
    white-space: normal !important;
    width: fit-content !important;
}
    .p_slider_3:after {
        content: '';
        position: absolute;
        left: -3%;
        top: 50%;
        transform: translate(0, -50%) skew(-17deg);
        width: calc(100% + 6%);
        height: 70%;
        background-color: #373737;
        z-index: -1;
        border-radius: 0.3rem;
    }

.p_slider_a {
    margin-bottom: 25px;
}

.a_in_slider {
    /*
    display: block;
    padding: 0.8rem 1.6rem;
    background-color: #ed2027;
    box-shadow: 0 0 7px #ed2027;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 0.4rem;
    */
    display: block;
    padding: 0.8rem 1.6rem;
    color: #151515;
    font-size: 1.2rem;
    border-radius: 0.4rem;
    border: 2px solid #ed2027;
}
    .a_in_slider:hover {
        background-color: #222;
        box-shadow: 0 0 13px #ed2027;
        color: #fff;
    }
    .a_in_slider:active {
        background-color: #dd161d;
        color: #fff;
    }

@media screen and (max-width: 768px) {
    .p_slider_1 {
        font-size: 1.3rem !important;
    }
    .p_slider_2 {
        font-size: 1.2rem !important;
    }
    .p_slider_3 {
        font-size: 1.1rem !important;
    }
    .a_in_slider {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 420px) {
    .p_slider_1 {
        font-size: 1.2rem !important;
    }
    .p_slider_2 {
        font-size: 1.1rem !important;
    }
    .p_slider_3 {
        font-size: 1rem !important;
    }
    .a_in_slider {
        font-size: 1rem;
    }
}
/* **************************** Slider - End **************************** */


.div_caption_container {
    float: left;
    position: relative;
    right: -50%;
    margin-top: 12px;
    margin-bottom: 12px;
}
    .div_caption_container > ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        position: relative;
        right: 50%;
    }
        .div_caption_container > ul > li {
            float: right;
            margin-left: 7px;
            color: #ed2027;
            font-size: 1.2rem;
        }
            .div_caption_container > ul > li:last-child {
                margin-left: 0;
            }

.div_caption_container_2 {
    float: left;
    position: relative;
    right: -50%;
    margin-top: 12px;
    margin-bottom: 12px;
}
    .div_caption_container_2 > ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        position: relative;
        right: 50%;
        display: flex;
    }
        .div_caption_container_2 > ul > li:first-child {
            position: relative;
            width: 50px;
            transform: skew(-7deg);
        }
            .div_caption_container_2 > ul > li:first-child:before {
                content: '';
                width: 3px;
                height: 80%;
                background-color: #ed2027;
                position: absolute;
                left: 7px;
                border-radius: 0.2rem;
                top: 10%;
            }
            .div_caption_container_2 > ul > li:first-child:after {
                content: '';
                width: 40px;
                height: 3px;
                background-color: #ed2027;
                position: absolute;
                left: 7.5px;
                border-radius: 0.2rem;
                top: calc(50% - 1.5px);
            }
        .div_caption_container_2 > ul > li:nth-child(2) {
            color: #ed2027;
            font-size: 1.2rem;
            position: relative;
            z-index: 1;
            padding: 0 1rem;
        }
            .div_caption_container_2 > ul > li:nth-child(2):after {
                content: '';
                position: absolute;
                left: 0;
                top: 15%;
                right: 0;
                height: 70%;
                background-color: #fff;
                box-shadow: 0 1px 2px #ed2027;
                border-radius: 0.3rem;
                transform: skew(-7deg);
                z-index: -1;
            }
            .div_caption_container_2 > ul > li:nth-child(2):before {
                content: '';
                position: absolute;
                width: 75%;
                height: 4px;
                background-color: #ed2027;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                border-radius: 50%;
                z-index: -2;
                box-shadow: 0 0 30px #ed2027;
            }
        .div_caption_container_2 > ul > li:last-child {
            position: relative;
            width: 50px;
            transform: skew(-7deg);
        }
            .div_caption_container_2 > ul > li:last-child:before {
                content: '';
                width: 3px;
                height: 80%;
                background-color: #ed2027;
                position: absolute;
                right: 7px;
                border-radius: 0.2rem;
                top: 10%;
            }
            .div_caption_container_2 > ul > li:last-child:after {
                content: '';
                width: 40px;
                height: 3px;
                background-color: #ed2027;
                position: absolute;
                right: 7.5px;
                border-radius: 0.2rem;
                top: calc(50% - 1.5px);
            }


@media (max-width: 500px) {
    .div_caption_container_2 > ul > li:nth-child(2) {
        font-size: 1rem;
    }
}

.div_product_category_header {
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
    border-radius: 0.4rem;
    overflow: hidden;
    border: 1px solid #ddd;
}

    .div_product_category_header > div.img {
        position: relative;
        width: 100%;
        padding-top: 100%;
        background-position: center center;
        background-size: 100%;
        filter: grayscale(1) brightness(1.4);
        transform: scale(1);
        transition: all 0.25s;
    }

    .div_product_category_header > div.horizontal {
        background-size: auto 100%;
    }

    .div_product_category_header:hover > div.img {
        transform: scale(1.1);
        filter: grayscale(0) brightness(1);
    }


    .div_product_category_header > div.title {
        position: absolute;
        top: 0;
        right: -3px;
        background-color: #ed2027;
        color: #fff;
        font-size: 1rem;
        transform: skew(-7deg);
        padding: 5px 15px 5px 10px;
        transition: all 0.3s;
        border-radius: 0 0 0 0.3rem;
    }

    .div_product_category_header:hover > div.title {
        transform: skew(0deg);
    }

    .div_product_category_header > div.dark {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all 0.3s;
    }

    /*
    .div_product_category_header:hover > div.dark {
        opacity: 0.3;
        filter: alpha(opacity=30);
    }
    */

    .div_product_category_header > div.more_bg {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #000;
        height: 33px;
        opacity: 0.8;
        filter: alpha(opacity=25);
        transition: all 0.3s;
    }

    .div_product_category_header:hover > div.more_bg {
        opacity: 1;
        filter: alpha(opacity=60);
    }

    .div_product_category_header > div.more {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 7px 7px 7px 17px;
        text-align: left;
        color: #fff;
        transition: all 0.3s;
    }

    .div_product_category_header:hover > div.more {
        padding-left: 7px;
    }

    .div_product_category_header > div.more > span {
        color: #ed2027;
    }

    .div_product_category_header > a.cover {
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }



.div_product_item {
}

    .div_product_item > div.item {
        border: 1px solid #dddddd;
        position: relative;
        width: 100%;
        padding-top: 100%;
        overflow: hidden;
        border-radius: 5px;
        box-shadow: 0 0 5px #dddddd;
        transition: all 0.3s;
        margin-bottom: 1.4rem;
    }
        .div_product_item > div.item:hover {
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
        }
        .div_product_item > div.item > div.img {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            padding-top: 80%;
            background-size: 100%;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            filter: grayscale(1) brightness(1.4);
            transition: all 0.3s;
        }

        /*
        .div_product_item > div.item > div.horizontal {
            background-size: cover;
        }
        */

        .div_product_item > div.item > div.dark {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            padding-top: 80%;
            background-color: transparent;
            transition: all 0.3s;
        }

        .div_product_item > div.item:hover > div.dark {
            background-color: rgba(255, 255, 255, 0.1);
        }
        .div_product_item > div.item:hover > div.img {
            filter: grayscale(0) brightness(1);
        }

        .div_product_item > div.item > div.icon {
            position: absolute;
            color: #ed2027;
            font-size: 40px;
            /*top: 36%;*/
            top: -10%;
            left: 50%;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.8);
            text-align: center;
            padding-top: 6px;
            margin-left: -30px;
            margin-top: -30px;
            opacity: 0;
            transition: all 0.3s;
        }

        .div_product_item > div.item:hover > div.icon {
            top: 36%;
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .div_product_item > div.item > div.name {
            position: absolute;
            left: -3px;
            top: 76.5%;
            width: calc(100% + 6px);
            text-align: center;
            font-size: 1rem;
            color: #fff;
            background-color: rgba(237, 32, 39, 0.80);/* rgba(0, 0, 0, 0.65);*/
            transform: skew(0deg);
            transition: all 0.3s;
            padding: 0.3rem 0;
            text-shadow: 0 1px 2px #ed2027;
            font-weight: bold;
        }

        .div_product_item > div.item > div.little {
            position: absolute;
            left: 0;
            top: 70%;
            margin-top: 30px;
            width: 100%;
            text-align: center;
            font-size: 12px;
            display: none;
        }

        .div_product_item > div.item > div.price {
            position: absolute;
            right: 17px;
            bottom: 12px;
        }

        .div_product_item > div.item > div.more {
            position: absolute;
            left: 5px;
            bottom: 5px;
            padding: 2px 12px;
            background-color: #444;
            transform: skew(-10deg);
            color: #fff;
            transition: all 0.3s;
            border-radius: 0.3rem;
            border-radius: 0.3rem;
        }

        .div_product_item > div.item:hover > div.more {
            background-color: #333;
            padding: 2px 15px 2px 20px;
        }
        .div_product_item > div.item:hover > div.name {
            background-color: rgba(237, 32, 39, 0.95);
            transform: skew(-7deg);
        }


        .div_product_item > div.item > div.more > span:after {
            content: '»';
            position: absolute;
            opacity: 0;
            filter: alpha(opacity=0);
            transition: all 0.3s;
            color: #ed2027;
        }

        .div_product_item > div.item:hover > div.more > span:after {
            opacity: 1;
            filter: alpha(opacity=100);
        }


        .div_product_item > div.item > a.cover {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }


@media only screen and (max-width: 510px) {
    .div_product_item > div.item > div.more {
        display: none;
    }
}

.div_brands_bg {
    /*
    background-image: url(../Image/New_UI_2/bg_cylender_2.jpg);
    background-attachment: fixed;
    background-size: 100% auto;
    background-position: center center;
    */
    background-color: #ccc;
}

.div_prices_bg {
    background-image: url(../Image/New_UI_2/prices_bg.jpg?rnd=1);
    background-size: 100%;
    background-position: center bottom;
    min-height: 350px;
}

.div_article_home {
    box-shadow: 0 0 7px #333;
    border-radius: 0.7rem;
    max-width: 280px;
    margin: 0 auto;
}

    .div_article_home > div.inner {
        padding: 5px;
    }
        .div_article_home > div.inner > div.img {
            position: relative;
            width: 100%;
            padding-top: 100%;
            background-position: center center;
            background-size: 100%;
            overflow: hidden;
        }

        .div_article_home > div.inner > div.horizontal {
            background-size: auto 100% !important;
        }

        .div_article_home > div.inner > div.img > div.light {
            position: absolute;
            top: -40%;
            left: -40%;
            width: 30px;
            height: 100%;
            background-color: #fff;
            opacity: 0.3;
            filter: alpha(opacity=30);
            transform: skew(-45deg);
            transition: all 0.5s;
        }

    .div_article_home:hover > div.inner > div.img > div.light {
        top: 50%;
        left: 100%;
    }

    .div_article_home > div.inner > div.title {
        color: #ed2027;
        text-align: center;
        font-size: 1rem;
        padding-top: 5px;
    }

    .div_article_home > div.inner > div.little {
        color: #231f31;
        text-align: center;
        padding-top: 4px;
    }

    .div_article_home > div.inner > div.div_btn {
        text-align: center;
        overflow: hidden;
        padding-top: 4px;
    }

        .div_article_home > div.inner > div.div_btn > div.date {
            color: #005591;
            font-size: 11px;
            padding-top: 8px;
            float: right;
        }

            .div_article_home > div.inner > div.div_btn > div.date > span {
                background-color: #00a0e1;
                color: #fff;
            }


.a_effect {
    display: block;
    padding: 7px 10px;
    background-color: #ed2027;
    color: #fff;
    float: left;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    font-size: 0.8rem;
    border-radius: 0.3rem;
}

    .a_effect .div1 {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 0%;
        background-image: url(../Image/User/h1.png?rnd=1);
        background-position: bottom right;
        transition: all 0.5s;
        z-index: 1;
    }

    .a_effect:hover .div1 {
        width: 75%;
    }

    .a_effect .div2 {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 100%;
        width: 0%;
        background-image: url(../Image/User/h2.png?rnd=1);
        background-position: top left;
        transition: all 0.5s;
        z-index: 1;
    }

    .a_effect:hover .div2 {
        width: 75%;
    }

    .a_effect .text {
        position: relative;
        z-index: 2;
        transition: all 0.3s;
    }

    .a_effect:hover .text {
        color: #ed2027;
    }

    .a_effect .bar {
        position: absolute;
        right: 50%;
        bottom: 0;
        height: 1px;
        background-color: #ed2027;
        width: 0;
        z-index: 3;
        transition: all 0.5s;
    }

    .a_effect:hover .bar {
        right: 0;
        width: 100%;
    }



.div_light_blue_bg {
    background-image: url(../Image/New_UI_2/blue_bg.jpg?rnd=1);
    background-size: 100%;
    background-attachment: fixed;
}

#div_home_news_1 .owl-item {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0.4rem;
    padding-bottom: 0.3rem;
    border: 1px solid #777;
    transition: background-color 0.3s;
}
    #div_home_news_1 .owl-item:hover {
        background-color: rgba(255, 255, 255, 0.85);
    }
    #div_home_news_1 .owl-dot > span {
        background-color: rgba(221, 22, 29, 0.6);
    }
    #div_home_news_1 .owl-dot.active > span {
        background-color: #ed2027;
    }

.div_news_home_page {
    padding: 7px;
}

    .div_news_home_page .title {
        color: #005591;
        font-size: 1.1rem;
        /*line-height: 40px;*/
        text-shadow: 0 1px 3px #fff;
    }
        .div_news_home_page .title img {
            border-radius: 50%;
            box-shadow: 0 1px 3px #005591;
            float: right;
            margin-left: 0.5rem;
            background-color: #fff;
        }
    .div_news_home_page .little_desc {
        color: #333;
        text-shadow: 0 1px 2px #666;
        line-height: 30px;
        /*text-align: justify;*/
    }
        .div_news_home_page .little_desc span.date {
            color: #555;
        }

            .div_news_home_page .little_desc span.date span.zmdi {
                padding-right: 10px;
            }


.links-set {
	border-radius: 0.5rem;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 0.6rem 1rem;
}
    .links-set > a {
        border-bottom: 1px dashed #333;
        margin-left: 0.5rem;
        margin-bottom: 0.5rem;
        color: #333;
    }
        .links-set > a:hover {
            color: #ed2027;
            border-bottom-color: #ed2027;
        }


.div_bg_movement {
    --bg-pos: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
    .div_bg_movement:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-image: url(../Image/New_UI_2/blured_bg.jpg?rnd=1);
        background-size: 100%;
        background-position: 50% calc(25% + var(--bg-pos));
        z-index: -1;
        filter: grayscale(1) blur(5px);
    }
    .div_bg_movement:hover:after {
        filter: grayscale(0) blur(0);
    }

    .div_bg_movement.div_bg_tansitions {
    }
        .div_bg_movement.div_bg_tansitions:after {
            transition: all 0.4s;
        }

.ul_map {
    background-color: rgba(255, 255, 255, 0.3);
    margin: 75px 0 0 0;
    padding: 0.2rem 0.7rem;
    list-style-type: none;
    float: right;
    text-shadow: 0 1px 2px #666;
    font-size: 0.92rem;
    border-radius: 0.5rem;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

    .ul_map > li {
        float: right;
    }

        .ul_map > li > a {
            color: #222;
            border-bottom: 1px dotted transparent;
        }

            .ul_map > li > a:hover {
                border-bottom-color: #333;
            }

            .ul_map > li > a > span {
                color: #fff;
                margin-left: 5px;
            }

        .ul_map > li:after {
            content: '»';
            color: #333;
            padding: 0 5px 0 7px;
        }

        .ul_map > li:last-child:after {
            content: '';
        }

        .ul_map > li > span {
            color: #ed2027;
            text-shadow: none;
        }

.div_logo_internal_pages {
    text-align: left;
}

.div_logo_internal_pages > img {
    max-width: 125px;
}

.div_filter_items {
}

    .div_filter_items > div {
        float: right;
        height: 43px;
        line-height: 41px;
    }


.ul_product_category {
    padding: 0;
    margin: 0 15px 0 10px;
    list-style-type: unset;
}
    .ul_product_category li {
        transition: all 0.5s;
    }
        .ul_product_category li:hover, .ul_product_category li.current {
            color: #8aa4c1;
        }
        .ul_product_category li a {
            display: block;
            padding: 0.8rem 0.2rem;
            font-size: 1rem;
            color: #222;
        }
            .ul_product_category li a:hover, .ul_product_category li.current a {
                color: #ed2027;
            }
            .ul_product_category li a span.arrow {
                opacity: 0;
                padding-right: 0;
                transition: all 0.3s;
            }
            .ul_product_category li a:hover span.arrow {
                opacity: 1;
                padding-right: 10px;
            }
        .ul_product_category li.current a span.arrow {
            opacity: 1;
            padding-right: 10px;
        }

.div_no_data {
    color: #627890;
    text-align: center;
    padding: 30px;
}


.div_article_details {
}

    .div_article_details div.image {
        display: table-cell;
        vertical-align: middle;
        padding-left: 30px;
        padding-right: 20px;
    }

        .div_article_details div.image img.img {
            width: 180px;
            border-radius: 50%;
            box-shadow: 0px 3px 9px -3px rgb(52, 52, 52);
            padding: 0.2rem;
        }

    .div_article_details div.title {
        display: table-cell;
        vertical-align: middle;
    }

        .div_article_details div.title div.category {
            color: #555;
            font-size: 0.9rem;
        }

            .div_article_details div.title div.category span {
                color: #ed2027;
            }

        .div_article_details div.title div.name {
            font-size: 20px;
            color: #333;
            margin: 10px 0px 7px 0px;
        }

        .div_article_details div.title div.little_desc {
            color: #444;
            line-height: 25px;
            font-size: 0.9rem;
            margin-bottom: 10px;
        }

        .div_article_details div.title div.visit_cout {
            font-size: 0.8rem;
        }

            .div_article_details div.title div.visit_cout span {
                color: #ed2027;
            }

.ul_tabbing {
    border-bottom: 1px solid #ddd;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    overflow: hidden;
    list-style-type: none;
}

    .ul_tabbing li {
        float: right;
    }

        .ul_tabbing li a {
            display: block;
            padding: 6px 20px;
            color: #333;
            font-size: 0.9rem;
            border-bottom: solid 0px #fff;
        }

            .ul_tabbing li a:hover {
                color: #ed2027;
            }

        .ul_tabbing li.current a {
            color: #ed2027;
            border-bottom: solid 1px #ed2027;
        }

.a_attachment {
    position: relative;
    float: right;
    margin-left: 7px;
    margin-bottom: 7px;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(222,222,222,1);
    padding: 1rem 0.4rem;
    text-align: center;
    border: 1px solid #f3f3f3;
    width: 175px;
}
    .a_attachment img.img {
        width: 100px;
        height: 100px;
    }
    .a_attachment:hover {
        box-shadow: 0 2px 7px 0 rgba(173,168,173,1);
    }

    .a_attachment .shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 28px;
        background-color: #ebf1f4;
        opacity: 0.1;
        border-radius: 0 0 4px 4px;
        transition: all 0.3s;
    }
    .a_attachment:hover .shadow {
        opacity: 0.05;
    }

    .a_attachment .title {
        color: #fff;
        background-color: #3ac6ff;
        transition: all 0.3s;
        margin-top: 0.6rem;
        padding: 0.3rem 0 0.2rem 0;
        border-radius: 0.4rem;
        height: 29px;
    }
    .a_attachment:hover .title {
        background-color: #1aa3db;
    }

    .a_attachment .size {
        border-radius: 3px;
        background-color: #aaaaaa;
        color: #fff;
        font-family: Tahoma;
        font-size: 11px;
        padding: 0.25rem 0.7rem 0.33rem 0.7rem;
        margin: 0 auto;
        margin-top: 0.2rem;
        transition: all 0.3s;
        display: inline-block;
    }
    .a_attachment:hover .size {
        opacity: 1;
        background-color: #929292;
    }



.div_exhibition_item {
    padding: 0.5rem;
}
    .div_exhibition_item div.thumbnail {
        display: table-cell;
        vertical-align: middle;
        padding: 10px 10px 10px 25px;
    }
        .div_exhibition_item div.thumbnail img {
            border-radius: 50%;
            box-shadow: 0 2px 6px 0 rgb(101, 101, 101);
            transition: all 0.3s;
            padding: 0.1rem;
        }
    .div_exhibition_item:hover div.thumbnail img {
        box-shadow: 0 2px 9px 0 rgb(73, 73, 73);
    }
    .div_exhibition_item div.title {
        width: 100%;
        display: table-cell;
        border-bottom: 1px solid #ddd;
    }
        .div_exhibition_item div.title a.name {
            display: block;
            color: #00a0e1;
            font-size: 17px;
        }
            .div_exhibition_item div.title a.name:hover {
                color: #ed2027;
            }
        .div_exhibition_item div.title div.little_desc {
            line-height: 25px;
            color: #140e27;
            font-size: 0.9rem;
        }
            .div_exhibition_item div.title div.little_desc a.more {
                background-color: #ed2027;
                padding: 0.3rem 0.7rem;
                color: #fff;
                font-size: 0.75rem;
                border-radius: 3px;
                margin-right: 0.7rem;
            }
                .div_exhibition_item div.title div.little_desc a.more:hover {
                    background-color: #ff2f00;
                }
                .div_exhibition_item div.title div.little_desc a.more:active {
                    background-color: #ed2027;
                }

.tbl_data {
    border-collapse: collapse;
    border-top: 1px solid #9da0aa;
    border-left: 1px solid #c2c4cb;
    border-right: 1px solid #c2c4cb;
    border-top: 1px solid #d9dae0;
}

    .tbl_data .td1 {
        background-color: #f8f8f9;
        color: #545454; /*width: 15%;*/
        padding-left: 7px;
        padding-right: 7px;
        text-align: left;
        border: 1px solid #e6e7ea;
    }

.txt_search_item {
    background-color: #f0f1f2;
    border-radius: 5px;
    border: 0px none;
    padding: 13px 20px;
    color: #222;
    transition: all 0.3s;
    font-family: Yek;
    font-size: 0.85rem;
}

    .txt_search_item:focus {
        background-color: #e7eaec;
    }

    .txt_search_item[disabled="disabled"] {
        background-color: #f5f5f6;
        color: #b4b4b4;
    }

.btn_search_item {
    background-color: #555;
    border-radius: 5px;
    border: 0px none;
    padding: 13px 20px;
    color: #fff;
    transition: all 0.3s;
    font-family: Yek;
    font-size: 13px;
    cursor: pointer;
}

    .btn_search_item:hover {
        background-color: #333;
        color: #fff;
    }

    .btn_search_item:focus {
        background-color: #444;
        box-shadow: inset 0px 2px 4px 0px rgb(60, 60, 60);
    }

    .btn_search_item[disabled="disabled"] {
        background-color: #ddd;
        color: #8d8b8b;
        cursor: default;
    }


.div_page_desc {
    font-size: 1rem;
    text-align: justify;
    line-height: 35px;
    text-indent: 25px;
    margin-bottom: 70px;
}

.div_wiki_item {
    border: solid 1px #ddd;
    padding: 10px;
    margin-bottom: 10px;
}
    .div_wiki_item div.icon {
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
    }
        .div_wiki_item div.icon span.zmdi {
            font-size: 30px;
            background-color: #f0f1f2;
            border-radius: 50%;
            color: #ed2027;
            width: 55px;
            height: 55px;
            line-height: 52px;
            text-align: center;
            transition: all 0.5s;
        }
    .div_wiki_item:hover div.icon span.zmdi {
        color: #fff;
        background-color: #ed2027;
    }
    .div_wiki_item div.title {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }
        .div_wiki_item div.title a.keyword {
            color: #333;
            font-weight: bold;
            font-size: 1rem;
            transition: all 0.5s;
            display: block;
        }
            .div_wiki_item div.title a.keyword:hover {
                color: #ed2027;
            }
        .div_wiki_item div.title div.desc {
            color: #444;
            font-size: 0.9rem;
            padding: 0.7rem 0;
        }
    .div_wiki_item div.button {
        display: table-cell;
        vertical-align: middle;
    }
        .div_wiki_item div.button a {
            font-size: 30px;
            display: block;
            padding: 20px;
            color: #ed2027;
            border: 1px solid #ddd;
            border-radius: 0.7rem;
        }
            .div_wiki_item div.button a:hover {
                background-color: #f0f0f0;
            }
    .div_wiki_item div.title div.details {
        border-right: 3px solid #ed2027;
        display: none;
    }

        .div_wiki_item div.title div.details div.content {
            padding: 7px 20px;
            line-height: 30px;
        }


.search_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: opacity 0.2s;

    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms--display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
    .search_box > .input-box {
        margin-bottom: 0.5rem;
        width: 100%;
        max-width: 600px;
    }
        .search_box > .input-box > input {
            background-color: rgba(0, 0, 0, 0.6);
            border: 2px solid #ed2027;
            border-radius: 3rem;
            font-size: 1.9rem;
            padding: 0.9rem 2rem 0.9rem 5rem;
            width: 100%;
            text-align: center;
            color: #fff;
            box-shadow: 0 1px 7px #4d0058, 0 3px 17px #4d0058;
            transition: all 0.3s;
        }
            .search_box > .input-box > input:focus {
                background-color: rgba(3, 8, 31, 0.85);
            }
            .search_box > .input-box > input::selection {
                background-color: orange;
            }
        .search_box > .input-box > button {
            position: absolute;
            left: 5px;
            top: 50%;
            transform: translate(0, -50%);
            border-radius: 50%;
            border: 0 none;
            width: 68px;
            height: 68px;
        }
            .search_box > .input-box > button > span {
                margin: 0 auto;
            }
    .search_box.search_box_shown {
        opacity: 1;
    }

    .nice-select {
        background-color: #dedede !important;
        color: #333 !important;
    }

.div_award {
    background-color: #fff;
    position: relative;
    padding: 0.2rem;
    border-radius: 0.3rem;
    box-shadow: 0 1px 3px #ed2027;
    margin-bottom: 0.7rem;
    transition: all 0.3s;
}
    .div_award > div.main {
        position: relative;
        width: 100%;
        padding-top: 145%;
        background-size: 100% 100%;
        filter: brightness(1);
        transition: filter 0.4s;
    }
    .div_award > a {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .div_award:hover {
        box-shadow: 0 2px 8px #ed2027;
    }
    .div_award:hover > div.main {
        filter: brightness(1.06);
    }

.div_switchbutton {
    position: relative;
    width: 32px;
    height: 16px;
}
    .div_switchbutton div.rail {
        border-radius: 40px;
        background-color: #b2b2b2;
        height: 66%;
        position: absolute;
        top: 23%;
        left: 5%;
        right: 5%;
        transition: all 0.2s;
        box-shadow: 0px 0px 0px 0px transparent;
    }
    .div_switchbutton div.thumb {
        width: 50%;
        height: 100%;
        position: absolute;
        left: 0%;
        top: 0%;
        background-color: #ffffff;
        border-radius: 50%;
        box-shadow: 0px 2px 4px 0px #717171;
        transition: all 0.2s;
    }
    .div_switchbutton input[type="checkbox"] {
        position: absolute;
        top: -30%;
        left: -30%;
        width: 160%;
        height: 160%;
        margin: 0px;
        z-index: 3;
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
    }
        .div_switchbutton input[type="checkbox"]:checked ~ div.thumb {
            left: 50%;
            background-color: #fa7c00; /*1cb117;*/
            box-shadow: 0px 2px 4px 0px #b44000;
        }
        .div_switchbutton input[type="checkbox"]:checked ~ div.rail {
            background-color: #ffd9bd;
        }
        .div_switchbutton input[type="checkbox"][disabled=""] ~ div.rail {
            background-color: #dedede;
        }
        .div_switchbutton input[type="checkbox"]:focus ~ div.rail {
            box-shadow: 0px 0px 4px 0px #ffaa71;
        }
        .div_switchbutton input[type="checkbox"][disabled=""] ~ div.thumb {
            background-color: #d8d8d8;
            box-shadow: 0px 2px 4px 0px #717171;
        }

.div_price_item {
    background-color: rgba(51, 51, 51, 0.7);
    border-radius: 0.7rem;
    border: 2px dashed #ed2027;
    padding: 1rem 2rem;
    color: #fff;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
    .div_price_item div[rel="title"] {
        font-size: 1.5rem;
    }
    .div_price_item div[rel="product"] {
    }
        .div_price_item div[rel="product"] div[rel="heading"] {
            font-size: 1rem;
        }
        .div_price_item div[rel="product"] div[rel="name"] {
            background-color: #ed2027;
            border-radius: 0.3rem;
            padding: 0.7rem 1rem 0.55rem 1rem;
            font-weight: bold;
            text-align: center;
        }
        .div_price_item div[rel="product"] div[rel="price"] {
            padding: 0.9rem 1rem 0.25rem 1rem;
            background-color: #ed2027;
            border-radius: 0.3rem;
            font-size: 2.5rem;
            text-align: center;
        }
    .div_price_item > center {
        padding-bottom: 0.6rem;
    }
    .div_price_item a[rel="a_goto"] {
        border: 1px solid #fff;
        border-radius: 0.5rem;
        padding: 0.6rem 1rem;
        display: inline;
        margin: 0 auto;
        color: #52eaff;
        box-shadow: 0 0 0 0 transparent;
    }
        .div_price_item a[rel="a_goto"]:hover {
            background-color: #2d7d93;
        }
        .div_price_item a[rel="a_goto"]:active {
            background-color: rgba(45, 125, 147, 0.81);
            box-shadow: 0 0 0 4px rgba(45, 125, 147, 0.81);
        }

.sp-fade-arrows {
    opacity: 1 !important;
}
    .sp-fade-arrows .sp-arrow {
        filter: drop-shadow(0 1px 3px #ed2027);
        width: 20px;
        height: 40px;
    }
        .sp-fade-arrows .sp-arrow:after {
            background-color: #000;
        }
        .sp-fade-arrows .sp-arrow:before {
            background-color: #000;
        }

        .sp-fade-arrows .sp-arrow:hover {
        }
            .sp-fade-arrows .sp-arrow:hover:after {
                background-color: #ed2027;
            }
            .sp-fade-arrows .sp-arrow:hover:before {
                background-color: #ed2027;
            }

#div_azin_slider {
    box-shadow: 0 1px 5px #333;
    margin-bottom: 2.6rem;
}
    #div_azin_slider .sp-buttons {
        position: absolute;
        direction: rtl;
    }


.div_products_carousel_container {
    position: relative;
}
#div_products_carousel {
    width: calc(100% - 50px);
    margin: 0 auto;
}
.div_carousel_custom_next_prev div[rel="prev"],
.div_carousel_custom_next_prev div[rel="next"] {
    position: absolute;
    top: 50%;
    width: 28px;
    height: 55px;
    margin-top: -48px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 0.3rem;
    border: 1px solid #ed2027;
}
.div_carousel_custom_next_prev div[rel="prev"] {
    right: 5px;
}
    .div_carousel_custom_next_prev div[rel="prev"]:after {
        content: '';
        width: 17%;
        height: 25%;
        background-color: #ed2027;
        position: absolute;
        left: 40%;
        top: 25%;
        transform: skew(-145deg);
    }
    .div_carousel_custom_next_prev div[rel="prev"]:before {
        content: '';
        width: 17%;
        height: 25%;
        background-color: #ed2027;
        position: absolute;
        left: 40%;
        top: 50%;
        transform: skew(145deg);
    }
.div_carousel_custom_next_prev div[rel="next"] {
    left: 5px;
}
    .div_carousel_custom_next_prev div[rel="next"]:after {
        content: '';
        width: 17%;
        height: 25%;
        background-color: #ed2027;
        position: absolute;
        left: 40%;
        top: 25%;
        transform: skew(145deg);
    }
    .div_carousel_custom_next_prev div[rel="next"]:before {
        content: '';
        width: 17%;
        height: 25%;
        background-color: #ed2027;
        position: absolute;
        left: 40%;
        top: 50%;
        transform: skew(-145deg);
    }
    .div_carousel_custom_next_prev div[rel="prev"]:hover,
    .div_carousel_custom_next_prev div[rel="next"]:hover {
        box-shadow: 0 0 2px #787878;
        background-color: #ebebeb;
    }
    .div_carousel_custom_next_prev div[rel="prev"]:active,
    .div_carousel_custom_next_prev div[rel="next"]:active {
        box-shadow: 0 0 2px #575757;
        background-color: #d3d3d3;
    }

    .div_carousel_custom_next_prev .owl-dots {
        margin-top: 0px !important;
    }


.div_persons_carousel_container {
    position: relative;
}
#div_persons_carousel {
    width: calc(100% - 50px);
    margin: 0 auto;
}

/*
#div_persons_carousel .owl-stage-outer {
    padding: 0.5rem;
}
*/
.div_a_person {
}
    .div_a_person > div[rel="box"] {
        margin: 0.4rem;
        background-color: #ed2027;
        border: 1px solid #333;
        border-radius: 0.4rem;
        position: relative;
        padding-top: 90%;
        overflow: hidden;
        transition: all 0.5s;
        /*box-shadow: 0 0 6px #333;*/
    }
        .div_a_person > div[rel="box"] > div[rel="image"] {
            position: absolute;
            left: 0;
            top: 6px;
            right: 0;
            height: 70%;
            border-radius: 0.4rem 0.4rem 0 0;
            background-color: #fff;
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
        }
        .div_a_person > div[rel="box"] > div[rel="name"] {
            position: absolute;
            left: 0;
            top: 72%;
            right: 0;
            height: 13%;
            text-align: center;
            color: #ed2027;
            background-color: #fff;
        }
        .div_a_person > div[rel="box"] > div[rel="chart"] {
            position: absolute;
            left: 0;
            top: 85%;
            right: 0;
            bottom: 0;
            text-align: center;
            font-size: 0.8rem;
            background-color: #fff;
        }
        .div_a_person > div[rel="box"] > div[rel="info"] {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 0;
            font-size: 0.75rem;
            opacity: 0;
            transition: opacity 0.7s;
        }
            .div_a_person > div[rel="box"] > div[rel="info"]:before {
                content: '';
                position: absolute;
                left: -150%;
                width: 100%;
                top: 0;
                bottom: 0;
                background-color: rgba(0, 0, 0, 0.6);
                transform: skew(-45deg);
                z-index: -1;
                transition: all 0.25s;
            }
            .div_a_person > div[rel="box"] > div[rel="info"]:after {
                content: '';
                position: absolute;
                left: 150%;
                width: 100%;
                top: 0;
                bottom: 0;
                background-color: rgba(0, 0, 0, 0.6);
                transform: skew(-45deg);
                z-index: -1;
                transition: all 0.25s;
            }

            .div_a_person > div[rel="box"] > div[rel="info"] > div[rel="titles"] {
                position: absolute;
                left: 5%;
                right: 5%;
                bottom: 53%;
                text-align: center;
                background-color: #ed2027;
                border-radius: 0.4rem;
                padding: 0.2rem 0;
                max-height: 40%;
                overflow-y: auto;
                scrollbar-width: thin;
            }
            .div_a_person > div[rel="box"] > div[rel="info"] > a[rel="contact"] {
                display: block;
                position: absolute;
                left: 5%;
                top: 50%;
                right: 5%;
                background-color: #fff;
                border: 1px solid #222;
                padding: 0.28rem 0 0.25rem 0;
                border-radius: 0.4rem;
                text-align: center;
                color: #ed2027;
            }
                .div_a_person > div[rel="box"] > div[rel="info"] > a[rel="contact"]:hover {
                    background-color: #00a0e1;
                    color: #fff;
                }
            .div_a_person > div[rel="box"] > div[rel="info"] > div[rel="internal"] {
                position: absolute;
                left: 50%;
                transform: translate(-50%, 0);
                top: 70%;
                text-align: center;
                background-color: #ed2027;
                color: #fff;
                border-radius: 0.4rem;
                padding: 0.2rem 0.5rem 0.15rem 0.5rem;
                white-space: nowrap;
            }

    .div_a_person:hover > div[rel="box"] {
        box-shadow: 0 0 6px #666;
    }
        .div_a_person:hover > div[rel="box"] > div[rel="info"] {
            opacity: 1;
        }
            .div_a_person:hover > div[rel="box"] > div[rel="info"]:before {
                left: -50%;
            }
            .div_a_person:hover > div[rel="box"] > div[rel="info"]:after {
                left: calc(49% + 0.1px);
            }

.div_gavahiname_bg {
    background-image: url('../Image/New_UI_2/vector_abstract_red.jpg?rnd=1');
    background-size: cover;
}