@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap');
/*@import "fonts.css";*/
/**********************************************************************/
/**************************** Reset ***********************************/
/*#region*/
body {
    margin: 0;
    /*font-family: "AIA Everest", sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Josefin Sans", sans-serif; */
    /*font-family: "AIA Everest", sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #1d1d1d;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 14px;
}

p {
    margin-bottom: 0;
}

img {
    max-width: 100%;
}

/*#endregion*/
/**************************** END - Reset *****************************/
/**********************************************************************/

/**********************************************************************/
/**************************** Typography ******************************/
/*#region*/
.main-title {
    font-weight: 700;
}

.bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.banner-container-v1 .bg-image {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bg-image > img {
    width: 100%;
}

.bg-cover {
    background-size: cover;
    background-position: center;
}

.btn {
    line-height: 1;
    font-weight: 600;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 20px;
    text-decoration: none !important;
    background-color: #ff1515;
    color: #fff;
    outline: none !important;
    transition: 0.25s all ease;
}

.btn.btn-fb {
    background-color: #4267B2;
}

.btn.btn-zalo {
    background-color: #0180C7;
}

.btn-large {
    padding: 13px 30px;
}

.btn:hover {
    background-color: #eeeeee;
    color: #c9c9c9;
    transition: 0.25s all ease;
    background-image: none;
}

.btn-white {
    background-color: #fff;
    color: #ff1515;
}

.btn-white:hover {
    background-color: #f9f9f9;
    color: #000;
}

.btn-black {
    background-color: #333d47;
    color: #c09c78;
}

.btn-black:hover {
    background-color: #c09c78;
    color: #fff;
}

.btn-light {
    font-weight: 300;
    background-size: cover;
    background-image: url(../../../../uploads/2021/10/button-background.png);
}

.roboto-font {
    /*font-family: "AIA Everest", sans-serif;*/
    font-family: "Roboto", sans-serif;
}

.open-sans-font {
    font-family: "Open Sans", sans-serif;
}

.bg-pink {
    background-color: #ff1515 !important;
}

.bg-light-pink {
    background-color: #faebf0 !important;
}

.bg-black {
    background-color: #333d47 !important;
}

.bg-gray {
    background-color: #f9f9f9 !important;
}

.bg-light-grey {
    background-color: #f5f5f7 !important;
}

.bg-blue {
    background-color: #0868b1 !important;
}

.bg-dark-blue {
    background-color: #294b6e !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-parallax {
    overflow: hidden;
}

.bg-parallax-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    z-index: -1;
}

.color-pink {
    color: #ff1515 !important;
}

.color-blue {
    color: #0868b1 !important;
}

.color-gray {
    color: #cccccc !important;
}

.color-yellow {
    color: #c09c78 !important;
}

.bg-light-red {
    background-color: #d31145 !important;
}

.story-card {
    border-radius: 0px 0px 20px 20px;
}

/*#endregion*/
/**************************** END - Typography ************************/
/**********************************************************************/

/**********************************************************************/
/**************************** Default *********************************/
/*#region*/
.container-1k {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.logo {
    display: inline-block;
    outline: none !important;
}

.logo img {
    margin-bottom: 10px;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.logo-sticky img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.main-menu {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin: 0 -20px;
    padding: 0;
}

.main-menu li {
    position: relative;
    padding: 15px;
}

.main-menu li a {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 0 1px #00000091;
    transition: 0.4s all ease;
}

.header-sign .main-menu li a {
    /*font-family: "DG", sans-serif;*/
    font-family: 'Roboto', sans-serif;
    color: black;
    letter-spacing: -0.05em;
    font-weight: 500;
}

.main-menu li.has-children > a {
    display: flex;
    align-items: center;
}

.main-menu li.has-children > a:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-left: 5px;
    transition: 0.4s content ease;
}

.main-menu li.has-children:hover > a:after {
    content: "\f077";
    transition: 0.4s content ease;
}

.main-menu li.active a,
.main-menu li:hover a,
.main-menu li a:hover {
    color: #d02048;
}

.main-menu li .sub-menu {
    list-style: none;
    min-width: 250px;
    padding: 0;
    margin: 0;
    background-color: #fff;
    position: absolute;
    top: 105%;
    opacity: 0;
    border: 1px solid #f9f9f9;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    pointer-events: none;
    transition: 0.3s all ease;
    z-index: 9999;
}

.main-menu li:hover .sub-menu {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
    transition: 0.4s all ease;
}

.main-menu li .sub-menu li {
    padding: 0;
}

.main-menu li .sub-menu li a {
    color: #000;
    padding: 10px 10px;
    display: block;
}

.main-menu li .sub-menu li:hover a,
.main-menu li .sub-menu li a:hover {
    background-color: #d02048;
    color: #fff;
}

.mobile-menu-btn {
    position: relative;
    width: 24px;
    height: 14px;
}

.mobile-menu-btn > span {
    display: block;
    background-color: #000;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s all ease;
}

.black-span > span {
    background-color: rgb(31, 31, 31);
}

.mobile-menu-btn > span:nth-child(1) {
    top: 0;
}

.mobile-menu-btn > span:nth-child(2) {
    top: 50%;
}

.mobile-menu-btn > span:nth-child(3) {
    top: 100%;
}

.mobile-menu-btn.close > span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-menu-btn.close > span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-menu-btn.close > span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.black > span {
    background-color: #000;
}


.tablink {
    background-color: #EBEBEB;
    color: black;
    margin: 2px 2px 0px 0px;
    width: 25%;
    border: none;
    border-radius: 10px 10px 0px 0px;
    outline: none;
    float: left;
    padding: 8px 16px;
    font-weight: 600;
}

.tablink.active {
    color: white;
    background-color: #C82948;
}

.tabcontent {
    color: black;
    display: none;
    padding: 50px;
}

@media screen and (max-width: 991px) {
    .tabcontent {
        padding: 20px;
    }
}


/* Style the tab content */
.tabcontent.active {
    display: block;
}

.swiper-navigation {
    position: absolute;
    top: 50%;
    z-index: 21;
    width: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.swiper-nav {
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff1515;
    font-size: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    pointer-events: auto;
    transition: 0.4s all ease;
}

.swiper-nav.swiper-button-disabled:hover {
    color: #ff1515;
}

.swiper-nav:hover {
    color: #a3a3a3;
}

main {
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .main-menu {
        margin: 0 -10px;
    }

    .main-menu li {
        padding: 30px 10px;
    }

    .main-menu li a {
        font-size: 14px;
    }

    .main-menu li.has-children > a:after {
        margin-left: 7px;
    }

    .main-menu li .sub-menu {
        min-width: 180px;
    }

    .main-menu li .sub-menu li a {
        padding: 7px 15px;
    }

    .main-menu li .sub-menu li:hover a,
    .main-menu li .sub-menu li a:hover {
        background-color: transparent;
        color: #ff1515;
    }

    .swiper-navigation {
        padding: 0 15px;
    }

    .swiper-nav {
        font-size: 15px;
        width: 35px;
        height: 35px;
    }
}

@media screen and (min-width: 1199px) {
    .container {
        max-width: 1140px;
    }

    .container-1k {
        max-width: 1020px;
    }
}

@media screen and (min-width: 1440px) {
    .container {
        max-width: 1200px;
    }

    .container-1k {
        max-width: 1020px;
    }
}

/*#endregion*/
/**************************** END - Default ***************************/
/**********************************************************************/

/**********************************************************************/
/**************************** Header **********************************/
/*#region*/
.header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1039;
    transition: 0.4s all ease;
}

.header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .wrapper .logo {
    <!--width: 220px;-->
    <!--height: 50px;-->
    margin-top: 20px;
    margin-bottom: 20px;
}

.header .wrapper .menu {
    display: flex;
    margin-left: 50px;
}

.header .wrapper .mobile-menu-btn {
    display: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.search-custom .is-form-style input.is-search-input {
    border-radius: 30px;
}

.search-custom .is-form-style button.is-search-submit {
    display: none;
}

.header.sticky {
    background: #fff;
    box-shadow: 0 2px 10px rgb(0 0 0 / 25%);
    transition: 0.4s all ease;
}

.sticky .is-menu path.search-icon-path {
    fill: black;
}

.menu-hash .is-menu path.search-icon-path {
    fill: black;
}

.mobile .is-menu path.search-icon-path {
    fill: black;
}

.header.sticky .main-menu li a {
    color: #000;
}

.header.sticky .main-menu li.active a,
.header.sticky .main-menu li a:hover {
    color: #af1539;
}

.header.sticky .mobile-menu-btn span {
    background-color: #000;
}

.header.sticky .main-menu li .sub-menu li a:hover {
    color: #fff;
}

.mobile {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    pointer-events: none;
}

.mobile .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    transition: 0.5s all ease;
}

.mobile .wrapper {
    width: 280px;
    height: 100%;
    padding: 30px;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    position: relative;
    right: -100%;
    transition: 0.7s all ease;
}

.mobile .wrapper:after {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: skewY(-10deg);
    transform-origin: right top;
    background-color: #af1539;
}

.mobile .wrapper .logo {
    width: 50px;
    height: 50px;
    margin: 0 auto 30px;
}

.mobile .wrapper .menu {
    flex: 1;
    overflow: overlay;
}

.mobile .wrapper .main-menu {
    margin: 0;
    flex-direction: column;
}

.mobile .wrapper .main-menu li {
    padding: 10px 0;
}

.mobile .wrapper .main-menu li a {
    color: #000;
    display: block;
}

.mobile .wrapper .main-menu li a:hover,
.mobile .wrapper .main-menu li .sub-menu li a:hover {
    color: #d02048;
}

.mobile .wrapper .main-menu li.has-children a:after {
    display: none;
}

.mobile .wrapper .main-menu li .sub-menu {
    position: relative;
    top: 0;
    border: 0;
    opacity: 1;
    margin-top: 5px;
}

.mobile .wrapper .main-menu li .sub-menu li {
    padding: 0;
}

.mobile .wrapper .main-menu li .sub-menu li a {
    color: #000;
}

.mobile .wrapper .mobile-menu-btn {
    position: absolute;
    top: 15px;
    right: 15px;
}

.mobile.open {
    pointer-events: auto;
}

.mobile.open .overlay {
    opacity: 0.5;
    transition: 0.4s all ease;
}

.mobile.open .wrapper {
    right: 0;
    transition: 0.7s all ease;
}

@media screen and (max-width: 991px) {
    .header .wrapper {
        justify-content: space-between;
    }

    .header .wrapper .menu {
        display: none;
    }

    .header .wrapper .mobile-menu-btn {
        display: block;
    }

    .header .wrapper .logo {
        margin-top: 15px;
        margin-bottom: 15px;
        <!--margin-left: 22%;-->
    }
}

/*#endregion*/
/**************************** END - Header ****************************/
/**********************************************************************/

/**********************************************************************/
/**************************** Banner **********************************/
/*#region*/
.banner-slider {
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: right;
}

.banner-slider .banner-sub-title {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    display: none;
}

.banner-slider .banner-title {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    display: none;
}

.banner-slider .banner-btn {
    line-height: 1;
    font-size: 24px;
    font-weight: 300;
    margin-top: 30px;
    border-radius: 24px;
}

.typography * {
    max-width: 100% !important;
}

@media screen and (max-width: 991px) {
    .banner-slider .banner-sub-title {
        font-size: 25px;
        line-height: 32px;
        display: none;
    }

    .banner-slider .banner-title {
        font-size: 40px;
        display: none;
    }

    .banner-slider .banner-btn {
        font-size: 20px;
        margin-top: 20px;
        border-radius: 20px;
    }
}

@media screen and (max-width: 767px) {
    .banner .swiper-navigation {
        display: none;
    }

    .banner-slider {
        height: auto;
        display: block;
        text-align: left;
    }

    .banner-slider .bg-image {
        position: relative;
        top: unset;
        right: unset;
        bottom: unset;
        left: unset;
        display: block;
        padding-top: 40%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .banner-slider .banner-sub-title {
        font-size: 20px;
        line-height: 30px;
        color: #000 !important;
        display: block;
    }

    .banner-slider .banner-title {
        font-size: 30px;
        color: #000 !important;
        display: block;
    }

    .banner-slider .banner-btn {
        font-size: 18px;
        margin-top: 15px;
        border-radius: 20px;
    }
}

/*#endregion*/
/**************************** END - Banner ****************************/
/**********************************************************************/

/**********************************************************************/
/**************************** Article *********************************/
/*#region*/
.article .title {
    /* font-family: "AIA Everest Condensed"; */
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
    transition: 0.4s all ease;
}

.article .title:hover {
    color: #ff1515;
}

.article .feature {
    width: 100%;
    padding-top: 60%;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.article .feature img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.4s all ease;
}

.article .feature:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    transition: 0.4s all ease;
}

.article-vertical {
    font-size: 15px;
}

.article-vertical .description {
    font-size: 0.9em;
    line-height: 1.5;
    color: #222;
    transition: 0.4s all ease;
}

.article-vertical:hover .description {
    color: #6f6f6f;
    transition: 0.4s all ease;
}

/*#endregion*/
/**************************** END - Article ***************************/
/**********************************************************************/

/**********************************************************************/
/**************************** Icon Box ********************************/
/*#region*/
.icon-box {
    transition: 0.4s all ease;
}

.icon-box:hover {
    box-shadow: 0 0 17px 0px #00000066;
    transform: scale3d(1.02, 1.02, 1.02);
    transition: 0.4s all ease;
}

/*#endregion*/
/**************************** END - Icon Box **************************/
/**********************************************************************/

/**********************************************************************/
/**************************** Profile *********************************/
/*#region*/
.form-input {
    line-height: 1;
    outline: none;
    padding: 7px 10px;
    border: none;
}

.form-input:focus {
    outline: none;
}

.form .form-selector {
    color: #fff;
    background-color: #c31734;
    border: 1px solid #c31734;
    border-radius: 3px 0 0 3px;
}

.form .form-search {
    border: none;
}

.form .form-submit {
    color: #fff;
    background-color: #c31734;
    border: 1px solid #c31734;
    border-radius: 0 3px 3px 0;
}

.profile-item {
    font-size: 18px;
    line-height: 1.5em;
}

.profile-item .name {
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

.profile-item .location {
    color: inherit;
    font-size: 12px;
}

.profile-item .avatar {
    background-color: #fff;
    border: 1px solid #eee;
}

.profile-item .avatar img {
    object-fit: cover;
    object-position: center top;
}

@media screen and (max-width: 575px) {
    .form .department-selector {
        width: 100%;
        margin-bottom: 10px;
        border-radius: 3px;
    }

    .form .form-search {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .form .form-submit {
        border-radius: 0 3px 3px 0;
    }
}

/*#endregion*/
/**************************** END - Profile ***************************/
/**********************************************************************/

/**********************************************************************/
/**************************** Work Item *******************************/
/*#region*/
.work-item .feature {
    width: 200px;
    height: 200px;
    padding: 60px;
    border-radius: 50%;
}

@media screen and (max-width: 1199px) {
    .work-item .feature {
        width: 150px;
        height: 150px;
        padding: 40px;
    }
}

@media screen and (max-width: 991px) {
    .work-item .feature {
        width: 100px;
        height: 100px;
        padding: 25px;
    }
}

/*#endregion*/
/**************************** END - Work Item *************************/
/**********************************************************************/

/**********************************************************************/
/**************************** Footer **********************************/
/*#region*/
.footer {
    padding-top: 40px;
    padding-bottom: 30px;
    border-top: 5px solid #ff1515;
}

.menu-footer {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: -2px -10px;
}

.menu-footer li {
    width: 33.33%;
    display: flex;
    padding: 2px 10px;
}

.menu-footer li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ff1515;
    margin-right: 20px;
    margin-top: 7px;
}

.menu-footer li a {
    color: #000;
    position: relative;
    display: block;
    flex: 1;
}

.menu-footer li a:before {
    content: "";
    width: 0;
    height: 2px;
    background-color: #ff1515;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s all ease;
}

.menu-footer li a:hover:before {
    width: 100%;
    transition: 0.3s all ease;
}

.social-list a:hover {
    background-color: #c9c9c9;
}

.social-list.icon-image a {
    display: inline-block;
    background-color: 0 !important;
}

.social-list.icon-image a img {
    height: 38px;
}

.social-list.icon-image a + a {
    margin-left: 20px;
}

@media screen and (max-width: 575px) {
    .menu-footer {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .menu-footer li {
        width: 100%;
    }

    .menu-footer li:before {
        margin-right: 10px;
    }
}

/*#endregion*/
/**************************** END - Footer ****************************/
/**********************************************************************/

/**********************************************************************/
/**************************** Half Banner *****************************/
/*#region*/
.banner-half {
    min-height: auto;
    width: 100%;
    overflow: hidden;
}

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

.banner-container {
    min-height: 50vh;
}

.banner-container .bg-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-container .banner-title {
    font-family: "AIA Everest", sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #0969b1;
}

.banner-container .banner-title b {
    font-weight: 700;
}

/*#endregion*/
/**************************** END - Half Banner ***********************/
/**********************************************************************/

/**********************************************************************/
/**************************** Ambassador ******************************/
/*#region*/
.form-ambassador .form-search {
    background-color: #eeeeee;
}

.ambassador-item {
    text-align: center;
    color: #000 !important;
}

.ambassador-item .feature {
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.ambassador-item .feature img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.4s all ease;
}

.ambassador-item .name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

.ambassador-item:hover .feature img {
    transform: translate(-50%, -50%) scale(1.1);
    transition: 0.4s all ease;
}

/*#endregion*/
/**************************** END - Ambassador ************************/
/**********************************************************************/

/**********************************************************************/
/**************************** Price Item ******************************/
/*#region*/
.price-item .feature {
    width: 100%;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
}

.price-item .feature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*#endregion*/
/**************************** END - Price Item ************************/
/**********************************************************************/

/**********************************************************************/
/**************************** Collapse Group **************************/
/*#region*/
.collapse-item .collapse-label {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    padding: 7px 10px 7px 30px;
    position: relative;
    cursor: pointer;
}

.collapse-item .collapse-label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
}

.collapse-item .collapse-label:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.collapse-item .collapse-label[aria-expanded="false"]:after {
    content: "\f0d7";
}

.collapse-item .collapse-label[aria-expanded="true"]:after {
    content: "\f0d8";
}

.collapse-content {
    font-size: 15px;
    padding-left: 30px;
    padding-bottom: 10px;
    color: #7a7a7a;
}

@media screen and (max-width: 767px) {
    .collapse-group .collapse-group-content {
        width: 100%;
    }
}

/*#endregion*/
/**************************** END - Collapse Group ********************/
/**********************************************************************/

/**********************************************************************/
/**************************** Profile face ****************************/
/*#region*/
.profile-face .profile-item {
    color: #000;
}

.profile-face .profile-item .name {
    color: #0868b1;
}

/*#endregion*/
/**************************** END - Profile face **********************/
/**********************************************************************/

/**********************************************************************/
/**************************** Paging **********************************/
/*#region*/
.paging {
    display: flex;
    align-items: center;
    margin: -5px -10px;
}

.paging .page-numbers {
    padding: 5px 10px;
    color: #000;
    transition: 0.4s all ease;
}

.paging .page-numbers:hover {
    color: #c4c4c4;
}

.paging .page-numbers.current {
    font-weight: 600;
    color: #c31734;
}

.paging .page-numbers.dots {
    color: #000;
}

/*#endregion*/
/**************************** END - Paging ****************************/
/**********************************************************************/

/**********************************************************************/
/**************************** Nice Title **********************************/
/*#region*/
.nice-title {
    font-family: "Brown Hill";
    font-size: 40px;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    padding-top: 30px;
    position: relative;
}

.nice-title:before {
    content: "";
    width: 100px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #c09c78;
}

.nice-title span {
    /*font-family: "AIA Everest Condensed";*/
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.3;
}

.nice-title.center {
    text-align: center;
}

.nice-title.center:before {
    left: 50%;
    transform: translateX(-50%);
}

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

.nice-title.right:before {
    left: 100%;
    transform: translateX(-100%);
}

.nice-title-none-top {
    padding-top: 0;
}

.nice-title-none-top:before {
    content: none;
}

@media screen and (max-width: 991px) {
    .nice-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .nice-title {
        font-size: 20px;
    }
}

/*#endregion*/
/**************************** END - Nice Title ************************/
/**********************************************************************/

/**********************************************************************/
/**************************** Form Story *****************************/
/*#region*/
.form-story .form-selector,
.form-story .form-submit {
    border-color: #333d47;
    background-color: #333d47;
}

.story-row {
    margin: -10px;
}

.story-row .story-col {
    width: 20%;
    padding: 10px;
}

.story-item {
    color: #000;
    font-size: 14px;
    text-align: center;
}

.story-item:hover {
    color: #000;
}

.story-item .feature {
    position: relative;
    width: 100%;
    padding-top: 120%;
    overflow: hidden;
}

.story-item .feature img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s all ease;
}

.story-item .name {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: inherit;
}

.story-item .location {
    font-size: inherit;
    margin-top: 5px;
    margin-bottom: 0;
}

.story-item:hover .feature img {
    transform: translate(-50%, -50%) scale(1.1);
    transition: 0.3s all ease;
}

@media screen and (max-width: 991px) {
    .story-item {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .story-row .story-col {
        width: 50%;
    }
}

/*#endregion*/
/**************************** END - Form Story ************************/
/**********************************************************************/

/**********************************************************************/
/**************************** Route ***********************************/
/*#region*/
.route-section .route-item .content {
    color: #fff;
}

.route-slider .swiper-slide {
    padding-left: 20px;
    padding-right: 20px;
}

.route-slider .swiper-slide:before {
    content: "";
    position: absolute;
    top: 75px;
    left: 3px;
    z-index: -1;
    transform: translateY(-50%);
    width: 50%;
    border-top: 3px dashed #ffffff;
}

.route-slider .swiper-slide:after {
    content: "";
    position: absolute;
    top: 75px;
    left: 50%;
    z-index: -1;
    transform: translateY(-50%);
    width: 50%;
    border-top: 3px dashed #ffffff;
}

.route-slider .swiper-slide:first-child:before {
    display: none;
}

.route-slider .swiper-slide:last-child:after {
    display: none;
}

.route-item {
    text-align: center;
}

.route-item .feature {
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

.route-item .feature img {
    object-fit: cover;
    object-position: center;
}

.route-item .content {
    color: inherit;
}

.route-item .route-number {
    font-size: 20px;
    line-height: 1;
    opacity: 0.5;
    margin-bottom: 15px;
}

.route-item .route-number strong {
    font-size: 60px;
}

.route-item .route-title {
    color: inherit !important;
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    .route-slider .swiper-slide:before,
    .route-slider .swiper-slide:after {
        top: 60px;
    }

    .route-item {
        margin-top: 20px;
    }

    .route-item .route-number {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .route-item .route-number strong {
        font-size: 40px;
    }

    .route-item .route-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .route-slider .swiper-slide:before,
    .route-slider .swiper-slide:after {
        top: 35px;
    }
}

/*#endregion*/
/**************************** END - Route *****************************/
/**********************************************************************/

/**********************************************************************/
/**************************** END - Event Other ***********************/
/*#region*/
.event-other-section .article .date,
.event-other-section .article .title,
.event-other-section .article .description {
    color: #fff;
}

/*#endregion*/
/**************************** END - Event Other ***********************/
/**********************************************************************/

/**********************************************************************/
/**************************** END - Typography ************************/
.typography h1 {
    font-size: 45px;
    line-height: 1.2;
    letter-spacing: 4.5px;
}

.typography h2 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 3px;
}

.typography h3 {
    font-size: 18px;
    line-height: 2.5;
    letter-spacing: 0.45px;
}

.typography h4 {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.45px;
}

.typography h5 {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.45px;
}

.typography img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-share a {
    margin-left: 10px;
}

@media screen and (max-width: 991px) {
    .typography h1 {
        font-size: 32px;
        letter-spacing: 3px;
    }

    .typography h2 {
        font-size: 28px;
        letter-spacing: 1.5px;
    }

    .typography h3 {
        font-size: 17px;
    }

    .typography h4 {
        font-size: 15px;
    }

    .typography h5 {
        font-size: 15px;
    }
}

@media screen and (max-width: 575px) {
    .typography h1 {
        font-size: 28px;
        letter-spacing: 1px;
    }

    .typography h2 {
        font-size: 24px;
        letter-spacing: 0.5px;
    }
}

/*#endregion*/
/**************************** END - Typography ************************/
/**********************************************************************/

/**********************************************************************/
/**************************** Training ********************************/
/*#region*/
.training-section .main-title {
    color: #c09c78 !important;
}

.training-section .title,
.training-section .collapse-label,
.training-section .collapse-content {
    color: #fff !important;
}

.training-section .collapse-label:before {
    background-color: #fff;
}

/*#endregion*/
/**************************** END - Training **************************/
/**********************************************************************/

/**********************************************************************/
/**************************** Employee ********************************/
/*#region*/
.employee-search-item .content {
    padding-top: 10px;
}

.employee-search-item .name {
    margin-bottom: 0;
    color: #000;
    transition: 0.4s all ease;
}

.employee-search-item .location,
.employee-search-item .department {
    line-height: 1.5;
    font-size: 0.8em;
    color: #666;
}

.employee-search-item:hover .name {
    color: #c31734;
    transition: 0.4s all ease;
}

.employee-ajax-row {
    transition: 0.3s all ease;
}

/*#endregion*/
/**************************** END - Employee **************************/
/**********************************************************************/

/**********************************************************************/
/**************************** Target Form *****************************/
/*#region*/
.targetRest {
    font-size: 30px;
    text-align: center;
}

/*#endregion*/
/**************************** END - Target Form ***********************/
/**********************************************************************/

/**********************************************************************/
/**************************** Target Form *****************************/
/*#region*/
.post_type_ajax {
    position: relative;
}

.loading-spinner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.4s all ease;
}

.loading-spinner .loading-spinner-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
    opacity: 0.5;
}

.post_type_ajax.loading .loading-spinner {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: 0.4s all ease;
}

/*#endregion*/
/**************************** END - Target Form ***********************/
/**********************************************************************/

/**********************************************************************/
/**************************** Title Group & Title *********************/
/*#region*/
.title-group {
    position: relative;
}

.title-hint {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    pointer-events: none;
}

.title-color-red {
    color: #d31145;
}

.title-big {
    /*font-family: "AIA Everest Medium", sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-size: 55px;
    font-weight: 500;
    line-height: 1.1;
    color: #323232;
}

.title-medium {
    /*font-family: "AIA Everest Medium", sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #323232;
}

.title-big-header {
    /*font-family: "AIA Everest Condensed Medium", sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    font-weight: 500;
    color: #d21145;
    margin-bottom: -5px;
}

.title-group .title-big {
    position: relative;
    display: inline-block;
}

.title-group.center {
    text-align: center;
}

.title-group.center .title-hint {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.des-big-header {
    font-size: 32px;
    font-weight: 500;
    /*font-family: "AIA Everest Medium", sans-serif;*/
    margin-bottom: -5px;
    color: #2c2c2c;
}

.content > * {
    /*font-family: "AIA Everest", sans-serif;*/
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    /*text-align: justify;*/
    color: #323232;
}

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

.content b,
.content strong {
    font-size: 0.9em;
    font-weight: 700;
}

.content ul {
    list-style: none;
    margin: 15px 0;
    padding: 0;
}

.content ul li {
    line-height: 29px;
}

.content ul li:before {
    content: "";
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d21146;
}

@media screen and (max-width: 991px) {
    .title-big {
        font-size: 40px;
    }
}

@media screen and (max-width: 575px) {
    .title-big {
        font-size: 30px;
    }
}

/*#endregion*/
/**************************** END - Title Group & Title ***************/
/**********************************************************************/

/**********************************************************************/
/**************************** Header New ******************************/
/*#region*/
.header {
    width: 100%;
    position: static;
    top: 0;
    z-index: 1039;
    transition: 0.4s all ease;
    background: #fff
}

.header-sign {
    padding: 35px 0;
}

.header .logo {
    height: 62px;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-center {
    flex: 1;
    min-width: 0;
    opacity: 1;
    padding: 0 30px;
    transition: 0.3s all ease;
}

.header-sign .logo-sticky {
    display: none;
    width: 100%;
    height: 55px;
}

.header-sign .main-menu li {
    padding: 0 5px;
}

header-sign .main-menu li a:hover {
    color: #d02048;
}

.header-sign.sticky {
    padding: 10px 0;
}

.header-sign.sticky .logo {
    display: none;
}

.header-sign.sticky .logo-sticky {
    display: flex;
}

.header-sign.sticky .container {
    max-width: 1800px;
}

.header-sign.sticky .header-center {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .header-center {
        display: none;
    }
}

/*#endregion*/
/**************************** END - Header New ************************/
/**********************************************************************/

/**********************************************************************/
/**************************** Image Group *****************************/
/*#region*/
.image-group {
    position: relative;
    overflow: hidden;
}

.image-group > img {
    width: 100%;
}

.image-message,
.image-message-icon {
    position: absolute;
}

.image-message > img {
    width: 100%;
}

.image-icon-img {
    width: 100%;
    height: 100%;
}

.image-circle {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
}

.image-circle img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*#endregion*/
/**************************** END - Image Group ***********************/
/**********************************************************************/

/**********************************************************************/
/**************************** Image Group *****************************/
/*#region*/
.nice-card {
    position: relative;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

.border-left {
    border-left: 1px solid #e6e6e6;
}

.border-right {
    border-right: 1px solid #e6e6e6;
}

.border-bottom {
    border-bottom: 1px solid #e6e6e6;
}

.border-top {
    border-top: 1px solid #e6e6e6;
}

@media screen and (min-width: 576px) {
    .banner-container-v1 .bg-image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        pointer-events: none;
    }

    .border-sm-left {
        border-left: 1px solid #e6e6e6;
    }

    .border-sm-right {
        border-right: 1px solid #e6e6e6;
    }

    .border-sm-bottom-none {
        border-bottom: none;
    }

    .border-sm-top-none {
        border-top: none;
    }

    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .content.text-sm-right * {
        text-align: right;
    }

    .content.text-sm-left * {
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    .border-md-left {
        border-left: 1px solid #e6e6e6;
    }

    .border-md-right {
        border-right: 1px solid #e6e6e6;
    }
}

@media screen and (min-width: 992px) {
    .border-lg-left {
        border-left: 1px solid #e6e6e6;
    }

    .border-lg-right {
        border-right: 1px solid #e6e6e6;
    }
}

.tech-condition-slider .icon {
    margin-top: 10vw;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .tech-condition-slider .icon {
        margin-top: 7vw;
    }
}

.img-contain {
    object-fit: contain;
    object-position: center;
}

.nice-card > img {
    height: 100px;
}

.nice-card h4 {
    font-size: 30px;
    /*font-family: "AIA Everest Medium", sans-serif;*/
    letter-spacing: -1px;
    font-weight: lighter;
    display: flex;
    margin-bottom: 0px;
}

.nice-card > .content * {
    text-align: center;
}

@media screen and (max-width: 575px) {
    .nice-card {
        padding: 40px 20px 20px;
    }
}

/*#endregion*/
/**************************** END - Image Group ***********************/
/**********************************************************************/

/**********************************************************************/
/**************************** Image Group *****************************/
/*#region*/
.quote {
    background-color: #d21146;
    color: #fff;
    padding: 35px 70px;
    border-radius: 10px;
    position: relative;
}

.quote * {
    color: inherit;
}

.quote h4 {
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
}

.quote .content {
    margin-bottom: 30px;
}

.quote .content p {
    font-size: 16px;
    font-weight: 700;
}

.quote-swiper .swiper-pagination {
    position: absolute;
    left: 70px !important;
    bottom: 35px;
    width: unset !important;
}

.quote-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1 !important;
}

.quote-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
    border: 2px solid #fff;
    transform: scale(1.1);
    transition: 0.3s all ease;
}

@media screen and (max-width: 991px) {
    .quote {
        padding: 25px 50px;
    }

    .quote h4 {
        font-size: 28px;
    }

    .quote .content p {
        font-size: 15px;
    }

    .quote-swiper .swiper-pagination {
        left: 50px !important;
        bottom: 25px;
    }

    .quote-swiper .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}

@media screen and (max-width: 575px) {
    .quote {
        padding: 25px;
    }

    .quote h4 {
        font-size: 28px;
    }

    .quote .content p {
        font-size: 15px;
    }

    .quote-swiper .swiper-pagination {
        left: 25px !important;
    }

    .quote-swiper .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}

/*#endregion*/
/**************************** END - Image Group ***********************/
/**********************************************************************/

/**********************************************************************/
/**************************** Idea Container **************************/
/*#region*/
.idea-container {
    display: flex;
    align-items: flex-start;
}

.idea-container .icon {
    margin-right: 25px;
    color: #d31545;
    font-size: 20px;
}

.idea-container h4 {
    font-family: "DG", sans-serif;
    font-size: 23px;
    margin-bottom: 15px;
}

.idea-container .content {
    margin-bottom: 10px;
}

.idea-container + .idea-container {
    margin-top: 20px;
}

@media screen and (max-width: 575px) {
    .idea-container .icon {
        margin-right: 15px;
    }

    .idea-container h4 {
        font-size: 17px;
    }

    .idea-container a {
        font-size: 13px;
    }
}

/*#endregion*/
/**************************** END - Idea Container ********************/
/**********************************************************************/

/**********************************************************************/
/**************************** Stories Swiper **************************/
/*#region*/
.stories-swiper {
    padding-top: 40px;
    padding-bottom: 70px;
}

.story-card > img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px 20px 0 0;
}
.story-card > a {
    width: 50%;
    float: left;
}
.story-card > a > img {
    width: 100%;
    height: 371px;
    object-fit: cover;
}
.story-card .body {
    /*background-color: #f5f5f7;*/
    border-radius: 0 0 20px 20px;
    padding: 40px 30px 35px;
    float: left;
    width: 50%;
}

.white-background {
    background-color: #ffffff !important;
}

.story-card .body h3 {
    font-size: 25px;
    margin-bottom: 15px;
    color: #323232;
    /*font-family: "AIA Everest Medium", sans-serif;*/
    font-weight: 500;
}

.story-card .body .content {
    margin-bottom: 20px;
}

.story-card .body .content a {
    display: none;
}

.story-card .body a {
    font-weight: bold;
    color: #d21346;
}

.stories-swiper .swiper-pagination {
    bottom: 0 !important;
}

.stories-swiper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    opacity: 1;
    background-color: #969696;
    margin: 0 7px !important;
}

