@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --main-purple-color: #682DEE;
    --grey-color: #E2E3E4;
    --blue-color: #64E4FE;
    --serif-font: 'Noto Serif', serif;
    --sans-font: 'Open Sans', sans-serif;
    --roboto-font: 'Roboto', sans-serif;
    --insta-color: #E1306C;
    --apk-color: #85C043;
    --ios-color: #939393;
    --web-color: #00A9E8;
    --fb-color: #3b5998;
    --twit-color: #00acee;
    --shadow-color: #948f8f;
    --grey-light-color: #f4f4f4;
}

body {
    font-family: var(--sans-font);
    margin: 0;
    overflow-x: hidden;
    color: #000;
    font-size: 17px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.large_title {
    font-size: 53px;
}

.medium_title {
    font-size: 45px;
}

.small_title {
    font-size: 28px;
}

.sub_text {
    font-size: 17px;
}
.display_position_on {
    z-index: 1;
    position: relative;
}
.block_spacing {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.medium_block_spacing {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.small_block_spacing {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.button{
    cursor: pointer;
}
/* button[type=submit] {
    border-radius: 0;
    background-color: var(--twit-color);
    border-color: var(--twit-color);
}

button[type=submit]:hover {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
} */

.ar_border_right_light {
    border-right: 1px solid rgb(244 243 243 / 43%);
    position: absolute!important;
    height: 100vh;
    z-index: -1!important;
}

li {
    margin-bottom: 10px;
}

.text-black {
    color: #000;
}

.text-white {
    color: #fff;
}

.text-purple {
    color: var(--main-purple-color);
}

.text-purple-bold {
    color: var(--main-purple-color);
    font-weight: bold;
}

.arrow_down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid var(--main-purple-color);
    position: absolute;
    top: 40px;
    left: 2px;
}

button.try_now,
a.try_now {
    border: 2px solid #000;
    border-radius: 0;
    color: #000;
    padding: 5px 30px;
    margin: 20px 0px;
}

.button_outline_black,
.button_blue {
    font-size: 20px;
    color: #000;
    padding: 5px 20px;
    border: 1px solid #000;
    margin: 10px 0px;
    display: inline-block;
}

.button_blue {
    background-color: var(--blue-color);
    border-color: var(--blue-color);
    width: 80%;
}

.button_outline_black {
    background-color: #fff;
    border-color: #000;
}

.button_outline_black:focus,
.button_outline_black:hover,
.button_blue:focus,
.button_blue:hover {
    background-color: var(--main-purple-color);
    border-color: #fff;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.menu-sidebar .logo img {
    width: 145px;
}
/* Decoration */

.rhomb_decoration {
    position: relative;
}

.rhomb_decoration img:nth-child(1) {
    position: absolute;
    right: 0;
    width: 150px;
    top: 20px;
}

.rhomb_decoration img:nth-child(2) {
    position: absolute;
    right: -6rem;
    width: 150px;
    top: 47.5rem;
}

.rhomb_deco_left img,
.rhomb_deco_right img,
.rhomb_deco_twin img,
.rhomb_deco_twin_bottom img {
    position: absolute;
}

.rhomb_deco_left img {
    left: 0;
    width: 10%;
}

.rhomb_deco_right img {
    right: 2rem;
    width: 10%;
    top: 0;
}

.rhomb_deco_twin img {
    top: 4.2rem;
    right: 0%;
    width: 150px;
}

.rhomb_deco_twin_bottom img {
    bottom: 5rem;
    width: 15%;
    right: 0;
}
/* Decoration End*/
.au-btn,
.btn,
button {
    border-radius: 0 !important;
}

.btn:active,
.btn:focus {
    box-shadow: none;
}

.btn-purple,
.au-btn--purple {
    background-color: var(--main-purple-color);
    color: #fff;
}

.au-btn--purple:hover {
    background-color: var(--blue-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--serif-font);
}

textarea {
    min-height: 100px;
}

.login-checkbox label,
.login-form .form-group label {
    font-weight: 400;
}

.login-form p {
    font-weight: 100;
    font-size: 14px;
}

.ck-editor__editable_inline {
    min-height: 350px;
}

.menu-sidebar__content {
    background-color: var(--main-purple-color);
}

.navbar-sidebar .navbar__list li a {
    color: #ffffff;
    padding-left: 10px;
}

.navbar-sidebar .navbar__list li a:hover {
    color: #fff;
}

.navbar-sidebar .navbar__list li.active>a {
    color: var(--main-purple-color);
    background-color: #fff;
    border-radius: 15px;
    padding-left: 10px;
}

.card-header {
    background-color: var(--main-purple-color);
    color: #fff;
    font-weight: 600;
}

.table-data3 thead {
    background: var(--main-purple-color);
}

.dropdown-menu.tags {
    width: 100%;
}

.dropdown-menu.tags .form-check {
    padding-left: 2.5rem;
}
.rs-select2--light {
    margin-top: -5px;
}
/* Start Videdo Radio Box */
.video-radio-box .form-check-label{
    margin-bottom: 10px;
    margin-right: 50px;
}   
/* End Videdo Radio Box */
/*Start Error */
.required_content,
.error{
    color: red;
}
label.error{
    margin-left: 5px;
}
/*End Error */
a.disabled {
    pointer-events: none;
    cursor: default;
    background-color: #ededed !important;
}

/*---------------- Not Found ----------------------- */

#notfound {
    position: relative;
    height: 60vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    /* max-width: 410px; */
    width: 100%;
    text-align: center;
}

.notfound .notfound-404 img {
    width: 500px;
}

.notfound h2 {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
}

.notfound p {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0px;
}

.notfound a {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: var(--main-purple-color);
    display: inline-block;
    padding: 15px 30px;
    border-radius: 40px;
    color: #fff;
    font-weight: 700;
    -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
    box-shadow: 0px 4px 15px -5px #0046d5;
}

.notfound a:hover {
    background-color: #000;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 img {
        width: 300px;
    }
    .notfound .notfound-404 h1 {
        font-size: 112px;
    }
}

a.our_services_share svg {
    width: 25px;
    height: 25px;
}

.our_services_share:hover {
    word-spacing: 5px;
    color: black;
}

.our_services_share {
    font-family: var(--serif-font);
    font-size: 25px;
    word-spacing: 15px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    color: black;
    text-decoration: none!important;
}

.form-check-has-scroll {
    border: 1px solid #ededed;
    padding: 10px 15px;
    height: 150px;
    overflow: auto;
}
#previewFormLabel {
    font-weight: bold;
    text-transform: uppercase;
}
/*------------------------- Not Found End------------------------- */


