@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Regular.woff2') format('woff2'),
    url('../fonts/OpenSans-Regular.woff') format('woff'),
    url('../fonts/OpenSans-Regular.ttf') format('truetype'),
    url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Bold.woff2') format('woff2'),
    url('../fonts/OpenSans-Bold.woff') format('woff'),
    url('../fonts/OpenSans-Bold.ttf') format('truetype'),
    url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/* hiding all bullets by default */
.slick-dots li {
    display: none !important;
}

/* only displaying the active bullets and the 2 bullets next to it */
.slick-dots li.slick-active,
.slick-dots li.slick-active+li,
.slick-dots li.slick-active+li+li {
    display: inline-block !important;
}

/* displaying the last three bullets when slick-active class isn't applied to any li before them  */
.slick-dots li:nth-last-child(1),
.slick-dots li:nth-last-child(2),
.slick-dots li:nth-last-child(3) {
    display: inline-block !important;
}

/* hiding the last three bullets if slick-active exist before them */
.slick-dots li.slick-active~li:nth-last-child(1),
.slick-dots li.slick-active~li:nth-last-child(2),
.slick-dots li.slick-active~li:nth-last-child(3) {
    display: none !important;
}

/* specific conditions to always display the last three bullets */
.slick-dots li.slick-active+li+li:nth-last-child(3),
.slick-dots li.slick-active+li+li:nth-last-child(2),
.slick-dots li.slick-active+li+li:nth-last-child(1),
.slick-dots li.slick-active+li:nth-last-child(3),
.slick-dots li.slick-active+li:nth-last-child(2),
.slick-dots li.slick-active+li:nth-last-child(1) {
    display: inline-block !important;
}

/*Filter Mobile*/
.CRremove_filter_mb {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
}

.CRremove_filter_mb a {
    background-color: #ad7d2f;
    color: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
}

#CRgr_bottom_min_max {
    margin-bottom: 50px;
    position: relative;
}

#slider-range-mobile.ui-slider-horizontal .ui-slider-range {
    background: #a37224;
}

.CRpop_filter_box {
    position: relative;
    height: 100%;
}

#slider-range-mobile {
    margin: 0;
    width: 100%;
    cursor: pointer;
    height: 4px;
    background: #ddd;
}

#CRgr_top_min_max div {
    font-size: 10px;
}

#filter_sort_mobile,
#filter_attr_mobile {
    max-height: calc(100% - 122px);
    overflow-y: auto;
    height: 100%;
}

#filter_sort_mobile::-webkit-scrollbar-track,
#filter_attr_mobile::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

#filter_sort_mobile::-webkit-scrollbar,
#filter_attr_mobile::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(40, 40, 40, 0.8);
}

#filter_sort_mobile::-webkit-scrollbar-thumb,
#filter_attr_mobile::-webkit-scrollbar-thumb {
    background-color: #a37224 !important;
}

#min-mobile {
    position: absolute;
    top: 20px;
    left: 0;
}

#max-mobile {
    position: absolute;
    top: 20px;
    right: 0;
}

#CRgr_top_min_max input {
    width: 30%;
    padding: 0 5px;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #000;
    font-family: "Trirong";
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    position: relative;
    height: 30px;
    border: 1px solid #b4b4b4;
    background-color: #fff;
    cursor: pointer;
}

#CRgr_top_min_max div,
#CRgr_top_min_max span {
    color: #666;
    margin: 0 5px;
}

#CRgr_top_min_max {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0 20px 0;
}

.fa-times:before {
    content: "\f00d" !important;
}

ul.sub_filter li.active a i {
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 1;
}

ul.sub_filter a i {
    color: #fff;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
}

.CRpop_filter_head ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #b4b4b4;
}

.CRpop_filter_head ul li {
    width: 50%;
    padding: 10px 0;
}

.CRpop_filter_head ul li:first-child a {
    border-right: 1px solid #b4b4b4;
}

.CRpop_filter_head ul a {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    color: #666;
    font-family: "Trirong";
    font-size: 12px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
}

.CRpop_filter_head ul a i {
    font-size: 15px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.close_pop_filter {
    padding: 20px;
    border-bottom: 2px solid #ad7d2f;
}

.close_pop_filter a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
}

.close_pop_filter a img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.CRpop_filter_def.active {
    visibility: visible;
    right: 0;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.CRpop_filter_def {
    z-index: 999999999;
    top: 100px;
    /* bottom: 0; */
    width: 500px;
    /* height: 100vh; */
    max-height: calc(100vh - 100px);
    background-color: #fff;
    position: fixed;
    right: -500px;
    visibility: hidden;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

ul.sub_filter li.active a {
    background: #b68b42;
    border-color: #b68b42;
    color: #fff;
}

ul.sub_filter a {
    border: 1px solid #b4b4b4;
    color: #666;
    font-family: "Trirong";
    font-size: 12px;
    font-weight: 400;
    padding: 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

#filter_sort_mobile li {
    padding: 0;
    border-bottom: 1px solid #ad7d2f5e !important;
    height: 50px;
}

#filter_sort_mobile li.active a i {
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 1;
}

#filter_sort_mobile li.active a {
    color: #b3883e;
}

#filter_sort_mobile li a i {
    color: #000;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}

#filter_sort_mobile li a {
    color: #666;
    font-family: "Trirong";
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    padding: 0 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    position: relative;
}

ul.sub_filter li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 2px;
}

ul.sub_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px -2px 20px -2px;
}

ul#filter_attr_mobile {
    padding: 0;
}

ul#filter_attr_mobile .CRsub_filter {
    display: none;
}

ul#filter_attr_mobile .open_filter p i {
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

ul#filter_attr_mobile .open_filter p {
    text-transform: uppercase;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin: 0;
    color: #000;
    font-family: "Trirong";
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    position: relative;
}

ul#filter_attr_mobile li.open_filter {
    border-bottom: 1px solid #ad7d2f5e !important;
    padding: 0 20px;
}

/**/
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#CRpost_after a:first-child {
    background-color: #4267b2;
}

#CRpost_after a:last-child {
    background-color: #1DA1F2;
}

#CRpost_after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#CRpost_after a {
    height: 20px;
    padding: 0 20px;
    margin: 0 10px 0 0;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    width: 80px;
    font-size: 12px;
}

#CRlogo img {
    width: 100%;
}

.CRmap_ft img {
    width: 100%;
    height: auto;
}

.empty_pd p {
    font-family: "Trirong";
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.CRanimation_text a {
    animation: glow 1s infinite alternate;
}

.CRanimation_text a {
    font-weight: 700;
    font-family: "Trirong";
}

@keyframes glow {
    to {
        text-shadow: 0 0 10px #c1661a;
    }

    0% {
        color: #c1661a;
    }

    25% {
        color: #fff58a;
    }

    50% {
        color: #b46d32;
    }

    75% {
        color: #ffffff;
    }

    100% {
        color: #fff58a;
    }
}

.CRitem_banner_cat_pd {
    background-position: center;
    /* padding: 60px 0 60px 0; */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.CRitem_banner_cat_pd img {
    max-width: 100%;
}

.CRitem_banner_cat_pd .CRstyle_title {
    color: #ffffff;
}

#CRcontent_top_cat_pd .CRstyle_title {
    font-size: 36px;
    margin: 0 0 5px;
    padding-bottom: 20px;
}

#CRproducts_page section#CRbreadcrumbs {
    /* position: absolute; */
    left: 0;
    right: 0;
    z-index: 2;
}

#CRproducts_page section#CRbreadcrumbs cite,
#CRproducts_page section#CRbreadcrumbs .divider i {
    /* color: #fff !important; */
}

.home .CRlist_hone_home {
    display: block;
}

.CRlist_hone_home {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    z-index: 9;
}

.CRlist_hone_home li {
    position: relative;
    height: 45px;
    cursor: pointer;
}

.CRlist_hone_home li:hover a {
    right: 45px;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.CRlist_hone_home li a {
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    font-family: "Trirong";
    font-size: 13px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    right: -300px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 44px;
    background-color: #082340;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 15px;
}

.CRlist_hone_home p.ico {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.blog_news .empty_pd {
    text-align: center;
    width: 100%;
}

/* My address */
#CRform_def_edit_address label {
    width: 100%;
    max-width: 100%;
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

#CRform_def_edit_address button {
    margin: 30px auto !important;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    width: 200px;
    height: 50px;
    background-color: #ffffff;
    background-image: linear-gradient(-84deg, #ffeda9 0%, #a37224 99%, #a37224 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fffefe;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 auto;
}

#CRform_def_edit_address span.woocommerce-input-wrapper {
    width: 100%;
}

#CRform_def_edit_address input:focus,
#CRform_def_edit_address select:focus {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid #a37224;
    background-color: #f6f6f6;
    outline: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

#CRform_def_edit_address input {
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    padding: 20px;
    height: 50px;
    border: 1px solid #e1e1e1;
    background-color: #f6f6f6;
    outline: none;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

div#CRcustom_my_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

div#CRcustom_my_address header.woocommerce-Address-title.title {
    border-bottom: 1px solid #a9792b;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

div#CRcustom_my_address .woocommerce-account header.title {
    text-align: left;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

div#CRcustom_my_address a {
    font-family: "Trirong";
    font-weight: 400;
    line-height: normal;
    font-size: 20px;
    margin-bottom: 0;
    color: #a9792b;
    text-transform: uppercase;
}

form#CRform_def_edit_address h3,
div#CRcustom_my_address h3 {
    font-family: "Trirong";
    font-weight: 400;
    line-height: normal;
    font-size: 20px;
    margin-bottom: 0;
    color: #082340;
    text-transform: uppercase;
}

div#CRcustom_my_address .woocommerce-Address {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

/* My order */
.CRwoocommerce-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

body .CRwoocommerce-info a.woocommerce-Button.button {
    outline: none !important;
    color: #ffffff;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    width: 200px;
    height: 50px;
    background-color: #d39f40;
    background-image: -webkit-gradient(linear, left top, right top, from(#a37224), color-stop(1%, #a37224), to(#ffeda9));
    background-image: -o-linear-gradient(left, #a37224 0%, #a37224 1%, #ffeda9 100%);
    background-image: linear-gradient(to right, #a37224 0%, #a37224 1%, #ffeda9 100%);
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0;
    cursor: pointer;
}

.CRgroup_view_detail_order h4 span {
    color: #a37224;
    margin-right: 5px;
}

.CRgroup_view_detail_order h4 {
    color: #333333;
    font-family: "Trirong";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.CRgroup_view_detail_order {
    margin-bottom: 30px;
}

.order_content ul li span {
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    width: 95%;
}

.order_content ul li p span {
    color: #a37224;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.order_content {
    margin-top: 30px !important;
}

.order_content ul li p {
    margin-bottom: 0;
    width: 100%;
    text-align: right;
}

.order_content ul li {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.img_pd_order {
    width: 50px;
    text-align: center;
    margin-right: 30px;
}

.info_pd_order p {
    margin-bottom: 0;
}

.list_term_pd_woo a {
    margin: 0 5px 0 5px;
    color: #999999;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 2.6px;
}

.item_pd_order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0;
}

.info_pd_order p span.woocommerce-Price-amount.amount,
.info_pd_order .woocommerce-Price-currencySymbol {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    color: #a37224;
    font-family: "Trirong";
}

.info_pd_order p span {
    text-transform: lowercase;
    color: #a37224;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-right: 5px;
}

.item_pd_order .info_pd_order {
    padding-left: 15px;
}

.item_pd_order .info_pd_order p.product_attr,
.item_pd_order .info_pd_order h4,
.item_pd_order .info_pd_order h4 a {
    line-height: normal;
    color: #333333;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

.item_pd_order .info_pd_order p.product_attr {}

.col_pd_woo:nth-child(1),
.col_pd_woo:nth-child(2) {
    margin-top: 0;
}

.col_pd_woo {
    margin-top: 30px;
}

.img_pd_order img {
    width: 77px;
    height: 64px;
    object-fit: cover;
}

.woocommerce-view-order li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders {
    background-color: #e1e1e1;
}

.pd_custom_order {
    border-bottom: 1px solid #e1e1e1;
    background-color: #ffffff;
    padding: 0 15px;
}

.item_custom_order {
    margin-bottom: 30px;
}

.info_custom_order {
    background-color: #f5f5f5;
    position: relative;
    padding: 10px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info_custom_order ul li:last-child:after {
    display: none;
}

.item_custom_order a.view_more {
    color: #a37224 !important;
    font-family: "Trirong";
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    background: none !important;
    border: none !important;
    display: initial;
    text-transform: inherit;
    padding: 0;
    width: 15%;
    text-align: center;
}

.item_custom_order li.order_date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item_custom_order li.order_code span a {
    font-weight: 400 !important;
    color: #333333 !important;
    margin-left: 5px !important;
}

.item_custom_order span.line_order {
    margin: 0 5px !important;
}

.item_custom_order li.order_total span {
    font-weight: 400 !important;
    color: #333333 !important;
    margin-left: 2px !important;
}

.info_custom_order ul li p,
.info_custom_order ul li a,
.info_custom_order ul li span {
    margin: 0;
    color: #333333;
    font-family: "Trirong";
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
}

.info_custom_order ul li:after {
    content: '';
    background: #333333;
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
}

.info_custom_order ul li {
    list-style-type: none;
    position: relative;
    padding: 0 10px;
    margin: 0;
}

.info_custom_order ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    width: 85%;
}

.item_info_order {
    margin-bottom: 35px;
}

.filter_orders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.filter_orders p {
    color: #333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    margin-right: 20px;
}

.filter_orders select {
    cursor: pointer;
    outline: none;
    box-shadow: none;
    line-height: normal;
    height: 45px;
    width: auto;
    min-width: 193px;
    color: #333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    background-position: calc(100% - 12px) 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    padding: 0 15px;
}

/* Detail order */
div#CRwoo_checkout_thank {
    margin-bottom: 100px;
}

#CRhead_address_order {
    padding: 15px 60px;
    background-color: #a37224;
}

section#CRaddress_order {
    background-color: #f5f5f5;
}

section#CRdetail_order {
    background-color: #f5f5f5;
    margin-bottom: 40px;
}

#CRhead_detail_order {
    padding: 30px 60px;
    background-color: #a37224;
}

#CRhead_address_order li h4,
#CRhead_detail_order li h4 {
    color: #ffffff;
    font-family: "Trirong";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.CRitem_product_order {
    padding: 10px 60px;
    border-bottom: 1px solid #e1e1e1;
}

#CRdetail_order ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#CRdetail_order ul li:first-child {
    text-align: left;
}

div#CRbottom_detail_order {
    padding: 10px 60px;
}

#CRbottom_detail_order span {
    color: #a37224;
}

#CRbottom_detail_order p,
#CRbottom_detail_order h4 {
    color: #333333;
    font-family: "Trirong";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.CRitem_product_order p,
.CRitem_product_order h4 {
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.CRitem_product_order .qty p {
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.CRitem_product_order .sku p,
.CRitem_product_order .title h4 {
    text-transform: uppercase;
}

.CRitem_product_order .total p span {
    color: #666666;
}

#CRdetail_order ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    text-align: center;
}

/* 360 */
#threesixty {
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Thank Checkout */
#gr_custom_thank_pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#gr_custom_thank_pay .gr_img,
#gr_custom_thank_pay .gr_cont {
    width: 50%;
}

#gr_custom_thank_pay .gr_img {
    text-align: center;
}

#gr_custom_thank_pay h1 {
    color: #333333;
    font-family: "Trirong";
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    text-transform: uppercase;
}

#gr_custom_thank_pay .title {
    color: #dbaa4c;
}

#gr_custom_thank_pay a,
#gr_custom_thank_pay p {
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}

/* Checkout */
.CRgroup_bacs:after {
    content: '';
    width: 1px;
    height: 30px;
    background-color: #999999;
    opacity: 0.3;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.CRgroup_bacs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -15px;
    position: relative;
}

.CRgroup_bacs .left,
.CRgroup_bacs .right {
    width: 50%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#order_review tr.woocommerce-shipping-totals.shipping td {
    width: 30%;
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.CRform_def_log_reg #choose_log label {
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    cursor: pointer;
}

.CRform_def_log_reg h2 {
    color: #a37224;
    font-family: "Trirong";
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.checkout-step-info .woocommerce-input-wrapper input::placeholder,
.checkout-step-info .woocommerce-input-wrapper textarea::placeholder {
    color: rgba(51, 51, 51, .5) !important;
}

#shipping_phone_field span.optional,
#order_comments_field span.optional {
    display: none;
}

body .checkout-step-info #billing_phone_field label {
    position: relative;
}

body .checkout-step-info #billing_phone_field label .Crcustom_mes_phone {
    position: absolute;
    top: 35px;
    right: -250px;
    width: 210px;
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

#order_comments_field {
    padding: 0;
}

#shipping_phone_field span.Crcustom_mes,
#order_comments_field span.Crcustom_mes {
    margin-left: 5px;
    color: rgba(51, 51, 51, 0.5);
}

body.woocommerce-checkout #CRbreadcrumbs .container {
    padding: 0;
}

#CRcheckout_nav_step .checkout_nav li a p.check_done,
#CRcheckout_nav_step .checkout_nav li.check a p {
    display: none;
}

#CRcheckout_nav_step .checkout_nav li.check a p.check_done {
    border-color: #43b77a;
    color: #43b77a;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

#CRcheckout_nav_step .checkout_nav li.done:before,
#CRcheckout_nav_step .checkout_nav li.done:after {
    display: none;
}

.checkout-step-info .woocommerce-shipping-fields__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.checkout-step-info #shipping_phone_field,
.checkout-step-info #billing_phone_field {
    width: 100% !important;
    display: block;
    position: relative;
    padding-bottom: 20px !important;
}

.checkout-step-info #shipping_phone_field:after,
.checkout-step-info #billing_phone_field:after {
    content: '';
    background: #a37224;
    height: 1px;
    left: 10px;
    right: 10px;
    bottom: 0;
    position: absolute;
}

body .checkout-step-info #shipping_phone_field label,
body .checkout-step-info #billing_phone_field label {
    padding: 0 !important;
}

.checkout-step-info #shipping_phone_field label,
.checkout-step-info #shipping_phone_field span input,
.checkout-step-info #billing_phone_field label,
.checkout-step-info #billing_phone_field span input {
    width: 50%;
    padding: 10px !important;
}

#CRcheckout_form #order_review td.product-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#CRcheckout_form #order_review td.product-name .product-thumbnail img {
    width: 75px;
    height: 65px;
    object-fit: cover;
}

#CRcheckout_form #order_review .cart_item td.product-total>span:last-child span,
#CRcheckout_form #order_review .cart_item td.product-total>span:last-child {
    color: #a37224;
}

#CRcheckout_form #order_review .cart_item td.product-total>span {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#CRcheckout_form #order_review .cart_item td.product-total span {
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

#CRcheckout_form #order_review td.product-name .cart-item-details p,
#CRcheckout_form #order_review td.product-name .cart-item-details h4 {
    color: #333333;
    font-family: "Trirong";
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0;
}

#CRcheckout_form #order_review {
    background-color: #f5f5f5;
    padding: 10px 0;
}

#CRcheckout_form #order_review tfoot th {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

#CRcheckout_form #order_review td:last-child {
    padding-right: 30px;
    text-align: right;
}

#CRcheckout_form #order_review th {
    color: #333333;
    font-family: "Trirong";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

#CRcheckout_form {
    margin-bottom: 100px;
}

#CRcheckout_form #order_review th:first-child,
#CRcheckout_form #order_review td:first-child {
    padding-left: 30px;
}

#CRcheckout_form #order_review tbody tr:first-child th,
#CRcheckout_form #order_review tbody tr:first-child td {
    border: none;
}

#CRcheckout_form #order_review th,
#CRcheckout_form #order_review td {
    border-top: 1px solid white;
}

#CRcheckout_form #order_review tr.cart-discount td {
    position: relative;
    padding-right: 60px;
}

#CRcheckout_form #order_review tfoot tr.cart-subtotal td span {
    color: #a37224;
}

.checkout-step-info .form-row-wide:first-child {
    padding-top: 0 !important;
    position: relative;
    padding-bottom: 20px !important;
}

p#shipping_last_name_field:after {
    content: '';
    background: #a37224;
    height: 1px;
    left: 10px;
    right: 10px;
    bottom: 0;
    position: absolute;
}

#CRcheckout_form #order_review tfoot tr.order-total td span {
    color: #d39f40;
    font-family: "Trirong";
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

#CRcheckout_form #order_review tfoot td span,
#CRcheckout_form #order_review tr.woocommerce-shipping-totals ul li {
    color: #333333;
    font-family: "Trirong";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

#CRcheckout_form #order_review tr.woocommerce-shipping-totals ul li {
    margin: 0 !important;
}

#CRcheckout_form #order_review tr.cart-discount.coupon-coupon-test td a:after {
    content: 'x';
    color: #fff;
    font-size: 8px;
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: rgba(163, 114, 36, .6);
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Trirong";
    line-height: 12px;
}

#CRcheckout_form #order_review tr.cart-discount td a {
    color: transparent;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#CRcheckout_form #order_review table {
    border: none;
    margin: 0;
    border-radius: 0 !important;
}

#CRcheckout_form #order_review td.product-name .cart-item-details a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#CRcheckout_form #order_review td.product-name .cart-item-details {
    position: relative;
    padding-left: 15px;
}

#payment .wc_payment_method_description .bacs-left span {
    width: 100%;
}

#payment .wc_payment_method_description .bacs-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.checkout-step-info .woocommerce-billing-fields__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.checkout-step-info .form-row-wide {
    width: 100%;
    padding: 0 10px 10px 10px !important;
}

.checkout-step-info #shipping_city_field,
.checkout-step-info #shipping_state_field,
.checkout-step-info #billing_city_field,
.checkout-step-info #billing_state_field,
.checkout-step-info #billing_phone_field {
    width: 50%;
}

.checkout-step-info label {
    width: 100%;
    margin-bottom: 5px;
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.checkout-step-info label abbr.required {
    display: none;
}

.checkout-step-info .woocommerce-input-wrapper {
    line-height: normal;
    width: 100%;
}

.checkout-step-info .woocommerce-input-wrapper input::placeholder {
    color: #333333;
}

.checkout-step-info .woocommerce-input-wrapper input:focus,
.checkout-step-info .woocommerce-input-wrapper .select2-container--default .select2-selection--single:focus,
.checkout-step-info .woocommerce-input-wrapper textarea:focus {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid #a37224;
    background-color: #f6f6f6;
    outline: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    color: #333333;
}

.checkout-step-info .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1px;
    width: 20px;
}

.checkout-step-info .woocommerce-input-wrapper textarea,
.checkout-step-info .woocommerce-input-wrapper .select2-container--default .select2-selection--single,
.checkout-step-info .woocommerce-input-wrapper input {
    width: 100%;
    height: 50px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 15px 20px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    position: relative;
}

.checkout-step-info {
    padding-right: 60px;
}

.woocommerce-terms-and-conditions-wrapper {
    display: none;
}

.CRdef_checkout_title {
    color: #333333;
    font-family: "Trirong";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRdef_checkout_title i {
    color: #d39f40;
    font-size: 16px;
    margin-right: 20px;
}

#payment {
    padding: 0;
    margin: 0;
    background-color: transparent !important;
    border-radius: 0 !important;
}

#payment .wc_payment_methods {
    padding: 60px 20px !important;
    border: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: whitesmoke;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

#payment .wc_payment_method {
    margin: 10px 0 !important;
    line-height: normal !important;
    width: 100%;
}

#shipping_method li,
#payment .payment_methods label {
    margin-bottom: 3px;
}

#shipping_method label,
#payment .payment_methods label {
    color: #888;
    width: calc(100% - 25px);
}

.wc_payment_method label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#payment .wc_payment_method .wc_payment {
    padding: 10px 0;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wc_payment_method label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.wc_payment_method label input:checked~.checkmark,
.check-gender input:checked~.checkmark {
    border: 2px solid #a37224;
}

.wc_payment_method .checkmark,
.check-gender .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #ddd;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    transform: translate(0, -50%);
}

.wc_payment_method label input:checked~.checkmark:after,
.check-gender input:checked~.checkmark:after {
    display: block;
}

.wc_payment_method label .checkmark:after,
.check-gender .checkmark:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #a37224;
}

.wc_payment_method label .checkmark:after,
.check-gender .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

#payment .wc_payment_method img {
    max-width: 100%;
    max-height: 100%;
}

.payment_methods label img {
    width: 40px;
    margin: 0 20px !important;
    position: relative;
    height: auto;
}

#payment .wc_payment_method .wc_payment_method_description:before {
    content: '';
    width: 1px;
    background-color: rgba(153, 153, 153, 0.3);
    position: absolute;
    left: 0;
    top: -10px;
    bottom: -10px;
}

#payment .wc_payment_method .wc_payment_method_description {
    width: 85%;
    position: relative;
    padding-left: 20px;
}

#payment .wc_payment_method .payment_title {
    color: #a70706;
    display: block;
}

#payment .wc_payment_method_description span,
#payment .wc_payment_method_description p {
    color: #333333;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}

#CRcheckout_form .checkout-step-pay .form-row.place-order {
    padding: 0 !important;
}

#CRcheckout_info_cart_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
}

#CRcheckout_info_cart_btn a {
    width: auto;
}

.CRgroup_btn_place_order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
}

.CRwoocommerce_order_button {
    position: relative;
}

