.partner-wap a {
    text-decoration: none;
    color: black;
}

.tdn {
    text-decoration: none;
    color: inherit;
}

.tdn:hover {
    text-decoration: none;
    color: inherit;
}


.py-r2_5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.text-gray {
    --bs-text-opacity: 1;
    color: #888 !important;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-clear {
    clear: both;
}

.cursor-pointer {
    cursor: pointer;
}


.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

@media (max-width: 575px) {
    .col-smd-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-smd-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-smd-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-smd-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-smd-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-smd-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-smd-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-smd-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-smd-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-smd-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-smd-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-smd-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.btn-star-all {
    color: #111;
    border-color: #ededed;
}

.btn-star-all:hover {
    color: #fff;
    background-color: #ededed;
    border-color: #ededed;
}

.btn-check:focus + .btn-star-all, .btn-star-all:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-check:checked + .btn-star-all, .btn-check:active + .btn-star-all, .btn-star-all:active, .btn-star-all.active, .btn-star-all.dropdown-toggle.show {
    color: #fff;
    background-color: #ededed;
    border-color: #ededed;
}

.btn-check:checked + .btn-star-all:focus, .btn-check:active + .btn-star-all:focus, .btn-star-all:active:focus, .btn-star-all.active:focus, .btn-star-all.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-star-all:disabled, .btn-star-all.disabled {
    color: #ededed;
    background-color: transparent;
}

.bg-footer {
    background-color: #f3f4f8 !important;
}


.text-footer {
    color: #111 !important;
    font-weight: 400;
}

.text-footer-gray {
    color: #888 !important;
}

@media (max-width: 594px) {
    .text-footer {
        color: #111 !important;
        font-weight: 400;
        font-size: 3.5vw;
    }

    .text-footer-gray {
        color: #888 !important;
        font-size: 3.2vw;
    }
}

.text-footer-grayer {
    color: #999 !important;
}

.display-none {
    display: none;
}

.login-bg {
    background-color: #fff;
}

.login-flex-lr {
    display: flex;
    justify-content: space-between;
}

.btn-large-white {
    background-color: white;
    color: black;
    font-size: 1.1rem;
}

.btn-large-white:hover,
.btn-large-white:focus {
    background-color: #ccc;
    color: black;
}

.container-contact100 {
    width: 100%;
    min-height: 85vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.wrap-contact100 {
    width: 900px;
    background: transparent;
    padding: 0 0 0 0;
}


/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: Oswald-Regular;
    src: url('../fonts/oswald/Oswald-Regular.ttf');
}

@font-face {
    font-family: Oswald-Medium;
    src: url('../fonts/oswald/Oswald-Medium.ttf');
}

/*==================================================================
[ Form ]*/

.contact100-form {
    width: 100%;
}

.contact100-form-title {
    display: block;
    font-size: 30px;
    color: #43383e;
    line-height: 1.2;
    text-align: left;
    padding-bottom: 35px;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    background-color: #fff;
    margin-bottom: 17px;
}

.label-input100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 62px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    font-size: 18px;
    color: #999999;
}

.input100, .input100-new {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 15px;
    color: #43383e;
    line-height: 1.2;
    padding: 0 5px;
    border-width: thin;
}

/*---------------------------------------------*/
input.input100 {
    height: 62px;
    padding: 0 20px 0 58px;
}

input.input100-new {
    height: 62px;
    padding: 0 20px 0 15px;
}


textarea.input100 {
    min-height: 199px;
    padding: 19px 20px 0 23px;
}


/*==================================================================
[ Restyle Checkbox ]*/

.contact100-form-checkbox {
    padding-top: 12px;
    padding-bottom: 20px;
}

.label-checkbox100 {
    display: block;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    font-size: 15px;
    color: #43383e;
    line-height: 1.2;
}

.label-checkbox100::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 15px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: 1px solid #000000;
}

.input-checkbox100:checked + .label-checkbox100::before {
    color: #555555;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-top: 13px;
}

.wrap-contact100-form-btn {
    display: block;
    position: relative;
    z-index: 1;
    /*border-radius: 31px;*/
    overflow: hidden;
}