/*--------------------------Error Page-----------------------------*/

.error-page .error img {
    width: 250px;
}


/*------------------------- Error Page End------------------------- */
/* Start custom css input file */
[type=file] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0 !important;
    z-index: -10;
}
input[type=file] + label {
  border: 1px solid #CCC;
  border-radius: 3px;
  text-align: left;
  padding: 10px;
  width: 300px;
  margin: 0;
  margin-bottom: 20px;
  left: 0;
  position: relative;
  display: block;
}
input[type=file] + label[for='contentEditor_business_vi'],
input[type=file] + label[for='contentEditor_business_en'],
input[type=file] + label[for='video-other']{
  width: 100%;
  min-height: 45px;
}
input[type=file] + label {
  text-align: center;
  left: 0;
  top: 0.5em;
  background: var(--main-purple-color);
  color: #fff;
  border: none;
  cursor: pointer;
}
input[type=file] + label:hover {
  background: #3399ff;
}
/* End custom css input file */
/*Start Pagination */
nav ul.pagination {
    margin-top: 1rem;
    justify-content: center;
}
.page-item.active .page-link{
    background-color: var(--main-purple-color);
    border-color: var(--main-purple-color);
    color: #fff;
}
.page-link{
    color : var(--main-purple-color);
    padding: 15px 20px;
}
.page-link:focus{
    box-shadow: none;
}
/*End Pagination */
.user-bg {
    margin: -15px;
    height: 230px;
    overflow: hidden;
    position: relative;
}

.user-bg .overlay-box {
    background: #6164c1;
    opacity: .9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    text-align: center;
}

.white-box {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}

.form-material .form-control.focus,
.form-material .form-control:focus {
    background-size: 100% 2px, 100% 1px;
    outline: 0;
    transition-duration: .3s;
}

.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
    background-image: linear-gradient(#6164c1, #6164c1), linear-gradient(rgba(120, 130, 140, .13), rgba(120, 130, 140, .13));
    border: 0;
    border-radius: 0;
    box-shadow: none;
    float: none;
}

