:root {
    --global-color-1: #2b3590;
    --global-color-2: #ed217c;
    --global-color-3: #0ecef9;
    --global-color-4: #ffffff;
    --global-color-5: #000000;
}

body {
    font-family: "Kantumruy Pro", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

/* Default */
.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.bg-style-1 {
    background-color: var(--global-color-1);
    color: var(--global-color-4);
}

.bg-style-2 {
    background-color: var(--global-color-2);
}

.bg-style-3 {
    background-color: var(--global-color-3);
}

.btn-style-1 {
    background-color: var(--global-color-1);
    color: var(--global-color-4);
    border: 1px solid var(--global-color-4);
    padding: 5px 20px;
}

.btn-style-1:hover {
    background-color: var(--global-color-4);
    color: var(--global-color-1);
}

.text-style-1 {
    color: var(--global-color-1);
}

.text-style-2 {
    color: var(--global-color-2);
}

.rounded-half {
    border-radius: 50px;
}

.page-header {
    position: relative;
    height: 650px;
    background-color: rgb(73, 73, 73);
}
.page-header::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 0;
    background-color: #00000023;
}

.nav-menu .menu-item,
.nav-menu .menu-item:visited {
    color: var(--global-color-4);
    text-decoration: none;
}

.nav-menu .menu-item:hover {
    text-decoration: none;
    color: var(--global-color-1);
}

.footer-social-icon-wrap {
    /* border: 1px solid var(--global-color-4); */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    color: var(--global-color-4);
}

.footer-social-icon-wrap i {
    font-size: 25px;
}

.border_left_1_solid_black {
    border-left: 1px solid black;
}

.border_right_1_solid_black {
    border-right: 1px solid black;
}

.submenu {
    font-size: 16px;
    padding: 5px;
}

.filter-dropbtn {
    /* background-color: transparent;
    color: white;
    padding: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer; */
    min-width: 100px;
}

.filter-dropdown {
    position: relative;
    display: inline-block;
}