#CRcheckout_info_cart_btn a.CRbtn_style_wc_next {
    padding: 7px 90px 7px 60px !important;
}

.CRwoocommerce_order_button #place_order {
    padding: 7px 90px 7px 60px !important;
    outline: none;
    box-shadow: none;
}

#CRcheckout_info_cart_btn a.CRbtn_style_wc_prev,
.CRgroup_btn_place_order .CRcheckout_prevstep a {
    padding: 7px 60px 7px 90px !important;
}

.CRwoocommerce_order_button i {
    position: absolute;
    top: 0;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #ffffff;
    right: 0;
    z-index: 1;
    color: #fff;
}

.checkout-step-pay .CRdef_checkout_title i {
    background: #d39f40;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 10px;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.checkout-step-pay.active {
    opacity: 1;
    visibility: visible;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.checkout-step-info.hide,
.checkout-step-pay {
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

/* Product view */
#CRlist_view_product {
    margin: 0 -10px;
}

#CRlist_view_product .CRgr_item_pd {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

#CRproduct_view h3 {
    color: #333333;
    font-family: "Trirong";
    font-size: 28px;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
}

#CRproduct_view {
    width: 100%;
}

#CRproduct_view .empty_pd {
    width: 100%;
    text-align: center;
    margin: 40px auto 0 auto;
}

/* Cart */
#CRcart_page {
    margin-bottom: 90px;
}

#CRcenter_cart_page #custom_cart_total {
    margin: 40px 0 0 0;
}

#custom_cart_total tr.cart-discount a.woocommerce-remove-coupon:after {
    content: 'x';
    color: #fff;
    font-size: 8px;
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: rgba(163, 114, 36, .6);
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 60%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Trirong";
    line-height: 12px;
}

#custom_cart_total tr.cart-discount a.woocommerce-remove-coupon {
    color: transparent;
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
}

#CRcenter_cart_page #custom_cart_total tr.cart-discount td {
    padding-left: 10px;
    color: #a37224 !important;
    font-family: "UTMAvoBold" !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: normal !important;
}

#custom_cart_total ul,
#custom_cart_total li {
    margin: 0 !important;
    padding: 0;
}

#CRcenter_cart_page #custom_cart_total tr {
    margin: 0 10px;
}

#CRcenter_cart_page #custom_cart_total table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -10px;
}

#CRcenter_cart_page #custom_cart_total th {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

#custom_cart_total .order-total th,
#custom_cart_total .order-total td {
    color: #a37224 !important;
    font-family: "UTMAvoBold" !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: normal !important;
    margin: 0;
    padding: 0;
}

#CRcenter_cart_page #custom_cart_total th,
#CRcenter_cart_page #custom_cart_total td {
    color: #666666;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0;
    border: none;
}

#CRcenter_cart_page #custom_cart_total h2,
#CRcenter_cart_page #custom_cart_total .wc-proceed-to-checkout,
.woocommerce-message,
#CRbtn_update_cart,
#actions_cart_btn:after {
    display: none;
}

#actions_cart_btn {
    margin: 65px 0 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.CRbtn_style_wc {
    height: 40px;
    position: relative !important;
    max-width: 240px;
    width: 100%;
    text-align: center;
    border: 1px solid #e1e1e1 !important;
    font-family: "Trirong";
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: normal !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRbtn_style_wc i {
    position: absolute;
    top: 0;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRbtn_style_wc.CRbtn_style_wc_next i {
    border-left: 1px solid #ffffff;
    right: 0;
}

.CRbtn_style_wc.CRbtn_style_wc_next {
    padding: 7px 40px 7px 20px !important;
    color: #ffffff;
    background-color: #a37224 !important;
}

.CRbtn_style_wc.CRbtn_style_wc_prev i {
    left: 0;
    border-right: 1px solid #e1e1e1;
}

.CRbtn_style_wc.CRbtn_style_wc_prev {
    padding: 7px 20px 7px 55px !important;
    color: #999999;
    background-color: #f5f5f5 !important;
}

#CRcart_coupon form.checkout_coupon {
    margin: 0;
    border: none;
    padding: 0;
}

#CRcart_coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#CRcart_coupon .input-coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#CRcart_coupon .input-coupon input::placeholder {
    color: #999999;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

#CRcart_coupon .input-coupon input.btn {
    min-width: 110px;
    height: 40px;
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, right top, from(#a37224), color-stop(1%, #a37224), to(#ffeda9));
    background-image: -o-linear-gradient(left, #a37224 0%, #a37224 1%, #ffeda9 100%);
    background-image: linear-gradient(to right, #a37224 0%, #a37224 1%, #ffeda9 100%);
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
}

#CRcart_coupon .input-coupon input {
    height: 40px;
    border: 1px solid #b3b3b3;
    background-color: #ffffff;
    padding: 0 15px;
    width: auto;
    color: #999999;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#CRcart_coupon form.checkout_coupon label {
    display: none;
}

#CRtop_cart_page {
    margin-bottom: 40px;
}

#CRcheckout_nav_step {
    margin: 40px 0 40px 0;
}

#CRtop_cart_page thead {
    background-color: #f5f5f5;
}

#CRcheckout_nav_step .checkout_nav li:first-child.active {
    background-image: -webkit-gradient(linear, left top, right top, from(#a37224), color-stop(1%, #a37224), to(#ffeda9));
    background-image: -o-linear-gradient(left, #a37224 0%, #a37224 1%, #ffeda9 100%);
    background-image: linear-gradient(to right, #a37224 0%, #a37224 1%, #ffeda9 100%);
}

#CRcheckout_nav_step .checkout_nav li.active {
    background-image: url('../images/ico_checkout_next.png');
    padding-left: 50px;
}

#CRcheckout_nav_step .checkout_nav li {
    display: inline-block;
    width: 25%;
    float: left;
    background-color: #f5f5f5;
    padding: 13.5px 40px;
    position: relative;
}

#CRcheckout_nav_step .checkout_nav li:before {
    border-top: 30px solid #f5f5f5;
    border-bottom: 30px solid #f5f5f5;
    border-left: 30px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

#CRcheckout_nav_step .checkout_nav li:last-child:after {
    display: none;
}

#CRcheckout_nav_step .checkout_nav li:after {
    border-top: 30px solid #b3b3b3;
    border-bottom: 30px solid #b3b3b3;
    border-left: 30px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

#CRcheckout_nav_step .checkout_nav li.active a {
    color: #ffffff;
}

#CRcheckout_nav_step .checkout_nav li a {
    color: rgba(153, 153, 153, 0.6);
    font-family: "Trirong";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

#CRcheckout_nav_step .checkout_nav li.active a p {
    border: 1px solid #ffffff;
}

#CRcheckout_nav_step .checkout_nav li a p {
    margin-bottom: 0;
    border: 1px solid rgba(153, 153, 153, 0.6);
    border-radius: 50%;
    height: 34px;
    width: 34px;
    margin-right: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#CRcart_page #CRproduct_view {
    padding: 0 15px;
}

#CRtop_cart_page table.shop_table tbody tr {
    position: relative;
    border-bottom: 1px solid rgba(147, 149, 152, 0.5);
}

#CRtop_cart_page table.shop_table tbody td {
    padding: 15px 12px;
}

#CRtop_cart_page thead:after {
    content: '';
    height: 1px;
    background-color: #939598;
    position: absolute;
    left: 0;
    right: 0;
    top: 44px;
}

#CRcenter_cart_page #custom_cart_total table,
#CRtop_cart_page table.shop_table {
    border: none !important;
    margin: 0;
    border-collapse: collapse;
    border-radius: 0px;
    position: relative;
}

#CRcart_page #CRbreadcrumbs .container {
    padding: 0;
}

#CRtop_cart_page table.shop_table th:first-child {
    padding-left: 30px;
}

#CRtop_cart_page table.shop_table td.product-name {
    width: 90px;
    padding-left: 30px;
}

#CRtop_cart_page table.shop_table td {
    text-align: center;
}

#CRtop_cart_page table.shop_table td {
    position: relative;
}

#CRtop_cart_page table.shop_table td {
    border-left: none;
    border-right: none;
    border: none;
}

#CRtop_cart_page table.shop_table td.product-details,
#CRtop_cart_page table.shop_table td:first-child,
#CRtop_cart_page table.shop_table thead th:first-child {
    text-align: left !important;
}

#CRtop_cart_page table.shop_table .product-price {
    width: 200px;
}

#CRtop_cart_page thead th {
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400 !important;
    line-height: normal !important;
    border-left: none;
    border-right: none;
    border-bottom: none;
    text-align: center !important;
}

#CRtop_cart_page h1.step-title {
    margin-bottom: 20px;
}

#CRtop_cart_page table.shop_table .product-name img {
    width: 80px;
    height: 65px;
    margin: 5px auto;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

#CRtop_cart_page h1.step-title i {
    color: #d39f40;
    margin-right: 10px;
    font-size: 20px;
}

#CRtop_cart_page h1 {
    margin-bottom: 20px !important;
    display: block;
}

#CRtop_cart_page table.shop_table td.product-details .cart-item-details {
    position: relative;
}

#CRtop_cart_page table.shop_table td.product-details .cart-item-details a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#CRtop_cart_page table.shop_table td.product-details p,
#CRtop_cart_page table.shop_table td.product-details h4 {
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

#CRtop_cart_page table.shop_table tbody td a,
#CRtop_cart_page table.shop_table tbody td span {
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

#CRtop_cart_page table.shop_table tbody td.product-subtotal span {
    color: #a37224;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

#CRtop_cart_page h1.step-title b,
#CRtop_cart_page h1.step-title,
#CRtop_cart_page h1.step-title span {
    color: #333333;
    font-family: "Trirong";
    font-size: 16px;
    font-weight: 400 !important;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

/*Product rating*/
.CRgroup_rating_pd .top_ratingProduct .left li p.total {
    color: #999999;
    font-family: "Trirong";
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 0 5px;
}

.CRgroup_rating_pd .top_ratingProduct .left li:last-child {
    margin-bottom: 0;
}

.CRgroup_rating_pd .top_ratingProduct .left li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

.CRgroup_rating_pd .top_ratingProduct .left li p {
    color: #333333;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0 10px 0 0;
}

.CRgroup_rating_pd .top_ratingProduct .left li span.checked {
    color: #FFC107;
}

.CRgroup_rating_pd .top_ratingProduct .left li span {
    color: rgba(255, 165, 0, 0.3);
    padding: 0 5px;
    font-size: 13px;
}

.gr_total_rating h4 {
    color: #fffdfd;
    font-family: "Trirong";
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 0;
}

.gr_total_rating p {
    color: #fffdfd;
    font-family: "Trirong";
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    margin: 15px 0 20px 0;
    text-align: center;
}

.CRRatingProduct {
    margin-bottom: 30px;
}

.CRRatingProduct #full-stars-example-two {
    text-align: center;
}

.gr_right_rating {
    background-color: #082340;
    background-image: linear-gradient(-186deg, #a37224 0%, #a37224 2%, #ffeda9 100%);
    padding: 15px 10px;
}

.bottom_ratingProduct {
    margin-top: 25px;
}

.CRgroup_rating_pd {
    background-color: #f0f0f0;
    padding: 25px;
}

.CRgroup_rating_pd .top_ratingProduct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.CRgroup_rating_pd .top_ratingProduct .left {
    width: 60%;
}

.CRgroup_rating_pd .top_ratingProduct .right {
    width: 40%;
}

.CRgroup_rating_pd .bottom_ratingProduct a {
    width: 100%;
    height: 40px;
    background-color: #082340;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    font-family: "Trirong";
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

#full-stars-example-two .rating-group {
    display: inline-flex;
}

#full-stars-example-two .rating__icon {
    pointer-events: none;
}

#full-stars-example-two .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

#full-stars-example-two .rating__input--none {
    display: none;
}

#full-stars-example-two .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 15px;
}

#full-stars-example-two .rating__icon--star {
    color: #FFC107;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

#full-stars-example-two .rating__input:checked~.rating__label .rating__icon--star {
    color: #f3f3f3;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

#full-stars-example-two .rating__input:hover~.rating__label .rating__icon--star {
    color: #ddd;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

/*Popup*/
.group_load {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.group_load .load-img {
    width: 100px;
    height: 100px;
    margin: 6px;
    border-radius: 50%;
    -webkit-animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #333;
    z-index: 99;
    background: #082340;
}

.group_load .load-img .item_load {
    width: 71px;
    height: 50px;
    background-image: url('../images/lg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#popup_load_first.show_pop {
    visibility: visible;
    transition: all .5s;
    opacity: 1;
}

#popup_load_first {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999999999;
    opacity: 0;
    visibility: hidden;
    transition: 1s all ease;
}

#popup_load_first.show_pop div#popup_load_first_content {
    top: 50%;
}

div#popup_load_first_content {
    max-width: 1000px;
    height: auto;
    width: 100%;
    margin: auto;
    border-radius: 0;
    background-color: #fff;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 30;
    -webkit-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

.bg_popup_first {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#popup_load_first_content .cont_pop_first {
    width: 100%;
    height: 100%;
}

.close_pop_first {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #333;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    display: flex;
    cursor: pointer;
}

.image_popup_top img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/*Header*/
.group_cart_head a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

div#CRnav .CRdefMenu {
    position: relative;
}

div#CRnav li.CRdefMenu ul li:hover a,
div#CRnav li.CRdefMenu ul li.active a,
div#CRnav ul.sub-menu li ul.sub-menu li:hover a {
    color: #a37224 !important;
}

div#CRnav li.current-menu-parent>a {
    font-weight: normal;
    font-family: 'Open Sans Bold';
}

div#CRnav .CRdefMenu ul.sub-menu:before {
    content: '';
    background: #a37224;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    display: block !important;
    top: 10px;
    z-index: 2;
}

.nav-clone #CRnav .CRdefMenu ul.sub-menu:before{
    top: 20px;
}

div#CRnav .CRdefMenu ul.sub-menu {
    width: 300px;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    position: absolute;
    margin: 0 !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 0;
    visibility: hidden;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    opacity: 0;
    /*-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);*/
    padding-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    pointer-events: none;
}

.nav-clone div#CRnav .CRdefMenu ul.sub-menu{
    padding-top: 20px;
}

div#CRnav .CRdefMenu ul.sub-menu li a {
    width: 100%;
    color: #333333 !important;
    /* font-family: "Trirong"; */
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
}

div#CRnav .CRdefMenu ul.sub-menu li {
    width: 100%;
    height: auto;
    background-color: white;
}

div#CRnav .CRdefMenu ul.sub-menu:after,
div#CRnav .CRdefMenu ul.sub-menu:before {
    display: none;
}

div#CRnav ul>li.active>a {
    font-family: 'Open Sans Bold';
    color: #a37224;
    font-weight: normal;
}
b, strong {
    font-family: 'Open Sans Bold';
    font-weight: normal;
}
section#CRbreadcrumbs nav.breadcrumb {
    background-color: transparent;
    padding: 10px 0;
    margin: 0;
}

li.title_single cite {
    color: #a37224 !important;
}

nav.breadcrumb span.divider i {
    color: #333;
}

nav.breadcrumb ul li cite {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
    text-transform: capitalize;
}

ul.sub-menu a:after {
    display: none !important;
}

div#CRnav li.CRdefMenu:hover ul.sub-menu,
div#CRnav li.CRcustomTwoMenu:hover ul.sub-menu,
li.CRcustomTwoMenu:hover>ul.sub-menu,
li.CRcustomMenu:hover>ul.sub-menu {
    visibility: visible;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    opacity: 1;
    pointer-events: auto;
}

li.CRcustomTwoMenu>ul.sub-menu>li.menu-item-type-taxonomy {
    width: 33.333%;
    padding: 0 20px !important;
}

li.CRcustomTwoMenu>ul.sub-menu>li.menu-item-type-taxonomy a {
    width: 100%;
}

/* li.CRcustomTwoMenu>ul.sub-menu:after,
li.CRcustomTwoMenu>ul.sub-menu:before {
    left: -30px;
    right: -30px;
} */

div#CRnav div#mn_desk li.CRcustomTwoMenu ul.sub-menu li ul.sub-menu {
    background: #fff;
}

li.CRcustomTwoMenu>ul.sub-menu:after,
div#CRnav li.CRcustomTwoMenu ul.sub-menu li ul {
    height: 535px;
    padding: 0 10px !important;
}

li.CRcustomTwoMenu>ul.sub-menu {
    width: 920px;
    pointer-events: none;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    position: absolute;
    margin: 0 !important;
    right: 0;
    visibility: hidden;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    opacity: 0;
    /*-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);*/
    padding-top: 10px;
}

.nav-clone .CRcustomTwoMenu>ul.sub-menu{
    padding-top: 20px;
}

li.CRcustomMenu>ul.sub-menu {
    pointer-events: none;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    position: absolute;
    margin: 0 !important;
    left: 0;
    right: 0;
    visibility: hidden;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    opacity: 0;
    /*-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);*/
    padding-top: 10px;
}

.nav-clone li.CRcustomMenu>ul.sub-menu{
    padding-top: 20px;
}

ul.sub-menu>li>a {
    color: #ffffff !important;
    /* font-family: "Trirong"; */
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

ul.sub-menu>li:first-child {
    border: none;
}

ul.sub-menu>li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #fff;
    background-color: #a37224;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

ul.sub-menu:before {
    content: '';
    background: #a37224;
    height: 55px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}

ul.sub-menu:after {
    content: '';
    background: #ffffff;
    height: 545px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    top: 92px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

ul.sub-menu li ul.sub-menu:after,
ul.sub-menu li ul.sub-menu:before {
    display: none;
}

div#CRnav div#mn_desk ul.sub-menu li ul.sub-menu {
    top: 55px;
    height: 545px;
    overflow-y: auto;
    display: block;
    box-shadow: none;
    position: absolute;
    left: -1px;
    right: -1px;
    margin: 0 !important;
}

ul.sub-menu li ul.sub-menu li:last-child {
    padding-bottom: 25px !important;
}

ul.sub-menu li ul.sub-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

ul.sub-menu li ul.sub-menu::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(40, 40, 40, 0.8);
}

ul.sub-menu li ul.sub-menu::-webkit-scrollbar-thumb {
    background-color: #a37224 !important;
}

ul.sub-menu li ul.sub-menu li {
    width: 100%;
    background-color: #ffffff;
    height: auto;
    padding-top: 25px !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

div#CRnav ul.sub-menu li ul.sub-menu li a {
    color: #333333 !important;
    font-size: 12.5px !important;
    text-transform: capitalize;
    width: 100%;
}

.main_header .container .row {
    position: relative;
}

.CR_custom_nav {
    position: initial;
}

div#CRad_header {
    width: 100%;
    position: relative;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    height: 70px;
}

div#CRad_header.hide {
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

div#CRad_header img {
    width: 100%;
    height: 100%;
    -o-object-fit: none;
    object-fit: none;
}

div#CRad_header a.close_ad {
    position: absolute;
    top: 0;
    right: calc((100% - 1140px) / 2);
    z-index: 9;
}

div#CRad_header a.close_ad i {
    color: #082340 !important;
}

header#header {
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.29);
    background-color: #082340;
}

.top_header {
    position: relative;
}

/*header#header .top_header:before{*/
/*    content: url("../images/ico_left_head.png");*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    z-index: 1;*/
/*}*/
div#CRlogin ul,
.top_right_header,
div#CRhotline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

div#CRhotline p {
    padding-right: 10px;
}

div#CRhotline p,
div#CRhotline a {
    color: #333333;
    font-size: 14px;
    line-height: 61.35px;
    margin: 0;
}

div#CRlogin ul li a {
    opacity: 1;
    color: #082340;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: 61.35px;
}

div#CRlogin ul {
    margin: 0 -10px;
}

div#CRlogin ul li {
    position: relative;
    padding: 0 10px;
}

div#CRlogin ul li:last-child:after {
    display: none;
}

div#CRlogin ul li:after {
    content: '';
    width: 1px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ffffff;
    opacity: 0.8;
}

.top_right_header {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

div#CRlogin {
    margin-right: 20px;
}

.group_header_se {
    width: 100%;
    height: 28px;
    position: relative;
    border: 1px solid #984e11;
}

.group_header_se input::placeholder {
    color: #333333;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
}

.group_header_se button#search_btn i {
    font-size: 13px;
    color: #fff;
}

.group_header_se button#search_btn {
    box-shadow: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -1px;
    height: 100%;
    border: none;
    background-color: #b78c3e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.group_header_se input {
    background-color: rgba(255, 255, 255, 0.5);
    color: #333333;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: normal;
    line-height: 61.35px;
    padding: 10px;
    box-shadow: none !important;
    border: none !important;
    width: 100%;
    height: 28px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.group_header_se:hover button#search_btn,
.group_header_se:hover input {
    /*background-color: #fff;*/
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

/* .top_header .container .row:before {
    content: '';
    left: 0;
    right: 0;
    height: 2px;
    background-color: #ad7d2f;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
} */

.top_header .container .row {
    position: relative;
}

div#CRhotline {
    z-index: 2;
    position: relative;
}

div#CRnav div#mn_desk ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

div#CRnav ul {
    margin: 0 -10px;
}

div#CRnav ul li {
    padding: 0 18px;
    cursor: pointer;
}

div#CRnav ul li ul.sub-menu>li {
    width: 100%;
}

div#CRnav ul li a:hover:after {
    right: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

div#CRnav ul li a:after {
    content: '';
    height: 2px;
    background-color: #a37224;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 100%;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

div#CRnav ul li a:hover {
    color: #a37224;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

div#CRnav ul li a {
    font-family: 'Open Sans Bold';
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    color: #333333;
    font-size: 15px;
    font-weight: normal;
}

.main_header .container .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main_header {
    padding: 10px 0;
    position: relative;
    background-color: transparent;
    width: 100% !important;
    z-index: 998;
    /*box-shadow: 0 0 46px rgba(0, 0, 0, 0.29);*/
}

.fixed_header .main_header {
    background-color: #fff;
    left: 0;
    right: 0;
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.29);
}

.fixed_header .main_header #CRlogo img {
    max-width: 120px;
    height: unset;
}

div#CRgroup_head {
    background: #fff;
}

/** Home **/
section#CRintro_home {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

section#CRintro_home .CRstyle_title:after {
    content: url(../images/line_title_intro.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.CRstyle_title {
    position: relative;
    color: #082340;
    font-family: "Trirong";
    font-size: 50px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px 0;
    padding-bottom: 40px;
    overflow: hidden;
}

.CRcontent_intro_home p {
    color: #082340;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
    padding: 0 20px;
    margin: 0 0 50px 0;
    -moz-text-align-last: center;
    text-align-last: center;
}

a.btn-style.dark {
    color: #082340;
    border-color: #082340;
}

a.btn-style.white {
    color: #fff;
    border-color: #fff;
}

a.btn-style:hover {
    background-color: rgba(166, 102, 36, 0.5);
    color: #fff;
    border-color: #ab6a26;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

a.btn-style {
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    width: 176px;
    height: 40px;
    border: 1px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

section#CRgif_home .img_icon_box_sec {
    text-align: center;
    min-height: 70px;
}

section#CRgif_home .img_icon_box_sec img {
    height: 70px;
    width: auto;
    max-width: 27%;
}

section#CRgif_home .CRstyle_title:after {
    content: url(../images/line_title_gif.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.cont_icon_box_sec p {
    color: #a37224;
    font-family: "Trirong";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 15px 0 30px;
    text-align: center;
}

section#CRgif_home .icon_box_sec_flex {
    margin-top: 0;
}

section#CRgif_home {
    padding: 144px 0 100px 0;
}

.CRitem_partner_home img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.CRitem_partner_home {
    height: 100px;
    border: 1px solid #e2e2e2;
    background-color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    width: 100%;
    overflow: hidden;
}

#CRlist_logo_partner_home {
    margin: 20px -10px 0 -10px;
}

.CRgroup_item_partner_home {
    padding: 0 10px;
    outline: none !important;
    cursor: grab;
}

.CRgroup_item_partner_home {
    padding: 0 10px;
    outline: none !important;
    cursor: grab;
}

section#CRartner_home {
    padding: 15px 0 20px;
}