.form-material .form-control {
    background-color: rgba(0, 0, 0, 0);
    background-position: center bottom, center calc(99%);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    padding: 0;
    transition: background 0s ease-out 0s;
}

.form-control-line.focus,
.form-control-line:focus {
    border-bottom: 1px solid #13dafe;
}

.form-control:focus {
    box-shadow: none;
    border-color: #2b2b2b;
}

.form-control-line {
    border-left: 0 none;
    border-radius: 0;
    border-right: 0 none;
    border-top: 0 none;
    box-shadow: none;
    padding-left: 0;
    transition-duration: .3s;
}

.form-control {
    background-color: #fff;
    border: 1px solid;
    border-radius: 0;
    box-shadow: none;
    color: #565656;
    height: 38px;
    max-width: 100%;
    padding: 7px 12px;
    transition: all 300ms linear 0s;
}

label {
    font-weight: 600;
}

.thumb-lg {
    height: 88px;
    width: 88px;
}

.img-circle {
    border-radius: 50%;
}

.user-bg .overlay-box .user-content {
    padding: 15px;
    margin-top: 30px;
}

.user-content h4 {
    line-height: 22px;
    font-size: 18px;
    margin: 10px 0;
    font-weight: 300;
}

.user-btm-box {
    padding: 40px 0 10px;
    clear: both;
    overflow: hidden;
}

.table-data2.table thead th {
    font-weight: bold;
}

.rs-select2--dark .select2-container--default .select2-selection--single {
    border-radius: 0;
}

.rs-select2--light .select2-container--default .select2-selection--single {
    background-color: var(--blue-color);
    border-radius: 0;
}

.rs-select2--light .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 600;
    color: #000;
}

.rs-select2--light .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000000 transparent transparent transparent;
}

.au-input-form {
    line-height: 40px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #666;
    padding: 0 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: -5px;
}

.au-input-form.au-input--xl {
    min-width: 200px;
    border-radius: 0;
}

.form-search-table i {
    position: relative;
    right: 15px;
    top: 50%;
    transform: translate(-50%, 30%);
}

.au-btn {
    text-transform: capitalize;
}

.form-check-label {
    margin-bottom: 0;
    margin-right: 15px;
}

.form-group .input-group-btn {
    width: 100%;
}

.form-group .btn-group {
    display: block;
}

.input-group-btn-date {
    margin-left: 10px;
}

.showTemplateImg {
    margin-top: 15px;
}

.templateForRadioBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section__content.section__content--p30 {
    position: initial;
}

.header-desktop .section__content.section__content--p30 {
    position: absolute;
}

#previewForm .card-img-top img {
    width: 150px;
    margin: 0px auto;
}

#previewForm .card-img-top .industries_img_wrapper img {
    width: 62px;
}
#previewForm .card-img-top {
    text-align: center;
    margin-top: 10px;
    height: 150px;
}

#previewForm .card-text {
    text-align: center;
    font-weight: bold;
}

.industries_img_title {
    width: 300px;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
}

.industries_img_title p:first-child {
    margin-bottom: 0;
    background-color: #fff;
}

.industries_img_title p:nth-child(2) {
    background-color: var(--blue-color);
    padding: 10px 0px;
}

.table-data-feature a.item {
    border-radius: 0;
}

.hide_lang_content_wrapper {
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0;
}

.show_lang_content_wrapper {
    position: unset;
}

table#formatTable td span.lang-vi,
table#formatTable td span.lang-en {
    padding: 5px 15px;
    background-color: #0000ffd9;
    color: #fff;
    cursor: pointer;
}

table#formatTable td span.lang-vi {
    background-color: #ff0000d6;
}

.switch.switch-text.lang-switch .switch-label {
    background-color: #ff0000d4;
}

#previewForm .switch.switch-text {
    margin-left: auto;
}

#previewForm .modal-header .close {
    margin-left: 0;
}


/*------------------- branch ------------------- */

.branch_detail_content h2 {
    font-weight: 600;
}

.branch_detail_content p.sub_title {
    background: #020204;
    margin-bottom: 10px;
    padding: 5px 20px;
    display: inline-block;
    color: #80D5E4;
}