.contact100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    top: 0;
    left: -100%;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input-checkbox100 {
    display: none;
}

.contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 40vw;
    height: 62px;

    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    background: #3e6ab5;
    border: none;
}

.contact100-form-btn-nocolor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 40vw;
    height: 62px;

    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    border: none;
}

.wrap-contact100-form-btn:hover .contact100-form-bgbtn {
    left: 0;
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2px;
    pointer-events: none;

    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }

    .menu-left-margin {
        margin-left: 3rem !important;
    }
}

@media (max-width: 785px) {
    .trix-button--icon-undo,
    .trix-button--icon-redo,
    .trix-button-group--history-tools {
        display: none;
    }
}


.block {
    background-color: rgb(255, 255, 255);
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #43383e;
}

label.button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #FFFFFF;
    border: 1px solid #6C6C6C;
    color: #6C6C6C;
    padding: 5px 10px;
    margin: 5px 0;
    display: inline-block;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

label.button:hover {
    background-color: #F0F0F0;
    cursor: pointer;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

input#input_imgs {
    display: none;
}

#multiple-file-preview {
    border-top: 1px solid rgba(0, 0, 0, 0.11);
    margin-top: 10px;
    padding: 10px;
    display: block;
    overflow: auto;
}

#imgs_wrap {
    list-style-type: none;
    margin: 0;
    padding: 0;
    min-height: 100px;
}

#imgs_wrap li {
    margin: 3px 3px 3px 0;
    float: left;
    width: 93px;
    height: 100px;
    text-align: center;
    position: relative;
    background-color: #FFFFFF;
}