section#CRartner_home .CRstyle_title:after {
    content: url(../images/line_title_partner.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.CRitem_item_advisory_home.type_text:before {
    content: '';
    background-color: rgba(8, 35, 64, 0.5);
}

.CRitem_item_advisory_home.type_video:before {
    content: '';
    background-color: rgba(163, 114, 36, 0.8);
}

.CRitem_item_advisory_home:hover:before {
    bottom: 100%;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.CRitem_item_advisory_home:hover:after {
    top: 0;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.CRitem_item_advisory_home:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.CRitem_item_advisory_home:after {
    content: '';
    opacity: 1;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.CRitem_item_advisory_home {
    height: 513px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.CRitem_item_advisory_home.type_video .content,
.CRitem_item_advisory_home.type_video:hover .content {
    z-index: 2;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.CRitem_item_advisory_home.type_text:hover .content {
    bottom: 0;
    z-index: 2;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.CRitem_item_advisory_home.type_text .content {
    width: 100%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    padding: 0 20px;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.CRitem_item_advisory_home .content h3 {
    color: #ffffff;
    font-family: "Trirong";
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
    text-align: center;
}

.CRitem_item_advisory_home.type_text .content h3 {
    margin-bottom: 40px;
}

.CRitem_item_advisory_home.type_text .content a.btn-style {
    color: #fff;
    margin: 0 auto;
}

div#CRlist_advisoryr_home {
    margin: 10px -10px -10px -10px;
    padding: 0 0 60px 0;
}

.CRgroup_item_advisory_home {
    padding: 10px;
}

.CRitem_item_advisory_home.type_video .content {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 10px;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.CRitem_item_advisory_home.type_video .content img {
    height: 76px;
    width: 77px;
    margin: 0 auto;
}

.CRitem_item_advisory_home.type_text:hover .content a.btn-style {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.CRitem_item_advisory_home:hover a.click_advisory_home {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#CRadvisoryr_home {
    /* background-color: #e3e3e3; */
    position: relative;
}

#CRadvisoryr_home:before {
    content: '';
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 390px;
}

.CRitem_collection img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.CRitem_collection {
    height: 594px;
    position: relative;
    overflow: hidden;
}

.CRitem_collection:hover:after {
    top: 100%;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.CRitem_collection:after {
    content: '';
    opacity: 1;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.CRitem_collection a {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.CRitem_collection .content h3 {
    color: #ffffff;
    font-family: "Trirong";
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.CRitem_collection .content {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 1;
    width: 100%;
    padding: 0 20px;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.CRitem_collection:hover .content {
    bottom: -100%;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

div#CRlist_collection_home .customm_arrow i {
    font-size: 35px;
}

#CRlist_collection_home {
    margin: -10px;
    padding: 20px 0 0 0;
}

.CRgroup_item_collection {
    padding: 10px;
}

section#CRcollection_home {
    padding: 120px 0 40px 0;
}

section#CRcollection_home .CRstyle_title:after,
section#CRadvisoryr_home .CRstyle_title:after {
    content: url(../images/line_title_partner.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

section#CRaform_reg_home {
    background-image: linear-gradient(83deg, #ffeda9 0%, #a37224 100%);
    padding: 20px 0;
}

.CRgroup_left_form_home img {
    height: 40px;
    width: auto;
    max-width: 100%;
}

.CRgroup_left_form_home .phone a {
    color: #1b3a6a;
    font-family: "Trirong";
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    padding-left: 10px;
}

.CRgroup_left_form_home .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0 0 0;
}

.CRform_shortcode_home p,
.CRform_shortcode_home h4 {
    color: #ffffff;
    font-family: "Trirong";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.CRform_shortcode_home label {
    display: none;
}

.CRform_shortcode_home input::placeholder {
    color: #999999;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.CRform_shortcode_home input {
    width: 100%;
    height: 35px;
    background-color: #ffffff;
    color: #000;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
}

.CRform_shortcode_home {
    width: 716px;
}

.form_reg_home.form_def ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

li.def-form-field:first-child {
    width: 560px;
}

.custom_submit_form_reg_home.gr-def-form-field input {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 148px;
    height: 35px;
    background-color: #1b3a6a;
    color: #fffefe;
    font-family: "Trirong";
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 0;
    border: 1px solid #1b3a6a;
}

.custom_submit_form_reg_home.gr-def-form-field:hover input {
    background-color: #a8792c;
    border: 1px solid #fbe7a3;
}

.CRitem_banner_home {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 130px 0 140px 0;
    outline: none;
    position: relative;
    cursor: pointer;
}

.CRcont_item_banner_home {
    width: 540px;
    text-align: center;
    margin-left: 100px;
}

.CRcont_item_banner_home h1:after,
.CRcont_item_banner_home h4:after {
    content: url(../images/line_title_banner.png);
    position: absolute;
    top: -55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
}

.CRcont_item_banner_home h1,
.CRcont_item_banner_home h4 {
    color: #ffffff;
    font-family: "Trirong";
    font-size: 51px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 50px 0 80px 0;
    position: relative;
}

.CRcont_item_banner_home .border_bt {
    margin: 0;
    padding: 0;
}

.CRcont_item_banner_home a.btn-style {
    border: 1px solid #ffffff;
    color: #fff;
}

.CRlogo_banner img {
    margin: 0 auto;
}

#CRbanner_home {
    position: relative;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: #082340; */
    max-height: 500px;
    overflow: hidden;
}

#CRbanner_home .main-banner-item img {
    width: 100%;
}

#CRbanner_home .customm_arrow.right {
    right: 25px;
}

#CRbanner_home .customm_arrow.left {
    left: 25px;
}

#CRbanner_home .customm_arrow {
    z-index: 2;
    cursor: pointer;
}

#CRbanner_home .customm_arrow i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 35px;
}

#CRbanner_home .slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

#CRbanner_home .slick-dots li button:before {
    display: none;
}

#CRbanner_home .slick-dotted .slick-slider {
    margin-bottom: 30px;
}

#CRbanner_home .slick-dots {
    position: absolute;
    bottom: 30px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

#CRbanner_home .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

#CRbanner_home .slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#CRbanner_home .slick-dots li button:hover,
#CRbanner_home .slick-dots li button:focus {
    outline: none;
}

#CRbanner_home .simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}

#CRbanner_home .simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}

#CRbanner_home .simple-dots .slick-dots li button:hover,
#CRbanner_home .simple-dots .slick-dots li button:focus {
    opacity: 1;
}

#CRbanner_home .simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

#CRbanner_home .slick-dots li.slick-active {
    width: 50px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

#CRbanner_home .slick-dots li {
    height: 3px;
    width: 30px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

#CRbanner_home .slick-dots li button {
    position: relative;
    opacity: 1;
    width: 20px;
    height: 4px;
    padding: 0;
    border: 1px solid #444444;
    background-color: #ffeda9;
    margin: 0 auto;
}

#CRbanner_home .slick-dots li button:hover,
#CRbanner_home .slick-dots li button:focus {
    opacity: 1;
}

#CRbanner_home .slick-dots li.slick-active button {
    opacity: 1;
    background-color: #a37224;
    width: 50px;
}

#CRbanner_home .slick-dots li.slick-active button:hover,
#CRbanner_home .slick-dots li.slick-active button:focus {
    opacity: 1;
}

@keyframes Slick-FastSwipeIn {
    0% {
        transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
    }

    100% {
        transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
    }
}

@-webkit-keyframes ProgressDots {
    from {
        width: 0px;
    }

    to {
        width: 100%;
    }
}

@keyframes ProgressDots {
    from {
        width: 0px;
    }

    to {
        width: 100%;
    }
}

section#CRfeel_home {
    /* background-color: #e3e3e3; */
    background-color: #fff;
    /* padding-bottom: 80px; */
}

section#CRfeel_home .CRstyle_title {
    font-size: 30px;
    margin: 0 0 10px;
    padding-bottom: 20px;
    padding-top: 5px;
}

section#CRfeel_home .CRstyle_title:after {
    content: url(../images/line_title_partner.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.CRgr_item_feel_home_nav,
.CRgr_item_feel_home_for {
    outline: none;
    cursor: pointer;
}

.CRitem_feel_home_for {
    width: 840px;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.CRitem_feel_home_for .ico {
    padding-bottom: 30px;
}

.CRitem_feel_home_for .title {
    width: 100%;
}

.CRitem_feel_home_for .title p,
.CRitem_feel_home_for .title h4 {
    color: #333333;
    font-family: "Trirong";
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.CRitem_feel_home_for .position {
    margin-top: 10px;
}

.CRitem_feel_home_for .position p {
    color: rgba(166, 166, 166, 0.8);
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.CRitem_feel_home_for .cont {
    margin-bottom: 15px;
}

.CRitem_feel_home_for .cont p {
    color: #333333;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

#CRfeel_home .customm_arrow.right {
    right: 15px;
}

#CRfeel_home .customm_arrow.left {
    left: 15px;
}

#CRfeel_home .customm_arrow {
    cursor: pointer;
    z-index: 2;
}

#CRfeel_home .customm_arrow i {
    color: #333333;
    font-size: 35px;
}

div#CRlist_feel_home_nav {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 25px auto 0 auto;
}

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

.CRitem_feel_home_nav {
    height: 80px !important;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#CRlist_feel_home_for {
    margin-bottom: 0;
}

div#CRlist_feel_home_for ul.slick-dots {
    position: initial;
    margin-top: 15px;
}

.CRitem_feel_home_nav .gr_img {
    width: 80px !important;
    height: 80px !important;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ab7d30;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRgr_item_feel_home_nav.slick-slide.slick-current.slick-active.slick-center .CRitem_feel_home_nav .gr_img {
    width: 70px !important;
    height: 70px !important;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border: 2px solid #ab7d30;
}

.CRgr_item_feel_home_nav.slick-slide.slick-current.slick-active.slick-center {
    width: 70px !important;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRgr_item_feel_home_nav {
    margin: 20px 15px;
    height: 100px !important;
    width: 80px !important;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRgr_item_feel_home_nav.slick-current {
    transform: scale(1.5);
}

div#CRlist_feel_home_for .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}

div#CRlist_feel_home_for .slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 0;
}

div#CRlist_feel_home_for .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #a37224;
}

div#CRlist_feel_home_for .slick-dots li button:before {
    opacity: 0.5;
    color: #a37224;
    width: 15px;
    height: 15px;
}

section#CRlist_pd_home,
section.CRlist_pd_home,
section.custom-section,
section#CRcollection_home.custom-section,
section#CRgif_home.custom-section {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 0 0;
}

section.custom-section .CRstyle_title,
section.CRlist_pd_home .CRstyle_title {
    font-size: 30px;
    margin: 0 0 10px;
    padding-bottom: 20px;
    padding-top: 5px;
}

section.custom-section .CRcustom_dots ul.slick-dots {
    margin: 5px 0 0;
}

section#CRlist_pd_home .CRstyle_title {
    color: #ffffff;
}

section.CRlist_pd_home .CRstyle_title {
    color: #ffffff;
}

.slick-dotted.slick-slider {
    margin-bottom: 10px;
}

section .CRstyle_title:after {
    content: url(../images/line_title_pd_sec.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

/* section.CRlist_pd_home .CRstyle_title:after {
    content: url(../images/line_title_pd_sec.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
} */
#CRlist_pd_home .customm_arrow {
    cursor: pointer;
    z-index: 2;
}

#CRlist_pd_home .customm_arrow i {
    color: #fff;
    font-size: 35px;
}

.CRlist_pd_home .customm_arrow {
    cursor: pointer;
    z-index: 2;
}

.CRlist_pd_home .customm_arrow i {
    color: #fff;
    font-size: 35px;
}

section#CRlist_pd_home a.btn-style.btn_hook {
    margin-top: 50px;
}

section.CRlist_pd_home a.btn-style.btn_hook {
    margin-top: 50px;
}

/** Item product **/
.CRgr_item_pd:hover .pd_view img {
    transform: scale(1.05);
    transition: all .5s ease-in;
}

.CRgr_item_pd:hover .CRanimation_text span {
    animation: glow 1s infinite alternate;
}

.CRgr_item_pd .pd_view img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease-out;
}

.CRgr_item_pd .pd_view {
    height: 345px;
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.CRgr_item_pd .pd_view:before {
    display: none;
    content: url(../images/ico_img_pd.png);
    position: absolute;
    top: 25px;
    left: 25px;
    opacity: 0.5;
}

.CRgr_item_pd .pd_view:after {
    content: url(../images/line_img_pd.png);
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    opacity: 0.5;
    display: none;
}

.CRgr_item_pd {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    background-color: #082340;
}

.CRgr_item_pd .pd_content:after {
    content: url(../images/ico_item_pd.png);
    width: 40px;
    height: 40px;
    background-color: #082340;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.CRgr_item_pd:hover .pd_content {
    background-color: #feeaa6;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRgr_item_pd .pd_content {
    padding: 30px 25px 25px;
    position: relative;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRgr_item_pd:hover .pd_content .product_name {
    color: #b46d32;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRgr_item_pd .pd_content .product_name {
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff58a;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    max-height: 50px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    margin: 0;
}

.CRgr_item_pd .pd_content .price.product_price_after:before {
    content: url(../images/line_item_pd.png);
    position: absolute;
    top: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.CRgr_item_pd .pd_content .price.product_price_after {
    min-height: 63px;
    padding-top: 15px;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRgr_item_pd span.woocommerce-Price-currencySymbol {
    margin-left: 5px;
}

.CRgr_item_pd .pd_content .price.product_price_after span {
    color: #b46d32;
    font-family: "Trirong";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.CRgr_item_pd .pd_content .price.product_price_after del {
    text-decoration-color: #b46d32;
    width: 100%;
}

.CRgr_item_pd .pd_content .price.product_price_after del span {
    color: #b46d32;
    font-family: "Trirong";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.CRgr_item_pd .pd_content .price.product_price_after ins {
    text-decoration: none !important;
}

.CRlist_product {
    margin: 0 -10px;
}

/** Intro **/
div#CRintro_page section#CRbreadcrumbs {
    position: absolute;
    left: 0;
    right: 0;
}

section#CRhistory_vision_intro {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 70px 0 0 0;
}

section#CRachievement_intro .CRstyle_title:after,
section#CRcertification_intro .CRstyle_title:after,
section#CRworkshop_intro .CRstyle_title:after,
section#CRpersonnel_intro .CRstyle_title:after,
section#CRvision_intro .CRstyle_title:after,
section#CRhistory_intro .CRstyle_title:after {
    content: url(../images/line_title_intro_page.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

section#CRhistory_intro {
    padding-bottom: 90px;
}

section#CRhistory_intro .CRcont_his {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Trirong";
    width: 83%;
    margin: 0 auto;
}

section#CRvision_intro:after {
    opacity: 1;
    content: '';
    background-color: white;
    height: 190px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

section#CRvision_intro {
    position: relative;
    padding-bottom: 0;
}

section#CRvision_intro .container {
    z-index: 2;
    position: relative;
}

#CRlist_vision .CRgr_item_vision:after {
    content: '';
    background-color: rgba(8, 35, 64, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#CRlist_vision .CRgr_item_vision {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 20px 60px;
}

div#CRlist_vision {
    margin: 0 -10px;
}

.CRcol_item_vision {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.left.CRcol_item_vision {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -7px 0;
}

.left.CRcol_item_vision .CRitem_vision {
    width: 100%;
    padding: 7px 0;
    height: 300px;
}

.left.CRcol_item_vision .CRitem_vision .CRgr_item_vision,
.right.CRcol_item_vision .CRitem_vision,
.right.CRcol_item_vision .CRitem_vision .CRgr_item_vision {
    height: 100%;
    width: 100%;
}

#CRlist_vision .CRgr_item_vision .CRcont_item_vision {
    z-index: 3;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 50%;
    left: 60px;
    right: 60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#CRlist_vision .CRgr_item_vision .CRcont_item_vision img {
    margin: 0 auto;
    height: 70px;
    width: auto;
}

#CRlist_vision .CRgr_item_vision .CRcont_item_vision h4 {
    color: #fffffe;
    font-family: "Trirong";
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin: 0;
}

#CRlist_vision .CRgr_item_vision .CRcont_item_vision .content {
    color: #ffffff;
    font-family: "Trirong";
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    padding-right: 3px;
}

.left .CRcont_item_vision h4,
.right .CRcont_item_vision .content {
    margin-top: 30px !important;
}

.right .CRcont_item_vision h4,
.left .CRcont_item_vision .content {
    margin-top: 20px !important;
}

.left .CRcont_item_vision h4 {
    font-size: 16px;
}

.right .CRcont_item_vision h4 {
    font-size: 20px;
}

.left .CRcont_item_vision .content {
    max-height: 72px;
    overflow-y: auto;
}

.right .CRcont_item_vision .content {
    max-height: 240px;
    overflow-y: auto;
}

.CRitem_personnel .des::-webkit-scrollbar-track,
.CRcont_item_vision .content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.CRitem_personnel .des::-webkit-scrollbar,
.CRcont_item_vision .content::-webkit-scrollbar {
    width: 2.5px;
    background-color: rgba(40, 40, 40, 0.8);
}

.CRitem_personnel .des::-webkit-scrollbar-thumb,
.CRcont_item_vision .content::-webkit-scrollbar-thumb {
    background-color: #a37224 !important;
}

div#CRintro_page section#CRartner_home {
    padding-top: 100px;
}

div#CRlist_personnel_home {
    margin: 0 -10px;
}

.CRgroup_item_personnel {
    padding: 0 10px;
}

.CRitem_personnel:hover {
    background-color: #082340;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRitem_personnel {
    cursor: pointer;
    background-color: transparent;
    text-align: center;
    padding: 40px 30px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    position: relative;
    overflow: hidden;
}

.CRitem_personnel:after {
    content: url("../images/img_perso.png");
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 1;
}

.CRitem_personnel .img_personnel {
    width: 170px;
    height: 170px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    border: 2px solid #e1c179;
}

.CRitem_personnel .img_personnel img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.CRitem_personnel h4 {
    color: #333333;
    font-family: "Trirong";
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.CRitem_personnel p {
    color: #333333;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.CRitem_personnel .des {
    color: #333333;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 20px 0 0 0;
    max-height: 70px;
    overflow: auto;
    opacity: 0;
}

.CRpersonnel {
    z-index: 2;
    position: relative;
}

.CRitem_personnel h4,
.CRitem_personnel p {
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRitem_personnel:hover .des {
    opacity: 1;
}

.CRitem_personnel:hover h4,
.CRitem_personnel:hover p {
    color: #fff;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRitem_personnel:hover:after {
    opacity: 0.5;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

section#CRpersonnel_intro {
    padding-bottom: 100px;
}

section#CRachievement_intro {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0 130px 0;
}

section#CRachievement_intro h4.CRstyle_title {
    color: #ffffff;
}

div#CRachievement_content img {
    width: 100%;
    height: auto;
}

div#CRachievement_content .CRachievement_cont {
    color: #ffffff;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

div#CRachievement_content {
    margin-top: 30px;
}

section#CRcertification_intro {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0 60px 0;
}

.CRitem_certification {
    cursor: pointer;
}

.CRgroup_item_personnel.slick-slide.slick-current.slick-active .CRitem_certification .img_personnel,
.CRitem_certification:hover .img_personnel {
    height: 328px;
}

.CRgroup_item_personnel.slick-slide.slick-current.slick-active .CRitem_certification .des,
.CRgroup_item_personnel.slick-slide.slick-current.slick-active .CRitem_certification .img_personnel:after,
.CRgroup_item_personnel.slick-slide.slick-current.slick-active .CRitem_certification .img_personnel,
.CRitem_certification:hover .des,
.CRitem_certification:hover .img_personnel,
.CRitem_certification:hover .img_personnel:after {
    opacity: 1;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRitem_certification .img_personnel:after {
    content: url("../images/shadow_item.png");
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    opacity: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRitem_certification .img_personnel {
    height: 284px;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    opacity: 0.5;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRitem_certification .img_personnel img {
    max-width: 100%;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.CRitem_certification {
    min-height: 404px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.CRitem_certification .des {
    color: #333333;
    font-family: "Trirong";
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 20px;
    opacity: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 60px;
    height: 60px;
}

div#CRlist_certification_intro {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section#CRcertification_intro .customm_arrow {
    top: 35%;
}

section#CRworkshop_intro {
    padding: 80px 0 100px 0;
}

section#CRworkshop_intro .CRcont_workshop {
    color: #333333;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    width: 85%;
    margin: 0 auto;
}

div#CRlist_workshop_intro {
    margin: 40px -10px 0 -10px;
}

.CRgroup_item_workshop {
    padding: 0 10px;
}

div#CRlist_workshop_intro .img_workshop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

div#CRlist_workshop_intro .img_workshop {
    height: 500px;
    cursor: pointer;
}

/*Service*/
section#CRdefault_service .CRstyle_title:after {
    content: url(../images/line_title_intro_page.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.CRgroup_item_def_sv .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.CRgroup_item_def_sv .images.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.CRgroup_item_def_sv .images.active img {
    width: 33.33%;
    padding: 0 10px;
}

.CRgroup_item_def_sv .images {
    height: 411px;
}

.CRgroup_item_def_sv:last-child {
    margin-bottom: 0;
}

.CRgroup_item_def_sv {
    padding: 0 10px;
    margin-bottom: 60px;
}

div#CRconts_default_service {
    margin: 20px -10px 0 -10px;
}

.CRgroup_item_def_sv .ico img {
    width: auto;
    height: 77px;
    margin: 0 auto;
    max-width: 100%;
    object-fit: cover;
}

.CRgroup_item_def_sv .ico {
    margin: 35px auto 0 auto;
    text-align: center;
    max-width: 77px;
}

.CRgroup_item_def_sv h4 {
    position: relative;
    color: #082340;
    font-family: "Trirong";
    font-size: 35px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
    margin: 30px 0 10px 0;
    overflow: hidden;
}

.CRgroup_item_def_sv h4:after {
    content: url(../images/line_item_sv.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.CRgroup_item_def_sv .des {
    color: #333333;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

section#CRdefault_service {
    padding: 15px 0 100px 0;
}

div#CRdefault_service_page li.prarent.list_br {
    pointer-events: none;
}

/*Contact*/
.CRconts_contact .logo_ct,
.CRconts_contact ul {
    position: relative;
    z-index: 4;
}

section#CRcontact .row {
    margin: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.CRcol_contact {
    padding: 0;
}

.CRconts_contact {
    background-color: #a37224;
    padding: 100px 70px 130px 70px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.CRconts_contact:after {
    content: url("../images/ico_bg_contact.png");
    position: absolute;
    left: 0;
    bottom: 0;
}

.CRconts_contact .logo_ct img {
    max-width: 100%;
    width: auto;
    height: 73px;
    margin: 0 auto;
}

.CRconts_contact .logo_ct {
    text-align: center;
    margin-bottom: 40px;
}

.CRconts_contact .title {
    color: #ffffff;
    font-family: "Trirong";
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 30px;
}

.CRconts_contact ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 20px;
}

.CRconts_contact ul li:last-child {
    margin-bottom: 0;
}

.CRconts_contact ul li i {
    color: #ffffff;
    padding-right: 15px;
}

.CRconts_contact ul li a {
    color: #ffffff;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.CRform_contact {
    height: 100%;
    padding: 55px;
}

.CRform_contact .form_ct h4 {
    color: #333333;
    font-family: "Trirong";
    font-size: 26px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    text-align: center;
}

.CRform_contact .form_ct p {
    color: #666666;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 40px 0;
    text-align: center;
}

.CRform_contact .form_ct ul li {
    width: 100%;
}

.CRform_contact .form_ct ul li label {
    color: #666666;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    margin: 0 0 0 0;
}

.CRform_contact .form_ct ul li input::placeholder {
    /* color: transparent; */
}

.CRform_contact .form_ct ul li .wpcf7-not-valid {
    border-bottom: 1px solid red !important;
    color: red !important;
}

.CRform_contact .form_ct ul li input {
    height: 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(163, 114, 36, 0.2) !important;
    width: 100%;
    box-shadow: none;
    outline: none;
    border: none;
    color: #666666;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.CRform_contact .form_ct ul li {
    margin-bottom: 25px;
}

.CRform_contact .form_ct ul li:last-child {
    margin: 35px 0 0 0 !important;
}

.CRform_contact .form_ct ul li textarea {
    box-shadow: none;
    outline: none;
    border: 1px solid rgba(163, 114, 36, 0.2);
    padding: 10px 5px;
    color: #666666;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
    width: 100%;
    height: 106px;
}

.CRform_contact .gr-def-form-btn {
    text-align: center;
}

.CRform_contact .gr-def-form-btn input:hover {
    background-image: -o-linear-gradient(5deg, #ffeda9 0%, #a37224 100%);
    background-image: linear-gradient(85deg, #ffeda9 0%, #a37224 100%);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRform_contact .gr-def-form-btn input {
    color: #fff !important;
    width: 176px !important;
    height: 40px !important;
    background-color: #333333;
    background-image: -o-linear-gradient(5deg, #a37224 0%, #ffeda9 100%);
    background-image: linear-gradient(85deg, #a37224 0%, #ffeda9 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRform_contact .gr-def-form-btn span.ajax-loader {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 45px;
    margin: 0;
}

section#CRcontact {
    padding: 45px 0 100px 0;
}

section#CRlist_store_contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -40px;
}

section#CRlist_store_contact ul li.active a {
    pointer-events: none;
}

section#CRlist_store_contact ul li:hover a,
section#CRlist_store_contact ul li.active a {
    color: #a37224;
}

section#CRlist_store_contact ul li h1,
section#CRlist_store_contact ul li h2 {
    margin: 0;
}

section#CRlist_store_contact ul li a {
    color: #082340;
    font-family: "Trirong";
    font-size: 55px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

section#CRlist_store_contact ul li {
    position: relative;
    padding: 0 40px;
}

section#CRlist_store_contact ul li:last-child:after {
    display: none;
}

section#CRlist_store_contact ul li:after {
    position: absolute;
    width: 1px;
    top: 58%;
    -webkit-transform: translateY(-58%);
    -ms-transform: translateY(-58%);
    transform: translateY(-58%);
    background-color: #333333;
    right: 0;
    content: '';
    height: 40px;
}

section#CRlist_store_contact {
    margin-top: 30px;
}

.box_list_store {
    position: relative;
    height: 100%;
}

.box_list_store h4.empt_pd {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #a37224;
    font-family: "Trirong";
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

div#CRgallery_store h4 {
    color: #333333;
    font-family: "Trirong";
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

div#CRlist_gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 35px -10px 0 -10px;
}

div#CRlist_gallery .item_gallery img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