.stories-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 3px solid #969696;
}

@media screen and (max-width: 991px) {
    .stories-swiper {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .stories-swiper .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }

    .stories-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 17px;
        height: 17px;
    }
}

@media screen and (max-width: 991px) {
    .stories-swiper .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .stories-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 14px;
        height: 14px;
    }
}

/*#endregion*/
/**************************** END - Stories Swiper ********************/
/**********************************************************************/

/**********************************************************************/
/**************************** Condition *******************************/
/*#region*/
.condition-row {
    margin-top: 30px;
    border-radius: 10px;
}

.condition-row .col-lg-6 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.condition-row .col-lg-6:first-child {
    border-top: 10px solid #d21446;
    border-radius: 10px 0 0 10px;
}

.condition-row .col-lg-6:last-child {
    border-top: 10px solid #d21446;
    border-radius: 0 10px 10px 0;
}

@media screen and (max-width: 991px) {
    .condition-row .col-lg-6:first-child {
        border-top: 10px solid #d21446;
        border-radius: 10px;
        margin-bottom: 30px;
    }

    .condition-row .col-lg-6:last-child {
        border-top: 10px solid #d21446;
        border-radius: 10px;
    }
}

/*#endregion*/
/**************************** END - Condition *************************/
/**********************************************************************/