#imgs_wrap li, #imgs_wrap li img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#imgs_wrap li div.order-number {
    position: absolute;
    top: 19px;
    right: 2px;
    width: 15px;
    heigth: 15px;
    background-color: #2B91E3;
    color: #FFFFFF;
    font-size: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#imgs_wrap li div.deletes {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 15px;
    heigth: 15px;
    background-color: #2B91E3;
    color: #FFFFFF;
    font-size: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.selProductFile {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-sidenav {
    height: 100%; /* 100% Full-height */
    width: 250px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 2.5rem; /* Stay at the top */
    left: 0;
    background-color: #fff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 0.5rem; /* Place content 60px from the top */
    margin-top: 0.5rem;
    border: none;
}

.profile-image-frame {
    overflow: hidden;
    height: 80px;
    width: 80px;
    position: relative;
    margin-top: 8px;
    margin-left: calc(50% - 30px);
}


@media (min-width: 576px) and (max-width: 991px) {
    .head-logo-margin-left {
        position: absolute;
        top: 10px;
        left: calc(60px + 2.5rem + 9vw);
        margin-left: auto;
    }
}

@media (min-width: 551px) and (max-width: 575px) {
    .head-logo-margin-left {
        position: absolute;
        top: 10px;
        left: calc(60px + 0.5rem);
    }
}

@media (max-width: 550px) {
    .head-logo-margin-left {
        position: absolute;
        top: 10px;
        left: 60px;
    }
}

@media (max-width: 991px) {
    .text-center .bi {
        font-size: 12vw;
    }

    .main-menu-text {
        font-size: 4vw;
    }
}

.main-menu-a {
    text-decoration: none;
    color: black;
}

.header-menu-text {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    /*background: #3e6ab5 100%;*/
    background: black 100%;
}

.header-menu-text-detail {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0.75rem;
}

.a-none, a-none:hover, a-none:focus, a-none:active {
    text-decoration: none !important;
    color: inherit !important;
}

.font-black {
    color: black !important;
}

.text-bold {
    font-weight: bold !important;
}

.font-025 {
    font-size: 0.25rem !important;
}

.font-050 {
    font-size: 0.5rem !important;
}

.font-075 {
    font-size: 0.75rem !important;
}

.font-100 {
    font-size: 1.00rem !important;
}

.font-125 {
    font-size: 1.25rem !important;
}

.font-150 {
    font-size: 1.5rem !important;
}

.font-175 {
    font-size: 1.75rem !important;
}

.font-200 {
    font-size: 2.00rem !important;
}

.font-225 {
    font-size: 2.25rem !important;
}

.font-250 {
    font-size: 2.5rem !important;
}

.font-275 {
    font-size: 2.75rem !important;
}

.font-300 {
    font-size: 3.00rem !important;
}

.font-325 {
    font-size: 3.25rem !important;
}

.font-350 {
    font-size: 3.5rem !important;
}

.font-375 {
    font-size: 3.75rem !important;
}

.font-400 {
    font-size: 4.00rem !important;
}

.font-425 {
    font-size: 4.25rem !important;
}

.font-450 {
    font-size: 4.5rem !important;
}

.font-475 {
    font-size: 4.75rem !important;
}

.font-500 {
    font-size: 5.00rem !important;
}

.table-fixed {
    table-layout: fixed;
}

.write-btn {
    width: 48%;
}

.write-btn-blue {
    width: 48%;
    background-color: #3e6ab5 !important;
    border-color: #3e6ab5 !important;
}

.font-star {
    color: #3e6ab5 !important;
}

.img-fluid-main-menu {
    max-width: 55%;
    height: auto;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.reply-right {
    width: 60%;
    margin-left: auto;
    margin-right: 0;
}

.reply-left {
    width: 60%;
    margin-right: auto;
    margin-left: 0;
}

.reply-image-frame {
    overflow: hidden;
    height: 50px;
    width: 50px;
    position: relative;
}

.max-word-spacing {
    white-space: pre-wrap;
    word-break: break-all;
    overflow: auto;
}

.comment-body {
    max-width: 85% !important;
}

.comm-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.break-word {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.bg_pink { background: #f896c5 !important; color: #fff; text-align: center;}
.bg_ivory { background: #eaa28c !important; color: #fff; text-align: center; }
.bg_green { background: #6fd3c1 !important; color: #fff; text-align: center; }
.bg_lightgreen{ background: #b9d36f !important; color: #fff; text-align: center; }
.bg_orange { background: #eba28d !important; color: #fff; text-align: center; }
.bg_skyblue { background: #98cdf5 !important; color: #fff; text-align: center; }
.bg_purple { background: #b1b4f0 !important; color: #fff; text-align: center; }
.bg_yellow { background: #eccd00 !important; color: #fff; text-align: center; }
.bg_blue { background: #97cdf9 !important; color: #fff; text-align: center; }
.bg_violet { background: #deb2ea !important; color: #fff; text-align: center; }
.bg_gray { background: #d0c8bd !important; color: #fff; text-align: center; }
.bg_darkgray{ background: #555 !important; color: #fff; text-align: center; }
.bg_baby_dep2{ background: #f1f9fb !important; }
.bg_white { background: #fff !important; }
.bg_emerald { background: #2bc5c5 !important }
.bg_brown { background: #d58854 !important; }
.bg_darkblue{ background: #3e6db5 !important; }
.bg_tdbg{ background: #f5f5f5 !important; }
.bbg_black{ background: #000 !important; }
.bg_lightgray{ background: #eee9ed !important; }
.bg_red{ background: #ff1e1e !important; }
.bg_sub1{ background: #f4f1cf !important; }
.bg_sub2{ background: #cfecf4 !important; }
.bg_sub3{ background: #d9ede9 !important; }
.bg_sub4{ background: #f2e1e1 !important; }
.bg_sub5{ background: #e5e1f2 !important; }
.bg_index_bottom{ background: #eee !important; }

.font-080 {
    font-size: 0.80rem !important;
}
.font-085 {
    font-size: 0.85rem !important;
}
.font-090 {
    font-size: 0.90rem !important;
}
.font-095 {
    font-size: 0.95rem !important;
}

.casting_model{
    width: 33%;
    float: left;
    text-align: center;
}
.casting_model img{
    width: 100%;
}
.casting_detail_box{
    width: 100%;
    overflow: hidden;
    float: left;
    font-weight: bold;
    padding: 2px;
}

.col_darkpink { color: #e06aa1 !important; }