.filter-dropdown-content {
    display: none;
    border-radius: 10px;
    position: absolute;
    right: 0;
    background-color: #4a54a7;
    color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.filter-dropdown-content a {
    color: #ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.filter-dropdown-content a:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.filter-dropdown-content a:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.filter-dropdown-content a:hover,
.filter-dropdown-content a.active {
    color: rgb(255, 255, 255);
    background-color: #5660bd;
}

.filter-dropdown-content a.active:hover {
    color: black;
}

.filter-dropdown:hover .filter-dropdown-content {
    display: block;
    z-index: 10;
}

.filter-dropdown:hover .filter-dropbtn {
    color: #fff;
    background-color: #0000006e;
}

/* === Customer Login === */
.login-dialog {
    margin-top: 25vh;
    border-radius: 10px;
    max-width: 400px !important;
    background-color: var(--global-color-1);
}

.cus-login-close-btn {
    position: absolute;
    right: -41px;
    top: -16px;
}

.cus-login-close {
    border-radius: 50%;
    padding-top: 0px;
    padding-bottom: 3px;
    background: #000000aa;
    padding-left: 9px;
    padding-right: 9px;
}

.cus-login-submit {
    background-color: var(--global-color-2);
}

.main-content {
    z-index: 2;
    position: relative;
}

img {
    object-fit: cover;
}

.blog-image {
    height: 220px;
}

.blog-image img {
    height: 100%;
}

.blog-description {
    overflow: hidden;
    text-overflow: ellipsis;
}

.brochure-image {
    width: min(600px, 100%);
    border: 1px solid rgb(203, 203, 204);
}

.why-ci-wrapper {
    position: relative;
}

.why-ci-wrapper::after {
    position: absolute;
    content: "Why CIGJF?";
    color: white;
    font-weight: bold;
    font-size: 2rem;
    height: 260px;
    width: 260px;
    border-radius: 50%;
    background-color: #2b3590;
    display: block;
    top: 50%;
    left: 50%;
    text-align: center;
    line-height: 260px;
    transform: translate(-50%, -50%);
}

.why-ci-wrapper > div > div {
    position: relative;
    width: 75%;
    background-color: #0ecef9;
    color: white;
}

.why-ci-wrapper > div > div > p:first-child {
    color: #2b3590;
    font-weight: 600;
}

.why-ci-wrapper > div:nth-child(2) > div,
.why-ci-wrapper > div:nth-child(4) > div {
    float: right;
}

.why-ci-wrapper > div:nth-child(2) > div,
.why-ci-wrapper > div:nth-child(3) > div {
    background-color: #ed217c;
}

.why-ci-wrapper > div:nth-child(1) > div::after {
    position: absolute;
    content: "";
    height: 150px;
    width: 200px;
    z-index: -1;
    display: block;
    clip-path: polygon(
        0% 20%,
        60% 20%,
        60% 0%,
        100% 50%,
        60% 100%,
        60% 80%,
        0% 80%
    );

    rotate: 45deg;
    right: -123px;
    bottom: -85px;
    background-color: #0ecef9;
}

.why-ci-wrapper > div:nth-child(2) > div::after {
    position: absolute;
    content: "";
    height: 150px;
    width: 200px;
    background-color: #ed217c;
    display: block;
    clip-path: polygon(
        0% 20%,
        60% 20%,
        60% 0%,
        100% 50%,
        60% 100%,
        60% 80%,
        0% 80%
    );
    rotate: 135deg;
    left: -123px;
    bottom: -85px;
    z-index: -1;
}

.why-ci-wrapper > div:nth-child(3) > div::after {
    position: absolute;
    content: "";
    height: 150px;
    width: 200px;
    background-color: #ed217c;
    display: block;
    clip-path: polygon(
        0% 20%,
        60% 20%,
        60% 0%,
        100% 50%,
        60% 100%,
        60% 80%,
        0% 80%
    );
    rotate: -45deg;
    right: -121px;
    top: -85px;
    z-index: -1;
}

.why-ci-wrapper > div:nth-child(4) > div::after {
    position: absolute;
    content: "";
    height: 150px;
    width: 200px;
    background-color: #0ecef9;
    display: block;
    clip-path: polygon(
        0% 20%,
        60% 20%,
        60% 0%,
        100% 50%,
        60% 100%,
        60% 80%,
        0% 80%
    );
    rotate: -135deg;
    left: -121px;
    top: -85px;
    z-index: -1;
}

.profile-dropdown i {
    padding-right: 6px;
    width: 20px;
}

.create-new {
    color: white !important;
    text-decoration: none !important;
}
.admission_head{
    color: var(--global-color-1);
    font-weight: 700;
}
.admission_fee_wrap{
    overflow-x: scroll;
    white-space:nowrap;
}
.admission_fee_wrap>.admission_fee{
    display:inline-block;
    width: 297px;
}

.admission_fee > div {
    padding-block: 12px;
}

.admission_fee > div:nth-child(2) {
    padding-block: 12px;
    height: 200px;
}
.select-category-wrapper a.active {
    color: #2b3590 !important;
}
.partner.active {
    display: block;
    outline: 1px solid #2b3590;
    outline-offset: 6px;
    border-radius: 5px;
}

/* Update Style
-------------------------------------------------------- */
.ci_breadcrumb {
    height: fit-content;
}

/* Style 2
-------------------------------------------------------- */
.overview {
    padding: 10px 20px 10px 20px;
    background-color: var(--global-color-2);
    border-radius: 15px 0px 15px 0px;
}

.overview a {
    color: var(--global-color-4);
    font-weight: 500;
    text-decoration: none;
}

.tab {
    text-align: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    margin-top: -48px;
    min-height: 30px;
    position: relative;
    z-index: 1;
}

.cigjf {
    padding: 10px 20px 10px 20px;
    background-color: var(--global-color-1);
    border-radius: 15px 0px 15px 0px;
}

.cigjf a {
    color: var(--global-color-4);
    font-weight: 500;
    text-decoration: none;
}

.whycigjf {
    padding: 10px 20px 10px 20px;
    background-color: var(--global-color-1);
    border-radius: 15px 0px 15px 0px;
}

.whycigjf a {
    color: var(--global-color-4);
    font-weight: 500;
    text-decoration: none;
}

.exhibiteditem {
    padding: 10px 20px 10px 20px;
    background-color: var(--global-color-1);
    border-radius: 15px 0px 15px 0px;
}

.exhibiteditem a {
    color: var(--global-color-4);
    font-weight: 500;
    text-decoration: none;
}

.brochure {
    padding: 10px 20px 10px 20px;
    background-color: var(--global-color-1);
    border-radius: 15px 0px 15px 0px;
}

.brochure a {
    color: var(--global-color-4);
    font-weight: 500;
    text-decoration: none;
}

.overviewtab {
    margin-top: 40px;
    flex-wrap: wrap;
}

.overviews h2 {
    color: var(--global-color-1);
    font-weight: bold;
}

.content-table {
    width: 100%;
}

.content-table tr {
    border-bottom: solid 1px rgb(200, 202, 200);
}

.hr-black {
    background-color: var(--global-color-5);
}

.content-table tr td:last-child {
    padding-left: 10px;
}

.content-table tr td:first-child {
    background-color: rgb(238, 238, 238);
    padding-top: 10px;
    padding-left: 70px;
    padding-right: 40px;
    padding-bottom: 10px;
    width: 241px;
    font-weight: 700;
}

.content-table table td {
    padding-left: 10px;
}

.overview2 {
    padding: 10px 20px;
    background-color: var(--global-color-1);
    border-radius: 12px 0px 12px 0px;
    min-width: 170px;
    justify-content: center;
    transition: background-color 200ms ease-out, transform 200ms ease-out;
}

.overview2:hover {
    background-color: var(--global-color-2);
    transform: scale(1.05);
}

.overview2 a {
    color: var(--global-color-4);
    font-weight: 500;
    text-decoration: none;
    text-align: center;
}

.cigjf2 {
    padding: 10px 20px 10px 20px;
    background-color: var(--global-color-2);
    border-radius: 15px 0px 15px 0px;
}

.cigjf2 a {
    color: var(--global-color-4);
    font-weight: 500;
    text-decoration: none;
}

.cigjf2023 h2 {
    color: var(--global-color-1);
    font-weight: bold;
}

.image-icon img {
    width: 12px;
    margin-right: 10px;
}

.image-icon span {
    font-weight: bold;
}

.image-icon {
    width: 200px;
    padding-top: 20px;
}

.image-icon > div {
    border-right: solid 1px var(--global-color-5);
}

.table2 tr {
    border-bottom: none;
}

.table2 tr td:last-child {
    padding-top: 20px;
    padding-left: 20px;
}

.h2-result-of-2023-cambodia h2 {
    margin-top: 100px;
}

.image-two-pic img {
    width: 500px;
    height: 315px;
}

.event-img-wrap {
    padding-right: 10px;
    margin-top: 90px;
}

/* .cambodia-2023-international-image img{
    width: 1110px;
    height: 700px;
}
.marjor-partcipantion-image img{
    width:400px;
    height: 200px;
}
.marjor-partcipantion-image-wrap{
    margin-top: 100px;
} */
.group-of-four-image img {
    width: 280px;
    height: 200px;
}

.group-of-four-image-wrap {
    text-align: center;
    color: var(--global-color-1);
    font-weight: 600;
}

.text-under-four-photo p {
    text-shadow: #bbbbbb 1px 0px;
}

.whycigjf {
    padding: 10px 20px 10px 20px;
    background-color: var(--global-color-2);
    border-radius: 15px 0px 15px 0px;
}

.whycigjf a {
    color: var(--global-color-4);
    font-weight: 500;
    text-decoration: none;
}

.cigjf3 {
    padding: 10px 20px 10px 20px;
    background-color: var(--global-color-1);
    border-radius: 15px 0px 15px 0px;
}

.cigjf3 a {
    color: var(--global-color-4);
    font-weight: 500;
    text-decoration: none;
}

.CIGJF-2023-box-color-1 {
    background-color: var(--global-color-3);
    width: 374px;
    height: 300px;
    border-radius: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
}

.box-1-text p {
    color: var(--global-color-1);

    font-weight: 500;
}

.CIGJF-2023-box-color-2 {
    background-color: var(--global-color-2);
    width: 374px;
    height: 300px;
    border-radius: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px;
}

.box-2-text p {
    color: var(--global-color-1);
    padding: 10px;
    font-weight: 500;
}

.cigjf-row-top-2 {
    height: 1000px;
}

.why-cigjf-circle {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: var(--global-color-1);
    left: 50%;
    right: 50%;
}

.why-cigjf-circle h2 {
    color: var(--global-color-4);
    margin-top: 89px;
    margin-left: 88px;
    line-height: 40px;
    font-weight: 700;
}

.CIGJF-2023-box-bottom-color-3 {
    background-color: var(--global-color-2);
    width: 374px;
    height: 300px;
    border-radius: 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px;
}

.box-bottom-3-text p {
    color: var(--global-color-1);

    font-weight: 500;
}

.CIGJF-2023-box-bottom-color-4 {
    background-color: var(--global-color-3);
    width: 374px;
    height: 300px;
    border-radius: 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}

.box-bottom-4-text p {
    color: var(--global-color-1);

    font-weight: 500;
}

.whycigjf4 {
    padding: 10px 20px 10px 20px;
    background-color: var(--global-color-1);
    border-radius: 15px 0px 15px 0px;
}

.whycigjf4 a {
    color: var(--global-color-4);
    font-weight: 500;
    text-decoration: none;
}

.exhibiteditem3 {
    padding: 10px 20px 10px 20px;
    background-color: var(--global-color-2);
    border-radius: 15px 0px 15px 0px;
}

.exhibiteditem3 a {
    color: var(--global-color-4);
    font-weight: 500;
    text-decoration: none;
}

.product-image-wrap {
    text-align: center;
}

.product-image img {
    width: 100%;
    height: 223px;
    object-fit: contain;
}

.whycigjf3 {
    padding: 10px 20px 10px 20px;
    background-color: var(--global-color-1);
    border-radius: 15px 0px 15px 0px;
}

.whycigjf3 a {
    color: var(--global-color-4);
    font-weight: 500;
    text-decoration: none;
}

.whycigjf2 {
    padding: 10px 20px 10px 20px;
    background-color: var(--global-color-1);
    border-radius: 15px 0px 15px 0px;
}

.whycigjf2 a {
    color: var(--global-color-4);
    font-weight: 500;
    text-decoration: none;
}

.whycigjf1 {
    padding: 10px 20px 10px 20px;
    background-color: var(--global-color-1);
    border-radius: 15px 0px 15px 0px;
}

.whycigjf1 a {
    color: var(--global-color-4);
    font-weight: 500;
    text-decoration: none;
}

.exhibiteditem4 {
    padding: 10px 20px 10px 20px;
    background-color: var(--global-color-1);
    border-radius: 15px 0px 15px 0px;
}

.exhibiteditem4 a {
    color: var(--global-color-4);
    font-weight: 500;
    text-decoration: none;
}

.brochure4 {
    padding: 10px 20px 10px 20px;
    background-color: var(--global-color-2);
    border-radius: 15px 0px 15px 0px;
}

.container.sponsor .tab div.active {
    padding: 10px 20px 10px 20px;
    background-color: var(--global-color-2);
    /* border-radius: 15px 0px 15px 0px; */
}

.brochure4 a {
    color: var(--global-color-4);
    font-weight: 500;
    text-decoration: none;
}

.brochure-image img {
    width: 1110px;
}

.brochure-background {
    background-color: var(--global-color-1);
    padding: 15px 40px;
    width: 250px;
    text-align: center;
    transition: background-color 200ms, transform 200ms;
}

.brochure-background:hover{
    transform: scale(1.01);
    background-color: var(--global-color-2);

}

.brochure-background a {
    color: var(--global-color-4);
    text-decoration: none;
    display: block;
}

.brochure-background img {
    width: 22px;
    height: 18px;
    margin-left: 10px;
}

.image-three-icon-wrap {
    border: solid 5px var(--global-color-1);
    border-radius: 20px;
    margin-top: -50px;
    background-color: white;
    /* gap: 40px; */
}

.image-wrap-image img {
    width: 40px;
    margin-right: 20px;
}

.image-wrap-header {
    padding: 10px 0;
}

.image-wrap-image a {
    color: var(--global-color-5);
    text-decoration: none;
}

.background-video {
    background-color: var(--global-color-1);
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.border-youtube {
    border: solid 20px var(--global-color-4);
    border-radius: 15px 0px 15px 0px;
    width: 599px;
    height: 353px;
    margin-inline: auto;
}

.box-content-under-youtube {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 50px;
}

.box-content-under-youtube h2 {
    padding: 20px 50px 20px 20px;
    border-right: solid 1px rgb(238, 238, 238);
}

.box-content-under-youtube p {
    padding: 20px;
}

.booth-image img {
    width: 145px;
    height: 100px;
}

.create-new {
    background-color: var(--global-color-1);
    border-radius: 10px;
    padding: 12px;
}

.create-new a {
    color: var(--global-color-4);
    text-decoration: none;
}

.create-new img {
    width: 27px;
}

.circle-fill-icon img {
    width: 10px;
}

.circle-fill-icon a {
    color: var(--global-color-1);
}

.ux-review a {
    color: var(--global-color-5);
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}

.image-migrating img {
    width: 268px;
}

.backgroud-blog-color {
    background-color: #f9f9f9;
    padding: 30px;
}

.preview-btn a {
    color: var(--global-color-4);
    background-color: #7a6eff;
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 21px;
    padding-right: 21px;
    padding-bottom: 10px;
    margin-left: 20px;
}

.text-input input {
    width: 100%;
    height: 49px;
    border-radius: 10px;
    border-color: #d2d3d7;
}

.add-blog-image {
    color: var(--global-color-3);
}

.background-file-image {
    background-color: #e9f6fe;
    padding: 10px;
    border-radius: 5px;
}

.buttom-fill-color a,
button.buttom-fill-color {
    color: var(--global-color-4);
    text-decoration: none;
    background-color: #7a6eff;
    padding: 15px;
    border-radius: 10px;
    border: none;
}

.buttom-outline-color a {
    color: var(--global-color-5);
    text-decoration: none;
    border: solid 1px #7a6eff;
    padding: 15px;
    border-radius: 10px;
    margin-right: 10px;
    display: block;
}

.howtoenter-image img {
    width: 1126px;
    margin-top: 100px;
}

.visitor-table tr td:first-child {
    background-color: rgb(238, 238, 238);
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 50px;
    width: 267px;
    font-weight: 700;
}

.box-check-register {
    width: 200px;
    border-top: 5px solid var(--global-color-1);
    padding: 10px;
    border-bottom: 5px solid var(--global-color-1);
    margin-top: 40px;
}

.borderclassification {
    border-top: solid 1px rgb(238, 238, 238);
    border-bottom: solid 1px rgb(238, 238, 238);
}

.text-box-size {
    width: 100%;
}

.bottom-search a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 60px;
    background-color: var(--global-color-2);
    color: var(--global-color-4);
    border-radius: 20px;
}

.be-a-partner-background-color {
    background-color: #f5f5f5;
    padding-bottom: 20px;
    border-radius: 0px 0px 15px 15px;
}

.side-category {
    padding: 40px;
    padding-top: 20px;
    border-right: 5px solid var(--global-color-2);
}

.brand-image img {
    width: 90px;
}

.gemandjewelry-background h3 {
    background-color: #eaeaea;
    font-weight: 700;
    padding-top: 20px;
    padding: 20px;
}

.gemandjewelry-image {
    padding-right: 30px;
}

.gemandjewelry-image img {
    border-radius: 10px;
}

.partner-button a {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #eeeeee;
    border-radius: 8px;
}

.partner-button-active a {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: var(--global-color-1);
    border-radius: 8px;
    text-decoration: none;
    color: var(--global-color-4);
}
.our-partner-five-tab {
    background-color: #39a7ff;
    text-decoration: none;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    transition: all 200ms ease;
}

.our-partner-five-tab a {
    color: var(--global-color-4);
    text-decoration: none;
}

.our-partner-five-tab:hover{
    background-color: var(--global-color-2);
}

.our-partner-five-tab-active a {
    color: var(--global-color-4);
    text-decoration: none;
}

.our-partner-five-tab.active {
    background-color: var(--global-color-2);
    text-decoration: none;
    cursor: pointer;
}


.our-partner-logo img {
    height: 80px !important;
}
.become-a-partner {
    background-color: #2b3590;
}
.become-a-partner div {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-partner {
    border-top: 4px solid var(--global-color-1);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 8%), 0 6px 20px 0 rgb(0 0 0 / 4%);
    /* width: 160px; */
}

.our-partner-blue {
    background-color: #037eff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.related-blog-image img {
    height: 220px;
    width: 100%;
}

.previous-button a {
    color: #778093;
}

.previous-button i {
    color: #778093;
}

.next-button a {
    color: #778093;
}

.next-button i {
    color: #778093;
}

.button-active {
    background-color: #f9f5ff;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
}

.number a {
    text-decoration: none;
}

.modal-backdrop {
    z-index: 4 !important;
}
.button-number {
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
    color: #778093;
}

.no-underline a {
    text-decoration: none;
}

.blog-detail-image img {
    width: 66px;
}
/* .blog-created-prfile {
    width: 40px;
} */
.blog-created-prfile img{
    /* width: 23px; */
    width: 35px;
    height: 35px;
}

.blog-listing{
    height: 392px;
    max-height: 415px;
}
.blog-listing .content{
    padding: 0 15px;
}

.blog-detail h6 {
    font-size: 30px;
    font-weight: 700;
    color: var(--global-color-1);
}

.startup-image img {
    width: 20px;
}

.be-a-partner-tab-active {
    padding: 10px;
    background-color: #27b1a2;
}

.be-a-partner-tab-active a {
    color: var(--global-color-4);
}

.be-a-partner-tab-active i {
    color: var(--global-color-4);
}

.be-a-partner-tab {
    padding: 10px;
    background-color: #296ab3;
}

.be-a-partner-tab a {
    color: var(--global-color-4);
}

.be-a-partner-tab i {
    color: var(--global-color-4);
}

.why-should h5 {
    color: #296ab3;
}

.sponsor-box-active {
    background-color: #ccecf7;
    padding: 50px;
    padding-top: 80px;
}

.sponsor-box-active i {
    font-size: 50px;
}

.sponsor-box {
    background-color: #d5f4ef;
    padding: 50px;
    padding-top: 80px;
}

.sponsor-box i {
    font-size: 50px;
}

.sponsor-box svg {
    font-size: 50px;
}

.support-box svg {
    font-size: 50px;
}

.support-box i {
    font-size: 50px;
}

.support-box {
    padding: 25px;
    border: 1px solid gray;
    border-radius: 0px 0px 30px 0px;
}

.text-purple h5 {
    color: #7456b2;
}

.blog-image img {
    width: 72px;
}

.background-bank {
    background-color: #f8f4fb;
    padding: 10px;
    padding-left: 30px;
}

.bank-size p {
    font-size: 12px;
}

.bank-size li {
    font-size: 12px;
}

.sponsor {
    padding-bottom: 20px;
}

.resposive-class {
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 10px;
}

.logo img {
    width: 269px;
    height: 202px;
    margin-top: -242px;
}

.header-text h6 {
    font-size: 1.7rem;
    font-weight: 300;
}

.header-text h2 {
    font-size: 2.6rem;
    font-weight: 700;
}

.logo-website img {
    height: 45px;
}

.prev-button {
    position: absolute;
    color: var(--global-color-4);
    border: none;
    top: 50%;
    padding-left: 20px;
    left: 0;
    background-color: transparent;
}

.next-button {
    border: none;
    background-color: transparent;
}

.next-button > i {
    position: absolute;
    color: var(--global-color-4);
    right: 0;
    top: 50%;
    padding-right: 20px;
    border: none;
    background-color: transparent;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    background-color: var(--global-color-1);
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
        rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.sidenav a {
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.header-height {
    height: 0;
}

/*mega menu*/

.dropbtn {
    color: var(--global-color-4);
    font-size: 1.1rem;
    border: none;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
}

.dropdown {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-right: 0px;
}

.bignav {
    padding-left: 80px;
    padding-right: 80px;
}

.dropdown-content {
    opacity: 0;
    padding-top: 15px;
    position: absolute;
    background-color: #0094d5;
    width: 100%;
    height: 300px;
    z-index: 10;
    margin-top: -30px;
    visibility: hidden;
    transition: opacity 500ms, margin 500ms, visibility 600ms;
}

.menu:hover .dropdown-content {
    visibility: visible;
    opacity: 1;
    margin-top: 13px;
}

.dropdown-content a {
    color: var(--global-color-4);
    padding: 7px 0px;
    text-decoration: none;
    display: block;
    font-weight: bold;
}

.dropbtn:hover {
    text-decoration: none;
    color: var(--global-color-4);
}

.dropdown-content a:hover {
    color: #ddd;
}

.dropdown:hover .dropbtn {
    background-color: transparent;
}

/*menuitem */
.side-bar .menu .item {
    position: relative;
    cursor: pointer;
}

.side-bar .menu .item a {
    color: rgb(131, 131, 131);
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
    display: block;
    padding: 5px;
    line-height: 60px;
}

.side-bar .menu .item a .subdropdown {
    position: absolute;
    right: 0;
    transition: 0.3s ease;
}

.side-bar .menu .item .sub-menu {
    display: none;
}

.rotate {
    transform: rotate(180deg);
}

.menu-btn {
    position: absolute;
    color: rgb(0, 0, 0);
    font-size: 35px;
    margin: 25px;
    cursor: pointer;
}

.subdropdown {
    padding-top: 25px;
    padding-bottom: 25px;
}

/* Style 3
-------------------------------------------------------- */

.style1 {
    margin-top: 20px;
    color: var(--global-color-1);
}

.style2 {
    margin-top: 33px;
    margin-left: 88px;
    color: #b3b3cc;
    font: 13px Roboto, sans-serif;
}

.p-online {
    margin-top: 33px;
    margin-left: 135px;
    color: #b3b3cc;
    font: 13px Roboto, sans-serif;
}

.style3 {
    font-size: 50px;
}

.exhibitor-application {
    padding: 45px;
    text-align: center;
}

.exhibitor-application img {
    height: 50px;
}

.exhibitor-application-wrap {
    text-decoration: none !important;
}

.exhibitor-application h3 {
    margin-top: 10px;
}

.exhibitor-application h3:hover {
    color: #4955bf !important;
}

.col-6 .img1 {
    width: 20px;
}

.image-icon-img {
    width: 14px;
}

.primary-text-3 {
    color: var(--global-color-1);
}

.col-6-style5 {
    background-color: #ff9900;
    padding: 35px;
    margin-left: 20px;
    width: 450px;
}

.h3-color {
    color: var(--global-color-1);
}

.img1 {
    width: 100px;
}

.img2 {
    width: 20px;
}

.span {
    font-size: 13px;
    margin-top: 10px;
    padding: 10px;
}

/*--------onlineapplication---------*/

.h3-oldcolor {
    text-align: center;
    color: var(--global-color-1);
    margin-top: 50px;
}

.border {
    width: 410px;
}

.img7 {
    width: 100px;
}

.p small {
    width: 1px;
}

.register-btn {
    display: inline-block;
    background-color: var(--global-color-2);
    padding: 10px 30px;
    margin: 20px 0;
    text-decoration: none;
    border-radius: 50px;
    width: 300px;
    text-align: center;
    color: white;
}
.register-btn:hover{
    background-color: var(--global-color-1);
    color: #ffff;
}

/*------------onlineapplication2----------*/

.cambodia-background-color {
    background-color: #f0f0f5;
    padding: 10px;
    border-radius: 6px;
}

.delivery-color {
    color: var(--global-color-1);
}

.discount1 {
    margin-left: 20px;
}

.discount2 {
    margin-left: 41px;
}

.delivery {
    margin-left: 30px;
}

.tax {
    margin-left: 5px;
}

.total {
    font-size: 30px;
}

.total-number {
    color: var(--global-color-1);
    /* margin-left: 48px; */
}

.btn-back{
    display: inline-block;
    background: var(--global-color-1);
    color: #fff;
    padding: 10px 30px;
    margin: 30px 0;
    text-align: center;
    border-radius: 25px;
    text-decoration: none;
    width: 240px;
    text-align: center;
}
.btn-back:hover{
    color: red;
}
.check-out1 {
    display: inline-block;
    background: var(--global-color-2);
    color: #fff;
    padding: 10px 30px;
    margin: 30px 0;
    text-align: center;
    border-radius: 25px;
    text-decoration: none;
    width: 240px;
    text-align: center;
}

.regi-btn {
    text-align: center;
}

/*------------onelineapplication------------*/

.order {
    text-align: center;
    margin-top: 40px;
}

#name {
    background-color: #f0f0f5;
}

.top {
    padding: 15px;
    margin-right: 30px;
}

.img-icon {
    width: 60px;
}

.img-Ellipse {
    width: 30px;
    margin-top: 15px;
}

.row .ground {
    margin-bottom: 15px;
    padding-inline: 15px;
}
.row .ground .payment-div {
    padding-block: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 15px;
}

/*------------Invoice--------*/

.img-group1 {
    width: 130px;
}

.border-one,
.border-two {
    padding-block: 12px;
    border-style: solid;
    border-width: 1px 1px;
}

.orderby {
    padding-left: 30px;
}

.premium {
    font-size: inherit;
}

.orderbyu {
    margin-left: 45px;
}

.ium {
    margin-right: 30px;
}

.border-box3 {
    border-style: solid;
    border-width: 1px 1px;
    background-color: #e0e0eb;
    padding: 5px;
}

.border-box4 {
    border-style: solid;
    border-width: 1px 1px;
    /* padding: 5px; */
}

.hr {
    border-style: solid;
    border-width: 1px;
}

.content {
    /* margin-top: 20px; */
}

.Guidance {
    margin-left: 5px;
}

.home-menu{
    margin-left: auto;
    margin-right: auto;
    max-width:750px;
}

.home-btn {
    display: inline-block;
    background: var(--global-color-2);
    color: #fff;
    padding: 10px 30px;
    margin: 30px 0;
    margin-left: 380px;
    border-radius: 25px;
    text-decoration: none;
    width: 240px;
    text-align: center;
}

.online {
    text-align: center;
    color: var(--global-color-1);
}

.h6-Name {
    margin-right: 10px;
}

.grey-text {
    color: #858a99;
    font-size: 0.9em;
    line-height: 1.6;
}

/*---------------Media page-------------*/

.Notice {
    padding: 10px 20px 10px 20px;
    background-color: var(--global-color-2);
    border-radius: 15px 0px 15px 0px;
}

.Notice a {
    color: var(--global-color-4);
    font-weight: 500;
    text-decoration: none;
}

.Newsletter {
    padding: 10px 20px 10px 20px;
    background-color: var(--global-color-1);
    border-radius: 15px 0px 15px 0px;
}

.Newsletter a {
    color: var(--global-color-4);
    font-weight: 500;
    text-decoration: none;
}

.Photo-Gallery {
    padding: 10px 20px 10px 20px;
    background-color: var(--global-color-1);
    border-radius: 15px 0px 15px 0px;
}

.Photo-Gallery a {
    color: var(--global-color-4);
    font-weight: 500;
    text-decoration: none;
}

.Movies {
    padding: 10px 20px 10px 20px;
    background-color: var(--global-color-1);
    border-radius: 15px 0px 15px 0px;
}

.Movies a {
    color: var(--global-color-4);
    font-weight: 500;
    text-decoration: none;
}

.color-Notice {
    color: var(--global-color-1);
    margin-top: 20px;
}

.all-btn {
    border-radius: 10px;
    padding: 10px;
    color: #000000;
    margin-top: -10px;
    margin-right: 20px;
    height: 20px;
    margin-left: 10px;
}

.search {
    border-radius: 10px;
    background-color: var(--global-color-3);
    text-align: center;
    width: 180px;
    height: 35px;
    margin-top: -1px;
}

.search a {
    text-decoration: none;
    color: var(--global-color-4);
    margin-left: 10px;
    margin-top: 5px;
    text-align: center;
}

.box-1a {
    width: 160px;
}

.img-vector {
    width: 20px;
}

.img-drob {
    background-color: var(--global-color-3);
    width: 15px;
    border-radius: 5px;
}

.p-notice {
    margin-top: 30px;
    color: #b3b3cc;
    font: 13px Roboto, sans-serif;
}

.box {
    border: solid 1px;
    width: 60px;
    padding: 2px;
}

/*---------------Newsletter---------*/

.color-Newsletter {
    color: var(--global-color-1);
}

.img-11 {
    width: 1110px;
    padding: 50px;
}

.img-12 {
    width: 1110px;
    padding: 50px;
}

.img-44 {
    margin-top: 20px;
}

.img-fluid {
    width: 1205px;
}

.Home-Media-Newsletter {
    margin-left: 100px;
    margin-top: 20px;
    color: #b3b3cc;
    font: 13px Roboto, sans-serif;
}

.p-ofg {
    margin-left: 0px;
    margin-top: 20px;
}

/*
    .h6-size{
        margin-right: 120px;
    }
    .size{
        margin-right: 40px;
    }
    .h6-OrderID{
            margin-right: 120px;
    }
    .img-Rectangle1{
        width: 330px;
       }
}



/*--------------photo-gallery------------*/

.wrap_package{
    padding-inline: 80px;
}

.color-photo-gallery {
    color: var(--global-color-1);
    margin-top: 16px;
}

.img-Rectangle {
    width: 360px;
}

.Business-Meeting {
    text-align: center;
    color: var(--global-color-1);
    padding: 5px;
}

.photo_g_title {
    text-align: center;
    background-color: #f2f2f2;
    padding: 15px;
}

.Name-1 {
    background-color: #f2f2f2;

    text-align: center;
}

.Email-1 {
    background-color: #f2f2f2;
    margin-top: -12px;
    padding: 5px;
    text-align: center;
}

.File-1 {
    background-color: #f2f2f2;
    margin-top: -12px;
    padding: 5px;
    text-align: center;
}

.hr-2 {
    margin-top: -6px;
    margin-right: 20px;
}

.hr-3 {
    margin-top: -6px;
    margin-right: 20px;
}

.date-1 {
    background-color: #f2f2f2;

    text-align: center;
}

.pdx {
    padding: 5px;
}

.read-1 {
    background-color: #f2f2f2;
    margin-top: -12px;
    padding: 10px;
    text-align: center;
}

.관리자 {
    padding: 5px;
}

.img-Rectangle {
    width: 250px;
    text-align: center;
    margin-top: 20px;
    margin-left: 0px;
}

.hr-pass-img {
    margin-top: -20px;
}

.hr-under-img {
    margin-top: 40px;
}

.photo_gallery_navigation {
    background-color: #f2f2f2;
}

.CIGJF-2023 {
    padding: 10px;
    text-align: center;
}

.List {
    text-align: center;
    /* margin-left: 110px; */
    padding: 5px;
    width: 70px;
    background-color: var(--global-color-4);
    margin-top: 20px;
}

.number-4200 {
    margin-left: 10px;
}

.img-vector {
    margin-left: 10px;
}

.number-2020 {
    margin-left: 10px;
}

.file {
    margin-right: 10px;
}

.Home-Media-photo {
    margin-left: 45px;
}

.play-4 {
    margin-left: 120px;
    padding: 5px;
    margin-top: 2px;
}

.toy {
    margin-top: 50px;
}

.gallery {
    margin-left: 90px;
    margin-top: 32px;
    color: #b3b3cc;
    font: 13px Roboto, sans-serif;
}

.photo-gallery-img {
    padding-inline: 90px;
}

/*---------movie----------*/

.img-Rectangle1 {
    width: 360px;
    height: 227px;
    padding: 5px;
}

.color-Movies {
    color: var(--global-color-1);
    margin-top: 15px;
}

.p-movies {
    margin-left: 0px;
    margin-top: 20px;
}

.of-number {
    margin-left: 400px;
    margin-top: 20px;
}

.of-number a {
    width: 20px;
    color: #000000;
    padding: 7px;
    text-align: center;
    text-decoration: none;
}

.play2 {
    text-align: center;
    border-radius: 5px;
}

.play-3 {
    text-align: center;
    border-radius: 25px;
    margin-top: 10px;
}

/*---------movies detail ---------*/

.youtube-1 {
    width: 340px;
    height: 200px;
    margin-top: 50px;
}

.img-Rectangle6 {
    text-align: center;
    width: 200px;
    margin-left: 70px;
    margin-top: 30px;
    height: 100px;
}

.style1 {
    margin-top: 20px;
    color: var(--global-color-1);
}

.style2 {
    margin-top: 33px;
    margin-left: 88px;
    color: #b3b3cc;
    font: 13px Roboto, sans-serif;
}

.p-online {
    margin-top: 33px;
    margin-left: 135px;
    color: #b3b3cc;
    font: 13px Roboto, sans-serif;
}

.style3 {
    font-size: 50px;
}

.col-6 .img1 {
    width: 20px;
}

.image-icon-img {
    width: 14px;
}

.margin_top_100 {
    margin-top: 100px !important;
}

.margin_bottom_100 {
    margin-bottom: 100px !important;
}

.notice_search {
    transform: translateX(-5px);
}

.width_20{
    width: 20%;
    padding-inline: 10px;
}
.footer-inner-content{
    width: 90%;
}
.summary-item img {
    width: 70px;
}
.blog-description .creater_name,
.post_date,
.reader {
    line-height: 35px;
}
/*------------- Resposive Settings ------------*/

@media only screen and (min-width: 1200px) {
    .screen-box {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media only screen and (max-width: 1140px) {
    .hide_on_small {
        display: none !important;
    }
    .sidenav a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 450px) {
    .wrap_package{
        padding-inline: 9px !important;
    }
    .header-text h2 {
        font-size: 1.5rem !important;
    }
    .container.sponsor {
        font-size: 0.8rem;
    }
    .page-breadcrumb {
        width: 100%;
        font-size: 0.8rem;
    }
    .content-table {
        font-size: 0.8rem;
    }
    .container.sponsor .tab div.active,
    .container.sponsor .tab div {
        padding: 5px 10px 5px 10px;
    }
    .overview2 a {
        font-size: 0.8rem;
    }
    .footer-title h5 {
        font-size: 1.1rem;
    }
    .footer-logo-website {
        width: 80%;
    }
    .exhibitor-application {
        padding: 24px !important;
    }
    .exhibitor-application img {
        height: 26px;
    }
    .exhibitor-application h3 {
        font-size: 1.2rem;
    }
    .admission_fee > div:nth-child(2) {
        height: 133px;
    }
    .admission_fee_wrap>.admission_fee {
        width: 170px;
    }
    .booth-order h6 {
        font-size: 0.8rem;
    }
    .primary-text-3 {
        font-size: 1.3rem;
    }
    .text-style-1 {
        font-size: 1.5rem;
    }
    .total,
    .total-number {
        font-size: 1.1rem;
    }
    .total-amount-div {

    }
    .btn-back,
    .check-out1 {
        margin: 0px;
        font-size: 0.8rem;
        padding-block: 8px;
    }
    .summary-item img {
        width: 40px;
    }
    .summary-item .item-image {
        display: flex;
        align-items: center;
        padding-left: 15px;
    }
    .summary-item .item-name {
        padding-left: 6px;
        padding-right: 0;
    }
    .summary-item .item-name p {
        margin: 0;
    }
    .summary-item .item-price h6 {
        font-size: 1rem;
    }
    .payment-event-title {
        font-size: 1.2rem;
    }
    .form-control,
    button.btn_search {
        font-size: 0.8rem;
    }
    .invoice-tbody tr td h5 {
        font-size: 1rem !important;
    }
    .invoice-tbody tr td h3 {
        font-size: 1.2rem !important;
    }
    .blog-thumnail img {
        height: 230px;
    }
    .blog-description {
        margin-top: 12px !important;
    }
    .home-menu {
        /* margin-inline: 12px; */
    }

}

@media screen and (max-width: 768px) {
    .wrap_package{
        padding-inline: 9px !important;
    }
    .home-menu{
        margin-left: 50px;
        margin-right: 50px;
    }

    .orderby h3 {
        font-size: 1.2rem;
    }
    .invoice-tbody tr td {
        padding-inline: 6px;
        font-size: 0.7rem;
    }
    .invoice-tbody tr td h5 {
        font-size: 0.8rem;
    }
    .invoice-tbody tr td h3 {
        font-size: 1rem;
    }
    .order-detail h6 {
        font-size: 0.9rem;
    }
    .order-detail h5 {
        font-size: 0.95rem;
    }

    .bgh_content{
        height: 100% !important;
    }
    .bgh_not_home{
        height: 40vh !important;
    }
    .footer-section h3{
        font-size: 16px !important;
        padding-top: 10px;
    }
    .logo img{
        display: none;
    }
    .page-header{
        height: 350px;
    }
    .footer-inner-content{
        width: 100%;
    }
    .width_20{
        width: 100%;
    }
    .brochure-background {
        width: 100% !important;
    }
    .top-blog-image {
        height: 220px !important;
    }
    .login-dialog {
        margin-top: 15vh;
        margin-left: auto;
        margin-right: auto;
        max-width: 320px !important;
    }
    .notice_filter_select {
        width: 100%;
    }

    .notice_search {
        margin-bottom: 0;
        width: 70%;
    }

    .notice_search_btn {
        /* width: 26%; */
    }

    .notice_table_col_2 {
        width: 150px;
    }

    .notice_table_col_4 {
        width: 150px;
    }

    .notice_table_col_5 {
        width: 100px;
    }

    .photo-gallery-img {
        padding-inline: 0px;
    }

    .why-ci-wrapper > div:nth-child(1) > div::after,
    .why-ci-wrapper > div:nth-child(2) > div::after,
    .why-ci-wrapper > div:nth-child(3) > div::after,
    .why-ci-wrapper > div:nth-child(4) > div::after {
        display: none;
    }

    .why-ci-wrapper > div:nth-child(1) > div,
    .why-ci-wrapper > div:nth-child(2) > div,
    .why-ci-wrapper > div:nth-child(3) > div,
    .why-ci-wrapper > div:nth-child(4) > div {
        width: 100%;
    }

    .why-ci-wrapper::after {
        display: none;
    }

    .margin_top_100 {
        margin-top: 0.25rem !important;
    }

    .margin_bottom_100 {
        margin-bottom: 0.25rem !important;
    }

    .sponsor {
        padding-bottom: 50px;
    }

    .image-wrap-image {
        /* margin-left: 30px; */

    }
    .image-wrap-header {
        /* justify-content: flex-start !important; */
    }

    h2 {
        font-size: 20px;
    }

    .image-icon {
        width: 120px;
    }

    .responsive {
        padding: 0px 20px;
    }

    .check-out1 {
        margin-left: 0px;
    }

    .out-btn {
        text-align: center;
    }

    .h3-oldcolor {
        margin-left: 0px;
    }

    .order {
        margin-left: 0px;
    }

    .oty {
        /* mar  gin-right: 40px; */
    }

    .home-btn {
        margin-left: 60px;
    }

    .img-group1 {
        margin-left: 45px;
    }

    .h6-Ecome {
        margin-left: 45px;
    }

    .orderby {
        margin-left: 0px;
        margin-right: 0px;
    }

    .h6-total {
        margin-left: 20px;
    }

    .h6-Discount {
        margin-left: 5px;
    }

    .h6-GSTIN {
        margin-left: 15px;
    }

    .h6-Qty {
        margin-left: 12px;
    }

    .total-2300 {
        margin-right: 0px;
    }

    .ium {
        margin-right: 0px;
    }

    .img-vector {
        margin-left: 0px;
        margin-right: 0px;
    }

    #bigbox {
        width: 355px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .style2 {
        margin-left: 0px;
    }

    .p-online {
        margin-left: 0px;
    }

    .Home-Media-Newsletter {
        margin-left: 0px;
    }

    .box-content-under-youtube {
        padding: 0px;
    }

    .image-wrap-header {
        margin-right: 0px;
    }

    .cigjf2023 h2 {
        font-size: 20px;
    }

    .box-check-register {
        width: 100%;
        border-top: 5px solid var(--global-color-1);
        padding: 10px;
        border-bottom: 5px solid var(--global-color-1);
    }

    .box-check-register h2 {
        font-size: 25px;
    }

    .our-partner-box {
        margin-left: 3px !important;
    }

    .our-partner-logo img {
        width: 90%;
    }

    .image-wrap-header {
        margin-right: 0px;
        padding: 20px;
    }

    .box-content-under-youtube {
        padding-inline: 12px;
        padding-top: 10px;
    }

    .brand-image img {
        width: 100%;
    }

    .be-a-partner-tab-active {
        margin-top: 10px;
    }

    .be-a-partner-tab {
        margin-top: 10px;
    }

    .border-youtube {
        border: solid 10px var(--global-color-4);
        width: 100%;
        height: auto;
    }

    .border-youtube iframe {
        width: 100% !important;
        height: auto;
    }

    .bignav {
        display: none;
    }

    .logo-website img {
        height: 27px;
    }

    .box-content-under-youtube h2 {
        padding: 12px 0px 6px 0px;
        margin-bottom: 0;
        border-right: unset;
        /* font-size: 13px; */
    }

    .box-content-under-youtube p {
        padding: 0px;
    }

    .header-text h2 {
        font-size: 2rem;
    }
    .header-text h3{
        font-size: 17px;
    }

    .cambodia-international h2 {
        font-size: 25px;
    }

    .tab {
        text-align: center;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
        /* gap: 10px; */
        margin-top: 20px;
    }

    .content-table tr td:first-child {
        padding-left: 15px;
        padding-right: 15px;
        width: 120px;
    }
    .exhibitor-application h3 {
        font-size: 1.2rem;
    }
    .exhibitor-application {
        padding: 27px;
    }
    .side-category h3 {
        font-size: 1rem;
    }
    .gemandjewelry-background h3 {
        font-size: 1.2rem;
    }
    .gemandjewelry-image .text-danger span:first-child {
        font-size: 1rem !important;
    }
    .gemandjewelry-image .text-danger span:last-child {
        font-size: 0.8rem !important;
    }
    .blog-description p {
        height: 63px;
        line-height: 20px;
        word-break: break-all;
        /* background-color: skyblue; */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical;
        box-orient: vertical;
        -webkit-line-clamp: 3;
        -moz-line-clamp: 5;
        -ms-line-clamp: 5;
        line-clamp: 5;
        overflow: hidden;
    }

    .image-wrap-image div {
        width: 250px !important;
    }
}

@media screen and (min-width: 1141px) {
    .blog-image-post img {
        height: 270px;
    }
    .top-blog-column {
        height: 200px;
    }
    .youtube-1 {
        width: 1100px;
        height: 600px;
        margin-top: 50px;
    }

    .home1-btn {
        margin-left: 70px;
    }

    .p-ofg {
        margin-left: 91px;
        margin-top: 35px;
        color: #b3b3cc;
        font: 13px Roboto, sans-serif;
    }

    .p-movies {
        margin-left: 115px;
        margin-top: 35px;
        color: #b3b3cc;
        font: 13px Roboto, sans-serif;
    }

    .img-Rectangle6 {
        width: 450px;
        height: 300px;
        margin-left: 300px;
        margin-top: 50px;
        text-align: center;
    }

    .List {
        text-align: center;
        /* margin-left: 500px; */
        padding: 5px;
        width: 70px;
        background-color: var(--global-color-4);
        margin-top: 40px;
    }

    .img-Rectangle {
        width: 700px;
        text-align: center;
        margin-top: 30px;
    }

    .image-wrap-header {
        margin-right: 0px;
    }

    .three-bottom {
        display: none;
    }

    .img-Rectangle6 {
        width: 450px;
        height: 300px;
        margin-left: 300px;
        margin-top: 50px;
        text-align: center;
    }

    .List {
        text-align: center;
        /* margin-left: 500px; */
        padding: 5px;
        width: 70px;
        background-color: var(--global-color-4);
        margin-top: 40px;
    }

    .img-Rectangle {
        width: 700px;
        text-align: center;
        margin-top: 30px;
    }
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);
/* .mobile_sidenav {
  position: fixed;
  width: 280px;
  height: 100%;
  background-color: #1E2027;
} */

.ci_sidebar_overlay,
.ci_filter_overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 1;
    left: 0;
    top: 0;
    transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
    z-index: 1000;
    margin: 0 auto;
}

.mySidenav {
    max-width: 500px;
}
.mobile_sidenav .main-buttons {
    list-style-type: none;
    padding: 0;
    color: #fff;
}
.mobile_sidenav .main-buttons li {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
}
.mobile_sidenav .main-buttons > li {
    padding: 16px 52px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mobile_sidenav .main-buttons > li .fa {
    position: absolute;
    left: 12px;
    color: #414655;
}
.mobile_sidenav .main-buttons > li:hover,
.mobile_sidenav .main-buttons > li:active,
.mobile_sidenav .main-buttons > li:focus {
    background-color: #292c35;
    cursor: pointer;
}
.mobile_sidenav .main-buttons > li:hover .hidden_submenu,
.mobile_sidenav .main-buttons > li:active .hidden_submenu,
.mobile_sidenav .main-buttons > li:focus .hidden_submenu {
    width: 270px;
}

.hidden_submenu {
    width: 0;
    height: 100%;
    padding: 64px 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    list-style-type: none;
    background-color: #292c35;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.hidden_submenu li {
    padding: 16px 24px;
}
.hidden_submenu li:hover,
.hidden_submenu li:active,
.hidden_submenu li:focus {
    background-color: #323541;
}

.mobileFilter {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
    background-color: var(--global-color-1);
    z-index: 1001;
}
.mobile_filter_wrap {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #7098ffc9;
}
.mobile_filter_wrap:first-child {
    margin-top: 20px;
    border-top: 1px solid #7098ffc9;
}
.mobile_filter_wrap:last-child {
    margin-bottom: 50px;
}
.mobile_filter_wrap:hover {
    background-color: #0000006e;
}
.mobileFilter_show .mobile_filter_wrap {
    display: block;
}
.mobile_filter_wrap ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}
.mobile-filter-dropdown {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    width: 100%;
    position: relative;
    display: inline-block;
}
.mobile-filter-dropdown > span {
    font-weight: 600;
}
.mobile-filter-dropdown-content {
    display: none;
    position: absolute;
    top: 35px;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 4;
}

.mobile-filter-dropdown:hover .mobile-filter-dropdown-content {
    display: block;
}
.mobile-filter-dropdown-content {
    background-color: #4a54a7;
}
.mobile-filter-dropdown-content a {
    display: block;
}
.mobile-filter-dropdown-content.language a {
    text-align: left;
    padding-left: 40%;
}
.mobile-filter-dropdown-content a {
    color: #fff;
}
.mobile-filter-dropdown-content a:hover {
    background-color: #5660bd;
}
.filter-close-btn {
    font-weight: 600;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
    color: white;
}
.filter-close-btn:hover {
    background-color: #5660bd;
}
.filter-drop {
    position: absolute;
    right: 30px;
    top: 20%;
    transition: transform 0.2s;
}
.mobile-filter-dropdown:hover .filter-drop {
    transform: rotate(90deg);
}

.table-summary tr {
    border-block: 0.5px solid black;
}
.table-summary tr th {
    padding-block: 6px;
}
.table-summary table tr th,
.table-summary table tr td {
    vertical-align: middle !important;
    white-space: nowrap;
}

.table-summary table tbody tr td:nth-of-type(odd),
.table-summary table thead tr {
    background-color: #f2f2f2;
    text-align: center;
}
i.flag-icon {
    border: 0.3px solid;
}
.scale_up_hover {
    transition: transform 200ms, color 300ms;
}
.scale_up_hover:hover {
    transform: scale(1.05);
}
.scale_up_hover:hover a {
    color: var(--global-color-1);
}
.scale_up_hover_2 {
    transition: transform 200ms;
}
.scale_up_hover_2:hover {
    transform: scale(1.01);
}
.scale_up_hover_2.partner_cate:hover {
    transform: scale(1.1);
}
.scale_up_hover_2:hover a {
    font-weight: 500;
}
.scale_up_hover_3 {
    transition: transform 200ms, color 300ms;
}
.scale_up_hover_3:hover {
    transform: scale(1.1);
}
.scale_up_hover_3:hover::after {
    content: "";
    margin: 0 auto;
    display: block;
    position: relative;
    width: 30%;
    height: 2px;
    background-color: #ffffff;
}
.scale_up_hover_4 {
    transition: transform 200ms, color 300ms;
}
.scale_up_hover_4:hover {
    transform: scale(1.05);
}
.scale_up_hover_4:hover a {
    color: var(--global-color-1);
}

.shawdow_hover .shadow_hover_item{
    transition: box-shadow 0.5s ease-in-out;
}
.shadow_hover_item{
    transition: transform 300ms ease-in;
    transition: box-shadow 0.3s ;
}
.shadow_hover:hover .shadow_hover_item{
    transform: scale(1.02);
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.shawdow_hover_2 .shadow_hover_2_item{
    transition: box-shadow 0.5s ease-in-out;
}
.shadow_hover_2_item{
    transition: transform 300ms ease-in;
    transition: box-shadow 0.3s ;
}
.shadow_hover_2:hover .shadow_hover_2_item{
    transform: scale(1.01);
    box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
}



.hover_bg_from_side {
    color: #000;
    position: relative;
    text-decoration: none;
}

.hover_bg_from_side::before {
    background: hsl(222, 100%, 80%);
    content: "";
    inset: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease-in-out;
    z-index: -1;
}

.hover_bg_from_side:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}
.why_ci_desc{
    height: 300px;
    overflow-y: auto;
}

.ci_scrollbar::-webkit-scrollbar {
    width: 5px;
}

.ci_scrollbar::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #ffffff8f;
}

.ci_scrollbar::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #2b359083;
}
.ci_scrollbar_2::-webkit-scrollbar {
    height: 3px;;
}

.ci_scrollbar_2::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #ffffff8f;
}

.ci_scrollbar_2::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #2b359083;
}