div#CRlist_gallery .item_gallery {
    padding: 10px;
    width: 58.333333%;
    height: 468px;
}

div#CRlist_gallery .item_gallery:nth-child(2),
div#CRlist_gallery .item_gallery:nth-child(3) {
    width: 41.666667%;
}

div#CRgallery_store {
    margin-top: 20px;
}

/* 
.item_store {
    position: relative;
    padding: 20px 40px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border-bottom: 1px solid rgba(27, 58, 106, 0.2);
    direction: ltr;
}

.item_store.active:after,
.item_store:hover:after {
    bottom: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_store:after {
    content: '';
    background-color: #f3f3f3;
    background-image: linear-gradient(-53deg, #ffeda9 0%, #a37224 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_cont_store {
    position: relative;
    z-index: 1;
}

.item_store.active h4,
.item_store.active p,
.item_store.active a.phone,
.item_store.active i,
.item_store:hover h4,
.item_store:hover p,
.item_store:hover a.phone,
.item_store:hover i {
    color: #ffffff !important;
    border-color: transparent;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_store:hover a.phone:hover {
    color: #f5df9a !important;
}

.item_store:last-child {
    border-bottom: none;
}

.item_cont_store h4 {
    color: #666666;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 10px 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_cont_store p,
.item_cont_store a.phone {
    color: #666666;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_cont_store a.phone {
    width: max-content;
}

.item_cont_store i {
    color: #a37224;
    padding-right: 15px;
} */

/*FAQs*/
.CRfaqs_content_left .img img {
    width: 100%;
    height: auto;
}

.CRfaqs_content_right {
    padding-left: 65px;
}

.terms_faqs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
}

.terms_faqs ul li {
    width: 25%;
    padding: 0 10px;
}

.terms_faqs ul li.active .term_faqs:after,
.term_faqs:hover:after {
    bottom: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.term_faqs:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    background-color: #333333;
    background-image: -o-linear-gradient(5deg, #a37224 0%, #ffeda9 100%);
    background-image: linear-gradient(85deg, #a37224 0%, #ffeda9 100%);
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 0;
}

.term_faqs {
    position: relative;
    border-radius: 4px;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    padding: 15px 10px;
    text-align: center;
}

.terms_faqs ul li.active h4,
.term_faqs:hover h4 {
    color: #ffffff;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.terms_faqs ul li h4 {
    color: #333333;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
    margin: 10px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: 44px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 1;
    position: relative;
}

.terms_faqs ul li.active img,
.term_faqs:hover img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.terms_faqs ul li img {
    width: auto;
    max-width: 100%;
    height: 35px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 1;
    position: relative;
}

.term_faqs a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.terms_faqs {
    margin-bottom: 40px;
}

#CRfaqs_content .myaccordion .card:first-child {
    border-top: 1px solid #e0e0e0 !important;
}

#CRfaqs_content .myaccordion .card {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border-bottom: 1px solid #e0e0e0 !important;
}

#CRfaqs_content .myaccordion .card,
#CRfaqs_content .myaccordion .card:last-child .card-header {
    border: none;
}

#CRfaqs_content .myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
    padding: 0 0 0 0;
}

#CRfaqs_content .myaccordion .btn {
    width: 100%;
    color: #666666;
    font-family: "Trirong";
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    background: none !important;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    padding: 25px 20px;
    white-space: normal;
    text-align: left;
    position: relative;
    text-decoration: none !important;
    -webkit-box-pack: normal !important;
    -ms-flex-pack: normal !important;
    justify-content: normal !important;
    text-transform: uppercase;
}

#CRfaqs_content .myaccordion .btn p {
    color: #999999;
    font-family: "Trirong";
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding-right: 40px;
}

#CRfaqs_content .myaccordion .btn span {
    display: none;
}

#CRfaqs_content .myaccordion .card-body {
    padding: 30px 30px 30px 80px;
}

#CRfaqs_content .myaccordion .card-body p {
    color: #333333;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

#CRfaqs_content .card .card-header {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

#CRfaqs_content .card.active .card-header {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

#CRfaqs_content .card.active .card-body p,
#CRfaqs_content .card.active .btn p,
#CRfaqs_content .card.active .btn {
    color: #1c1c1c;
}

#list_support a.load_more_btn {
    color: #ffffff;
    font-family: "Trirong";
    font-size: 19px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    height: 55px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #333333;
    background-image: -o-linear-gradient(5deg, #a37224 0%, #ffeda9 100%);
    background-image: linear-gradient(85deg, #a37224 0%, #ffeda9 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 34px;
    min-width: 161px;
}

div#list_support div#accordion {
    margin-bottom: 60px;
}

div#CRfaqs_content {
    margin-bottom: 100px;
}

div#list_support div#accordion .empty_pd {
    text-align: center;
}

div#list_support div#accordion .empty_pd h4 {
    color: #082340;
    font-family: "Trirong";
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

section#CRfaqs_page .CRstyle_title:after {
    content: url(../images/line_title_faq.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

section#CRfaqs_page .CRstyle_title {
    padding-bottom: 25px;
}

/*Log Reg*/
.CRform_def_log_reg ul li {
    margin-bottom: 25px;
}

.CRform_def_log_reg li label {
    width: 100%;
    max-width: 100%;
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.CRform_def_log_reg li input::placeholder {
    color: rgba(51, 51, 51, 0.5);
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.CRform_def_log_reg input:focus,
.CRform_def_log_reg select:focus,
.CRform_def_log_reg input[type="text"]:focus,
.CRform_def_log_reg input[type="number"]:focus,
.CRform_def_log_reg input[type="email"]:focus,
.CRform_def_log_reg input[type="search"]:focus,
.CRform_def_log_reg input[type="password"]:focus,
.CRform_def_log_reg input[type="tel"]:focus,
.CRform_def_log_reg input[type="url"]:focus,
.CRform_def_log_reg textarea:focus {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid #a37224;
    background-color: #f6f6f6;
    outline: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRform_def_log_reg li input {
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    padding: 20px;
    height: 50px;
    border: 1px solid #e1e1e1;
    background-color: #f6f6f6;
    outline: none;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

span.forgot_pass_link {
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

span.forgot_pass_link a {
    color: #a37224;
    padding-left: 5px;
    text-transform: lowercase;
}

section#CRform_def_log_reg {
    margin: 40px 0 100px 0;
}

section#CRform_def_log_reg h2 {
    color: #999999;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin: 0;
    text-align: center;
}

.login-cus form {
    width: 100%;
    margin: 40px auto 0 auto !important;
}

.login-cus {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    padding: 60px 30px 80px 90px;
}

body .CRform_def_log_reg button.btn_user-submit {
    color: #ffffff !important;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    height: 50px;
    background-color: #a37224 !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.CRform_right {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.CRform_right .logo_web_ac {
    text-align: center;
}

.CRform_right .content {
    text-align: center;
}

.CRform_right .content h4 {
    color: #999999;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin: 45px 0;
}

.CRform_right .content a {
    width: 200px;
    height: 50px;
    background-color: #ffffff;
    background-image: linear-gradient(-84deg, #ffeda9 0%, #a37224 99%, #a37224 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fffefe;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 auto;
}

.login_fb {
    margin: 10px 0;
}

.login_fb a {
    position: relative;
    background-color: rgba(63, 91, 159, 0.95);
    color: #ffffff;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    height: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login_google a {
    position: relative;
    background-color: rgba(218, 79, 70, 0.95);
    color: #ffffff;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    height: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login_fb i,
.login_google i {
    position: absolute;
    left: 0;
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #fff;
    font-size: 25px;
}

section#CRform_def_log_reg .CRstyle_title:after {
    content: url(../images/line_title_partner.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.CRform_def_log_reg li .check-gender input {
    margin: 10px 10px;
    position: initial !important;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.check-gender .checkmark {
    position: absolute;
    top: 53%;
    left: 0;
    height: 15px;
    width: 15px;
    border: 2px solid #9d9fa2;
    background-color: #f5f5f5;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.check-gender input:checked~.checkmark:after {
    display: block;
}

.check-gender .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-gender .checkmark:after {
    top: 2px;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #9d9fa2;
}

li.res-field.reg_user_gender>label {
    margin-right: 27px;
    padding: 0;
    position: relative;
    box-shadow: none !important;
    width: auto;
}

input.form-check-input {
    display: none;
    margin: 0 !important;
}

label.form-check-label.check-gender {
    padding-left: 20px !important;
    cursor: pointer;
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

li.reg_user_gender.res-field {
    margin-bottom: 10px;
}

button#reg_account {
    width: 200px;
    margin-top: 40px;
}

/*recruitment*/
section#CRcontent_slider_recruitment {
    padding: 353px 0 255px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    overflow: hidden;
}

section#CRcontent_slider_recruitment .container {
    z-index: 2;
    position: relative;
}

section#CRcontent_slider_recruitment:after {
    content: url("../images/bg_color_rec.png");
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    z-index: 1;
}

section#CRcontent_slider_recruitment h4.CRstyle_title {
    color: #ffffff;
    text-align: left;
    font-size: 50px;
    text-transform: inherit;
}

section#CRcontent_slider_recruitment .CRcont {
    color: #ffffff;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

section#CRrecruitment_table .CRstyle_title:after,
section#CRintro_recruitment .CRstyle_title:after {
    content: url(../images/line_title_slider_rec.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

section#CRcontent_slider_recruitment h4.CRstyle_title:after {
    content: url(../images/line_title_slider_rec.png);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

section#CRintro_recruitment {
    padding: 50px 0 80px 0;
}

section#CRintro_recruitment .CRcont_intro {
    color: #333333;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

section#CRintro_recruitment .CRstyle_title {
    text-transform: inherit;
}

.item_slider_recruitment .CRcontent {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.item_slider_recruitment .CRcontent:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_slider_recruitment .CRcontent:after {
    content: '';
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    z-index: 1;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_slider_recruitment .CRcontent:hover:after {
    bottom: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_slider_recruitment .CRcontent:hover:before {
    top: 100%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_slider_recruitment .CRcontent:hover .content:before {
    background-color: #1b3a6a;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_slider_recruitment .CRcontent .content:before {
    content: '';
    width: 5px;
    height: 51px;
    background-color: #a37224;
    position: absolute;
    top: 10px;
    left: -40px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

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

.item_slider_recruitment .CRcontent {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    padding: 140px 40px 75px 40px;
    height: 454px;
}

.item_slider_recruitment .CRcontent:hover h4,
.item_slider_recruitment .CRcontent:hover p {
    color: #333333;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_slider_recruitment .CRcontent h4 {
    color: #ffffff;
    font-family: "Trirong";
    font-size: 25px;
    font-weight: 400;
    line-height: 33px;
    margin: 0 0 28px 0;
    height: 66px;
    max-height: 66px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_slider_recruitment .CRcontent p {
    color: #ffffff;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    max-height: 145px;
    overflow-y: auto;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    padding-right: 5px;
}

.item_slider_recruitment .CRcontent p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.item_slider_recruitment .CRcontent p::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(40, 40, 40, 0.8);
}

.item_slider_recruitment .CRcontent p::-webkit-scrollbar-thumb {
    background-color: #a37224 !important;
}

div#CRslider_recruitment .slick-list {
    border-radius: 10px;
}

div#CRslider_recruitment.deactivate {
    border-radius: 10px;
    overflow: hidden;
}

div#CRslider_recruitment {
    margin: 0;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.13);
}

.item_slider_recruitment {
    padding: 0;
}

section#CRitems_slider_recruitment {
    margin-top: -150px;
    position: relative;
    z-index: 3;
}

section#CRgr_slider_recruitment {
    margin-bottom: 90px;
}

div#CRhead_list_recruitment h4 {
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.CRdef_recruitment ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRdef_recruitment ul li:nth-child(1) {
    width: 10%;
}

.CRdef_recruitment ul li:nth-child(2) {
    width: 20%;
}

.CRdef_recruitment ul li:last-child {
    border: none;
}

.CRdef_recruitment ul li {
    width: 17.5%;
    padding: 20px 40px;
    border-right: 1px solid #ebebeb;
}

div#CRhead_list_recruitment li {
    padding: 15px 5px;
}

.CRitem_recruitment .num_rec p {
    color: #b5b5b5;
    font-family: "Trirong";
    font-size: 35px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    text-align: center;
}

.CRitem_recruitment h4 {
    color: #333333;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.CRitem_recruitment .btn_rec a:hover {
    color: #ffffff;
    background-color: #0e5799;
}

.CRitem_recruitment .btn_rec a {
    color: #0e5799;
    font-family: "Trirong";
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 auto;
    width: 100%;
    height: 39px;
    border-radius: 20px;
    border: 1px solid #0e5799;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.CRitem_recruitment p {
    color: #333333;
    font-family: "Trirong";
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    text-align: center;
}

div#CRload_recruitment li {
    min-height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRitem_recruitment h4 {
    height: 40px;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.CRitem_recruitment .address_rec p {
    height: 60px;
    max-height: 60px;
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

div#CRload_recruitment ul li {
    padding: 20px 40px;
}

section#CRrecruitment_table {
    margin-bottom: 70px;
}

/*single recruitment*/
section#CRsingle_recruit_top h1 {
    color: #333333;
    font-family: "Trirong";
    font-size: 45px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 40px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
    padding-bottom: 25px;
}

div#CRrecruit_bottom_cont,
div#CRrecruit_top_cont {
    margin: 0;
}

div#CRsingle_recruit_page .bottom_cont_col,
div#CRsingle_recruit_page .top_cont_col {
    padding: 0;
}

div#CRrecruit_top_cont .top_cont_col .content {
    background-color: #f7f7f7;
    padding: 40px 60px;
    height: 100%;
}

div#CRrecruit_top_cont .top_cont_col .content_down {
    background-image: linear-gradient(-186deg, #a37224 0%, #a37224 2%, #ffeda9 100%), linear-gradient(to left, #ff6a00 0%, #f38231 100%);
    padding: 30px;
    height: 100%;
}

div#CRrecruit_top_cont .top_cont_col .content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -7px;
}

div#CRrecruit_top_cont .top_cont_col .content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 50%;
    padding: 7px;
}

div#CRrecruit_top_cont .top_cont_col .content ul li span,
div#CRrecruit_top_cont .top_cont_col .content ul li p {
    color: #333333;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

div#CRrecruit_top_cont .top_cont_col .content ul li span img {
    padding-right: 10px;
    width: 22px;
    height: auto;
}

div#CRrecruit_top_cont .top_cont_col .content ul li span {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

div#CRrecruit_top_cont .top_cont_col .content ul li p {
    width: 65%;
}

section#CRsingle_recruit_top {
    margin: 60px 0 30px 0;
}

section#CRsingle_recruit_bottom .content_field .def_recruits {
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

section#CRsingle_recruit_bottom .content_field .def_recruits:first-child {
    padding-top: 0;
}

section#CRsingle_recruit_bottom .content_field .def_recruits:last-child {
    border: none;
}

section#CRsingle_recruit_bottom .content_field .def_recruits h4.title_sub_cont_recruits {
    color: #1b3a6a;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    width: 35%;
}

section#CRsingle_recruit_bottom .content_field .def_recruits .cont_def_recruits {
    width: 65%;
}

section#CRsingle_recruit_bottom .content_field .def_recruits .cont_def_recruits ul {
    padding-left: 15px;
}

section#CRsingle_recruit_bottom .content_field .def_recruits ul li:after {
    content: '';
    width: 3px;
    height: 3px;
    border: 1px solid #333333;
    position: absolute;
    top: 11px;
    left: -10px;
    border-radius: 50%;
    background: #333333;
}

div#CRrecruit_bottom_cont .content_field {
    padding-right: 100px;
}

section#CRsingle_recruit_bottom .content_field .def_recruits:nth-child(3) h4.title_sub_cont_recruits span {
    width: 50%;
    display: block;
}

section#CRsingle_recruit_bottom .def_ul_recruits ul li {
    color: #333333;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
}

div#CRsingle_recruit_page {
    padding-bottom: 80px;
}

.def_sidebar_rec {
    background-color: #f7f7f7;
    padding: 35px;
    margin-bottom: 30px;
}

.def_sidebar_rec h4 {
    color: #1b3a6a;
    font-family: "Trirong";
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sidebar_list_rec.def_sidebar_rec .rec-item .title {
    color: #333333;
    font-family: "Trirong";
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 7px;
}

.sidebar_list_rec.def_sidebar_rec .rec-item .date {
    color: #999999;
    font-family: "Trirong";
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.sidebar_list_rec.def_sidebar_rec .rec-item {
    border-bottom: 1px solid rgba(183, 183, 183, 0.3);
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}

.sidebar_list_rec.def_sidebar_rec .rec-item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sidebar_list_rec.def_sidebar_rec .rec-item:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.sidebar_list_rec.def_sidebar_rec {
    padding-bottom: 20px;
}

.sidebar_contact_rec.def_sidebar_rec ul li a {
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
}

.sidebar_contact_rec.def_sidebar_rec ul li {
    margin-bottom: 30px;
}

div#CRrecruit_top_cont .content_down ul li:nth-child(2),
.sidebar_contact_rec.def_sidebar_rec ul li:last-child {
    margin-bottom: 0;
}

div#CRrecruit_top_cont .content_down h4 i {
    padding-right: 5px;
}

div#CRrecruit_top_cont .content_down ul li {
    margin-bottom: 30px;
}

div#CRrecruit_top_cont .content_down ul li:last-child {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #ffffff;
    padding: 20px 30px;
}

div#CRrecruit_top_cont .content_down ul li:nth-child(2) h4 {
    margin-bottom: 5px;
}

div#CRrecruit_top_cont .content_down h4 {
    color: #ffffff;
    font-family: "Trirong";
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

div#CRrecruit_top_cont .content_down p,
div#CRrecruit_top_cont .content_down a {
    color: #ffffff;
    font-family: "Trirong";
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding-left: 10px;
}

div#CRrecruit_top_cont .content_down ul li.down i {
    font-size: 30px;
    padding-right: 15px;
}

div#CRrecruit_top_cont .content_down ul li.down a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    padding-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*customer*/
div#CRlist_customer {
    margin: 0 -10px;
}

.CRgroup_item_customer {
    padding: 0 10px;
}