label {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.input {
    width: 100%;
    line-height: 1;
    background-color: #fcfcfc;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 10px 20px;
}

/**********************************************************************/
/**************************** Condition *******************************/
/*#region*/
.footer-row {
    border-radius: 20px;
}

.footer-row > [class^="col-"]:first-child {
    border-right: 10px solid #d21446;
}

.footer-row > [class^="col-"]:first-child img {
    width: 100%;
}

.footer-row > [class^="col-"]:last-child {
    display: flex;
    align-items: center;
}

.footer-copyright {
    padding-top: 50px;
    padding-bottom: 45px;
}

.copyright {
    font-family: "DG", sans-serif;
}

@media screen and (max-width: 991px) {
    .footer-row > [class^="col-"]:first-child {
        border: none;
    }
}

/*#endregion*/
/**************************** END - Condition *************************/
/**********************************************************************/

/**********************************************************************/
/**************************** Condition *******************************/
/*#region*/
.evt .label-title {
    font-size: 20px;
    line-height: 1;
    /*color: #ff1515;*/
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 27px;
}

.evt .evt-wrapper {
    display: flex;
    align-items: flex-start;
}

.evt .evt-wrapper + .evt-wrapper {
    margin-top: 15px;
}

.evt .evt-wrapper .evt-icon {
    width: 30px;
    height: 30px;
    margin-right: 30px;
}

.evt .evt-wrapper .evt-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.evt .evt-wrapper .evt-content {
    flex: 1;
    font-size: 16px;
}

.evt .evt-wrapper .evt-content b {
    font-size: 20px;
    font-weight: 600;
    color: #ff1515;
}

.evt .evt-quote {
    color: #999999;
    font-size: 14px;
    margin-top: 14px;
}

/*#endregion*/
/**************************** END - Condition *************************/
/**********************************************************************/

.message-video .fas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/**********************************************************************/
/**************************** ScrollTop *******************************/
/*#region*/
.scroll-top {
    color: #fff;
    width: 50px;
    height: 70px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    position: fixed;
    bottom: 16px;
    right: 16px;
    opacity: 0;
    z-index: 999;
    cursor: pointer;
    pointer-events: none;
    transition: 0.3s all ease;
}

.scroll-top > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 0;
    overflow: hidden;
    transition: 0.3s all ease;
}