.header-top{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}
.site-content::before{
    content: '';
    display: block;
    height: 75px;
}
.container-bank_1{height: 250px;}
.container-bank_2{height: 219px;}
.container-bank_3{height: 191px;}
.container-bank_4{height: 164px;}
.container-bank_5{height: 140px;}

.blog-description p {
    height: 39px;
    line-height: 20px;
    word-break: break-all;
    /* background-color: skyblue; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.ux-review a {
    height: 32px;
    line-height: 32px;
    word-break: break-all;
    /* background-color: skyblue; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
}

.partner-btn {
    border: 2px solid #2b3590;
    outline: none;
    box-shadow: none;
    padding-inline: 36px;
    padding-block: 3px;
    font-size: 0.8rem;
    color: #2b3590;
    font-weight: 700;
    text-decoration: none !important;
    transform: translateY(-48px);
}
.partner-name {
    border: 2px solid #2b3590;
    outline: none;
    box-shadow: none;
    padding-inline: 36px;
    padding-block: 3px;
    font-size: 0.8rem;
    color: #2b3590;
    font-weight: 700;
    text-decoration: none !important;
    transform: translateY(-48px);
}
.partner-btn-left {
    margin-right: -7px;
    display: inline-block;
    border-top-left-radius: 16px;

}
.partner-btn-right {
    display: inline-block;
    border-bottom-right-radius: 16px;

}

.btn-package {
    border: 3px solid #2b3590;
    outline: none;
    box-shadow: none;
    padding-inline: 50px;
    padding-block: 3px;
    font-size: 0.8rem;
    color: #2b3590;
    text-decoration: none !important;
    display: block;
    padding-block: 12px;
    border-radius: 42px;
    margin-bottom: 12px;
    cursor: pointer;
}
.btn-package.active {
    border-color: #ed217c;
}
.btn-package.active h1,
.plan-block.active h1 {
    color: #ed217c;
}
.btn-package h1 {
    font-size: 3.5rem;
    text-align: center;
}
.btn-package p,
.btn-package ul li {
    color: black;
    text-align: unset;
}
.plan-block {
    border: 3px solid #2b3590;
    outline: none;
    box-shadow: none;
    font-size: 0.8rem;
    color: #2b3590;
    text-decoration: none !important;
    display: block;
    border-radius: 42px;
    margin-bottom: 12px;
    cursor: pointer;
}
.plan-block label {
    display: block;
    padding-inline: 30px;
    padding-block: 40px !important;
    margin-bottom: 0;
}
.plan-block h1 {
    margin-bottom: 24px;
}
.plan-block.active {
    border-color: #ed217c;
    color: #ed217c;
}
.required_label::after {
    content: " *";
    color: red;
}
.text-sm .select2-container--default .select2-selection--single, select.form-control-sm~.select2-container--default .select2-selection--single {
    height: 38px !important;
}
.text-sm .select2-container--default .select2-selection--single .select2-selection__rendered, select.form-control-sm~.select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: -3px;
}
.text-sm .select2-container--default .select2-selection--single .select2-selection__arrow, select.form-control-sm~.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 1px;
}
.swal2-actions {
    gap: 6px;
}