#CRcustomer_page .CRstyle_title:after {
    content: url(../images/line_title_partner.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.CRitem_banner_customer {
    padding: 164px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.CRitem_banner_customer h1 {
    color: #333333;
    font-family: "Trirong";
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}

.CRitem_banner_customer p {
    color: #333333;
    font-family: "Trirong";
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.CRitem_banner_customer .CRlogo_banner_customer {
    margin-bottom: 40px;
    text-align: center;
}

.CRitem_banner_customer .CRlogo_banner_customer img {
    width: auto;
    max-width: 100%;
    height: 59px;
    object-fit: cover;
    margin: 0 auto;
}

.CRcont_item_banner_customer {
    width: 55%;
    position: relative;
    z-index: 1;
}

section#CRbanner_customer {
    position: relative;
}

section#CRbanner_customer:after {
    position: absolute;
    content: url("../images/lg_banner_customer.png");
    right: 185px;
    bottom: 185px;
    opacity: 0.7;
    z-index: 1;
}

.CRitem_customer:after {
    content: url("../images/after_bg_cus.png");
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    z-index: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRgroup_item_customer:hover .CRitem_customer h4,
.CRgroup_item_customer.slick-active .CRitem_customer h4 {
    opacity: 1;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRgroup_item_customer:hover .CRitem_customer:after,
.CRgroup_item_customer.slick-active .CRitem_customer:after {
    bottom: -5px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRgroup_item_customer:hover .CRitem_customer:before,
.CRgroup_item_customer.slick-active .CRitem_customer:before {
    bottom: 100%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRitem_customer:before {
    content: '';
    background-color: rgba(27, 58, 106, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRitem_customer {
    height: 632px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    width: 1000px;
    cursor: pointer;
}

section#CRcustomer_page {
    margin-bottom: 110px;
}

.CRitem_customer .cont {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    z-index: 1;
    text-align: center;
}

.CRitem_customer h4 {
    color: #ffffff;
    font-family: "Trirong";
    font-size: 25px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    margin: 0;
    opacity: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

div#CRlist_customer .customm_arrow.right {
    right: 15%;
}

div#CRlist_customer .customm_arrow.left {
    left: 15%;
}

div#CRlist_customer .customm_arrow {
    z-index: 1;
}

div#CRlist_customer .customm_arrow i {
    font-size: 30px;
    color: #fff;
}

/*Advisory*/
.CRlist_item_advisory li:last-child {
    margin-bottom: 0;
}

.CRfix_gr_mode.CRread_mode .CRlist_item_advisory li:hover a {
    color: #ffffff;
    text-shadow: 0px 0px 0 #ffffff, 0px 0px 0 #ffffff, 0px 0px 0 #ffffff, 0px 1px 0 #ffffff;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRlist_item_advisory li:hover a {
    color: #a37224;
    text-shadow: 0px 0px 0 #a37224, 0px 0px 0 #a37224, 0px 0px 0 #a37224, 0px 1px 0 #a37224;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRlist_item_advisory li a {
    color: #333333;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRlist_item_advisory li {
    margin-bottom: 15px;
}

.CRlist_item_advisory .empty_pd h4 {
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.cont_tax_advisory .content p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.cont_tax_advisory .content p::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(40, 40, 40, 0.8);
}

.cont_tax_advisory .content p::-webkit-scrollbar-thumb {
    background-color: #082340 !important;
}


.CRlist_item_advisory ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.CRlist_item_advisory ul::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(40, 40, 40, 0.8);
}

.CRlist_item_advisory ul::-webkit-scrollbar-thumb {
    background-color: #a37224 !important;
}

.CRlist_item_advisory ul {
    max-height: 457px;
    overflow-y: auto;
    height: 100%;
    padding-right: 5px;
}

.CRcont_item_advisory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.img_tax_advisory {
    width: 40%;
    height: 529px;
}

.cont_tax_advisory .content {
    position: relative;
    z-index: 1;
}

.img_tax_advisory img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.cont_tax_advisory .content h2 {
    color: #ffffff;
    font-family: "Trirong";
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.cont_tax_advisory .content p {
    color: #ffffff;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: 24.58px;
    margin: 0;
    max-height: 192px;
    overflow-y: auto;
    padding-right: 5px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRfix_gr_mode.CRread_mode .cont_tax_advisory {
    background-color: #333333;
    background-image: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRfix_gr_mode.CRread_mode .CRcont_item_advisory {
    border: 1px solid #666666;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRfix_gr_mode.CRread_mode .cont_tax_advisory:after {
    opacity: 0.2;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRfix_gr_mode.CRread_mode .CRlist_item_advisory {
    background-color: #555555;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRfix_gr_mode.CRread_mode .CRlist_item_advisory .empty_pd h4 {
    color: #fff;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRfix_gr_mode.CRread_mode .CRlist_item_advisory li a {
    color: #fff;
}

.CRfix_gr_mode.CRread_mode .cont_tax_advisory:before {
    background-image: -o-linear-gradient(16deg, #333333 0%, #333333 100%);
    background-image: linear-gradient(74deg, #333333 0%, #333333 100%);
    background-color: #333333;
}

.CRfix_gr_mode.CRread_mode .CRcont_item_advisory:hover .cont_tax_advisory {
    background-color: transparent;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.cont_tax_advisory:before {
    content: '';
    background-image: -o-linear-gradient(16deg, rgba(255, 237, 169, 0.59) 0%, rgba(163, 114, 36, 0.59) 100%);
    background-image: linear-gradient(74deg, rgba(255, 237, 169, 0.59) 0%, rgba(163, 114, 36, 0.59) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #a37224;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.cont_tax_advisory {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    padding: 80px 50px;
    position: relative;
    width: 60%;
    overflow: hidden;
}

.cont_tax_advisory:after {
    content: url(../images/ico_bg_advi.png);
    position: absolute;
    right: 0;
    bottom: -5px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 1;
}

section#CRlist_advisory {
    padding: 25px 0;
    position: relative;
}

.CRlist_item_advisory {
    position: relative;
    background-color: #f2f2f2;
    height: 529px;
    padding: 35px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CR_item_advisory {
    margin: 0 -10px;
}

.CR_item_advisory .left,
.CR_item_advisory .right {
    padding: 20px 10px;
}

#CRcontent_top_advisory .CRstyle_title:after {
    content: url(../images/line_title_partner.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

section#CRcontent_top_advisory .CRcont_banner_advisory .CRstyle_title {
    color: #ffffff;
}

section#CRcontent_top_advisory .CRcont_banner_advisory p {
    color: #ffffff;
    font-family: "Trirong";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    text-align: center;
}

section#CRcontent_top_advisory:before,
section#CRcontent_top_advisory:after {
    content: '';
    background-color: rgba(8, 35, 64, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

section#CRcontent_top_advisory {
    position: relative;
    overflow: hidden;
}

.CRitem_banner_advisory:after {
    /* content: url("../images/bg_left_advi.png"); */
    position: absolute;
    left: 0;
    bottom: 0;
}

.CRitem_banner_advisory:before {
    /* content: url("../images/bg_right_advi.png"); */
    position: absolute;
    top: 0;
    right: 0;
}

.CRitem_banner_advisory {
    background-position: center;
    padding: 30px 0 30px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

section#CRcontent_top_advisory .CRcont_banner_advisory {
    position: relative;
    z-index: 2;
    width: 93%;
    margin: 0 auto;
}

div#CRadvisory_page section#CRbreadcrumbs cite,
div#CRadvisory_page section#CRbreadcrumbs .divider i {
    color: #fff !important;
}

div#CRadvisory_page section#CRbreadcrumbs {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}

.CRcont_item_advisory {
    cursor: pointer;
    background-color: #ffeda9;
}

.CRcont_item_advisory:hover .cont_tax_advisory:before {
    top: 100%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRcont_item_advisory:hover .cont_tax_advisory h2,
.CRcont_item_advisory:hover .cont_tax_advisory p {
    color: #333333;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

#CRlist_advisory a.load_more_btn {
    color: #ffffff;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    height: 40px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #333333;
    background-image: -o-linear-gradient(5deg, #a37224 0%, #ffeda9 100%);
    background-image: linear-gradient(85deg, #a37224 0%, #ffeda9 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 34px;
    min-width: 170px;
    margin: 28px auto 0;
}

/*Single*/
.CRfix_gr_mode.CRread_mode .CRdef_content_single strong,
.CRfix_gr_mode.CRread_mode .CRdef_content_single h1,
.CRfix_gr_mode.CRread_mode .CRdef_content_single h2,
.CRfix_gr_mode.CRread_mode .CRdef_content_single h3,
.CRfix_gr_mode.CRread_mode .CRdef_content_single h4,
.CRfix_gr_mode.CRread_mode .CRdef_content_single a,
.CRfix_gr_mode.CRread_mode .CRdef_content_single p,
.CRfix_gr_mode.CRread_mode .CRdef_content_single ul,
.CRfix_gr_mode.CRread_mode .CRdef_content_single li {
    color: #ffffff !important;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRdef_content_author .content .author_right h4 {
    color: #fffefe;
    font-family: "Trirong";
    font-size: 25px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0;
}

.CRdef_content_author .content .author_right p {
    color: rgba(255, 254, 254, 0.5);
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 13px 0 20px 0;
}

.CRdef_content_author .content .author_right .des_author {
    color: #fffefe;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    max-height: 147px;
    overflow-y: auto;
}

.CRdef_content_author .content .author_right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
}

.CRdef_content_author .content .author_right ul li {
    padding: 0 10px;
}

.CRdef_content_author .content .author_right ul li a {
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.CRdef_content_author .content .author_right ul li a:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.CRdef_content_author {
    padding: 30px;
    box-shadow: -2px 2px 20px 1px rgba(0, 0, 0, 0.1);
    background-color: #082340;
}

.CRdef_content_author .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
}

.CRdef_content_author .content .author_left {
    width: 40%;
    text-align: center;
}

.CRdef_content_author .content .author_left img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.CRdef_content_author .content .author_right {
    width: 60%;
    padding-left: 60px;
}

.CRdef_content_author .content .author_right a.btn-style {
    background-color: #333333;
    background-image: linear-gradient(85deg, #a37224 0%, #ffeda9 100%);
    border: none;
    color: #fff;
    margin: 40px 0 30px 0;
}

#CRpost_after {
    margin-top: 20px;
}

.CRdef_content_single .CRpost_meta .date i {
    margin-right: 5px;
}

.CRdef_content_single .CRpost_meta {
    margin: 30px -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRdef_content_single .CRpost_meta p {
    padding: 0 20px;
    border-right: 1px solid #999999;
}

.CRdef_content_single .CRpost_meta p:last-child {
    border: none;
}

.CRdef_content_single .CRpost_meta .date {
    color: #666666;
    font-family: "Trirong";
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

body.author nav.breadcrumb li:last-child {
    display: none;
}

.CRdef_content_single .CRpost_meta .author {
    margin: 0;
}

.CRdef_content_single .CRpost_meta .author a {
    color: #999999;
    font-family: "Trirong";
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.CRdef_content_single .CRpost_title h1,
.CRdef_content_single .CRpost_title h2 {
    color: #082340;
    font-family: "Trirong";
    font-size: 55px;
    font-weight: 400;
    line-height: 70px;
    margin: 0;
}

.CRdef_content_single .CRpost_cont .CRgr_item_pd .pd_view img {
    width: 100%;
    height: 100%;
}

.CRdef_content_single .CRpost_cont blockquote {
    padding-left: 5%;
    padding: 10px 10px 10px 5%;
    border-left: 5px solid #f5ea92;
    background-color: #f6f6f6;
}

#CRsingle_product_center{
    border-top: 1px solid #c2c2c2;
}

#CRsingle_product_center .CRcustom_content_pd .CRpost_cont blockquote {
    padding-left: 5%;
    padding: 10px 10px 10px 5%;
    border-left: 5px solid #f5ea92;
    background-color: #f6f6f6;
}

.CRdef_content_single .CRpost_cont .wp-caption {
    width: 100% !important;
    margin: 40px 0;
    text-align: center;
}

.CRdef_content_single .CRpost_cont img {
    width: 75%;
    height: auto;
}

.CRdef_content_single .CRpost_cont p img {
    margin-left: 12.5%;
}

.CRdef_content_single .CRpost_cont .wp-caption-text {
    color: #666666;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 20px 0 0 0;
}

.CRdef_content_single .CRpost_cont a {
    color: #1b3a6a !important;
}

.CRdef_content_single .CRpost_cont a>* {
    color: #1b3a6a !important;
}

.CRdef_content_single .CRpost_cont a:hover>* {
    color: #a37224 !important;
}

.CRdef_content_single .CRpost_cont h1,
.CRdef_content_single .CRpost_cont h2,
.CRdef_content_single .CRpost_cont h3,
.CRdef_content_single .CRpost_cont h4 {
    color: #333333;
    font-family: "Trirong";
    font-size: 25px;
    line-height: 31px;
    font-weight: 400;
    margin: 0 0 30px 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRdef_content_single .CRpost_cont strong {
    color: #333333;
    font-family: "Trirong";
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRdef_content_single .CRpost_cont a,
.CRdef_content_single .CRpost_cont ul,
.CRdef_content_single .CRpost_cont li,
.CRdef_content_single .CRpost_cont p {
    color: #333333;
    font-family: "Trirong";
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    margin: 0 0 20px 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRdef_content_single .CRpost_cont p {
    text-align: justify;
}

.CRdef_content_single .CRpost_cont .wp-caption:last-child,
.CRdef_content_single .CRpost_cont a:last-child,
.CRdef_content_single .CRpost_cont ul,
.CRdef_content_single .CRpost_cont li:last-child,
.CRdef_content_single .CRpost_cont p:last-child {
    margin-bottom: 0;
}

.CRdef_content_single .CRpost_cont ul {
    list-style: disc;
    padding-inline-start: 5%;
}

/*Single advisory*/
div#CRsingle_advisory_page section#CRbreadcrumbs {
    /*position: absolute;*/
    left: 0;
    right: 0;
    z-index: 2;
}

div#CRsingle_advisory_page section#CRbreadcrumbs cite,
div#CRsingle_advisory_page section#CRbreadcrumbs .divider i {
    /*color: #fff !important;*/
}

section#CRsingle_advisory_content.CRfix_gr_mode.CRread_mode .left .content {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    background-color: #666666;
}

section#CRsingle_advisory_content.CRfix_gr_mode.CRread_mode .left .content li:hover a {
    color: #fbd558 !important;
}

section#CRsingle_advisory_content.CRfix_gr_mode.CRread_mode .left .content li.active a:after,
section#CRsingle_advisory_content.CRfix_gr_mode.CRread_mode .left .content a:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #082340;
    position: absolute;
    top: 8px;
    left: 3px;
    opacity: 0;
}

.CRfix_gr_mode.CRread_mode #CRsingle_advisory_top h4,
.CRfix_gr_mode.CRread_mode #CRsingle_advisory_top a,
.CRfix_gr_mode.CRread_mode #CRsingle_advisory_top p,
.CRfix_gr_mode.CRread_mode #CRsingle_advisory_top ul,
.CRfix_gr_mode.CRread_mode #CRsingle_advisory_top li {
    color: #ffffff !important;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

section#CRsingle_advisory_content {
    padding: 50px 0 100px 0;
}

section#CRsingle_advisory_banner {
    height: 270px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section#CRsingle_advisory_banner:after {
    content: '';
    background-color: rgba(27, 58, 106, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

section#CRsingle_advisory_banner .CRstyle_title a {
    color: #ffffff;
}

section#CRsingle_advisory_banner .CRstyle_title {
    color: #ffffff;
    margin: 0;
    z-index: 1;
    font-size: 31px;
}

section#CRsingle_advisory_banner .CRstyle_title:after {
    content: url(../images/line_title_pd_sec.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.sidebar_single_advisory.fixed {
    top: 0 !important;
    -webkit-transition: 0.8s all;
    -moz-transition: 0.8s all;
    -ms-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}

section#CRsingle_advisory_content .left .content {
    position: relative;
    background-color: #f2f2f2;
    height: auto;
    padding: 35px 30px;
    -webkit-transition: 0.8s all;
    -moz-transition: 0.8s all;
    -ms-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}

section#CRsingle_advisory_content .left .content h3 {
    color: #333333;
    font-family: "Trirong";
    font-size: 23px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

section#CRsingle_advisory_content .left .content li {
    margin-bottom: 20px;
}

section#CRsingle_advisory_content .left .content li:last-child {
    margin-bottom: 0;
}

section#CRsingle_advisory_content .left .content a:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    border: 1px solid #e0e0e0;
    top: 5px;
    left: 0;
}

section#CRsingle_advisory_content .left .content li.active a:after {
    opacity: 1 !important;
}

section#CRsingle_advisory_content .left .content a:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #a37224;
    position: absolute;
    top: 8px;
    left: 3px;
    opacity: 0;
}

#CRsingle_advisory_top ul.CRstyle_scroll {
    max-height: 508px;
    overflow-y: auto;
    height: 100%;
    padding-right: 5px;
}

section#CRsingle_advisory_content .left .content li.active a,
section#CRsingle_advisory_content.CRread_mode .left .content li.active a {
    font-family: "Trirong";
    font-weight: 700;
}

section#CRsingle_advisory_content.CRread_mode .left .content li.active a,
section#CRsingle_advisory_content.CRread_mode .left .content li:hover a {
    color: #fff !important;
}

section#CRsingle_advisory_content .left .content li.active a,
section#CRsingle_advisory_content .left .content li:hover a {
    color: #a37224 !important;
}

section#CRsingle_advisory_content .left .content a {
    color: #333333;
    font-family: "Trirong";
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    position: relative;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#CRsingle_advisory_top {
    margin: 0 -10px;
}

section#CRsingle_advisory_content .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 71%;
    flex: 0 0 71%;
    max-width: 71%;
    padding: 0 10px;
}

section#CRsingle_advisory_content .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
    padding: 0 10px;
}

/*Author*/
section#CRauthor_list_post {
    margin: 50px 0 0 0;
}

section#CRauthor_list_post a.load_more_btn {
    margin-top: 40px;
}

.CRdef_content_author:after {
    content: url(../images/ico_bg_advi.png);
    position: absolute;
    right: 0;
    bottom: -5px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 0.5;
    z-index: 0;
}

.CRdef_content_author {
    position: relative;
    overflow: hidden;
}

div#list_process {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #082340;
    padding: 40px 30px;
    margin: 0 -10px;
}

div#list_process .col_item_process_author {
    width: 50%;
    padding: 0 10px;
}

div#list_process .col_item_process_author img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

div#list_process .col_item_process_author p {
    color: #ffffff;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 30px 0 0 0;
}

.CRstyle_author_title {
    color: #333333;
    font-family: "Trirong";
    font-size: 55px;
    font-weight: 400;
    line-height: normal;
    margin: 40px 0 25px 0;
}

.CRstyle_author_cont {
    color: #333333;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

section#CRauthor_banner img {
    width: 100%;
    height: auto;
}

section#CRauthor_target .CRstyle_author_cont {
    position: relative;
    padding-left: 57px;
}

section#CRauthor_target .CRstyle_author_cont:before {
    position: absolute;
    content: url("../images/ico_author_target.png");
    top: 0;
    left: 0;
}

div#CRauthor_page {
    padding-bottom: 110px;
}

#CRauthor_page .CRstyle_title:after {
    content: url(../images/line_title_partner.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

#CRauthor_page .CRstyle_title {
    margin: 20px 0 20px 0;
}

/*Blog*/
#CRblog_page .CRstyle_title:after {
    content: url(../images/line_title_blog.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.item_post_full .item_post_cust img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.item_post_full .item_post_cust {
    position: relative;
    height: 540px;
}

.item_post_full .item_post_cust .img_item_cont_post {
    height: 540px;
}

.newsright,
.newsleft {
    padding: 0 10px;
    margin-bottom: 40px;
}

.item_post {
    padding: 10px;
}

.item_post_full .content_item_cont_post {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    padding: 30px 50px;
}

.item_post_half .content_item_cont_post {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to top, #000000 9%, rgba(0, 0, 0, 0) 100%);
    padding: 20px 30px;
}

.item_post_half .item_post_cust .gr_bg_news {
    position: relative;
}

.item_post_half {
    margin: 0;
    height: 540px;
}

.item_post_half .item_post_cust {
    height: 50%;
}

.item_post_half .item_post_cust:first-child {
    padding-bottom: 10px;
}

.item_post_half .item_post_cust:last-child {
    padding-top: 10px;
}

.item_cont_post .img_item_cont_post img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.item_post .content_item_cont_post {
    background-color: #f5f5f5;
    padding: 20px;
}

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

.item_post_half .img_item_cont_post,
.item_post_half .gr_bg_news {
    height: 100%;
}

div#CRblog_page #list_post {
    margin: 0 -10px;
}

.item_post_full .content_item_cont_post h4 a,
.item_post_full .content_item_cont_post h3 a {
    color: #ffffff;
    font-family: "Trirong";
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    margin: 0;
}

.item_post_full .content_item_cont_post p.date_content,
.item_post_half .content_item_cont_post p.date_content {
    color: #ffffff;
}

.item_post_full .content_item_cont_post h3,
.item_post_full .content_item_cont_post h4,
.content_item_cont_post h4,
.item_post_half .content_item_cont_post h4,
.content_item_cont_post h3,
.item_post_half .content_item_cont_post h3 {
    margin: 0;
    line-height: unset;
    font-size: unset;
}

.item_post_half p.date_content {
    color: #ffffff;
    font-family: "Trirong";
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 20px 0;
}

.item_post_half .content_item_cont_post h4 a,
.item_post_half .content_item_cont_post h3 a {
    color: #ffffff;
    font-family: "Trirong";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

.content_item_cont_post h4 a,
.content_item_cont_post h3 a {
    color: #333333;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.content_item_cont_post p.date_content {
    color: #999999;
    font-family: "Trirong";
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 10px 0;
}

.content_item_cont_post p.date_content i {
    margin-right: 5px;
}

.gr_post_bottom {
    margin: 10px 0 0 0;
}

.gr_post_bottom a i {
    display: none;
}

.gr_post_bottom a {
    color: #1b3a6a;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.item_cont_post .content_item_cont_post h4 a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 72px;
    height: 72px;
}

div#CRblog_page a.load_more_btn {
    width: 176px;
    height: 40px;
    margin-top: 40px;
}

a.load_more_btn {
    position: relative;
    display: inline-block;
    line-height: 20px;
    border-radius: 5px;
    background-image: linear-gradient(-115deg, #ddb95d 0%, #fcf6ab 44%, #ddb95d 99%, #ddb95d 100%);
    color: #333333;
    font-family: Trirong;
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 25px;
}

div#CRblog_page {
    margin-bottom: 100px;
}

div#CRblog_page .CRstyle_title {
    margin-top: 20px;
}

/*Scroll List*/
div#cr_list_scroll.hide {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    pointer-events: none;
}

div#cr_list_scroll {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRread_tooltip .show_list i:after,
.CRread_tooltip .show_list,
.CRread_tooltip div#list_scroll {
    background-color: #828282 !important;
}

div#list_scroll .list a:before {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 0;
}

div#list_scroll .list a {
    padding: 5px;
    width: 100%;
    color: #ffffff;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    position: relative;
    padding-left: 10px !important;
}

a.tag_h3 {
    margin-left: 0px !important;
    font-size: 13px;
}

a.tag_h4 {
    margin-left: 30px !important;
    font-size: 12px;
}

div#list_scroll a,
div#list_scroll strong {
    cursor: pointer;
    color: #fff !important;
    font-weight: 500;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

div#list_scroll.active {
    right: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 4;
    opacity: 1;
    visibility: visible;
}

div#list_scroll {
    box-shadow: -2px 2px 20px 1px rgba(0, 0, 0, 0.1);
    background-color: #082340;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 50px 50px;
    width: 400px;
    right: -400px;
    max-height: 440px;
    overflow-y: auto;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.show_list.hide {
    visibility: hidden;
    opacity: 0;
    right: -200px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.show_list {
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50px;
    z-index: 3;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.show_list i:before {
    content: "\f0c9";
    z-index: 1;
    position: relative;
}

.show_list i:after {
    content: '';
    width: 100px;
    height: 100px;
    background-color: #1b3a6a;
    position: absolute;
    border-radius: 50%;
    opacity: 0.29;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.show_list i {
    font-size: 30px;
    position: relative;
}

.show_list {
    cursor: pointer;
    width: 82px;
    height: 82px;
    background-color: #1b3a6a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
}

.gr_title_list_scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

div#list_scroll .gr_title_list_scroll a i {
    font-size: 22px;
}

div#list_scroll .gr_title_list_scroll a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: none !important;
    margin-right: 15px;
    padding: 0;
}

div#list_scroll .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gr_title_list_scroll h4 {
    color: #ffffff;
    font-family: "Trirong";
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

/*Single Blog*/
div#CRsingle_blog_page section#CRbreadcrumbs {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}

.CRread_tooltip div#CRsingle_blog_page section#CRbreadcrumbs cite,
.CRread_tooltip div#CRsingle_blog_page section#CRbreadcrumbs .divider i {
    color: #fff !important;
}

section#CRsingle_blog_content {
    padding: 80px 0 100px 0;
}

div#CRsingle_blog_page .CRstyle_title:after {
    content: url(../images/line_title_pd_sec.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

div#CRsingle_blog_page #CRpost_after {
    width: 85%;
    margin: 20px auto 0 auto;
}

div#CRsingle_blog_page .CRpost_meta {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
}

div#CRsingle_blog_page .CRpost_cont {
    width: 85%;
    margin: 0 auto;
}

.CRsingle_blog_col {
    position: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 60px;
}

/*CRmode*/
body .bs-tooltip-top .arrow::before {
    border-top-color: #f4f4f4;
}

body .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #f4f4f4;
}

body.CRread_tooltip .bs-tooltip-top .arrow::before {
    border-top-color: #828282;
}

body.CRread_tooltip .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #828282;
}

body.CRread_tooltip .tooltip-inner {
    color: #ffffff;
    background-color: #828282;
}

body .tooltip-inner {
    color: #333333;
    font-family: "Trirong";
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    background-color: #f4f4f4;
}

.CRfix_gr_mode {
    background-color: white;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRfix_gr_mode.CRread_mode {
    background-color: #333333;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRfix_gr_mode {
    position: relative;
}

.CRgr_mode {
    position: absolute;
    top: 110px;
    right: 50px;
    z-index: 9;
}

.CRfix_gr_mode.CRread_mode a#CRmode__wrap span {
    background-color: #828282;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

a#CRmode__wrap {
    width: 40px;
    height: 40px;
    background-color: #082340;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}

a#CRmode__wrap span {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    width: 40px;
    height: 40px;
    background-color: #082340;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    float: right;
}

.mode__wrap.active .fa-sun-o {
    -webkit-transform: translatey(0) rotate(0deg);
    transform: translatey(0) rotate(0deg);
}

.mode__wrap:not(.active) .fa-moon-o {
    -webkit-transform: translatey(0) rotate(0deg);
    transform: translatey(0) rotate(0deg);
}

.fa-moon-o {
    -webkit-transform: translatey(0) rotate(0deg);
    transform: translatey(0) rotate(0deg);
}

a#CRmode__wrap .mode__wrap i {
    font-size: 16px;
}

.mode__wrap i {
    position: absolute;
    width: 100%;
    margin-right: 0 !important;
    z-index: 1;
    height: 100%;
    -webkit-transition: ease-in-out transform 0.3s;
    -o-transition: ease-in-out transform 0.3s;
    transition: ease-in-out transform 0.3s;
    -webkit-transform: translate(0, 100%) rotate(-60deg);
    -ms-transform: translate(0, 100%) rotate(-60deg);
    transform: translate(0, 100%) rotate(-60deg);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*Default Policy*/
.CRitem_def_policy .title_def_policy {
    color: #1b3a6a;
    font-family: "Trirong";
    font-size: 30px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 20px 0;
}

.CRitem_def_policy .des p:last-child {
    margin: 0;
}

.CRitem_def_policy .des h1,
.CRitem_def_policy .des h2,
.CRitem_def_policy .des h3,
.CRitem_def_policy .des h4 {
    color: #333333;
    font-family: "Trirong";
    font-weight: 400;
    line-height: 24px;
}

.CRitem_def_policy .des a {
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.CRitem_def_policy .des li,
.CRitem_def_policy .des p {
    color: #333333;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.CRitem_def_policy .des ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 15px;
    margin-bottom: 1rem;
}

.CRitem_def_policy .des ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #666666;
    border-radius: 50%;
}

.CRitem_def_policy {
    margin-bottom: 30px;
}

.CRgroup_item_def_policy:last-child .CRitem_def_policy {
    margin-bottom: 0;
}

.list_cols_policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px -1px 0 -1px;
}

.list_cols_policy .gr_item_cols_policy {
    width: 50%;
    padding: 0 1px;
}

.list_cols_policy .gr_item_cols_policy h4 {
    color: #ffffff;
    font-family: "Trirong";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0;
    padding: 20px;
    background-color: #a37224;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.item_cols_policy {
    background-color: #f4f4f4;
    padding: 30px 45px 80px 45px;
    position: relative;
    height: 701px;
}

.item_cols_policy:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gr_item_cols_policy:nth-child(odd) .item_cols_policy:after {
    right: 0;
    content: url("../images/bg_policy_left_def.png");
}

.gr_item_cols_policy:nth-child(even) .item_cols_policy:after {
    left: 0;
    content: url("../images/bg_policy_right_def.png");
}

.item_cols_policy p {
    color: #666666;
    font-family: "Trirong";
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    max-height: 600px;
    overflow-y: auto;
    padding-right: 5px;
}

.CRgroup_item_def_policy .icon_box_sec_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -50px;
}

.CRgroup_item_def_policy .icon_box_sec_flex .item_icon_box {
    width: 33.33%;
    padding: 60px 50px 30px 50px;
}

.CRgroup_item_def_policy .icon_box_sec_flex .img_icon_box_sec img {
    height: 95px;
    width: auto;
}

.CRgroup_item_def_policy .icon_box_sec_flex .img_icon_box_sec {
    text-align: center;
}

.CRgroup_item_def_policy .icon_box_sec_flex .cont_icon_box_sec {
    margin-top: 20px;
}

.CRgroup_item_def_policy .icon_box_sec_flex .cont_icon_box_sec p {
    color: #333333;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    text-transform: initial;
}

section#CRdefault_policy {
    padding: 20px 0 100px 0;
}