.scroll-top-up {
    background-color: #d21445;
    height: 100% !important;
}

.scroll-top-down {
    background-color: #464646;
    height: 0 !important;
    flex: 0 !important;
}

.scroll-top:hover .scroll-top-down {
    height: 100% !important;
    flex: 1 !important;
}

.scroll-top:hover .scroll-top-up {
    flex: 0 !important;
    height: 0 !important;
}

.scroll-top.show {
    opacity: 1;
    pointer-events: auto;
}

/*#endregion*/
/**************************** END - ScrollTop *************************/
/**********************************************************************/

/**********************************************************************/
/**************************** Social Fixed ****************************/
/*#region*/
.social-fixed {
    position: fixed;
    z-index: 111;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    color: #fff;
    background-color: #d21446;
    width: 50px;
    align-items: center;
    border-radius: 10px 0 0 10px;
}

.social-fixed * {
    color: inherit !important;
}

.social-fixed > a {
    display: inline-block;
    padding: 13px 3px;
    font-size: 20px;
    line-height: 1;
}

.social-fixed > a > img {
    height: 20px;
}

.social-fixed > a + a {
    border-top: 1px solid #c80a3c;
}

/*#endregion*/
/**************************** END - Social Fixed **********************/
/**********************************************************************/

.preview-image.fancybox-content {
    padding: 0px !important;
    overflow: hidden;
    max-width: 75%;
}