h3.branch_detail_block_title {
    font-size: 40px;
    margin-bottom: 23px;
}
div.branch_detail_block_content {
    margin-top: -15px;
    margin-bottom: 40px;
}
h3.kind-of-content {
    display: block;
    background-color: var(--main-purple-color);
    color: #fff;
    padding: 10px;
    margin: 20px 0;
    text-align: center;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--main-purple-color);
    color: #fff;
}

.blog_category_preview .post-content h3.post-title,
span.post-date,
hr.post-break,
span.post-view {
    color: #7235fa;
}

.svg-inline--fa.fa-w-18 {
    width: 1.125em;
}

.blog_category_preview .post-content hr.post-break {
    width: 60%;
    display: inline-block;
    margin-bottom: 5px;
}

.blog_category_preview .post-content .meta-post-content {
    margin-top: 15px;
    margin-bottom: 25px;
}

.blog_category_preview .post-content .main-post-content h3 {
    margin-bottom: 10px;
}


/*=======================================================================================================================*/
/*=========================================== START PREVIEW FORM (previewForm) ==================================== */
/*=======================================================================================================================*/
/*==========================START previewFormPortfolio=================================================*/

#previewForm.previewFormPortfolio {
    padding-left: 0px !important;
}

#previewForm.previewFormPortfolio .modal-body {
    padding: 0;
}

@media (min-width: 992px) {
    .previewFormPortfolio .modal-dialog.modal-lg {
        max-width: 100%;
    }
}


/*------------START  ar_borders_wrapper--------- */

.ar_borders_wrapper {
    /* border-bottom: 1px solid var(--blue-color); */
    color: white;
    font-family: var(--serif-font);
    height: 100%;
    position: fixed!important;
    top: 0px;
    width: 100%;
}

.ar_border_right {
    border-right: 1px solid var(--grey-color);
    position: absolute!important;
    height: 100%;
    z-index: -5!important;
}
/*------------END ar_borders_wrapper-------------*/

/*------------START ar_use--------- */
h2.ar_use_icon_title{
    font-weight: 500;
}
/*------------END ar_use--------- */

/*==========================END previewFormPortfolio===================================================*/
/*==========================START previewFormBlog===================================================*/
#previewForm.previewFormBlog {
    padding-left: 0px !important;
}
@media (min-width: 992px) {
    .previewFormBlog .modal-dialog.modal-lg {
        max-width: 100%;
    }
}

/*==========================END previewFormBlog===================================================*/
/*==========================START previewFormBlog===================================================*/
#previewForm.previewFormBranch {
    padding-left: 0px !important;
}
@media (min-width: 992px) {
    .previewFormBranch .modal-dialog.modal-lg {
        max-width: 100%;
    }
}
/*==========================END previewFormBlog===================================================*/
/*=======================================================================================================================*/
/*============================================== END PREVIEW FORM (previewForm) ======================================= */
/*=======================================================================================================================*/

/*========================== START form_table_content =================================================*/
.form_table_content{
    box-shadow: none;
    padding-left: 0;
}
.form_table_content .form-check-label input {
    display: block;
}
.form_table_content input[type=checkbox] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: translate(4px, 4px) scale(1.5);
}
.form_table_content label {
    margin-left: 10px;
}
/*========================== END form_table_content =================================================*/
ul.dashed>li {
    text-indent: 5px;
}
ul.dashed>li::marker {
    content: "-";
    text-indent: -5px;
    margin-right: 5px;
}
/* Case Study Checkbox*/
label.form-check-label.case-study {
    margin-left: 30px;
}
textarea#checkboxChooseCaseStudy {
    color: #000;
    padding: 10px;
    background-color: #ededed;
}
textarea#checkboxChooseCaseStudy::placeholder {
    color: #000;
}
/* End Case Study Checkbox*/
.display-image {
    height: 150px;
    overflow: hidden;
}
.display-image-md {
    height: 200px;
    overflow: hidden;
}
.display-image-md a{
    display: contents;
}
.display-image-md img,
.display-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.caseStudyContent{
    border: 1px solid #ededed;
    padding: 10px;
    height: 100px;
    overflow: scroll;
    overflow-x: hidden;
}
/*Bottom Content Wrapper*/
.bottom_content_wrapper button:focus,
.bottom_content_wrapper button:hover,
.bottom_content_wrapper button{
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
}