section#CRdefault_policy .CRstyle_title:after {
    content: url(../images/line_title_intro_page.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

/*404*/
.error.text-center {
    padding: 100px 0;
    background: #feeaa6;
}

.error.text-center .gr_btn {
    margin: 40px 0;
}

.error.text-center .gr_btn a.btn-style {
    border: 1px solid #ab7e30;
    color: #ffffff;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    height: 40px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #333333;
    background-image: -o-linear-gradient(5deg, #a37224 0%, #ffeda9 100%);
    background-image: linear-gradient(85deg, #a37224 0%, #ffeda9 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 34px;
    min-width: 170px;
    margin: 28px auto 0;
}

/*Accoount*/
.group_account_woo label {
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

li.gender_update_ac {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

li.gender_update_ac label {
    margin: 0;
}

.group_radio_ac {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.group_radio_ac .form-check-label input:checked~.checkmark:after {
    display: block;
}

.group_radio_ac .form-check-label .checkmark:after {
    top: 4px;
    left: 4px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #a37224;
}

.group_radio_ac .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.group_radio_ac .form-check-label input:checked~.checkmark {
    background-color: #ffffff;
}

.group_radio_ac .checkmark {
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #9d9fa2;
    background-color: #ffffff;
    border-radius: 50%;
}

.group_radio_ac label span {
    color: #999;
}

.group_radio_ac .form-check-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display: none;
}

.group_radio_ac .form-check-label {
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 20px;
}

.group_account_woo li {
    margin-bottom: 30px;
}

.group_account_woo button {
    outline: none !important;
    color: #ffffff;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    min-width: 200px;
    height: 50px;
    background-color: #d39f40;
    background-image: -webkit-gradient(linear, left top, right top, from(#a37224), color-stop(1%, #a37224), to(#ffeda9));
    background-image: -o-linear-gradient(left, #a37224 0%, #a37224 1%, #ffeda9 100%);
    background-image: linear-gradient(to right, #a37224 0%, #a37224 1%, #ffeda9 100%);
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
    cursor: pointer;
}

.group_account_woo input:focus,
.group_account_woo select:focus,
.group_account_woo textarea:focus {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid #a37224;
    background-color: #f6f6f6;
    outline: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    color: #333333;
}

.CR_wrap_avata {
    width: 100%;
}

.logo_user {
    margin: 10px 0 0 0;
    text-align: center;
}

.avar_custom input {
    display: none !important;
}

label.CR_wrap_avata {
    cursor: pointer;
}

.logo_user img {
    border: 3px solid #989a9d;
    border-radius: 50%;
    width: 100px;
    object-fit: cover;
    height: 100px;
    padding: 2px;
}

input#title_file {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    height: auto;
    border: none !important;
    padding: 0;
    width: 100%;
    text-align: center;
}

.bt_open_upload {
    color: #a37224;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.group_account_woo input::placeholder {
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.group_account_woo input {
    height: 50px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 25px;
    color: rgba(51, 51, 51, 0.5);
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.avar_ac_woo h4 {
    color: #a37224;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.woocommerce-account .container .woocommerce {
    margin: 40px auto 110px auto !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.woocommerce-account .container .woocommerce section#CRproduct_view {
    margin-top: 30px;
    padding: 0 15px;
}

.woocommerce-account .woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.CRnav_account .ac_av img {
    border: 3px solid #989a9d;
    border-radius: 50%;
    width: 51px;
    height: 51px;
    object-fit: cover;
}

.CRnav_account .ac_cont {
    width: 100%;
    padding-left: 15px;
}

.title_page_def_ac {
    margin-bottom: 10px !important;
    text-transform: uppercase;
}

form#CRform_def_edit_address h3 {
    margin-bottom: 20px;
}

.title_page_def_ac,
.CRnav_account .ac_cont h4 {
    color: #a37224;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.CRnav_account .ac_cont p {
    margin: 0;
}

.CRnav_account .ac_cont p a {
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.CRnav_account {
    border: 1px solid #f5f5f5;
    background-color: #ffffff;
    max-width: 299px;
}

.CRnav_account .account_av {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    border-top: 2px solid #a37224;
    border-bottom: 1px solid #e1e1e1;
    padding: 17px 20px 14px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRnav_account ul {
    padding: 0;
    margin: 0 !important;
}

.CRnav_account ul li {
    padding: 11px 20px;
    border: none !important;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    list-style-type: none;
}

.CRnav_account ul li.is-active,
.CRnav_account ul li:hover {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    background-color: #e1e1e1;
}

.CRnav_account ul li.is-active a,
.CRnav_account ul li:hover a {
    color: #a37224;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRnav_account ul li a {
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: inherit;
    padding: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    margin: 0;
}

.woocommerce-account>.container>.woocommerce {
    margin: 0 -15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 30%;
    padding: 0 15px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
    padding: 0 15px;
}

.dash_wc h4 {
    color: #a37224;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.gr_das_woo p {
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.gr_das_woo a {
    color: #a37224 !important;
}

/* Search */
section.search_all_bottom .CRstyle_title:after {
    content: url(../images/line_title_partner.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

/* Sản phẩm */
select#filter_stone_color,
select#filter_material_color {
    width: 180px;
}

.CRlist_term_special li {
    padding: 0 20px 0 20px;
    position: relative;
}

div#CRlist_term_special {
    margin-bottom: 50px;
}

.CRlist_term_special li:last-child:after {
    display: none;
}

.CRlist_term_special li:after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #706666;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.CRlist_term_special ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -20px;
}

.CRlist_term_special li.active a,
.CRlist_term_special li a:hover {
    color: #a37224;
}

.CRlist_term_special li a {
    color: #666666;
    font-family: "Trirong";
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.CRcust_style_item.CRitem_product .CRgr_item_pd {
    background-color: #ececec;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.CRcust_style_item.CRitem_product .CRgr_item_pd .pd_content .price.product_price_after del {
    text-decoration-color: #082340;
}

.CRcust_style_item.CRitem_product .CRgr_item_pd .pd_content:after {
    display: none;
}

.CRcust_style_item.CRitem_product .CRgr_item_pd .pd_content .product_name {
    color: #b46d32;
}

.CRcust_style_item.CRitem_product .CRgr_item_pd .pd_content .price.product_price_after:before {
    content: url(../images/line2_item_pd.png);
}

.CRcust_style_item.CRitem_product .CRgr_item_pd .pd_content .price.product_price_after span,
.CRcust_style_item.CRitem_product .CRgr_item_pd .pd_content .product_attr {
    color: #082340;
}

.CRgr_item_pd .pd_content .product_attr {
    color: #b46d32;
    text-align: center;
    margin: 0;
}

.CRcust_style_item.CRitem_product .CRgr_item_pd .pd_content .product_attr a {
    color: #082340;
}

.CRgr_item_pd .pd_content .product_attr a {
    text-align: center;
    margin: 0;
    color: #b46d32;
    font-family: "Trirong";
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
}

div#CRlist_discount_products,
div#CRlist_products {
    margin-top: 15px;
}

div#CRshowlist_discount_products,
div#CRshowlist_products {
    margin: 0 -10px;
}

select#filter_tax {
    width: 170px;
}

select#filter_sort {
    width: 132px;
}

div#CRlist_filters_product .left .item_filter {
    padding: 0 5px;
}

div#filter_price {
    position: relative;
}

div#filter_price .gr_price {
    cursor: pointer;
    padding: 15px;
    width: 101px;
    height: 33px;
    border: 1px solid #b4b4b4;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666666;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

div#filter_price:hover .CRrange_price {
    height: 100px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.CRrange_price {
    width: 240px;
    box-shadow: -2px 2px 20px 1px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px 40px 20px 30px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 1;
}

#CRfilters_product .left .CRrange_price p {
    color: #999999;
    font-family: "Trirong";
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    text-align: right;
    margin-bottom: 10px !important;
    display: block;
}

div#slider-range {
    margin: 0;
    width: 100%;
    cursor: pointer;
    height: 3px;
    background: #ddd;
}

div#slider-range.ui-slider-horizontal .ui-slider-range {
    background: #a37224;
}

span.ui-slider-handle.ui-corner-all.ui-state-default {
    border-radius: 50%;
    border-color: #a37224;
    outline: none !important;
    cursor: pointer;
    width: 8px;
    height: 8px;
    background-color: #a37224;
    margin: 0;
    top: 49%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#filter_price #min,
#filter_price #max {
    position: absolute;
    width: 50px;
    text-align: center;
    border: 0;
    color: #666666 !important;
    font-family: "Trirong";
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

#CRlist_filters_product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div#CRlist_filters_product .right {
    width: 15%;
}

div#CRlist_filters_product .left {
    width: 85%;
}

#CRfilters_product .left .CRgritem_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px;
}

#CRfilters_product .left p {
    margin: 0;
    color: #666666;
    font-family: "Trirong";
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.tax-product_cat span.divider:last-child {
    display: none;
}

div#CRlist_discount_products .empty_pd,
div#CRlist_products .empty_pd {
    margin: 0 auto;
}

#CRcontent_products_page {
    margin: 0;
}

#CRcontent_products_page a.load_more_btn span {
    display: inline;
}

a.load_more_btn span {
    display: none;
}

#CRDiscount_products_page .CRstyle_title:after,
#CRproducts_page .CRstyle_title:after {
    content: url(../images/line_title_partner.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

/*CRload*/
.CRload.active_loading {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    pointer-events: none;
}

.active_loading {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    pointer-events: none;
}

/*Single Product*/
div#CRsingle_product_page span.hidden_divider.divider {
    display: block;
}

/*Woo qty*/
.woocommerce #quantity input::-webkit-outer-spin-button,
.woocommerce #quantity input::-webkit-inner-spin-button,
.woocommerce #content .quantity input::-webkit-outer-spin-button,
.woocommerce #content .quantity input::-webkit-inner-spin-button,
.woocommerce-page #quantity input::-webkit-outer-spin-button,
.woocommerce-page #quantity input::-webkit-inner-spin-button,
.woocommerce-page #content .quantity input::-webkit-outer-spin-button,
.woocommerce-page #content .quantity input::-webkit-inner-spin-button {
    display: none;
}

.woocommerce .quantity,
.woocommerce-page .quantity {
    border: 1px solid #333333;
    position: relative;
    margin: 0 0 30px 0;
    overflow: hidden;
    zoom: 1;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
    border-right: 0;
    border-radius: 0;
    color: #666666;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    -moz-appearance: textfield;
    line-height: normal;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
}

.woocommerce .quantity noindex:-o-prefocus,
.woocommerce .quantity input[type=number],
.woocommerce-page .quantity noindex:-o-prefocus,
.woocommerce-page .quantity input[type=number] {
    padding-right: 1.2em;
}

.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 35px;
    height: 35px;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    border: none;
    background-color: #ffffff;
    text-shadow: none;
    background-image: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* margin-top: -5px; */
}

.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover {
    background-color: #dad8da;
}

.CRcustom_meta_pd .stock {
    display: none;
}

.CRcustom_meta_pd .price {
    margin: 0;
}

.CRcustom_meta_pd .price .woocommerce-Price-currencySymbol {
    margin-left: 5px;
}

.CRcustom_meta_pd .detail_product_attr a,
.CRcustom_meta_pd .detail_product_attr,
.CRcustom_meta_pd .detail_title {
    font-family: "Trirong";
    color: #1a3a6b;
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
}

.CRcustom_meta_pd .CRSku {
    color: #4f4f4f;
    margin-top: 5px;
    font-size: 12px;
    text-transform: uppercase;
}

.CRcustom_thumb_slider img {
    width: 100%;
}

.CRcustom_meta_pd .CRgroup_title_pd {
    padding-bottom: 17px;
    border-bottom: 1px solid #dfdfdf;
}

.CRcustom_meta_pd form.cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 20px 0;
    text-align: center;
}

#CRsingle_product_center {
    position: relative;
    margin: 0 -15px;
    padding-bottom: 0;
}

#CRsingle_product_center .CRcustom_content_pd .CRpost_cont img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

#CRsingle_product_center .CRcustom_content_pd {
    padding-right: 35px;
}

#CRsingle_product_center .CRcustom_content_pd .CRpost_cont .wp-caption:last-child {
    margin-bottom: 0;
}

#CRsingle_product_center .CRcustom_content_pd .CRstyle_title:after {
    content: url(../images/line_title_partner.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

#CRsingle_product_center .CRcustom_content_pd .CRcont_pd h3 a,
#CRsingle_product_center .CRcustom_content_pd .CRcont_pd h3 {
    color: #333333;
    font-family: "Trirong";
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 25px;
}

.CRpost_cont h1,
.CRpost_cont h6,
.CRpost_cont h2,
.CRpost_cont h3,
.CRpost_cont h4,
.CRpost_cont h5 {
    color: #1c3c6c;
    font-family: Trirong;
}

#CRsingle_product_center .CRcustom_content_pd .CRpost_cont .wp-caption {
    width: 100% !important;
    margin: 40px 0;
}

#CRsingle_product_center .CRcustom_content_pd .CRpost_cont .wp-caption-text {
    color: #4f4f4f;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 20px 0 0 0;
    font-style: italic;
}

#CRsingle_product_center .CRcustom_content_pd .CRpost_cont p {
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: justify;
}

.CRcustom_sidebar_pd .def_sub_title {
    margin-bottom: 20px;
    color: #1a3a6b;
    font-family: "Trirong";
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.CRitem_product_sidebar .CRgr_item_pd_sidebar a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRitem_product_sidebar .CRgr_item_pd_sidebar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.CRitem_product_sidebar .CRgr_item_pd_sidebar .pd_sidebar_view {
    width: 100px;
    height: 100px;
}

.pd_sidebar_content {
    padding-left: 15px;
    width: calc(100% - 100px);
}

.pd_sidebar_content .product_name a,
.pd_sidebar_content .product_name {
    color: #082340;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.pd_sidebar_content .price.product_price_after span {
    color: #ddb95d;
    font-size: 16px;
    font-weight: 700;
}

.pd_sidebar_content .price.product_price_after del span {
    font-size: 13px;
}

.pd_sidebar_content .price.product_price_after del {
    width: 100%;
    display: block;
    text-decoration-color: #a37224;
}

.pd_sidebar_content .price.product_price_after ins {
    text-decoration: none;
}

.CRitem_product_sidebar {
    border-radius: 10px;
    border: 1px solid rgb(206 206 206 / 50%);
    padding: 10px;
}

.CRitem_product_sidebar+.CRitem_product_sidebar {
    margin-top: 15px;
}

.CRgroup_attr_pd span i {
    color: #a37224;
    margin-right: 10px;
    font-weight: 600;
}

.CRgroup_attr_pd span {
    color: #333333;
    font-size: 14px;
    line-height: normal;
    font-family: "Trirong";
    font-weight: 700;
}

.CRgroup_attr_pd p {
    color: #666666;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.CRgroup_attr_pd li.sort_des_pd p {
    padding-left: 20px;
    line-height: 24px;
}

.CRgroup_attr_pd li.line_attr_pd span {
    min-width: 110px;
    margin-right: 15px;
}

.CRgroup_attr_pd li.line_attr_pd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 20px;
}

.CRgroup_attr_pd li.sort_des_pd span {
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

span.woocommerce-Price-currencySymbol {
    margin-left: 5px;
}

.CRgroup_price_pd.price {
    margin-bottom: 20px;
    /* display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
}

.CRgroup_price_pd.price ins {
    text-decoration: none;
}

#CRsingle_product_page .CRsingle_product {
    padding: 50px 0 50px 0;
}

/* #CRsingle_product_page .CRsingle_product .product-container{
    width: 1366px;
    max-width: 90%;
} */
.CRinformation_pd ul li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRinformation_pd ul li p {
    width: 50%;
    text-align: center;
    margin: 0;
}

.CRinformation_pd ul li.line_top_infor_pd p {
    background-color: #a37224;
    color: #ffffff;
    font-family: "Trirong";
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 12px 10px;
}

.CRinformation_pd ul li.line_infor_pd p {
    background-color: #f3f3f3;
    color: #333333;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    padding: 15px 10px;
}

li.line_infor_pd {
    background: #f3f3f3;
}

.CRinformation_pd ul li:nth-child(2) {
    padding-top: 20px;
}

.CRinformation_pd ul li:last-child {
    padding-bottom: 20px;
}

.CRinformation_pd ul:after {
    content: '';
    width: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #fff;
}

.CRinformation_pd ul {
    position: relative;
}

.CRinformation_pd {
    margin-bottom: 40px;
}

ul.CRlist_content_def_pd p {
    color: #333333;
    font-family: "Trirong";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

ul.CRlist_content_def_pd p span {
    color: #a37224;
    margin-right: 5px;
}

.CRlist_content_def_pd {
    width: 90%;
    margin: 0 auto;
}

.CRlist_icon_def_pd:before {
    content: '';
    background-color: rgba(180, 180, 180, 0.3);
    height: 1px;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
}

.CRlist_icon_def_pd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    position: relative;
    padding-top: 20px;
}

.CRlist_icon_def_pd .item_icon_box {
    padding: 0 15px;
    width: 33.33%;
    border-right: 1px solid #b4b4b4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRlist_icon_def_pd .item_icon_box:last-child {
    border: none;
}

.CRlist_icon_def_pd .content_icon_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRlist_icon_def_pd .content_icon_box p {
    color: #333333;
    font-family: "Trirong";
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    text-transform: initial;
    text-align: left;
    margin: 0;
}

.CRlist_icon_def_pd .item_icon_box .img_icon_box_sec {
    margin-right: 10px;
}

.CRcontent_def_pd {
    border-top: 1px solid rgba(180, 180, 180, 0.3);
    padding-top: 15px;
}

.CRcustom_thumb_slider .item_thumb {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 355px;
    position: relative;
    padding: 0;
    border: none;
}
.nav_list_scroll .list ul{
    overflow: hidden;
    max-height: 180px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.link_viewmore-js {
    margin-top: 10px;
    text-align: center;
}

.link_viewmore-js a{
    color: #333;
    font-weight: 700;
}

.link_viewmore-js a:hover{
    color: #a37224;
}

@media only screen and (min-width: 768px){
    .slider_cont_pd .CRfix_width .item_slider_nav {
        width: 25% !important;
    }

    .CRcustom_thumb_slider .slider_cont_pd .slider_nav.CRfix_width .slick-track {
        width: 100% !important;
    }
}

.CRcustom_thumb_slider .slider_cont_pd img {
    width: 100%;
}

.CRcustom_thumb_slider .item_slider_for .gr_view_360,
.CRcustom_thumb_slider .item_slider_for .gr_video {
    height: 400px;
    position: relative;
    background: #000 center no-repeat;
    background-size: cover;
}

.CRcustom_thumb_slider .item_slider_for .gr_view_360 a,
.CRcustom_thumb_slider .item_slider_for .gr_video a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000 center no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

.CRcustom_thumb_slider .item_slider_for .gr_view_360 img,
.CRcustom_thumb_slider .item_slider_for .gr_video img {
    width: 30%;
    margin: 0 auto;
    height: auto;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.CRcustom_thumb_slider .item_slider_for p {
    color: #ffffff;
    font-family: "Trirong";
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 20px 0;
    width: 100%;
}

.CRno_zoom img {
    width: auto !important;
}

.CRcustom_thumb_slider .slider_cont_pd .slider_for .customm_arrow.left {
    left: 0;
}

.CRcustom_thumb_slider .slider_cont_pd .slider_for .customm_arrow.right {
    right: 0;
}

.CRcustom_thumb_slider .slider_cont_pd .slider_for .customm_arrow i {
    color: rgba(255, 255, 255, 0.5);
}

.CRcustom_thumb_slider .slider_cont_pd .slider_for:hover .customm_arrow {
    opacity: 1;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    visibility: visible;
}

.CRcustom_thumb_slider .slider_cont_pd .slider_for .customm_arrow {
    background-color: rgba(102, 102, 102, 0.5);
    top: 0;
    bottom: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    width: 60px;
    z-index: 1;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    visibility: hidden;
}

.CRcustom_thumb_slider .item_thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    padding: 0;
}

.CRcustom_thumb_slider a.demo-trigger {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.CRcustom_meta_pd .drift-zoom-pane {
    width: 100%;
    height: 575px;
    border: 1px solid #e1c27a;
    background-color: #ffffff;
    z-index: 10;
    top: 100px;
}

.CRcustom_thumb_slider .slider_cont_pd .slider_for {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.CRcustom_thumb_slider .slider_cont_pd .slider_nav {
    padding-top: 0;
    margin: 0 -7px;
}

.CRcustom_thumb_slider .item_slider_nav.slick-current.slick-active .gr_item_slider_nav .inner {
    border: 1px solid #adb3c2;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.slider_cont_pd .item_slider_nav {
    margin: 20px 0;
    opacity: 1;
    padding: 0 2px;
}

.slider_cont_pd .item_slider_nav .gr_item_slider_nav .inner {
    border-radius: 10px;
    border: 1px solid #cecece;
    background-color: #ffffff;
    height: 75px;
    cursor: pointer !important;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider_cont_pd .item_slider_nav .gr_item_slider_nav .name {
    margin: 5px 0 0;
    text-align: center;
    color: #4f4f4f;
    font-size: 13px;
}

.gr_item_slider_nav img.demo-trigger {
    height: 100%;
    object-fit: contain;
}


.CRcustom_thumb_slider .slider_cont_pd .slider_for .slick-list,
.CRcustom_thumb_slider .slider_cont_pd .slider_for .slick-track {
    height: 100%;
}

.CRcustom_thumb_slider .slider_cont_pd .slider_nav .customm_arrow.left {
    left: -15px;
}

.CRcustom_thumb_slider .slider_cont_pd .slider_nav .customm_arrow.right {
    right: -15px;
}

.CRcustom_thumb_slider .slider_cont_pd .slider_nav .customm_arrow {
    z-index: 3;
}

.CRcustom_thumb_slider .slider_cont_pd .slider_for .slick-list {
    box-shadow: 1px -3px 40px rgb(0 0 0 / 9%);
    border-radius: 30px;
}

span.show_menu,
#mn_mobile {
    display: none;
}

.CRcustom_dots ul.slick-dots {
    position: relative;
    bottom: unset;
    margin: 30px 0 0 0;
}

.CRcustom_dots ul.slick-dots li {
    margin: 0;
}

.CRcustom_dots ul.slick-dots li button:before {
    font-size: 10px;
    border: 1px solid #b46d32;
    border-radius: 50%;
    color: transparent;
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: #fff58a;
}

.CRcustom_dots ul.slick-dots li.slick-active button:before {
    background-color: #b46d32;
    border: 1px solid #b46d32;
}

#CRlogo img {
    width: auto;
    height: 60px;
}

div#CRload_recruitment ul li span {
    display: none;
}

.CRlist_item_advisory li.empty {
    width: 100%;
}

#CRdetail_order ul li .title_mobile {
    display: none;
}

.CRlicense ul li img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.line_hide {
    display: none;
}

#CRlist_filters_product_mobile {
    display: none;
}
.CRdef_content_single .CRpost_cont .nav_list_scroll h4 {
    font-size: 20px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-bottom: 20px;
}
.CRdef_content_single .CRpost_cont .nav_list_scroll .list ul,.CRdef_content_single .CRpost_cont .nav_list_scroll .list ul li,.CRdef_content_single .CRpost_cont .nav_list_scroll .list ul li a,.CRdef_content_single .CRpost_cont .nav_list_scroll .list ul strong {
    font-family: 'Open Sans Bold';
    font-size: 13px;
    margin: 0;
    list-style: none;
}
@media only screen and (max-width: 1366px) {
    .CRitem_customer {
        width: 800px;
    }
}

@media only screen and (max-width: 1199px) {
    .CRgrbox_nav {
        height: 100%;
        position: relative;
    }

    .CRbox_nav {
        height: 90vh;
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .CRbox_nav::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #fff;
    }

    .CRbox_nav::-webkit-scrollbar {
        width: 2px;
        background-color: rgba(40, 40, 40, 0.8);
    }

    .CRbox_nav::-webkit-scrollbar-thumb {
        background-color: #c5a056 !important;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children>a {
        border: none !important;
        padding: 0 30px 0 1px !important;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children.active_line>a {
        background: transparent !important;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children.active {
        background-color: #b46d32;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children.active_line {
        background: #b78c3e;
        -webkit-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav li.active_line ul li.active_line {
        background: transparent;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children {
        position: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #ad7d2f5e !important;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children>span.show_menu {
        position: inherit;
        top: unset;
        left: unset;
        margin-left: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50px;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children ul li.menu-item-has-children {
        position: relative;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children ul li.menu-item-has-children.active_line .sub-menu {
        min-height: 500px;
        position: relative !important;
        overflow: hidden;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children ul li.menu-item-has-children.active_line span.show_menu {
        display: none;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children ul li.menu-item-has-children.active_line span.show_menu+a {
        display: none;
    }

    body li.line_hide {
        height: 50px !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        border-bottom: 1px solid #ad7d2f5e !important;
        text-align: left;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        background: #f9de97 !important;
    }

    .line_hide span.hide_submenu {
        cursor: pointer;
        position: inherit !important;
        left: unset !important;
        padding: 0 30px 0 35px !important;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children.active_line>ul.sub-menu {
        right: 0 !important;
        overflow: hidden;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children>ul.sub-menu {
        position: absolute !important;
        top: 0;
        bottom: 0;
        right: -500px !important;
        background-color: #fff;
        z-index: 10;
        display: block !important;
        -webkit-transition: 1s all !important;
        -o-transition: 1s all !important;
        transition: 1s all !important;
        max-height: 100vh;
        overflow-y: auto;
        height: 100%;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children>ul.sub-menu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #fff;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children>ul.sub-menu::-webkit-scrollbar {
        width: 2px;
        background-color: rgba(40, 40, 40, 0.8);
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children>ul.sub-menu::-webkit-scrollbar-thumb {
        background-color: #c5a056 !important;
    }

    .CRform_right .logo_web_ac img {
        width: 100%;
    }

    .login-cus {
        padding: 30px;
    }

    .CRgroup_rating_pd .top_ratingProduct .right,
    .CRgroup_rating_pd .top_ratingProduct .left {
        width: 100%;
    }

    .CRgroup_rating_pd .top_ratingProduct {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .CRgroup_rating_pd .top_ratingProduct .right {
        margin-top: 20px;
    }

    .info_custom_order ul {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .info_custom_order ul li:after {
        display: none;
    }

    .info_custom_order ul li {
        padding: 5px 0;
        width: 100%;
    }

    .info_custom_order {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .item_custom_order a.view_more {
        width: auto;
    }

    section#CRsingle_advisory_content .left .content h3 {
        font-size: 15px;
    }

    .cont_tax_advisory .content h2 {
        font-size: 25px;
        line-height: normal;
    }

    .CRlist_item_advisory {
        padding: 15px;
    }

    div#CRintro_page section#CRartner_home {
        padding-top: 30px !important;
    }

    section#CRsingle_recruit_top h1 {
        font-size: 30px;
    }

    div#CRrecruit_top_cont .content_down ul li:last-child {
        position: inherit;
        padding: 20px 0 0 0;
        margin-top: 20px;
    }

    div#CRrecruit_top_cont .top_cont_col .content {
        padding: 30px;
    }

    #CRcustomer_page .CRitem_banner_customer {
        padding: 50px 0;
    }

    #CRcustomer_page section#CRartner_home {
        padding: 50px 0 50px 0 !important;
    }

    section#CRcustomer_page {
        margin-bottom: 20px;
    }

    .show_list,
    .CRgr_mode {
        right: 20px;
    }

    .show_list {
        width: 50px;
        height: 50px;
    }

    .show_list i:after {
        width: 60px;
        height: 60px;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav li.active>span i {
        color: #fff !important;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav li.active>a {
        background-color: #b46d32;
        color: #fff !important;
    }

    .CRstyle_title {
        font-size: 30px;
    }

    .CRcont_item_banner_home h1,
    .CRcont_item_banner_home h4 {
        font-size: 35px;
        margin: 50px 0 30px 0;
    }

    section#CRfeel_home,
    section#CRartner_home {
        padding: 0 0 50px 0 !important;
    }

    section#CRcollection_home,
    section#CRlist_pd_home,
    section#CRgif_home {
        padding: 50px 0;
    }

    /*Nav Mobile*/
    div#CRlogin {
        margin: 0;
        display: none;
    }

    .group_header_se button#search_btn i {
        color: #08233f;
    }

    div#CRhotline p,
    div#CRhotline a {
        color: #08233f;
    }

    div#CRlog_mobile .group_header_se input#search::placeholder {
        color: #08233f;
        font-family: 'Open Sans Bold';
        font-size: 15px;
        font-weight: normal;
    }

    div#CRlog_mobile .group_header_se input#search {
        background-color: #ffffff;
        height: 50px;
        line-height: normal;
    }

    div#CRlog_mobile .group_header_se {
        width: 100%;
        height: 50px;
        padding: 0;
        border: none;
    }

    .group_header_se button#search_btn {
        width: 50px;
    }

    div#CRlog_mobile div#CRhotline {
        padding: 0 30px 0 50px !important;
        background: #fff;
        border-top: 1px solid #b78c3e;
        height: 50px;
    }

    .top_header .row {
        padding: 10px 0;
    }

    div#CRhotline p,
    div#CRhotline a {
        line-height: normal;
    }

    body {
        overflow-x: hidden;
    }

    #CRlogo img {
        width: 150px;
        height: auto;
    }

    span.show_menu {
        position: absolute;
        top: 12px;
        left: 20px;
        cursor: pointer;
        display: none;
        z-index: 9;
        width: 30px;
        height: 30px;
    }

    /*#CRmobile_nav {*/
    /*    max-height: 400px;*/
    /*    overflow-y: auto;*/
    /*}*/
    #CRmobile_nav::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #fff;
    }

    #CRmobile_nav::-webkit-scrollbar {
        width: 2px;
        background-color: rgba(40, 40, 40, 0.8);
    }

    #CRmobile_nav::-webkit-scrollbar-thumb {
        background-color: #c5a056 !important;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav ul.sub-menu {
        pointer-events: auto !important;
        position: inherit !important;
        margin: 0 !important;
        left: unset !important;
        right: unset !important;
        visibility: visible !important;
        opacity: 1 !important;
        padding-top: 0 !important;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        width: 100%;
        transform: unset !important;
        -webkit-transition: unset !important;
        -o-transition: unset !important;
        transition: unset !important;
    }

    body #mn_mobile #CRlog_mobile li a i {
        padding-right: 10px;
        color: #c5a056;
    }

    ul.sub-menu>li {
        height: unset;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav ul.sub-menu:after,
    body #mn_mobile #CRgrmobile_nav #CRmobile_nav ul.sub-menu:before {
        display: none !important;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav ul.sub-menu {
        display: none;
    }

    body #mn_mobile #CRlog_mobile ul,
    body #mn_mobile #CRgrmobile_nav #CRmobile_nav ul {
        margin: 0 !important;
    }

    body #mn_mobile #CRlog_mobile li a:after,
    body #mn_mobile #CRgrmobile_nav #CRmobile_nav ul li a:after {
        display: none;
    }

    body #mn_mobile #CRlog_mobile li,
    body #mn_mobile #CRgrmobile_nav #CRmobile_nav li {
        padding: 0 !important;
        position: relative;
        background-color: transparent;
        width: 100%;
        display: block;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav li.active_line>span i {
        color: #fff !important;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav li.active_line>a {
        background: #b78c3e;
        color: #fff !important;
    }

    body #mn_mobile #CRlog_mobile li a,
    body #mn_mobile #CRgrmobile_nav #CRmobile_nav li a {
        padding: 0 30px 0 50px !important;
        border-bottom: 1px solid #ad7d2f5e !important;
        width: 100%;
        min-height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #1a3a6b !important;
        text-transform: capitalize;
        font-size: 13px !important;
        text-align: left;
        line-height: normal;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children>ul li>a {
        padding-left: 70px !important;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children>ul li>span {
        left: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #CRgrmobile_nav .close_submn a {
        display: block;
        width: 100%;
    }

    #CRgrmobile_nav .close_submn {
        padding: 20px;
        border-bottom: 2px solid #ad7d2f;
    }

    .ico_submenu {
        transform: scale(1.2);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        display: inline-block;
        cursor: pointer;
    }

    .top_header {
        display: none;
    }

    div#CRgrmobile_ico {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    div#CRgrmobile_ico .group_cart_head {
        margin-right: 20px;
        margin-left: auto;
    }

    #CRgrmobile_nav.active {
        visibility: visible;
        right: 0;
        -webkit-transition: 1s all;
        -o-transition: 1s all;
        transition: 1s all;
    }

    #CRgrmobile_nav {
        z-index: 9;
        top: 0;
        bottom: 0;
        width: 500px;
        height: 100vh;
        background-color: #ffffff;
        position: fixed;
        right: -500px;
        visibility: hidden;
        -webkit-transition: 1s all;
        -o-transition: 1s all;
        transition: 1s all;
    }

    #mn_desk {
        display: none;
    }

    span.show_menu,
    #mn_mobile {
        display: block;
    }

    /*End Nav Mobile*/
    div#CRad_header a.close_ad {
        right: calc((100% - 960px) / 2);
    }

    #CRcheckout_form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    #CRcheckout_form #order_review {
        margin-bottom: 30px;
    }

    .checkout-step-info {
        padding-right: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .drift-zoom-pane {
        display: none !important;
    }

    .CRcustom_thumb_slider .item_thumb {
        height: 400px;
        margin-bottom: 20px;
    }

    .CRcustom_meta_pd .drift-zoom-pane {
        display: none !important;
    }

    .CRlist_term_special li a {
        font-size: 15px;
    }

    section#CRcontent_products_page {
        margin: 30px 0 60px 0;
    }

    .CRgr_item_pd .pd_view {
        height: 220px;
    }

    .CRgr_item_pd .pd_content .product_attr {
        font-size: 14px;
    }

    .CRgr_item_pd .pd_content .product_name {
        line-height: 22px !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        /* height: 22px;
        max-height: 22px; */
        font-size: 14px !important;
    }

    .CRgr_item_pd .pd_content {
        padding: 15px;
    }

    .CRdef_content_single .CRpost_cont h1,
    .CRdef_content_single .CRpost_cont h2,
    .CRdef_content_single .CRpost_cont h3,
    .CRdef_content_single .CRpost_cont h4 {
        line-height: 31px;
    }

    section#CRsingle_advisory_content .left .content {
        padding: 20px;
    }

    .CRitem_banner_advisory {
        padding: 50px 0;
    }

    section#CRcontent_top_advisory .CRcont_banner_advisory {
        width: 100%;
    }

    .item_slider_recruitment .CRcontent {
        padding: 40px;
        height: 330px;
    }

    div#CRslider_recruitment {
        background-color: transparent;
        box-shadow: unset;
    }

    section#CRgr_slider_recruitment {
        margin-bottom: 30px;
    }

    section#CRcontent_slider_recruitment h4.CRstyle_title {
        font-size: 30px;
    }

    section#CRcontent_slider_recruitment {
        padding: 100px 0;
    }

    section#CRitems_slider_recruitment {
        margin-top: 40px;
    }

    .CRitem_customer {
        height: 450px;
    }

    div#CRad_header {
        height: auto;
    }

    div#CRad_header img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .CRitem_feel_home_for {
        width: 100%;
    }

    .CRcont_item_banner_home {
        width: 100%;
        margin-left: 0;
    }

    div#CRad_header a.close_ad {
        right: 0;
    }
}