.preview-image.fancybox-content > img {
    max-width: 100%;
}

.social-share {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 -5px;
    padding-left: 10px;
}

.social-share > * {
    padding: 0 5px;
}

.social-share > span {
    font-weight: 700;
}

.social-share > a {
    font-size: 20px;
    line-height: 1;
    color: #3b5998;
}

.search-order {
    width: 30%;
    padding-left: 10px;
}

@media (max-width: 575px) {
    .search-order {
        width: 100%;
        padding: 10px 0;
    }
}

/**********************************************************************/
/**************************** Banner Search Link**********************************/
/*#region*/
.banner-title-search-link {
    color: #0969b1;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.content-search-link {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.detail-content-search-link,
.content-medium-size {
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    .banner-slider .banner-sub-title {
        font-size: 25px;
        line-height: 32px;
    }

    .banner-slider .banner-title {
        font-size: 40px;
    }

    .banner-slider .banner-btn {
        font-size: 20px;
        margin-top: 20px;
        border-radius: 20px;
    }
}

@media screen and (max-width: 767px) {
    .banner .swiper-navigation {
        display: none;
    }

    .banner-slider {
        height: auto;
        display: block;
        text-align: left;
    }

    .banner-slider .bg-image {
        position: relative;
        top: unset;
        right: unset;
        bottom: unset;
        left: unset;
        display: block;
        padding-top: 60%;
    }

    .banner-slider .banner-sub-title {
        font-size: 20px;
        line-height: 30px;
        color: #000 !important;
    }

    .banner-slider .banner-title {
        font-size: 30px;
        color: #ff1515 !important;
    }

    .banner-slider .banner-btn {
        font-size: 18px;
        margin-top: 15px;
        border-radius: 20px;
    }
}

/*#endregion*/
/**************************** END - Banner ****************************/
/**********************************************************************/
.list-content {
    list-style: none;
    display: flex;
    justify-content: center;
    padding-left: 0px;
}

.list-content a {
    color: inherit;
}

.list-content li {
    padding: 0px 20px;
    border-right: solid 2px #fff;
    color: #fff;
    font-size: 16px;
}

.list-content li:last-of-type {
    padding: 0px 20px;
    border-right: none;
    color: #fff;
    font-size: 16px;
}

.n-title {
    /*font-family: "AIA Everest Condensed";*/
    font-size: 40px;
    font-weight: 500;
    color: #d01f48;
}

.n-title-small {
    /*font-family: "AIA Everest";*/
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    color: #d01f48;
}

.n-description {
    font-size: 16px;
    line-height: 1.4;
}

@media screen and (max-width: 1439px) {
    .n-title {
        font-size: 30px;
    }

    .n-description {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .n-title {
        font-size: 26px;
    }

    .n-title-small {
        font-size: 20px;
    }
}

/* Section Banner */
.section-banner {
    color: #fff;
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
    overflow: hidden;
}

.section-banner:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d02048;
    content: "";
    z-index: -1;
    transform: skewY(-5deg);
    transform-origin: bottom left;
}

.section-banner .n-title {
    color: #fff;
    margin-bottom: 20px;
}

.section-banner .n-description {
    margin-bottom: 15px;
}


.section-banner-v2 {
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.section-banner-v2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d02048;
    content: "";
    z-index: -1;
}

.section-banner-v2 .n-title {
    color: #fff;
    margin-bottom: 20px;
}

.section-banner-v2 .n-description {
    margin-bottom: 15px;
}

@media screen and (max-width: 1439px) {
    .section-banner {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

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

.picture-color {
    position: absolute;
    z-index: -2;
    border-radius: 15px;
}

.picture-dot {
    position: absolute;
    z-index: -1;
}

.picture-img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

/* Section Why */
.section-why {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-why .n-title {
    margin-bottom: 32px;

    font-weight: 600;
}

.section-why .n-title + .n-description {
    margin-bottom: 40px;
}

@media screen and (max-width: 1439px) {
    .section-why {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-why .n-title {
        margin-bottom: 20px;
    }

    .section-why .n-title + .n-description {
        margin-bottom: 30px;
    }
}

.n-icon-box {
    display: flex;
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
}

.n-icon-box .icon {
    padding: 20px;
    width: 140px;
    height: 140px;
    background-color: #d01f48;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.n-icon-box .icon img {
    max-height: 100%;
}

.n-icon-box .content {
    flex: 1;
    padding-left: 50px;
    padding-top: 20px;
}

.n-icon-box .content strong {
    font-size: inherit;
}

@media screen and (max-width: 1439px) {
    .n-icon-box {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .n-icon-box .icon {
        width: 120px;
        height: 120px;
    }

    .n-icon-box .content {
        padding-left: 40px;
    }
}

@media screen and (max-width: 768px) {
    .n-icon-box .icon {
        width: 80px;
        height: 80px;
    }

    .n-icon-box .content {
        padding-left: 20px;
    }
}

/* Section customer */
.section-customer {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-customer .n-title {
    margin-bottom: 32px;
}

.section-customer .n-title + .n-description {
    margin-bottom: 60px;
}

.section-customer .n-list + .n-description {
    margin-bottom: 20px;
}

@media screen and (max-width: 1439px) {
    .section-customer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-customer .n-title {
        margin-bottom: 20px;
    }

    .section-customer .n-title + .n-description {
        margin-bottom: 40px;
    }
}

.n-list {
    list-style: none;
    padding: 0;
}

.n-list li {
    display: flex;
    align-items: flex-end;
    padding-top: 15px;
    padding-bottom: 15px;
}

.n-list li > .img {
    width: 40px;
    height: 40px;
    margin-right: 30px;
    object-fit: contain;
    object-position: center;
}

.n-list li > span {
    flex: 1;
    font-weight: 700;
}

/* Section program */
.section-program {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-program .n-title {
    margin-bottom: 32px;
}

.section-program .n-title-small {
    margin-top: 40px;
    margin-bottom: 40px;
}

.section-program a.n-description,
.section-program a.n-description:hover {
    color: #d31447;
}

@media screen and (max-width: 1439px) {
    .section-program {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-program .n-title {
        margin-bottom: 30px;
    }

    .section-program .n-title-small {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .section-program .n-title {
        margin-bottom: 0;
    }
}

.n-box {
    width: 100%;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    background-color: #d31447;
}

.n-box > img {
    width: 100%;
}

.n-box > .label {
    padding: 20px 10px 18px;
    display: block;
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
}

.n-box:hover {
    color: #fff;
}

@media screen and (max-width: 1439px) {
    .n-box > .label {
        padding: 18px 10px 16px;
        font-size: 14px;
        line-height: 20px;
    }
}

table {
    width: 100%;
}

table tr th {
    background: #d01f48;
    color: #fff;
    padding: 20px 30px;
    font-size: 20px;
    line-height: 1;
    border-left: 1px solid #fff;
}

table tr th:first-child {
    border-top-left-radius: 10px;
    border-left: 0;
}

table tr th:last-child {
    border-top-right-radius: 10px;
}

table tr td {
    padding: 10px 30px;
    font-size: 16px;
    line-height: 1.4;
    background-color: #f5f5f7;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

@media screen and (max-width: 1439px) {
    table tr th {
        font-size: 16px;
        padding: 10px 20px;
    }

    table tr td {
        font-size: 14px;
        padding: 10px 20px;
    }
}

/* Section Criteria */
.section-criteria {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-criteria .n-title {
    margin-bottom: 32px;
}

.section-criteria .n-title + .n-description {
    margin-bottom: 30px;
}

.section-criteria table ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.section-criteria table tr th:first-child,
.section-criteria table tr td:first-child {
    text-align: center;
}

@media screen and (max-width: 1439px) {
    .section-criteria {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-criteria .n-title {
        margin-bottom: 20px;
    }
}

.finance-stage {
    width: 100%;
}

.finace-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.finace-list li {
    flex: 1;
    padding-left: 33px;
}

.finace-list li .finace-icon {
    display: none;
}

.finace-list li .n-description {
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .finance-stage {
    }

    .finace-list {
        flex-wrap: wrap;
        margin: -10px;
    }

    .finace-list li {
        flex: auto;
        padding: 10px;
        width: 50%;
    }

    .finace-list li .finace-icon {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        color: #d02048;
        border-radius: 50%;
        font-weight: 700;
        font-size: 16px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .finace-list li .finace-icon:after {
        content: "";
        position: absolute;
        z-index: -2;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #d02048;
        border-radius: 50%;
    }

    .finace-list li .finace-icon:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        background-color: #fff;
        border-radius: 50%;
    }

    .finace-list li .n-description {
        font-weight: 700;
    }
}

/* Section Finance */
.section-finance {
    padding-top: 50px;
    position: relative;
}

.section-finance:before {
    content: "";
    position: absolute;
    top: -100px;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("../images/patterns/wave-dot-4.svg");
    background-size: 30%;
    background-position: 120% -10%;
    background-repeat: no-repeat;
    pointer-events: none;
}

.section-finance .n-title {
    margin-bottom: 60px;
}

@media screen and (max-width: 1439px) {
    .section-finance {
        padding-top: 30px;
    }

    .section-finance .n-title {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 991px) {
    .section-finance .n-title {
        margin-bottom: 20px;
    }
}

/* Section Join */
.section-join {
    padding-top: 10%;
    padding-bottom: 10%;
    position: relative;
    color: #fff;
}

.section-join:before {
    content: "";
    background-color: #d02048;
    position: absolute;
    top: 80px;
    right: 0;
    bottom: 80px;
    left: 0;
    z-index: -1;
    transform: skewY(-5deg);
    pointer-events: none;
}

.section-join:after {
    content: "";
    position: absolute;
    top: 70%;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f6cfda;
    z-index: -2;
    transform: skewY(5deg);
    transform-origin: bottom right;
    pointer-events: none;
}

@media screen and (max-width: 991px) {
    .section-join {
        padding-top: 15%;
        padding-bottom: 15%;
    }

    .section-join:before {
        top: 0;
        bottom: 0;
    }
}

.n-percent {
    text-align: center;
}

.n-percent .number {
    font-size: 100px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    /*font-family: "AIA Everest Condensed";*/
}

.n-percent .n-title-small {
    color: inherit;
    margin-top: -18px;
    margin-bottom: 0;
    line-height: 1;
    /*font-family: "AIA Everest Condensed";*/
}

.n-percent p {
    margin-bottom: 0;
}

.n-tile {
    text-align: center;
    padding: 34px 10px;
    background-color: #e4708f;
    border-radius: 10px;
}

@media screen and (max-width: 1439px) {
    .n-percent .number {
        font-size: 80px;
    }

    .n-percent .n-title-small {
        font-size: 20px;
        margin-top: -14px;
    }

    .n-tile {
        padding: 20px 10px;
    }
}

@media screen and (max-width: 1199px) {
    .n-percent .number {
        font-size: 60px;
    }

    .n-percent .n-title-small {
        font-size: 16px;
        margin-top: -10px;
    }
}

.n-title-line {
    font-size: 30px;
    line-height: 1.4;
    color: #d02048;
    display: flex;
    align-items: flex-end;
}

.n-title-line * {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.n-title-line > span {
    flex: 1;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 1px;
}

.n-title-line h3 {
    margin-bottom: 0;
    border-bottom: 3px solid;
}

@media screen and (max-width: 1439px) {
    .n-title-line {
        font-size: 26px;
    }
}

@media screen and (max-width: 1199px) {
    .n-title-line {
        font-size: 23px;
    }
}

@media screen and (max-width: 991px) {
    .n-title-line {
        font-size: 20px;
    }
}

.tab-nav {
    display: flex;
    margin-bottom: 2px;
    justify-content: space-between;
}

.tab-detail {
    border: solid 1px #bababa;
}

.section-new {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.section-new_v2 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.section-tab {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}


.section-new_v3 {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.section-new:before {
    content: "";
    position: absolute;
    top: -100px;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("../images/patterns/wave-dot-5.svg");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: -15% 0;
    pointer-events: none;
}

.section-new:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 300px;
    height: 300px;
    border: 50px solid #f6cfda;
    background-color: #e4708f;
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%) rotate(45deg);
}

@media screen and (max-width: 991px) {
    .section-new {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.swiper-honors {
    position: relative;
}

.swiper-honors .swiper-navigation {
    padding: 0;
}

.swiper-honors .swiper-prev {
    transform: translateX(-50%);
}

.swiper-honors .swiper-next {
    transform: translateX(50%);
}

.swiper-honors .swiper-nav {
    border-radius: 50%;
    color: #fff;
    background-color: #d02048;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-honors .swiper-nav:hover {
    background-color: #f6cfda;
}

.swiper-honors .swiper-nav.swiper-button-disabled {
    opacity: 0;
    /* background-color: #c9c9c9; */
    pointer-events: none;
}

/*
.swiper-honors .swiper-nav.swiper-button-disabled:hover {
	color: #fff;
	background-color: #c9c9c9;
} */

.swiper-honors .swiper-pagination {
    position: relative;
    margin-top: 40px;
    bottom: 0;
}

.swiper-honors .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border: 3px solid #d01f48;
    opacity: 1;
    background-color: #fff;
    transition: 0.25s all linear;
}

.swiper-honors .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    background-color: #d01f48;
    border-radius: 10px;
    transition: 0.25s all linear;
}

@media screen and (max-width: 1439px) {
    .swiper-honors .swiper-pagination {
        margin-top: 30px;
    }

    .swiper-honors .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .swiper-honors .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .swiper-honors .swiper-pagination {
        margin-top: 20px;
    }

    .swiper-honors .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .swiper-honors .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 24px;
        border-radius: 6px;
    }
}

@media screen and (max-width: 991px) {
    .swiper-honors .swiper-pagination {
        margin-top: 15px;
    }

    .swiper-honors .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-width: 2px;
    }

    .swiper-honors .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 16px;
        border-radius: 4px;
    }
}

.n-profile .feature {
    position: relative;
    padding-top: 65%;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    display: block;
}

.n-profile .feature .feature-img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    transform: translate(-50%, -50%);
}

.n-profile .n-title-small {
    margin-bottom: 0;
    color: inherit;
}

.n-article .feature {
    padding-top: 60%;
    position: relative;
    display: block;
    overflow: hidden;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.n-article .feature .feature-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
}

.n-article .body {
    padding: 35px 24px 10px;
    background-color: #f5f5f7;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.n-article .body .n-title-small {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 25px;
    color: #000;
}

.n-article a.n-description {
    color: #d02048;
    margin-top: 20px;
    display: inline-block;
}

.n-article .body .n-description > a {
    display: none;
}

@media screen and (max-width: 767px) {
    .n-article .body {
        padding: 25px 15px 15px;
    }

    .n-article .body .n-title-small {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.n-product-list {
    margin-top: -25px;
    margin-bottom: -25px;
}

.n-product-item {
    display: flex;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.n-product-item .feature {
    width: 50%;
    padding: 0 80px;
}

.n-product-item .feature > img {
    width: 100%;
}

.n-product-item .body {
    flex: 1;
}

.n-product-item .body a.n-description {
    display: inline-block;
    color: #d02048;
}

.n-product-list .n-product-item:nth-child(even) {
    flex-direction: row-reverse;
}

.n-product-list .n-product-item:nth-child(even) .body {
    text-align: right;
}

@media screen and (max-width: 991px) {
    .n-product-item .feature {
        padding: 0 50px;
    }
}

@media screen and (max-width: 767px) {
    .n-product-item {
        display: block;
    }

    .n-product-item .feature {
        width: 100%;
        padding: 20px;
    }
}

.section-product {
    padding-top: 55px;
    padding-bottom: 55px;
    background-color: #f5f5f7;
}

@media screen and (max-width: 1439px) {
    .section-product {
        padding-top: 50px;
        padding-bottom: 110px;
    }
}

@media screen and (max-width: 991px) {
    .section-product {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .section-product {
        padding-bottom: 70px;
    }
}

.section {
    padding-top: 40px;
    padding-bottom: 40px;
    scroll-margin-top: 4rem;
}

section {
    scroll-margin-top: 4rem;
}

.bg {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.bg-skew {
    background-color: #f5f5f7;
    transform: skewY(-3deg);
    position: absolute;
    z-index: -1;
    top: 50px;
    right: 0;
    bottom: 50px;
    left: 0;
}

.faq-item {

    border-radius: 15px;
    padding: 12px 30px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.faq-item .label-container {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
}

.faq-item .label-container .label {
    flex: 1;
}

.faq-item .label-container.collapsed i {
    transform: scaleY(-1);
    transition: 0.2s linear all;
}

.faq-item .content {
    padding-top: 16px;
}

@media (max-width: 768px) {
    .faq-item {
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 15px;
    }
}

.report-list {
    list-style: none;
    padding: 0;
    margin-top: -10px;
    margin-bottom: -10px;
}

.report-list li {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

.report-list li a {
    color: #333;
    transition: 0.2s linear all;
}

.report-list li a:hover {
    color: #ff1515;
}

.report-list li > img {
    height: 20px;
    margin-right: 15px;
}

.noti-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.noti-box .head {
    padding: 24px;
    text-align: center;
    background-color: #d01f48;
    color: #fff;
    border-radius: 20px 20px 0 0;
    text-decoration: underline;
}

.noti-box .content {
    flex: 1;
    position: relative;
    padding: 32px 25px;
    background-color: #efefef;
    border-radius: 0 0 20px 20px;
}

.noti-box .content.has-url {
    padding-right: 50px;
}

.noti-box .content .url {
    text-decoration: underline;
    color: #707070;
}

@media (max-width: 768px) {
    .noti-box .head {
        padding: 20px;
        border-radius: 15px 15px 0 0;
    }

    .noti-box .content {
        padding: 25px 20px;
        border-radius: 0 0 15px 15px;
    }

    .noti-box .content.has-url {
        padding-right: 40px;
    }
}

.old-product-list {
    list-style: none;
    padding: 0;
    margin-top: -15px;
    margin-bottom: -15px;
}

.old-product-list li {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
}

.old-product-list li a {
    text-decoration: underline;
    color: #d02048;
    transition: 0.2 ease all;
}

.old-product-list li a:hover {
    color: #af9ca0;
}

@media (max-width: 768px) {
    .old-product-list {
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .old-product-list li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.feature-container {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 62%;
}

.training-item .feature-container .image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-width: 100%;
    height: auto;
}

.feature-container .image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-width: 115%;
    height: auto;
}

.training-item .feature-container {
    border-radius: 20px 20px 0 0;
    border: rgb(208, 32, 72) solid 1px;
}

.training-item .title {
    margin-top: 24px;
    margin-bottom: 16px;
    color: #d02048;
}

.training-item .content {
    padding: 0 20px;
}

.training-item .content ul {
    margin-top: -2px;
    margin-bottom: -2px;
}

.training-item .content ul li {
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 1.4;
}

.training-item .content ul li:before {
    width: 6px;
    height: 6px;
    background-color: #333333;
}

.training-item .content .url {
    display: inline-block;
    margin-top: 30px;
    color: #d02048;
    transition: 0.2s ease all;
}

.training-item .content .url:hover {
    color: #af9ca0;
}

@media (max-width: 768px) {
    .training-item .feature-container {
        border-radius: 15px 15px 0 0;
        border: rgb(208, 32, 72) solid 1px;
    }

    .training-item .title {
        margin-top: 20px;
    }

    .training-item .content {
        padding: 0 16px;
    }

    .training-item .content .url {
        margin-top: 20px;
    }
}

.event-condition {
    font-weight: 700;
}

.event-time {
    font-weight: 700;
    text-align: center;
    max-width: 90px;
    margin-left: auto;
}

.event-item {
    padding-top: 24px;
    padding-bottom: 24px;
}

.event-item + .event-item {
    border-top: 1px dashed #adadad;
}

.event-item .event-time {
    font-weight: 400;
}

.event-item .event-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    color: #ff1515;
}

.event-item .event-item-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.event-item .event-item-inner ul li {
    line-height: 1.7;
}

.event-item .event-item-inner ul li > span > span {
    color: #d02048;
    font-weight: 700;
}

.event-item .event-item-inner ul li > img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    object-position: center;
    margin-right: 10px;
}

.event-item-wrapper .event-item-inner {
    padding-left: 15px;
    border-left: 1px solid #ff1515;
    border-radius: 0 0 0 20px;
    padding-bottom: 15px;
    position: relative;
}

.event-item-wrapper + .event-item-wrapper .event-item-inner {
    margin-top: 12px;
}

.event-item-wrapper .event-item-inner:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(to right, #ff1515 0%, transparent 100%);
    height: 1px;
    left: 15px;
    bottom: 0px;
    border-bottom-left-radius: 20px;
}

.event-item-wrapper .event-item-inner:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 0 0 0 20px;
    border-left: 1px solid #ff1515;
    border-bottom: 1px solid #ff1515;
    position: absolute;
    bottom: 0px;
    left: -1px;
}

.event-item-wrapper:nth-child(even) .event-item-inner {
    padding-top: 15px;
    padding-bottom: 0;
    border-radius: 20px 0 0 0;
}

.event-item-wrapper:nth-child(even) .event-item-inner:before {
    bottom: unset;
    top: 0;
}

.event-item-wrapper:nth-child(even) .event-item-inner:after {
    top: 0;
    border-radius: 20px 0 0 0;
    border-top: 1px solid #ff1515;
    border-bottom: 0;
}

.event-item-wrapper .col-lg-10 {
    position: relative;
}

.event-item-wrapper .col-lg-10:before {
    width: 1px;
    height: 70%;
    background-color: #707070;
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    transform: translateY(-40%);
}

.section-skew {
    position: relative;
}

.section-skew:before {
    content: "";
    position: absolute;
    top: -100px;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/patterns/wave-dot-5.svg);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: -15% 0;
    pointer-events: none;
}

.skew-box {
    padding-left: 10%;
}

.skew-box .feature-container {
    padding-top: 140%;
    overflow: hidden;
    transform: skewX(5deg);
    /* border: 1px solid; */
    transform-origin: bottom left;
}

.skew-box .feature-container .image {
    transform: translate(-50%, -50%) skewX(-5deg);
}

.skew-box .content {
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact-info {
    color: #707070;
}

.contact-info strong {
    color: #d02048;
}

.report-title {
    padding: 10px 24px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background-color: #d31447;
    border-radius: 5px;
    color: #fff;
}

.report-icon .image {
    object-fit: contain;
    object-position: center;
}

.report-row {
    padding-left: 25px;
    position: relative;
}

.report-row:after {
    position: absolute;
    left: 0;
    width: 15px;
    height: 50%;
    content: "";
    border-bottom: 2px solid #d31447;
}

.report-wrapper .report-row:first-child:after {
    bottom: 0;
    border-left: 2px solid #d31447;
    border-top: 2px solid #d31447;
    border-bottom: 0;
    border-radius: 5px 0 0 0;
}

.report-wrapper .report-row:last-child:after {
    top: 0;
    border-left: 2px solid #d31447;
    border-bottom: 2px solid #d31447;
    border-radius: 0 0 0 5px;
}

.report-wrapper .report-row.disabled-radius:after {
    border-top: 0;
    border-left: 0;
    border-radius: 0;
}

@media (max-width: 992px) {
    .report-row {
        padding-left: 0;
    }

    .report-row:after {
        border: 0;
        display: none;
    }
}

text-center-v {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-support .n-title-small {
    font-size: 18px;
}

@media (max-width: 992px) {
  .evt.mobile-evt {
      display: none;
  }
}

@media (min-width: 992px) {
.evt.web-evt {
    display: none;
  }
}

.contact-button {
    color: #fff;
    font-size: 12px;
}

.modal-body label {
    margin-bottom: 0.3rem;
}

.contact-concern {
    display: block;
    width: 100%;
    padding: 0.375rem 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