@media only screen and (max-width: 991px) {

    #CRlist_filters_product {
        display: none;
    }

    #CRcart_page {
        margin-bottom: 50px;
    }

    .CRcustom_thumb_slider .slider_cont_pd .slider_for {
        height: 400px;
    }

    .CRlist_content_def_pd {
        width: 100%;
    }

    #CRsingle_product_center .CRcustom_content_pd,
    .CRcustom_comment_pd {
        padding-right: 0;
    }

    .CRproduct_web_comment {
        padding: 20px;
        margin-bottom: 30px;
    }

    .CRproduct_web_comment #review_form_wrapper .form-submit {
        margin: 20px 0 0 0 !important;
    }

    .CRgroup_rating_pd .top_ratingProduct .right {
        margin-top: 0;
    }

    .CRgroup_rating_pd .top_ratingProduct .right,
    .CRgroup_rating_pd .top_ratingProduct .left {
        width: 50%;
    }

    .CRgroup_view_detail_order h4 {
        font-size: 12px;
    }

    #CRcheckout_nav_step,
    #CRcheckout_nav_step .checkout_nav li:before,
    #CRcheckout_nav_step .checkout_nav li:after {
        display: none;
    }

    #gr_custom_thank_pay .gr_img img {
        width: 100%;
        height: auto;
    }

    #CRcheckout_nav_step .checkout_nav li.active {
        background-image: -webkit-gradient(linear, left top, right top, from(#a37224), color-stop(1%, #a37224), to(#ffeda9));
        background-image: -o-linear-gradient(left, #a37224 0%, #a37224 1%, #ffeda9 100%);
        background-image: linear-gradient(to right, #a37224 0%, #a37224 1%, #ffeda9 100%);
    }

    div#CRwoo_checkout_thank li.nav_item.check a {
        color: #43b77a !important;
    }

    #CRcheckout_nav_step .checkout_nav li.nav_item.done.check a {
        color: #43b77a !important;
    }

    #CRcheckout_nav_step .checkout_nav li a p {
        display: none !important;
        margin: 0 !important;
    }

    .CRrange_price {
        width: 100%;
    }

    div#CRlist_filters_product {
        position: relative;
    }

    div#CRlist_filters_product .right .CRgritem_filter {
        margin: 0 -5px;
    }

    div#CRlist_filters_product .right .item_filter {
        padding: 5px;
        width: 33.33%;
    }

    /*div#CRlist_filters_product .right {*/
    /*    width: 33.33% !important;*/
    /*}*/
    div#filter_price .gr_price {
        width: 100%;
    }

    div#CRlist_filters_product .right,
    div#CRlist_filters_product .left {
        width: 100%;
    }

    div#CRlist_filters_product .left .item_filter:first-child {
        width: 100% !important;
    }

    #CRlist_filters_product,
    #CRfilters_product .left .CRgritem_filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .CRnav_account {
        max-width: 100%;
    }

    #CRproduct_view h3 {
        font-size: 20px;
    }

    .avar_ac_woo h4 {
        font-size: 12px;
        text-align: center;
    }

    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
    }

    .woocommerce-account nav.woocommerce-MyAccount-navigation {
        margin-bottom: 30px;
    }

    .CRlist_item_advisory {
        height: auto;
    }

    .CRlist_item_advisory ul {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -5px;
    }

    .CRlist_item_advisory li {
        width: 50%;
        padding: 5px;
    }

    section#CRlist_advisory {
        padding: 30px 0;
    }

    .img_tax_advisory {
        height: 450px;
    }

    .CRgroup_item_def_policy .icon_box_sec_flex {
        margin: 0 -30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .CRgroup_item_def_policy .icon_box_sec_flex .item_icon_box {
        padding: 30px;
    }

    .list_cols_policy .gr_item_cols_policy {
        width: 100%;
    }

    .item_cols_policy {
        padding: 30px;
        height: auto;
    }

    .CRgroup_item_def_sv .images {
        height: 300px;
    }

    section#CRsingle_recruit_bottom .content_field .def_recruits:nth-child(3) h4.title_sub_cont_recruits span {
        width: 100%;
    }

    div#CRsingle_recruit_page {
        padding-bottom: 30px;
    }

    section#CRsingle_recruit_top h1 {
        font-size: 20px;
    }

    section#CRcontent_slider_recruitment h4.CRstyle_title {
        font-size: 21px;
    }

    section#CRrecruitment_table {
        margin-bottom: 30px;
    }

    li.num_rec,
    div#CRhead_list_recruitment {
        display: none !important;
    }

    .CRitem_recruitment .btn_rec a {
        margin: 0;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: auto;
        padding: 0;
        border: none;
        color: #0e5799 !important;
        background-color: transparent !important;
        text-decoration: underline !important;
    }

    .CRitem_recruitment h4 {
        height: auto;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        overflow: hidden;
        -o-text-overflow: unset;
        text-overflow: unset;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
    }

    .CRitem_recruitment {
        width: 50%;
        padding: 10px;
    }

    div#CRload_recruitment {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -10px;
    }

    .CRdef_recruitment ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 1px solid #09233f;
        padding-bottom: 10px;
    }

    div#CRload_recruitment ul li {
        border: none;
        padding: 5px 0;
        min-height: -webkit-max-content;
        min-height: -moz-max-content;
        min-height: max-content;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .CRitem_recruitment .address_rec p {
        height: auto;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        overflow: inherit;
        -o-text-overflow: ellipsis;
        text-overflow: unset;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        text-align: left;
    }

    .item_slider_recruitment .CRcontent h4 {
        font-size: 15px;
        height: 48px;
        max-height: 48px;
        line-height: 24px;
    }

    .CRfaqs_content_left .img img {
        width: 100%;
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: 40px;
    }

    .CRfaqs_content_right {
        padding-left: 15px;
    }

    .CRcont_item_banner_customer {
        width: 100%;
    }

    .CRitem_customer {
        height: 400px;
        width: 500px;
    }

    .CRstyle_author_title {
        font-size: 30px;
        margin: 20px 0;
    }

    div#CRsingle_blog_page .CRpost_cont {
        width: 100%;
    }

    section.breadcrumbs ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    nav.breadcrumb ul li cite {
        font-size: 12px;
    }

    .newsright,
    .newsleft {
        margin-bottom: 10px;
    }

    .item_post_half,
    .item_post_full .item_post_cust,
    .item_post_full .item_post_cust .img_item_cont_post {
        height: 450px;
    }

    .CRitem_banner_home {
        padding: 100px 0;
    }

    .CRitem_collection .content h3 {
        font-size: 18px;
    }

    .CRitem_collection {
        height: 450px;
    }

    .CRitem_item_advisory_home {
        height: 400px;
    }

    li.def-form-field:first-child,
    .CRform_shortcode_home {
        width: 100%;
    }

    section#CRlist_store_contact ul li h1,
    section#CRlist_store_contact ul li h2,
    section#CRlist_store_contact ul li a {
        font-size: 30px;
    }

    .CRform_contact,
    .CRconts_contact {
        padding: 50px;
    }

    section#CRvision_intro,
    section#CRhistory_intro {
        padding-bottom: 30px;
    }

    div#CRachievement_content {
        margin-top: 0;
    }

    .CRachievement_img {
        margin-bottom: 30px;
    }

    section#CRachievement_intro {
        padding: 30px 0;
    }

    .right.CRcol_item_vision .CRitem_vision {
        padding-top: 14px !important;
    }

    .right.CRcol_item_vision .CRitem_vision,
    .left.CRcol_item_vision .CRitem_vision {
        padding: 7px 0;
        height: 300px !important;
    }

    #CRlist_vision .CRgr_item_vision .CRcont_item_vision .content {
        overflow-y: auto;
        max-height: 72px;
    }

    div#CRlist_workshop_intro .img_workshop {
        height: 300px;
    }

    section#CRhistory_intro .CRcont_his,
    section#CRworkshop_intro .CRcont_workshop {
        width: 100%;
    }

    .CRitem_personnel .des,
    .CRitem_personnel h4,
    .CRitem_personnel p {
        color: #fff;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all;
        opacity: 1;
    }

    section#CRpersonnel_intro {
        padding-bottom: 30px;
    }

    section#CRworkshop_intro,
    section#CRcertification_intro {
        padding: 30px 0;
    }

    .CRitem_personnel {
        background-color: #082340;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all;
    }

    section#CRintro_recruitment .CRcont_intro {
        width: 100%;
    }

    .CRstyle_title br {
        display: none;
    }

    div#CRload_recruitment ul li span {
        color: #333333;
        font-family: "Trirong";
        text-transform: capitalize;
        font-size: 13px;
        padding-right: 5px;
        display: block;
    }

    .CRerror_content {
        width: 100%;
    }
}

@media only screen and (max-width: 959px) {
    .CRgr_mode {
        right: 10px;
    }

    div#list_process .col_item_process_author img {
        height: 200px;
    }
}

@media only screen and (max-width: 768px) {
    #CRerror_page {
        padding: 30px 0;
    }

    .CRcustom_thumb_slider .item_thumb {
        height: 350px;
    }

    section#CRform_def_log_reg {
        margin: 40px 0;
    }

    .CRcustom_meta_pd .price span {
        font-size: 20px;
    }

    .CRcustom_thumb_slider .slider_cont_pd .slider_for {
        height: 350px;
    }

    .slider_cont_pd .item_slider_nav {
        height: 100px !important;
    }

    .CRcustom_thumb_slider .item_slider_for p {
        font-size: 15px;
    }

    #CRsingle_product_center {
        margin: 30px -15px;
    }

    .CRcustom_meta_pd .detail_product_attr a,
    .CRcustom_meta_pd .detail_product_attr,
    .CRcustom_meta_pd .detail_title {
        font-size: 25px;
    }

    #CRsingle_product_page .CRsingle_product {
        padding: 30px 0;
    }

    div#CRwoo_checkout_thank {
        margin-bottom: 30px;
    }

    .CRlist_term_special li {
        padding: 5px 10px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .CRlist_term_special ul {
        margin: 0 -10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    div#CRlist_term_special {
        margin-bottom: 10px;
    }

    .gr_cart_empty {
        padding: 100px 0;
    }

    .gr_cart_empty .CRstyle_title {
        font-size: 20px;
    }

    .CRgr_item_pd .pd_content .product_attr,
    .CRgr_item_pd .pd_content .product_name {
        font-size: 12px;
    }

    .woocommerce-account .container .woocommerce {
        margin: 40px auto 60px auto !important;
    }

    .cont_tax_advisory {
        padding: 30px 15px;
        width: 100%;
    }

    .img_tax_advisory {
        height: auto;
        width: 100%;
    }

    .cont_tax_advisory .content p {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
    }

    .CRcont_item_advisory {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    section#CRdefault_policy {
        padding: 20px 0 40px 0;
    }

    .CRgroup_item_def_policy .icon_box_sec_flex .item_icon_box {
        width: 50%;
    }

    .CRitem_def_policy .title_def_policy {
        font-size: 25px;
        line-height: normal;
    }

    .CRgroup_item_def_sv h4 {
        font-size: 25px;
    }

    .CRgroup_item_def_sv {
        margin-bottom: 30px;
    }

    div#CRintro_page section#CRartner_home {
        padding-top: 0 !important;
    }

    .CRitem_recruitment {
        width: 100%;
    }

    section#CRintro_recruitment,
    section#CRcontent_slider_recruitment {
        padding: 30px 0;
    }

    div#list_support div#accordion {
        margin-bottom: 30px;
    }

    #list_support a.load_more_btn {
        min-width: 100%;
        margin-bottom: 20px;
    }

    div#CRfaqs_content {
        margin-bottom: 10px;
    }

    .terms_faqs ul li {
        width: 50%;
        padding: 10px;
    }

    .terms_faqs ul {
        margin: -10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .CRitem_banner_customer h1 {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 20px;
    }

    div#list_process .col_item_process_author {
        width: 100%;
        padding: 10px 0;
    }

    div#list_process {
        margin: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
    }

    .CRdef_content_author .content .author_right,
    .CRdef_content_author .content .author_left {
        width: 100%;
        padding: 20px 0;
    }

    .CRdef_content_author .content .author_left img {
        width: auto;
        height: 200px;
    }

    .CRdef_content_author .content .author_right {
        text-align: center;
    }

    .CRdef_content_author .content .author_right a.btn-style {
        margin: 30px auto;
    }

    .CRdef_content_author .content .author_right ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .CRdef_content_single .CRpost_cont .wp-caption {
        margin: 20px 0;
    }

    section#CRsingle_blog_content {
        padding: 80px 0 50px 0;
    }

    .CRdef_content_single .CRpost_cont h1,
    .CRdef_content_single .CRpost_cont h2,
    .CRdef_content_single .CRpost_cont h3,
    .CRdef_content_single .CRpost_cont h4 {
        font-size: 20px;
        margin: 0 0 20px 0;
    }

    .CRsingle_blog_col {
        margin-bottom: 30px;
    }

    .CRdef_content_author .content .author_right .des_author {
        text-align: justify;
    }

    #CRlist_vision .CRgr_item_vision {
        padding: 20px;
    }

    #CRlist_vision .CRgr_item_vision .CRcont_item_vision {
        left: 20px;
        right: 20px;
    }

    form#form_filter_store {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    div#location_map {
        height: 400px !important;
        min-height: 400px !important;
    }

    div#list_store {
        height: 320px;
    }

    div#CRgallery_store h4 {
        font-size: 20px;
    }

    .CRbtn_filter_store {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 30px 0 0 0;
    }

    .CRfilter_store {
        margin: -5px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    section#CRcontact {
        padding: 45px 0 45px 0;
    }

    section#CRlist_store_contact ul li:after {
        height: 25px;
    }

    section#CRlist_store_contact ul li {
        padding: 0 10px;
    }

    section#CRlist_store_contact ul {
        margin: 0 -10px;
    }

    section#CRlist_store_contact ul li h1,
    section#CRlist_store_contact ul li h2,
    section#CRlist_store_contact ul li a {
        font-size: 20px;
    }

    .CRform_contact,
    .CRconts_contact {
        padding: 30px;
    }

    section#CRlist_pd_home a.btn-style.btn_hook {
        margin-top: 30px;
    }

    .CRform_shortcode_home h4 {
        font-size: 25px;
    }

    .CRcont_item_banner_home h1,
    .CRcont_item_banner_home h4 {
        margin: 30px 0 0 0;
        padding: 30px 0;
    }

    .CRcont_item_banner_home h1:after,
    .CRcont_item_banner_home h4:after {
        content: '';
        height: 1px;
        left: 0;
        right: 0;
        background-color: #fff;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        top: 0;
    }

    div#CRad_header img {
        width: 100%;
        height: auto;
        object-fit: cover;
        min-height: 25px;
    }

    .gr-def-form-btn span.ajax-loader {
        right: 0;
    }

    .CRlogo_banner img {
        width: auto;
        height: 50px;
    }

    .CRitem_item_advisory_home {
        height: 250px;
    }

    .CRitem_collection {
        height: 350px;
    }

    section#CRgif_home .icon_box_sec_flex {
        margin-top: 10px;
    }

    section#CRgif_home .row.CRcustom_dots.slick-dotted {
        margin-bottom: 0;
    }

    section#CRgif_home .CRcustom_dots ul.slick-dots {
        margin: 0;
    }

    section#CRgif_home .img_icon_box_sec img {
        margin: 0 auto;
    }

    .CRitem_banner_home {
        padding: 80px 0;
    }

    .CRcont_item_banner_home h1,
    .CRcont_item_banner_home h4,
    .CRstyle_title {
        font-size: 25px;
    }

    section#CRintro_home,
    section#CRaform_reg_home {
        padding: 30px 0;
    }

    .custom_submit_form_reg_home.gr-def-form-field input {
        width: 50px;
        font-size: 13px;
    }

    .CRcontent_intro_home p {
        padding: 0;
        margin: 0 0 30px 0;
    }
}

@media only screen and (max-width: 767px) {
    .CRpop_filter_def {
        width: 75%;
        right: -75%;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children>ul.sub-menu {
        /* right: -100% !important; */
    }

    #CRtop_cart_page table.shop_table td.product-details p,
    #CRtop_cart_page table.shop_table td.product-details h4 {
        font-size: 12px;
    }

    #CRtop_cart_page table.shop_table td.product-details .cart-item-details {
        width: 200px;
    }

    .login_fb i,
    .login_google i {
        display: none;
    }

    .CRform_right .logo_web_ac img {
        width: 50%;
        height: auto;
        max-width: 100%;
    }

    .CRform_right .content h4 {
        margin: 20px 0;
    }

    button#reg_account {
        width: 100%;
    }

    .CRform_right {
        margin: 40px 0 20px 0;
        position: inherit;
        top: unset;
        left: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        width: 100%;
    }

    .CRcustom_meta_pd .CRgroup_title_pd {
        overflow: hidden;
    }

    .CRcustom_sidebar_pd {
        padding-top: 20px;
    }

    .CRgroup_rating_pd .top_ratingProduct .right,
    .CRgroup_rating_pd .top_ratingProduct .left {
        width: 100%;
    }

    .CRgroup_rating_pd .top_ratingProduct .right {
        margin-top: 20px;
    }

    #CRsingle_product_center .CRcustom_content_pd .CRpost_cont .wp-caption {
        margin: 20px 0;
    }

    .CRlist_icon_def_pd .item_icon_box {
        padding: 10px 15px;
        width: 100%;
        border: none;
    }

    .CRinformation_pd ul li.line_top_infor_pd p {
        font-size: 13px;
    }

    .CRinformation_pd ul li:nth-child(2) {
        padding-top: 10px;
    }

    .CRinformation_pd ul li:last-child {
        padding-bottom: 10px;
    }

    .CRinformation_pd ul li.line_infor_pd p {
        font-size: 12px;
        padding: 10px;
    }

    .CRlist_icon_def_pd {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .woocommerce .quantity,
    .woocommerce-page .quantity {
        margin-bottom: 5px;
    }

    .CRcustom_meta_pd form.cart {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .CRcustom_thumb_slider .slider_cont_pd .slider_nav .customm_arrow {
        display: none !important;
    }

    .info_pd_order p span.woocommerce-Price-amount.amount,
    .info_pd_order .woocommerce-Price-currencySymbol,
    .item_pd_order .info_pd_order p.product_attr,
    .item_pd_order .info_pd_order h4,
    .item_pd_order .info_pd_order h4 a {
        font-size: 12px;
    }

    .filter_orders select {
        width: 100%;
    }

    .filter_orders {
        margin-bottom: 20px;
    }

    #CRhead_detail_order {
        display: none;
    }

    section#CRdetail_order {
        margin: 30px 0;
    }

    #CRdetail_order ul li .title_mobile {
        margin-right: 10px;
        text-transform: initial;
        display: inline-block;
    }

    #CRdetail_order ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
        text-align: left;
    }

    div#CRbottom_detail_order,
    .CRitem_product_order {
        padding: 15px;
    }

    #CRcheckout_form #order_review {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    #shipping_method label,
    #payment .payment_methods label {
        width: 100%;
    }

    .CRgroup_bacs .left,
    .CRgroup_bacs .right {
        width: 100%;
    }

    #payment .wc_payment_methods {
        padding: 15px !important;
    }

    .checkout-step-info #shipping_phone_field label,
    .checkout-step-info #shipping_phone_field span input,
    .checkout-step-info #billing_phone_field label,
    .checkout-step-info #billing_phone_field span input,
    .checkout-step-info #shipping_city_field,
    .checkout-step-info #shipping_state_field,
    .checkout-step-info #billing_city_field,
    .checkout-step-info #billing_state_field,
    .checkout-step-info #billing_phone_field {
        width: 100%;
    }

    body .checkout-step-info #billing_phone_field label .Crcustom_mes_phone {
        display: none;
    }

    #actions_cart_btn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 20px 0;
    }

    .CRwoocommerce_order_button #place_order,
    .CRcheckout_prevstep a,
    .CRwoocommerce_order_button a {
        width: 100%;
        max-width: 100%;
    }

    #CRcart_coupon form.checkout_coupon,
    #CRcart_coupon .input-coupon input {
        width: 100%;
    }

    #CRcenter_cart_page #custom_cart_total {
        margin: 20px 0 0 0;
    }

    .CRgroup_btn_place_order,
    #CRcheckout_info_cart_btn,
    #CRcenter_cart_page #custom_cart_total table tbody {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #CRcenter_cart_page #custom_cart_total tr {
        width: 100%;
        margin: 10px;
    }

    .CRcheckout_prevstep,
    .CRwoocommerce_order_button,
    #CRcheckout_info_cart_btn a,
    #actions_cart_btn a {
        width: 100%;
        max-width: 100%;
        margin: 10px 0;
    }

    #CRcheckout_nav_step .checkout_nav li {
        width: 100%;
        margin: 0;
        padding: 15px !important;
    }

    .CRitem_banner_cat_pd {
        padding: 70px 0 50px 0;
    }

    #CRcheckout_info_cart_btn {
        margin-top: 30px;
    }

    #CRcheckout_form {
        margin-bottom: 30px;
    }

    div#CRlist_filters_product .right .item_filter,
    div#CRlist_filters_product .left .item_filter {
        width: 50%;
    }

    .CRitem_product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .filter_orders {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    div#CRcustom_my_address .woocommerce-Address {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px 15px;
    }

    .filter_orders p {
        margin-bottom: 20px;
    }

    .CRdef_content_single .CRpost_title h1,
    .CRdef_content_single .CRpost_title h2 {
        font-size: 30px;
        line-height: normal;
        margin: 0;
    }

    section#CRsingle_advisory_content .left .content h3 {
        font-size: 20px;
        text-align: left;
    }

    div#CRsingle_advisory_author {
        margin: 0;
    }

    section#CRsingle_advisory_content .left {
        margin: 0 0 30px 0;
    }

    section#CRsingle_advisory_content {
        padding: 30px 0;
    }

    #CRsingle_advisory_top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    #CRsingle_advisory_top .CRdef_content_single .CRpost_meta {
        margin: 15px -10px;
    }

    section#CRsingle_advisory_content .left .content {
        position: relative !important;
        top: unset !important;
        width: 100% !important;
    }

    section#CRsingle_advisory_content .right,
    section#CRsingle_advisory_content .left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 10px;
    }

    .CRitem_banner_advisory {
        padding: 70px 0 50px 0;
    }

    .item_cols_policy {
        padding: 15px;
    }

    .item_cols_policy p {
        max-height: 285px;
    }

    .CRgroup_item_def_sv .images {
        height: auto;
    }

    .CRgroup_item_def_sv h4 {
        font-size: 16px;
    }

    .CRgroup_item_def_sv .images.active {
        margin: -10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
    }

    .CRgroup_item_def_sv .images.active img {
        width: 50%;
        padding: 10px;
    }

    section#CRdefault_service {
        padding: 15px 0 40px 0;
    }

    section#CRsingle_recruit_top {
        margin: 20px 0 30px 0;
    }

    .def_sidebar_rec {
        padding: 15px;
    }

    .sidebar_list_rec.def_sidebar_rec {
        margin-bottom: 0;
    }

    section#CRsingle_recruit_bottom .content_field .def_recruits,
    div#CRrecruit_top_cont .top_cont_col .content ul li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    div#CRrecruit_bottom_cont .content_field {
        padding-right: 0;
    }

    section#CRsingle_recruit_bottom .content_field .def_recruits .cont_def_recruits,
    section#CRsingle_recruit_bottom .content_field .def_recruits h4.title_sub_cont_recruits {
        width: 100%;
    }

    div#CRrecruit_top_cont .top_cont_col .content ul li p {
        width: 100%;
        padding-left: 21px;
    }

    div#CRrecruit_top_cont .top_cont_col .content ul li span {
        width: 100%;
    }

    #CRcustomer_page .CRitem_banner_customer {
        padding: 30px 0;
    }

    .CRitem_customer {
        height: 300px;
        width: 300px;
    }

    .CRitem_customer h4 {
        font-size: 15px;
        line-height: normal;
    }

    section#CRauthor_list_post {
        margin: 30px 0 0 0;
    }

    div#CRauthor_page {
        padding-bottom: 50px;
    }

    section#CRauthor_target .CRstyle_author_cont:before {
        display: none;
    }

    section#CRauthor_target .CRstyle_author_cont {
        padding-left: 0;
    }

    div#list_process .col_item_process_author img {
        height: 150px;
    }

    section#CRsingle_blog_content {
        padding: 20px 0 50px 0;
    }

    div#CRsingle_blog_page section#CRbreadcrumbs {
        position: inherit;
    }

    .CRdef_content_single .CRpost_meta {
        margin: 30px 0;
    }

    div#list_scroll {
        width: 100%;
        right: -100%;
    }

    nav.breadcrumb ul li cite {
        font-size: 10px;
    }

    .item_cont_post .img_item_cont_post img {
        height: 150px;
    }

    .item_post_full .content_item_cont_post h4,
    .item_post_full .content_item_cont_post h4 a,
    .content_item_cont_post h4,
    .content_item_cont_post h4 a,
    .item_post_half .content_item_cont_post h4,
    .item_post_half .content_item_cont_post h4 a,
    .item_post_full .content_item_cont_post h3,
    .item_post_full .content_item_cont_post h3 a,
    .content_item_cont_post h3,
    .content_item_cont_post h3 a,
    .item_post_half .content_item_cont_post h3,
    .item_post_half .content_item_cont_post h3 a {
        font-size: 15px;
    }

    .item_post_full .content_item_cont_post,
    .item_post_half .content_item_cont_post {
        padding: 20px;
    }

    .item_post_half {
        height: 500px;
    }

    .item_post_full .item_post_cust,
    .item_post_full .item_post_cust .img_item_cont_post {
        height: 250px;
    }

    div#list_store {
        height: 280px;
    }

    div#location_map {
        height: 300px !important;
        min-height: 300px !important;
    }

    div#CRlist_gallery .item_gallery {
        width: 100% !important;
        height: 200px;
    }

    .item_store {
        padding: 10px;
    }

    .CRconts_contact .title {
        font-size: 20px;
    }

    .CR_custom_logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    #CRgrmobile_nav {
        width: 100%;
        right: -100%;
    }

    div#CRlogo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    div#CRlogo .ico_submenu img {
        width: auto;
    }

    .CRlicense img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 454px) {
    .CRcustom_thumb_slider .item_thumb {
        height: 250px;
    }

    .CRcustom_thumb_slider .slider_cont_pd .slider_for {
        height: 300px;
    }

    .slider_cont_pd .item_slider_nav {
        height: 85px !important;
    }

    .CRcustom_meta_pd .detail_product_attr a,
    .CRcustom_meta_pd .detail_product_attr,
    .CRcustom_meta_pd .detail_title {
        font-size: 20px;
    }

    .item_pd_order .info_pd_order p.product_attr,
    .item_pd_order .info_pd_order h4,
    .item_pd_order .info_pd_order h4 a {
        font-size: 10px;
    }

    .item_custom_order li.order_date {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .info_custom_order ul li p,
    .info_custom_order ul li a,
    .info_custom_order ul li span {
        padding: 5px 0;
    }

    .info_custom_order ul li {
        padding: 0;
    }

    #gr_custom_thank_pay .gr_img,
    #gr_custom_thank_pay .gr_cont {
        width: 100%;
    }

    #gr_custom_thank_pay {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #payment .wc_payment_method .wc_payment {
        padding: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .wc_payment_method .wc_payment_method_description {
        width: 100% !important;
        padding-left: 0 !important;
    }

    #payment .wc_payment_method .wc_payment_method_description:before {
        display: none;
    }

    #payment .wc_payment_method img {
        margin: 5px 0 !important;
    }

    #CRcheckout_nav_step .checkout_nav li {
        padding: 5px !important;
    }

    div#CRlist_filters_product .right .item_filter,
    div#CRlist_filters_product .left .item_filter {
        width: 100%;
    }

    .gr_cart_empty {
        padding: 50px 0;
    }

    .CRitem_product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .CRitem_product.col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 100%;
    }

    .CRdef_content_author {
        padding: 15px;
    }

    section#CRsingle_advisory_banner {
        height: 250px;
    }

    section#CRcontent_top_advisory .CRcont_banner_advisory p,
    .CRlist_item_advisory li a {
        font-size: 12px;
    }

    .cont_tax_advisory .content h2 {
        font-size: 18px;
    }

    section#CRlist_advisory {
        padding: 30px 0 0 0;
    }

    .CRgroup_item_def_policy .icon_box_sec_flex .item_icon_box {
        width: 100%;
        padding: 15px !important;
    }

    .CRgroup_item_def_policy .icon_box_sec_flex {
        margin: 0 -15px;
    }

    .CRgroup_item_def_sv .images.active img {
        height: auto;
    }

    #CRcertification_intro .CRcustom_dots ul.slick-dots {
        margin-top: 0;
    }

    div#CRlist_certification_intro {
        margin-bottom: 0;
    }

    .CRitem_recruitment p {
        text-align: left;
        width: 100%;
    }

    .CRfaqs_content_left .img img {
        height: 200px;
    }

    #CRfaqs_content .myaccordion .card-body p {
        font-size: 11px;
    }

    #CRcustomer_page section#CRartner_home {
        padding: 30px 0 !important;
    }

    .show_list i {
        font-size: 20px;
    }

    .show_list i:after {
        width: 45px;
        height: 45px;
    }

    .show_list {
        width: 35px;
        height: 35px;
    }

    div#list_scroll {
        padding: 30px 15px 15px;
        top: unset;
        transform: unset;
        bottom: 0;
    }

    .show_list {
        top: 60%;
        -webkit-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        transform: translateY(-60%);
    }

    .CRdef_content_single .CRpost_meta p {
        padding: 0 10px;
    }

    div#CRgallery_store h4 {
        font-size: 15px;
    }

    div#CRlist_gallery {
        margin: 15px -10px 0 -10px;
    }

    section#CRstore {
        margin-bottom: 30px;
        padding: 40px 0 0 0;
    }

    div#CRgallery_store {
        margin-top: 30px;
    }

    .CRconts_contact .title {
        font-size: 15px;
    }

    .CRstyle_title {
        padding-bottom: 20px;
    }

    section#CRlist_store_contact ul li h1,
    section#CRlist_store_contact ul li h2,
    section#CRlist_store_contact ul li a {
        font-size: 15px;
    }

    section#CRcollection_home,
    section#CRlist_pd_home,
    section#CRgif_home {
        padding: 30px 0;
    }

    section#CRfeel_home,
    section#CRartner_home {
        padding: 0 0 30px 0 !important;
    }

    .CRcont_item_banner_home h1,
    .CRcont_item_banner_home h4,
    .CRstyle_title {
        font-size: 20px;
    }

    .CRgr_item_pd .pd_view {
        height: 200px;
    }

    .CRgr_item_pd .pd_content {
        padding: 20px 15px;
    }
}

/* Back to top */
#button {
    display: inline-block;
    background-color: #1b3a6a !important;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 100px;
    right: 10px !important;
    transition: background-color .3s, opacity .5s, visibility .5s;
    z-index: 99999;
}

#button i {
    font-size: 1.5em;
    line-height: 40px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
}

/* Additional info footer */
.additional-info {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 99;
}

.additional-info ul {
    list-style: none;
    padding-inline-start: 0;
    display: flex;
    align-items: center;
    padding: 10px 5px;
    background-color: #fff;
}

.additional-info ul li {
    display: inline-block;
    width: 20%;
    text-align: center;
    position: relative;
}

.additional-info ul li a {
    display: block;
}

.additional-info ul li a img {
    max-width: 100%;
    width: 100%;
}

.additional-info ul li a img.home-img {
    width: 100%;
}

.additional-info ul li a i {
    color: #1b3a6a;
    display: block;
    font-size: 32px;
}

.additional-info ul li a span {
    color: #696969;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%
}

.phonering-alo-phone.phonering-alo-static {
    opacity: .6
}

.phonering-alo-phone.phonering-alo-hover,
.phonering-alo-phone:hover {
    opacity: 1
}

.phonering-alo-ph-circle {
    width: 160px;
    height: 160px;
    top: -70px;
    left: 5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100% !important;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border: 2px solid #bfebfc 9;
    opacity: .1;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color: #00aff2;
    opacity: .5
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color: #75eb50;
    border-color: #baf5a7;
    opacity: .5
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color: #00aff2;
    border-color: #bfebfc;
    opacity: .5
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color: #ccc;
    opacity: .5
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color: #75eb50;
    opacity: .5
}

.phonering-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: -40px;
    left: 35px;
    position: absolute;
    background-color: #000;
    border-radius: 100% !important;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75 !important
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: .75 !important
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color: rgba(204, 204, 204, 0.5);
    opacity: .75 !important
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: .75 !important
}

.phonering-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: -20px;
    left: 55px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    border-radius: 100% !important;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
    animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color: #00aff2
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color: #75eb50;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color: #1b3a6a;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color: #ccc
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color: #75eb50
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.desktop-icon .phone-desktop {
    position: fixed;
    bottom: 60px;
    left: -20px;
}

.desktop-icon .phone-desktop .phone {
    position: relative;
}

.desktop-icon .messenger {
    display: inline-block;
    position: fixed;
    right: 5px;
    bottom: 10px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
}

/* Accordion */
.accordion {
    background-color: transparent !important;
    color: #fff;
    margin-bottom: .5rem;
    cursor: pointer;
    padding: 3px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.accordion:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.panel {
    padding: 0 18px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 14px;
    line-height: 1.5;
}

.panel ul.text-number {
    list-style-type: decimal;
}

.panel ul.text-point {
    list-style-type: disc;
}

.accordion .active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}

div#CRhotline p {
    line-height: 40px;
}

div#CRhotline a {
    line-height: 40px;
}

div#CRlogin ul li a {
    line-height: 40px;
}

/* Custom Home page */
#Cbanner_home .CRitem_banner_home {
    cursor: unset;
    padding: 30px 0 0;
}

#Cbanner_home .CRitem_banner_home a {
    display: block;
    height: 100%;
}

#Cbanner_home .CRitem_banner_home a .box-img img {
    width: 100%;
}

#Cbanner_home .CRitem_banner_home a .box-img.left-img {
    margin-bottom: 10px;
}

#Cbanner_home .CRitem_banner_home .add-last:last-child .box-img.left-img {
    margin-bottom: 0;
}

#Cbanner_home .CRitem_banner_home .main-banner {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

#Cbanner_home .CRitem_banner_home .sale-banner {
    margin-top: 20px;
}

#Cbanner_home .CRitem_banner_home .sale-banner a img {
    max-width: 100%;
}

#additional-cta {
    padding: 20px 0;
    margin: 20px 0;
    background-color: #1b3a6a;
}

#additional-cta ul.cta-info {
    list-style: none;
    width: 100%;
    padding-inline-start: 0;
    display: flex;
}

#additional-cta ul.cta-info li {
    width: 25%;
    text-align: center;
    color: #fff;
    display: inline-block;
}

#additional-cta ul.cta-info li i {
    display: block;
    font-size: 40px;
}

#additional-cta ul.cta-info li span {
    display: block;
}

#additional-archive-section {}

#additional-archive-section .archive-box {
    /* background-color: #0A223E; */
    background-color: transparent;
    padding: 20px 40px;
    /* margin-top: 20px; */
    margin-bottom: 20px;
}

#additional-archive-section .archive-box .img-box {
    text-align: center;
}

#additional-archive-section .archive-box .img-box img {
    max-width: 50%;
    margin-bottom: 20px;
}

#additional-archive-section .archive-box .content p {
    /* color: #F4E19C; */
    color: #082340;
    line-height: 1.5;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
}

.product_top_right .CRcustom_meta_pd .pay-progress {
    display: flex;
}

.product_top_right .CRcustom_meta_pd .pay-progress p {
    align-self: center;
}

.product_top_right .CRcustom_meta_pd .pay-progress img {
    padding: 0 10px;
}

.discount.CRanimation_text {
    width: 900px;
    max-width: 90%;
    margin: 0 auto 20px;
    padding: 30px;
    border-radius: 10px;
    background-color: #08233f;
}

.discount.CRanimation_text p {
    margin: 0;
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    animation: glow 2s infinite alternate;
}

/* Tab */
/* Style the tab */
.custom-tab {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

/* Style the buttons that are used to open the tab content */
.custom-tab button {
    color: #686868;
    font-family: Trirong;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    border: initial;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline: none;
}

/* Change background color of buttons on hover */
.custom-tab button:hover {
    color: #1a3a6b;
}

/* Create an active/current tablink class */
.custom-tab button.active {
    color: #1a3a6b;
    font-weight: 700;
}

.custom-tab button:last-child {
    padding-right: 9px;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 30px 0 6px;
    /* border: 1px solid #ccc; */
    border-top: none;
    background: #fff;
}

.tabcontent:nth-child(1) {
    display: block;
}

.tabcontent .CRcustom_content_pd h2 {
    font-size: 1.5rem;
    margin: .5em 0;
    line-height: 1.5;
}

.tabcontent .CRcustom_content_pd .CRpost_cont img {
    width: 75% !important;
}

.banner-sale {
    margin-top: 15px;
    margin-bottom: 10px;
}

.banner-sale img {
    max-width: 100%;
}

#CRlist_collection_home .item_post .item_cont_post {
    background-color: #1b3a6a;
}

#CRlist_collection_home .item_post .item_cont_post .content_item_cont_post {
    background-color: #1b3a6a;
}

#CRlist_collection_home .item_post .item_cont_post .content_item_cont_post>* {
    color: #fff !important;
}

#CRlist_collection_home .item_post .item_cont_post .content_item_cont_post h3 a {
    color: #fff !important;
    font-size: 22px;
}

#CRlist_collection_home .item_post .item_cont_post .content_item_cont_post .gr_post_bottom a {
    color: #fff !important;
}

#CRlist_collection_home .item_post .item_cont_post .img_item_cont_post img {
    height: 380px;
    object-fit: unset;
}

/* Custom Ajax search css */
.dgwt-wcas-search-wrapp {
    min-width: 217px;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    height: 26px;
    padding: 0px 5px;
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    height: 28px;
    min-width: 40px;
    padding: 0 5px;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
    top: 6px;
}
.buy_not_login {
    padding: 0 15px;
    display: inline-block;
    color: #19396b;
    font-family: "Trirong";
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    cursor: pointer;
    margin-bottom: 12px;
}
.activeJ{
    display: block!important;
}
.deactiveJ{
    display: none!important;
}
@media (max-width: 1024px) {
    #additional-archive-section .archive-box {
        padding: 30px 20px;
    }
}

@media (max-width: 900px) {
    #Cbanner_home .CRitem_banner_home .mobile-banner-slide {
        max-height: 170px;
        overflow: hidden;
    }

    .banner-sale {
        margin-top: 10px;
    }

    .cont_icon_box_sec p {
        margin: 15px 0 0px;
    }

    #CRbanner_home {
        margin-bottom: 10px;
    }

    #button {
        display: none;
    }

    .desktop-icon {
        display: none;
    }

    .additional-info {
        display: block;
    }

    .fixed_header .main_header {
        padding: 10px 0;
    }

    .fixed_header .main_header #CRlogo img {
        width: 70px;
    }

    section#CRcontent_products_page #CRfilters_product.fixed_filter {
        position: fixed;
        top: 45px;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 999;
    }

    section#CRcontent_products_page #CRfilters_product.fixed_filter .CRpop_filter_head ul a {
        height: 20px;
    }

    section#CRcontent_products_page #CRfilters_product.fixed_filter #CRlist_filters_product_mobile .CRpop_filter_def.active {
        top: 45px;
    }

    .additional-info ul li a img {
        width: 30%;
    }

    #fb-root {
        display: none !important;
    }

    #fb-root .fb-customerchat iframe {
        display: none !important;
    }

    #additional-cta ul.cta-info {
        display: block;
    }

    #additional-cta ul.cta-info li {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    #additional-archive-section .archive-box {
        padding: 5px;
        margin: 0;
    }

    #additional-archive-section .archive-box .img-box img {
        width: 35%;
        margin-bottom: 10px;
        margin: auto;
    }

    #additional-archive-section .archive-box .content p {
        font-size: 13px;
    }

    #CRcontent_top_cat_pd .CRstyle_title {
        font-size: 20px;
    }

    .custom-tab button {
        font-size: 12px;
        width: 50%;
        padding: 15px 3px;
    }

    .tabcontent .CRcustom_content_pd .CRpost_cont img {
        width: 95% !important;
    }

    .CRdef_content_single .CRpost_cont img {
        width: 95%;
    }

    section#CRsingle_advisory_banner .CRstyle_title {
        font-size: 18px;
    }

    section#CRfeel_home .CRstyle_title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    #CRlist_collection_home .item_post .item_cont_post .img_item_cont_post img {
        height: 320px;
    }

    section.custom-section .CRstyle_title,
    section.CRlist_pd_home .CRstyle_title {
        font-size: 20px;
    }

    section#CRlist_pd_home,
    section.CRlist_pd_home,
    section.custom-section,
    section#CRcollection_home.custom-section {
        padding: 2px 0 0;
    }

    section#CRgif_home.custom-section {
        padding: 2px 0 15px;
    }

    .customm_arrow.left {
        left: -5px;
    }

    .customm_arrow.right {
        right: -5px;
    }

    .CRitem_banner_cat_pd {
        padding: 0px 0 10px;
    }

    section#CRcontent_products_page {
        margin: 0px 0 60px;
    }

    div#CRlist_products {
        margin-top: 10px;
    }

    .CRinformation_pd ul li.line_infor_pd p {
        font-size: 14px;
    }

    .CRlicense ul li img {
        height: 45px;
    }

    .group_header_se input {
        height: 50px;
        padding: 0 10px;
        vertical-align: middle;
        align-self: center;
    }
    .CRproduct_web_comment #review_form_wrapper .form-submit{
        margin: 5px 30px 0 !important;
    }
}

@media (max-width: 576px) {
    .additional-info ul li a img.chat {
        width: 30px;
    }

    .additional-info ul li a img.zalo {
        width: 40px;
    }
    
    .phonering-alo-ph-circle {
        left: -45px;
        top: -75px;
    }

    .phonering-alo-ph-circle-fill {
        width: 70px;
        height: 70px;
        left: 1px;
        top: -33px;
    }

    .phonering-alo-ph-img-circle {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        top: 50%;
        left: 50%;
        background-size: 20px;
    }

    .additional-info ul li a i{
        font-size: 25px;
    }
}

@media (max-width: 454px) {
    section#CRstore.custom-map {
        padding: 0;
    }
}

#CRmove_search {
    width: 100%;
    text-align: right;
}

.group_header_se {
    border-radius: 100px;
}

.group_header_se button#search_btn {
    border-radius: 50%;
    right: 0;
}