.language-section .language-switch a.language-picker {
    height: 28px;
    background: #fff;
    border-radius: 20px;
    line-height: 22px;
    display: flex;
    align-items: center;
}

.language-section .language-switch a.language-picker img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 50%;
}
.language-section .language-switch a.language-picker span {
    height: 20px;
    line-height: 20px;
}
.hotline-top {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.setting-menu>.container>.row>div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.logo-section img {
    height: 60px;
    object-fit: contain;
}

/*slider*/
.item-slider .text-slider {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(29, 71, 137, 0.9) 0%, rgba(36, 92, 181, 0.9) 100%);
    height: 39vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.item-slider .text-slider .name {
    color: #fff;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.3;
}

.item-slider .text-slider .description {
    font-size: 18px;
    color: #fff;
    max-width: 370px;
}

.item-slider .text-slider .btn-register a {
    display: inline-block;
    background: #fff;
    width: 146px;
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: var(--color-main);
    font-weight: 600;
}
.item-slider .text-slider .link-more a {
    font-size: 16px;
    color: var(--white);
}
.item-slider .text-slider .link-more a span {
    border-bottom: 1px solid #fff;
}

.slider-section ul.slick-dots {
    width: 40%;
    bottom: 55px;
}

.slider-section ul.slick-dots>li button:before {
    width: 35px;
    border-radius: 10px;
    background: #8C8C8C;
    opacity: 1;
}

.slider-section ul.slick-dots>li button {
    width: 35px;
}

.slider-section ul.slick-dots>li.slick-active button:before {
    background: #ffffff;
}
.item-slider .text-slider:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 22px;
    background: #fff;
    right: -11px;
    height: 60%;
    transform: translateY(-50%);
}
.list-name .inner-content .article-title a {
    font-size: 20px;
    position: relative;
}


.list-name .inner-content .article-title a svg {
    position: relative;
    top: -3px;
    margin-right: 24px;
}

.name-category {
    font-size: 46px;
    color: var(--color-main);
    font-weight: 600;
    margin-bottom: 15px;
}

.title-section:before {
    position: absolute;
    content: '';
    background: var(--color-main);
    width: 50px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}
.img-category img {
    object-fit: contain !important;
}



.section-who-we-are {
    background: var(--light);
    border-radius: 50px;
    padding: 60px;
}

.section-counter .text_tktc .icon_tktc {
    width: 205px;
    height: 205px;
    border: 1px dashed;
    border-radius: 100%;
    padding: 15px;
    margin: 0 auto 20px;
}

.section-counter .text_tktc span {
    width: 100%;
    background: var(--white);
    display: flex;
    height: 100%;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}

.section-counter .text_tktc span img {
    height: 100px;
    object-fit: contain;
}

.text_tktc .counter-value {
    font-weight: 700;
    font-size: 42px;
    color: var(--black);
}

.section-counter .text_tktc .counter-value:after {
    content: '+';
    margin-right: 5px;
}
.text_tktc .slogan {
    font-size: 18px;
    color: #000;
}

.section-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
    background-size:  contain!important;
    background-repeat: no-repeat !important;
    background-position: center;
}
.section-form-contact-home .form-home {
    background: var(--white);
    padding: 55px 40px;
    border-radius: 24px;
}

.section-form-contact-home .form-home .form-group .form-control {
    background: var(--light);
    height: 50px;
    border-radius: 5px;
}

.section-form-contact-home .form-home .form-group span.btn.btn-submit {
    width: 100%;
    background: var(--color-highlight);
    height: 50px;
    border-radius: 5px;
    line-height: 50px !important;
}
.contact-text-home {
    color: var(--white);
}

.contact-text-home .name-contact {
    font-size: 25px;
    margin-bottom: 10px;
}
.section-service-top {
    position: relative;
}

.section-service-top:before {
    position: absolute;
    top: 55%;
    left: -25%;
    width: 150%;
    right: 0;
    height: 700px;
    background: #EBF3FF;
    transform: rotate(340deg);
    content: '';
    display: none;
}

.section-service-top .title-section {
    margin-bottom: 60px;
}

div#counter>div:last-child .text_tktc .counter-value:after {
    display: none;
}
.section-form-contact-home .form-home .form-group {
    margin-bottom: 25px;
}

.section-form-contact-home .form-home .form-group:last-child {
    margin-top: 40px;
}

.section-form-contact-home .form-home .form-group label {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 5px;
}

.contact-text-home .text-contact-item {
    margin-bottom: 80px;
}

.contact-text-home .text-contact-item:last-child {
    margin-bottom: 0;
}
.section-contact-map {
    background: #002663;
}
.contact-text-home .text-contact-item p {
    margin-bottom: 10px;
}

.contact-text-home .text-contact-item p>strong {
    padding-right: 5px;
}

.section-title-feedback {
    font-size: 30px;
    font-weight: 300;
    position: relative;
    color: var(--white);
    margin-bottom: 50px;
}

.section-title-feedback:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--white);
}

.feedback-section .btn-register a {
    font-size: 16px;
    color: var(--white);
}

.text-feedback {
    display: flex;
    flex-wrap: nowrap;
}

.text-feedback .img-feedback {
    flex: 0 0 75px;
    max-width: 75px;
}

.item-text-feedback {
    flex-basis: calc(100% - 75px);
    padding-left: 15px;
}

.text-feedback .img-feedback img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 100%;
}

.item-text-feedback .name {
    font-size: 20px;
    font-weight: 600;
}

.item-feedback {
    border-radius: 15px;
}

.item-feedback .description {
    font-size: 20px;
    font-style: italic;
    line-height: 1.7;
    font-weight: 500;
    height: 200px;
    overflow: hidden;
}
.item-text-feedback .career {
    font-size: 16px;
    color: #787777;
    font-weight: 600;
}

.title-seeall:before {
    content: '';
    position: absolute;
    width: calc(100% + 15px);
    background: #A3A3A3;
    opacity: 0.25;
    top: -35px;
    left: 0;
    border-radius: 100%;
    aspect-ratio: 1/1;
}

.feedback-section:before {
    content: '';
    position: absolute;
    width: 280px;
    height: 280px;
    left: 213px;
    bottom: -40px;
    background: #C2C2C2;
    opacity: 0.25;
    border-radius: 100%;
}
.footer-mid .container>.row>div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
}

.footer-mid .container>.row>div:nth-child(2)>div {
    flex: 0 0 33.33%;
    padding: 0 10px;
}

.footer-menu-section ul li>a {
    font-size: 16px;
}

.footer-menu-section.footer-contact-section>ul.list-unstyled>li>a {
    display: inline-block;
    background: #1D4789;
    padding: 7px 20px;
    width: 180px;
    border-radius: 40px;
}

.footer-menu-section.footer-contact-section>ul.list-unstyled>li>a>span {
    margin-left: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.footer-menu-section.footer-contact-section>ul.list-unstyled>li:nth-child(2)>a {
    background: #00B1FF;
}
.user-section a.btn-action-header {
    color: var(--white);
    background: var(--color-main);
    border-radius: 5px;
}
.login-sign-up .modal-content .modal-header {
    border: 0;
    padding: 0;
    padding-bottom: 25px;
}
.login-sign-up .modal-content {
    border-radius: 30px;
    padding: 40px;
}

.login-sign-up .modal-content .modal-body {
    padding: 0;
}

.login-sign-up .modal-header .modal-title {
    font-size: 30px;
}

.login-sign-up .modal-body .form-group label {
    font-size: 18px;
}
.login-sign-up a.forgot-password {
    color: var(--color-main);
    font-size: 16px;
    font-style: italic;
    margin-bottom: 25px;
}

.login-sign-up .form-group {
    margin-bottom: 20px;
}
.login-sign-up .btn-main {
    height: 56px;
}
.login-sign-up .modal-content button.close.icon-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 35px;
}

.section-banner-page .item-banner:before, .banner-top-page:before {
    position: absolute;
    width: 1920px;
    height: 100%;
    left: 0px;
    top: 0;
    background: linear-gradient(180deg, rgba(29, 71, 137, 0.8) 0%, rgba(36, 92, 181, 0.8) 100%);
    content: '';
}
.banner-top-page .img-banner img, .section-banner-page .item-banner img {
    height: 16vw;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.item-banner .name-banner, .banner-top-page .name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    color: var(--white);
    font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
}
.item-link a.read-more {
    display: block;
    height: 46px;
    border-radius: 10px;
    color: var(--white);
    line-height: 46px;
    padding: 0 15px;
}

.link-people.link-people-date {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.link-people.link-people-date>div {
    padding-right: 15px;
    margin-right: 15px;
}
.link-people {
    border-top: 1px solid #000;
    padding-top: 20px;
    margin-top: 20px;
}
.item-people {
    display: flex;
    align-items: center;
}

.item-people .img {
    flex: 0 0 40px;
    margin-right: 10px;
}

.item-people .img img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.item-people .name {
    font-weight: 600;
    font-size: 13px;
}

.inner-content .article-entry-info svg {
    margin-right: 15px;
}
article.article-item .inner-image {
    border-radius: 8px;
    overflow: hidden;
}


/*who-we-are*/
.item-about-who {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.item-about-who .img-who {flex: 0 0 95px;}

.item-about-who .item-text {
    flex-basis: calc(100% - 95px);
    padding-left: 50px;
}

.item-about-who .item-text .name {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 36px;
    position: relative;
}

.item-about-who .item-text .name:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 115px;
    height: 7px;
    background: var(--color-main);
    border-radius: 5px;
}

.item-about-who .img-who img {
    width: 100%;
}

.item-about-who .item-text .content-text {
    font-size: 16px;
}
.radius-30{
    border-radius: 30px;
}
.title-section-left {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.link-people.link-people-date .comments {
    font-size: 12px;
}
.section-list-clinest .inner-image img {
    object-fit: contain;
}

.section-list-clinest .inner-image {
    background: #F3F3F3;
}
@media (min-width:1200px){
    .section-view-name-right .img-category {
        margin-right: 70px;
    }
}

article.article-detail.article-detail-who .article-title-detail {
    padding-bottom: 20px;
    border-bottom: 2px solid var(--color-main);
    margin-bottom: 25px;
}
.select-menu {margin-bottom: 20px;position: relative;}
.select-menu .select-btn {
  display: flex;
  height: 55px;
  background: #F3F3F3;
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.select-menu .options {
  position: absolute;
  overflow-y: auto;
  width: 100%;
  max-height: 295px;
  margin-top: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  display: none;
}
.select-menu .options .option {
  display: flex;
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  background: #fff;
}
.select-menu .options .option:hover {
  background: #f2f2f2;
}
.select-menu .options .option i {
  font-size: 25px;
  margin-right: 12px;
}
.select-menu .options .option .option-text {
  font-size: 18px;
  color: #333;
  display: block;
  width: 100%;
  background: #fff;
  padding: 10px 15px !important;
}
.select-btn i {
  font-size: 25px;
  transition: 0.3s;
}
.select-menu.active .select-btn i {
  transform: rotate(-180deg);
}
.select-menu.active .options {
  display: block;
  opacity: 0;
  z-index: 10;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}

.contact-page .contact-text-home {
    color: #000;
}

.form-contact {
    border: 1px solid var(--color-main);
    padding: 30px;
    border-radius: 30px;
}

.form-contact .form-group span.btn.btn-submit {
    width: 100%;
    height: 50px;
    padding: 0 !important;
    line-height: 50px !important;
    background: var(--color-highlight);
    font-weight: 600;
}

.text-contact-item .map iframe {
    aspect-ratio: 16/9;
}
.tab-content .contact-text-home {
    color: var(--black);
}
.select-menu .options .option .option-text.active {
    background: var(--color-main);
    color: var(--white);
}
.title-section-list-product {
    background: var(--color-main);
    padding: 15px 15px;
    color: var(--white);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
}

.list-product-category {
    padding: 20px;
    background: var(--light);
}

.list-product-category .article-title>a>svg {
    height: 11px;
    margin-right: 10px;
}

.list-product-category .article-title {
    margin-bottom: 20px;
}
.title-section-list-product:hover {
    border: 1px solid var(--color-main);
    background: var(--white);
    color: var(--color-main) !important;
}

article.article-detail.article-detail-who .article-title-detail {font-size: 20px;}
.user-section .dropdown-menu a.dropdown-item {
    color: var(--color-main);
    border-radius: 10px;
}
.user-section .dropdown-menu a.dropdown-item svg {
    margin-right: 5px;
}
.user-section a#member-info {
    background: none;
    padding: 0;
}
.user-section a#member-info svg {
    height: 40px;
    width: 40px;
}

.user-section .dropdown-menu a.dropdown-item:hover, .member-categories-section.member-list li>a:hover,.member-categories-section.member-list li.active a {
    background: var(--color-main);
    color: var(--white) !important;
}
.member-categories-section.member-list li>a{
    border-radius: 10px;
}
.user-section .dropdown-menu a.dropdown-item:hover svg , .member-categories-section.member-list li>a:hover svg, .member-categories-section.member-list li.active a svg{
    filter: invert(99%) sepia(21%) saturate(2%) hue-rotate(82deg) brightness(110%) contrast(100%);
}

.avatar-preview svg,.avatar-preview img {
    width: 100px;
    height: 100px;
}
.member-profile-list .form-group input {
    background: none !important;
    border: 1px solid var(--color-main);
    border-radius: 5px;
    color: var(--color-main);
}
.row.row-bottom-profile {
    display: flex;
    align-items: flex-end;
}

.form-group.btn-bottom-pro span {
    height: 40px;
    line-height: 40px;
    padding: 0;
    background: var(--color-highlight) !important;
    font-weight: 600;
    text-transform: none !important;
}

.member-profile-list .form-group  label {
    color: var(--color-main);
}

.title-profile {
    border-bottom: 1px solid var(--color-main);
}

.list-order-menber .form-group .input-group-prepend {
    position: absolute;
    top: 0;
    right: 0;
    height: 39px;
    right: 0;
}

.list-order-menber .form-group .input-group-prepend span.input-group-text {
    background: none;
    border: 0;
}

.list-order-menber .form-group .input-group {
    position: relative;
    display: initial;
}

.list-order-menber .form-group .input-group input {
    width: 100%;
    max-width: 100%;
    border-radius: 5px !important;
}
.list-order-menber .form-group .input-group-prepend span.input-group-text i {font-weight: 700;color: var(--color-main);}

.list-order-element table thead>tr>th {
    border-bottom: 0;
    background: var(--color-main);
    color: var(--white);
    font-weight: 600;
    padding: 15px;
}
.list-order-element table td {
    vertical-align: middle;
}

.list-order-element table>tbody>tr>td:nth-child(1) {
    font-weight: 500;
    text-align: center;
}

.list-order-element table>tbody>tr>td:nth-child(3) {
    font-weight: 500;
}

.list-order-element table>tbody>tr>td:nth-child(5) {
    font-weight: 700;
}

.list-order-element table td.payment {
    color: #F8964A;
}

.list-order-element table td.done {
    color: #00CA95;
}

.list-order-element table td.progess {
    color: #1D4789;
}

td.list-order-element table td.cancel {
    color: #F96472;
}

.list-order-element table td.cancel {
    color: #F96472;
}

.list-order-element table td a.btn-tb-list {
    width: 100%;
    background: #F8964A;
    padding: 10px;
    border-radius: 5px;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 600;
}


a.btn-tb-list.btn-final {
    background: #00CA95 !important;
}

a.btn-tb-list.btn-detail {
    background: #1D4789 !important;
}

@media (min-width:1200px){
  .section-who-we-are {
      max-width: 100%;
      margin: 0 auto;
  }
}
@media (min-width:992px){
    .section-view-name-right>.row>div:nth-child(1) {
      order: 2;
  }
}
@media (max-width:1200px){
  .user-section a.btn-action-header {
      line-height: initial !important;
      padding: 0px 10px;
      text-align: center;
      font-size: 11px;
      display: flex;
      align-items: center;
  }

}

@media (max-width:768px){
    .item-slider .text-slider {
        display: none;
    }
    .name-category {
        font-size: 20px;
    }
    
    .list-name .inner-content .article-title a {
        font-size: 14px;
    }
    
    .list-name .inner-content .article-title a svg {
        width: 11px;
        height: 12px;
        top: -1px;
    }
    .section-who-we-are {
        padding: 20px;
        border-radius: 20px;
    }
    
    div#counter .text_tktc {
        margin-bottom: 50px;
    }
    
    .section-counter .text_tktc .icon_tktc {
        width: 150px;
        height: 150px;
    }
    
    .section-counter .text_tktc span img {
        height: 63px;
    }
    
    .text_tktc .counter-value {
        font-size: 30px;
    }
    
    .content-who-we-are .content {
        text-align: justify;
    }
    
    .section-form-contact-home .form-home {
        padding: 40px 20px;
        margin-bottom: 40px;
    }
    .feedback-section .title-seeall {
        margin-bottom: 40px;
    }
    .contact-text-home .text-contact-item {
        margin-bottom: 50px;
    }
    
    footer .logo-section {
        margin-bottom: 30px;
    }
    
    .copyright {
        margin-top: 0;
    }
    .banner-top-page .img-banner img, .section-banner-page .item-banner img {
        height: 40vw;
    }
    
    .item-banner .name-banner, .banner-top-page .name {
        font-size: 22px;
        width: 100%;
        text-align: center;
        padding: 0 15px;
    }
    .item-about-who .img-who {
        flex: 0 0 65px;
    }
    
    .item-about-who .item-text {
        flex-basis: calc(100% - 65px);
        padding-left: 25px;
    }
    
    .item-about-who .item-text .name {
        font-size: 25px;
    }
    
    .item-about-who .item-text .name:before {
        width: 70px;
        height: 3px;
    }
    .list-order-element {
        overflow-x: scroll;
    }
}

@media (min-width:768px) and (max-width:1200px){
    	.footer-mid-mb>.container>.row>div:nth-child(1) {
    		flex: 0 0 100%;
    		max-width: 100%;
    	}
    	.footer-mid-mb>.container>.row>div:nth-child(2) {
    		flex: 0 0 65%;
    		max-width: 65%;
    	}
        .footer-mid-mb>.container>.row>div:nth-child(3) {
    		flex: 0 0 35%;
    		max-width: 35%;
    	}
    
    .footer-mid-mb>.container>.row>div:nth-child(2)>div {
        width: 50%;
        float: left;
    }
}
.slider-section .slick-list .slick-slide.slick-active .item-text-slider {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-name: trf_left;
    animation-name: trf_left;
    -webkit-animation-duration: 1.7s;
    -moz-animation-duration: 1.7s;
    -ms-animation-duration: 1.7s;
    -o-animation-duration: 1.7s;
    animation-duration: 1.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes trf_left {
    from {
        
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@media (min-width:992px){
    .fadeInUp {
        transform: translate3d(0, 200px ,0);
    }
    
    .wow.fadeInUp.animate-show {
        opacity: 1;
        transform: none;
    }
    
    .wow {
        transition-timing-function: ease;
        opacity: 0;
        transition-property: opacity,transform;
        transition: 1.7s;
    }
}
html:lang(vi) .name-category{
    display: none;
}
html:lang(vi) .list-name{
    display: none;
}
html:lang(vi) .img-category{
    display: none;
}
html:lang(vi) .section-service-top{
    display: none;
}
html:lang(vi) .legal-service{
    display: none;
}
html:lang(vi) .section-view-name-right{
    display: none;
}
html:lang(en) .landing-vi{
    display: none;
}
html:lang(zh) .landing-vi{
    display: none;
}
html:lang(vi) .mb-40{
   /*display: none; */
}
html:lang(vi) .mb-40:first-child{ 
  display: block;
}
html:lang(vi) .no-gutters{
   /*display: none; */
}
html:lang(vi) .form-contact{
    display: none;
}
html:lang(vi) .slider-main .no-gutters {
    display: block;
}
html:lang(vi) .section-form-contact-home{
    display: block;
}
.language-section ul>li>a>img {
    width: 22px;
    height: 15px;
    margin-right: 5px;
    object-fit: cover;
}

.language-section ul>li:hover a {
    background: #fff;
    color: var(--color-main);
}

.header-main>.container>.row>div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.contact-right {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 1;
}
.contact-right li.entry-content {
    list-style: none;
    margin-top: 20px;
}

.contact-right li.entry-content img {
    width: 40px;
    height: 40px;
}


.contact-right li.entry-content>a {
    display: inline-block;
    background: #ef4458;
    border-radius: 25px;
    padding-right: 20px;
    font-weight: 700;
    color: var(--white);
}

.contact-right li.entry-content>a>span.img {
    margin-right: 10px;
}

.contact-right li.entry-content a.zalo {
    background: #0d94e4;
}

.contact-right li.entry-content a.messenger {
    background: #007fff;
}
@media (min-width:1200px){
    li.has-child.menu_customs_mega ul.entry-menu.full-width li.container-menu ul.row-menu {
        display: flex;
        justify-content: center;
    }
    
    li.has-child.menu_customs_mega ul.entry-menu.full-width li.container-menu>ul.row-menu> li:first-child {
        border-right: 1px solid #000;
    }
    
    li.has-child.menu_customs_mega ul.entry-menu.full-width li.container-menu ul.row-menu li:first-child>ul>li {
        text-align: right;
    }
    
    li.has-child.menu_customs_mega ul.entry-menu.full-width li.container-menu ul.row-menu li:first-child>ul>li>a {
        padding-right: 0;
    }
    
    li.has-child.menu_customs_mega ul.entry-menu.full-width li.container-menu>ul.row-menu> li a.menu-title {
        font-size: 21px;
        font-weight: 700;
        color: var(--black);
    }
    
    li.has-child.menu_customs_mega ul.entry-menu.full-width li.container-menu>ul.row-menu>li:first-child {
        text-align: right;
    }
    li.has-child.menu_customs_mega ul.entry-menu.full-width li.container-menu>ul.row-menu> li {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (max-width:767px){
  .contact-right li.entry-content>a>span.img {
      display: block;
      margin-right: 0;
  }
  
  .contact-right li.entry-content>a>span {
      display: none;
  }
  
  .contact-right li.entry-content>a {
      padding-right: 0;
  }
}


/*Singapore*/

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat/Montserrat-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat/Montserrat-Bold.ttf);
  font-weight: bold;
}



iframe {
  border: none;
}

a:hover {
  opacity: 0.6;
}


a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  -moz-outline: none;
  outline: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

button:hover {
  cursor: pointer;
  opacity: 0.6;
}

img {
  border: none;
  max-width: 100%;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: bold;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  margin: 0;
}

.header {
  background: #FFFFFF;
  width: 100%;
  z-index: 111;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  padding: 0;
}

.hot-l {
  background: #1D4789;
  height: 36px;
  display: flex;
  align-items: center;
}

.hot-l strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
}

.header .navigation {
  background: transparent;
  display: flex;
  align-items: center;
  height: auto;
  justify-content: space-between;
}

.nav-header .nav-brand img {
  object-fit: cover;
  max-width: 240px;
}

.navigation-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 25px 0;
}

.nav-brand {
  padding: 0;
  display: block;
  height: auto;
  line-height: initial;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  overflow-y: clip;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  overflow-y: unset;
}

.navigation-portrait .nav-menus-wrapper {}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-cta .header-button {
  width: 164px;
  padding: 0;
  margin: 0;
  height: 46px;
  line-height: 48px;
  border-radius: 10px;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #000000;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000;
}

.navigation-portrait .nav-menu>li {}

.navigation-portrait .nav-menu>li:last-child {
  border: 0;
  margin-top: 10px;
}

.nav-menus-wrapper-close-button {
  color: #000000;
}

.xs-menu ul.nav-menu>li>a {
  padding: 10px 31px;
  display: flex;
  align-items: center;
  text-align: right;
  height: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000000;
}

.xs-menu ul.nav-menu>li>a:hover {
  opacity: 0.6;
}

.xs-menu ul.nav-menu>li.community {
  position: relative;
}

.xs-menu ul.nav-menu>li.community ul {
  position: absolute;
  background: #eeeeee;
  border-radius: 10px;
  padding: 10px 15px;
  width: 100%;
  left: 16px;
  top: 60px;
  z-index: 9;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.xs-menu ul.nav-menu>li.community ul li a {
  font-size: 16px;
  line-height: 32px;
  color: #0a0e29;
  opacity: 0.5;
}

.xs-menu ul.nav-menu>li.community ul li a:hover {
  opacity: 1;
}

.xs-menu ul.nav-menu>li.community:hover {
  cursor: pointer;
}

.xs-menu ul.nav-menu>li.community:hover ul {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.xs-menu ul.nav-menu>li.deck-paper>a span {
  width: 160px;
  height: 40px;
  background: #0ff0f9;
  color: #0a0e29;
  font-weight: 500;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header.fixed-header {
  -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}


.xs-menu ul.nav-menu>li a.scrolls.scrolls-deck span {
  text-transform: uppercase;
  padding: 0 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1D4789;
  border-radius: 5px;
  font-weight: 700;
  color: #FFFFFF;
}

.xs-menu ul.nav-menu>li>a.scrolls-deck {
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.xs-menu ul.nav-menu>li>a.scrolls-stake {
  padding-right: 0;
}

ul.nav-menu.align-to-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


.banner-top {
  padding: 90px 0;
  position: relative;
  min-height: calc(100vh - 146px);
}

.banner-mp4 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-mp4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-dv {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  padding: 40px 45px;
}

.list-dv ul {
  padding: 0;
  margin: 0;
}

.list-dv ul.da2 {
  list-style: disc;
}

.banner-l h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 68px;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.banner-l {
  width: 55%;
  z-index: 2;
}

.banner-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.banner-l li {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.banner-l li strong {
  color: #FFEB3B;
}

.banner-l ul.da2 li {
  display: list-item;
}

.banner-l .list-dv li img {
  width: 20px;
  height: 20px;
  margin-right: 30px;
}

.banner-r {
  width: 35%;
  z-index: 2;
}

.banner-r .form-bn {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 45px;
}

.banner-r .form-bn label {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 10px;
}

.banner-r .form-bn input,
.banner-r .form-bn select {
  background: #F0F0F0;
  border: 1px solid #F3F3F3;
  border-radius: 5px;
  height: 50px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #1D4789;
}

.banner-r .form-bn .form-group {
  margin-bottom: 20px;
}

button.btn-tv {
  background: #0D74FF;
  border-radius: 10px;
  border: 0;
  height: 54px;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  justify-content: center;
  outline: none;
  margin-top: 40px;
}

h2.title-all {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  color: #1D4789;
  position: relative;
  margin-bottom: 45px;
}

h2.title-all::before {
  content: "";
  height: 2px;
  width: 50px;
  position: absolute;
  bottom: -15px;
  background: #1D4789;
  left: calc(50% - 25px);
}

.dk-tl-tt {
  padding: 100px 0;
}

.all-tl-tt-row-p {
  background: #FFFFFF;
  box-shadow: 0px 3px 10px rgba(89, 89, 89, 0.25);
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 25px;
}

.all-tl-tt-row-p:last-child {
  margin-bottom: 0;
}

.all-tl-tt-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1283px;
  margin: auto;
}

.all-tl-tt-row img {
  width: 100px;
  height: 100px;
}

.all-tl-tt-row .all-tl-tt-row-text {
  width: calc(100% - 100px);
  padding-left: 50px;
}

.all-tl-tt-row-text ul {
  padding-left: 18px;
}

.all-tl-tt-row-text ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
  color: #000000;
}

.all-tl-tt-row-text strong {
  color: #000000;
  margin: 5px 0;
  margin-left: -20px;
  display: block;
}

.all-tl-tt-row-text h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: justify;
  color: #1D4789;
  margin-bottom: 15px;
}

.yc-tt-da2 {
  background: #D7E9FF;
  padding: 80px 0;
}

.yc-tt-da3 {
  margin-top: 80px;
}

.text-img-yc-tt-t ul {
  padding-left: 18px;
}

.text-img-yc-tt-t ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
  color: #000000;
}

.tnv-tt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 60px;
}

.button-tvn {
  background: #0D74FF;
  border-radius: 10px;
  border: 0;
  height: 54px;
  width: 180px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  justify-content: center;
  outline: none;
}
.button-tvn:hover{
    color: #FFFFFF;
}
.yc-tt-text .tnv-tt p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  align-items: center;
  color: #D80027;
  padding-left: 10px;
  width: calc(100% - 180px);
}

.des-tl-cty {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
  color: #1D4789;
  position: relative;
  padding-top: 15px;
}

.des-tl-cty::before {
  content: "";
  width: 115px;
  height: 6px;
  background: #D9D9D9;
  position: absolute;
  top: 0;
  left: 0;
}

.des-tl-cty p {
  margin: 0;
}

.dk-cty {
  padding: 60px 0;
}

.all-dk {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.all-dk-dt {
  width: 20%;
  text-align: center;
  padding: 0 20px;
}

.all-dk-dt-da3 {
  width: 30%;
}

.all-dk-dt img {
  width: 100px;
  height: 100px;
  max-width: 100%;
  max-height: 100%;
}

.all-dk-dt p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #1D4789;
  margin: 0;
  margin-top: 20px;
}

.all-dk-dt-da3 span {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}

.all-dk-dt-da3 p {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #1D4789;
  margin-bottom: 10px;
}
.cp-cty {
    background: #D7E9FF;
}
.cp-cty-mid {
    padding: 60px 0;
}

.cp-cty-da3 {
  background: #D7E9FF;
}

.cp-cty-da3 .cp-cty-mid {
  background: 0;
  max-width: 100%;
  padding: 60px 0;
}

p.tk-tg {
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FFEB3B;
}

.cp-cty-da3 .cp-cty-ab {
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cp-cty-da3 .cp-cty-mid-top {
  margin-bottom: 50px;
}

.cp-cty-ab-w3 {
  margin-top: 30px;
}

.cp-cty-ab-w3 .cp-cty-lr {
  width: calc(33.33% - 30px);
  margin: 30px 0;
}

.w-cp-cty-mid {
  max-width: 844px;
  margin: auto;
}
.cp-cty-mid-top{
    margin-bottom: 50px;
}
.w-cp-cty-mid h2 {
  margin: auto;
  margin-bottom: 45px;
}

p.des-cp {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  margin: 0;
}

.p-es-i {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin: 0;
}

.cp-cty-mid-bot-k {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 710px;
  margin: auto;
  margin-top: 70px;
}

.cp-cty-mid-bot-k-dt {
  width: calc(50% - 25px);
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
}

.cp-cty-k-title {
  background: #0D74FF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 40px;
}

.cp-cty-k-title img {
  margin-right: 15px;
}

.cp-cty-k-title h3 {
  font-weight: 700;
  font-size: 42px;
  line-height: 63px;
  text-align: center;
  color: #FFFFFF;
}

.cp-cty-k-ct {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #0D74FF;
  background: #FFFFFF;
  padding: 20px 40px;
}


.cp-cty-detail {
  position: relative;
}

.cp-cty-ab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.cp-cty-ab-da2 {
  top: 200px;
}

.cp-cty-lr {
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(0px 50px 70px rgba(89, 89, 89, 0.25));
  width: calc(50% - 28px);
  background: #FFFFFF;
}

.cp-cty-lr-title {
  background: #1D4789;
  text-align: center;
  padding: 20px 15px;
  height: 234px;
}

.cp-cty-lr-title-bgn {
  background: #0D74FF;
}

.cp-cty-lr-title-bc {
  width: 100%;
}

.cp-cty-lr-title h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 80px;
  text-align: center;
  color: #FFFFFF;
}

.cp-cty-lr-title-bc-dt {
  text-align: left;
  display: flex;
  align-items: center;
}

.cp-cty-lr-title-bc-dt {
  display: flex;
  align-items: center;
  background: #EFBB03;
  border-radius: 15px;
  padding: 0 15px;
  width: fit-content;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  height: 30px;
}

.cp-cty-lr-title-bc-dt img {
  margin-right: 8px;
}

p.tk-des {
  background: #00DC65;
  border-radius: 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  height: 30px;
  padding: 0 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.cp-cty-lr-title i {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  display: block;
}

.cp-cty-lr-content {
  background: #FFFFFF;
  padding: 25px 15px;
  height: calc(100% - 234px);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.cp-cty-da3 .cp-cty-lr-content {
  height: calc(100% - 188px);
}
.cp-cty-lr-content-dt {
  width: 100%;
  max-width: 612px;
  margin: auto;
}

.cp-cty-lr-content h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #1D4789;
  margin-bottom: 15px;
}

.cp-cty-lr-content ul {
  padding-left: 25px;
  width: calc(50% - 15px);
  list-style: disc;
  margin: 0;
}

.cp-cty-lr-content ul p {
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  color: #000000;
  margin: 0;
  margin-top: 10px;
}

.cp-cty-lr-content ul.ul-p0 {
  padding-left: 0;
  list-style: none;
}

.cp-cty-lr-content ul.ul-p0 ul {
  width: 100%;
}

.cp-cty-lr-content ul ul.ul-padd {
  width: 100%;
  list-style: disc;
}

.cp-cty-lr-content ul li {
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  color: #000000;
}

ul.ul-r-tv {
  list-style: none;
  padding: 0;
}

.tv-dt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tv-dt-none {
  display: none;
}

.doc-detail {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #1D4789;
  width: fit-content;
  cursor: pointer;
  margin-top: 15px;
}

.btn-dkn {
    width: 159px;
    height: 50px;
    border: 1px solid #1D4789;
    border-radius: 10px;
    background: transparent;
    margin: auto;
    display: flex;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #1D4789;
}

.cp-cty-lr-title-bc-dt.title-bc-dt-hot {
  background: #EC1A40;
}

.cp-cty-lr-title-bc-dt.title-bc-dt-heart {
  background: #09CE66;
}

.cp-cty-lr-title-bc-dt.title-bc-dt-choice {
  background: #001A44;
}

.cp-cty-da3 .cp-cty-lr-title {
  height: auto;
}

.feature-ctt-dtw {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.feature-ctt-dtw-da2 {
  align-items: flex-start;
}

.tl-cty-bg {
  background: #EFEFEF;
  padding: 80px 0;
  margin: 100px 0;
}

.tl-cty-bg-da2 {
  margin: 0;
  background: #FFFFFF;
}

.ctt-dtw-img {
  width: 31%;
}

.ctt-dtw-img img {
  margin-left: 20px;
}

.btn-tmp {
  width: 100%;
  background: #0D74FF;
  border-radius: 10px;
  border: 0;
  max-width: 237px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin-top: 20px;
  height: 54px;
}

.btn-tmp:hover {
  color: #FFFFFF;
}

h2.title-all.title-all-l {
  text-align: left;
}

h2.title-all.title-all-l::before {
  display: none;
}

.dtw-r {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.dtw-r-mb {
  display: none;
}

.text-img-dtw {
  width: 33.33%;
  padding: 3% 3%;
}

.text-img-dtw div {
  text-align: left;
}

.text-img-dtw h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #1D4789;
  margin-top: 15px;
}

.text-img-dtw span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
  color: #000000;
  display: block;
  margin-top: 12px;
}

.text-img-dtw ul {
  margin: 0;
  padding-left: 20px;
}

.text-img-dtw li {
  font-size: 14px;
}

.text-img-dtw li span {
  margin: 0;
}
.yc-tt-mtop{
    margin-top: 80px;
}
.yc-tt-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.yc-tt-img {
  width: 58%;
}

.yc-tt-img iframe {
  max-width: 100%;
  max-height: 100%;
}

.yc-tt-text {
  width: 38%;
}

.yc-tt-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  margin: 0;
  margin-bottom: 35px;
}

.yc-tt-text p.ptt-da2 {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
  margin-bottom: 10px;
}

.yc-tt-text strong.strong-tt-da2 {
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: justify;
  color: #000000;
}

.yc-tt-img-tr {
  text-align: right;
}

.yc-tt.tl-cty-bg-da2-m0 {
  margin: 0;
}

.text-img-yc-tt span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
  color: #000000;
  display: block;
}

.text-img-yc-tt h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #1D4789;
  margin-bottom: 5px;
}

.text-img-yc-tt {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.text-img-yc-tt img {
  width: 80px;
}

.text-img-yc-tt-t {
  width: calc(100% - 80px);
  padding-left: 25px;
}

.yc-tt-text .text-img-yc-tt-t p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #1D4789;
}

.yc-tt-detail-tw .text-img-yc-tt img {
  width: 45px;
}

.yc-tt-detail-tw {
  margin-top: 70px;
  margin-bottom: 100px;
}

.feature-ctt-dtw-tw {
  align-items: flex-start;
}

.feature-ctt-dtw-tw .text-img-dtw {
  width: 50%;
}

.text-img-dtw a {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #0D74FF;
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.text-img-dtw a img {
  margin-right: 8px;
}

p.p-des-title {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}

.kh-tk-row {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px rgba(89, 89, 89, 0.25);
  border-radius: 20px;
  padding: 30px 60px;
  margin-bottom: 20px;
}

.kh-tk-row h4 {
  background: #0D74FF;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
}

.kh-tk-row h4.bg-t {
  background: #FF9E0D;
}

.kh-tk-row strong {
  width: calc(100% - 40px);
  padding-left: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #1D4789;
}

.gc-tt {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.gc-tt-a span {
  background: #0D74FF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 15px;
}

.gc-tt-a span.bg-t {
  background: #FF9E0D;
}

.gc-tt-a p {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin: 0;
}

.gc-tt-a {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.gc-tt-a:last-child {
  margin-right: 0;
}

.kh-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}

.kh-col {
  width: 20%;
  padding: 15px;
}
.qt-detail .button-tvn {
    margin: auto;
    margin-top: 15px;
}
.qt-detail h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: #D80027;
  margin-bottom: 10px;
}

.qt-detail h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}

.qt-detail h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}

.qt-detail p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 30px;
}

.qt-detail {
  text-align: center;
}

.qt-detail button.btn-tv {
  max-width: 238px;
  margin: auto;
  margin-top: 40px;
}

.feature-ch-dt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}

.feature-ch-lr {
  width: 48%;
}

.feature-ch-text {
  background: #FFFFFF;
  box-shadow: 0px 3px 10px rgba(89, 89, 89, 0.25);
  border-radius: 20px;
  padding: 25px 35px;
  margin-bottom: 30px;
}

.feature-ch-text-block strong {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  padding-right: 20px;
  width: calc(100% - 34px);
  color: #000000;
}

.feature-ch-text.active .feature-ch-text-block strong {
  color: #1D4789;
  font-weight: 700;
}

.feature-ch-text-block {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.feature-ch-text-none p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin: 0;
  margin-top: 25px;
}

.feature-ch-text-none {
  display: none;
}

.feature-ch-text-none ul li {
  color: #000000;
}
.feature-hd-kd-dt .slick-track{
    padding: 20px 0;
    display: flex;
}
.feature-hd-kd-col{
    height: auto;
}
.feature-hd-kd-da3 .feature-hd-kd-col {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2) !important;
    border-radius: 20px;
    overflow: hidden;
}
.feature-hd-kd-da3 .feature-hd-kd-col .img-top img{
    border-radius: 0;
}
.feature-hd-kd-da3 .p-des{
    padding: 0 15px;
    max-width: 380px;
    margin: auto;
    margin-bottom: 20px;
}
.feature-hd-kd-col .img-top img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.date-cm p img {
  margin-right: 8px;
  width: 22px;
}

.date-cm p {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.12em;
  color: #000000;
}

.date-cm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0;
}

.date-cm span {
  margin: 0 10px;
  color: #000000;
}

.feature-hd-kd-col h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #1D4789;
  margin-bottom: 10px;
}

.feature-hd-kd-da3 .feature-hd-kd-col h4 {
      font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #1D4789;
    padding: 0 15px;
    max-width: 350px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.p-des {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 18px;
  text-align: justify;
}

.name-dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #000000;
  padding-top: 20px;
}

.name-an img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
}

.name-an {
  font-weight: 600;
  font-size: 13px;
  line-height: 30px;
  color: #000000;
}

.feature-hd-kd {
  padding: 75px 0;
}

.feature-hd-kd h2 {
  margin-bottom: 65px;
}

.name-dt a {
  background: #1D4789;
  border-radius: 8px;
  height: 50px;
  display: flex;
  align-items: center;
  width: 135px;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 30px;
  color: #FFFFFF;
}

.name-dt a img {
  margin-left: 15px;
}

.footer-kd {
  background: #F3F3F3;
  padding: 70px 0;
}

.foot-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fooot-col {
  width: 18%;
}

.fooot-col.fooot-col-logo img {
  max-width: 240px;
  margin-bottom: 35px;
  width: 100%;
}

.fooot-col.fooot-col-logo p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin: 0;
}

.fooot-col ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 30px;
  display: block;
}

.fooot-col ul li:last-child a {
  margin-bottom: 0;
}

.fooot-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fooot-col h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 30px;
}

.fooot-col a.btn-ct img {
  margin-right: 15px;
}

.fooot-col a.btn-ct {
  background: #1D4789;
  border-radius: 40px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: left;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #FFFFFF;
  width: 210px;
  padding: 0 20px;
  margin-bottom: 15px;
}

a.btn-ct.btn-ct-tw {
  background: #00B1FF;
}

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

}

@media (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}

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

@media (min-width: 1550px) {
  .container {
    max-width: 1470px;
  }
}

@media (max-width: 1500px) {
  .yc-tt-img iframe {
    max-height: 550px;
  }
}

@media (max-width: 1400px) {
  .cp-cty-ab-w3 .cp-cty-lr {
    width: calc(33.33% - 15px);
    margin: 15px 0;
  }

  .nav-header .nav-brand img {
    max-width: 200px;
  }

  .banner-l h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .list-dv {
    padding: 10px 20px;
  }

  .banner-l .list-dv li img {
    margin-right: 20px;
  }

  .banner-l li {
    font-size: 16px;
    line-height: 20px;
  }

  .banner-l {
    width: 55%;
    max-width: 588px;
  }

  .banner-r {
    width: 40%;
  }

  .banner-r .form-bn {
    padding: 30px;
  }

  h2.title-all {
    font-size: 34px;
    line-height: 42px;
  }

  .all-dk-dt img {
    width: 80px;
    height: 80px;
  }

  .all-dk-dt {
    padding: 0 10px;
  }

  .all-dk-dt p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }

}

@media (max-width: 1300px) {
  .xs-menu ul.nav-menu>li>a {
    padding: 10px 18px;
  }

  .xs-menu ul.nav-menu>li a.scrolls.scrolls-deck span {
    padding: 0 25px;
  }

  .cp-cty-ab {
    top: 300px;
  }

  .cp-cty-ab-da2 {
    top: 200px;
  }
}

@media (max-width: 1200px) {
  .kh-tk-row {
    padding: 15px 20px;
  }

  .kh-tk-row h4 {
    font-size: 20px;
    line-height: 26px;
    width: 30px;
    height: 30px;
  }

  .kh-tk-row strong {
    padding-left: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    width: calc(100% - 30px);
  }

  .all-tl-tt-row img {
    width: 70px;
    height: 70px;
  }

  .all-tl-tt-row .all-tl-tt-row-text {
    width: calc(100% - 70px);
    padding-left: 20px;
  }

  .all-tl-tt-row-text h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .all-tl-tt-row-text ul li {
    font-size: 16px;
  }

  .xs-menu ul.nav-menu>li>a {
    padding: 10px 12px;
  }

  .banner-l h1 {
    font-size: 42px;
    line-height: 52px;
    max-width: 500px;
  }

  .banner-l {
    max-width: 555px;
    width: 52%;
  }

  .banner-r {
    width: 46%;
  }

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


  .cp-cty-ab {
    display: flex;
    position: static;
    margin-bottom: 40px;
  }

  .cp-cty-ab.cp-cty-ab-mb:last-child {
    margin-bottom: 0;
  }

  .cp-cty-lr {
    width: calc(50% - 10px);
  }

  .cp-cty-mid-top {
    margin-bottom: 40px;
  }

  .cp-cty-lr-title h2 {
    font-size: 38px;
    line-height: 60px;
  }

  p.tk-des {
    padding: 0 20px;
  }

  .foot-detail {
    justify-content: flex-start;
  }

  .fooot-col {
    width: 33.33%;
    padding: 2%;
  }

  h2.title-all {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
  }

  .ctt-dtw-img {
    width: 33%;
  }

  .yc-tt-img {
    width: 48%;
  }

  .yc-tt-text {
    width: 49%;
  }

  .yc-tt-text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .text-img-yc-tt {
    margin-bottom: 15px;
  }

  .text-img-yc-tt-t {
    padding-left: 15px;
    width: calc(100% - 68px);
  }

  .text-img-yc-tt img {
    width: 68px;
  }

  .text-img-yc-tt h3 {
    font-size: 16px;
  }

  .yc-tt-detail-tw .text-img-yc-tt img {
    width: 35px;
  }

  .yc-tt-detail-tw .text-img-yc-tt-t {
    width: calc(100% - 35px);
  }

  .text-img-dtw {
    padding: 3% 2%;
  }
}

@media (max-width: 1100px) {
  .cp-cty-ab-w3 .cp-cty-lr {
    width: calc(50% - 15px);
  }

  .feature-ch-text {
    padding: 20px 15px;
  }

  .feature-ch-text-block strong {
    font-size: 18px;
    padding-right: 15px;
    width: calc(100% - 25px);
  }

  .feature-ch-text-none p {
    font-size: 16px;
    margin-top: 15px;
  }

  .feature-ch-text-block img {
    width: 25px;
  }

  .feature-ch-lr {
    width: 48.5%;
  }

  .feature-hd-kd-col {
    width: 32%;
  }

  .banner-top {
    padding: 60px 0;
  }

  .dk-cty {
    padding: 45px 0;
  }

  .cp-cty-mid {
    padding: 40px 15px;
    border-radius: 20px;
  }

  .cp-cty-mid-bot-k {
    margin-top: 45px;
  }

  .cp-cty-k-ct {
    padding: 20px 15px;
    font-size: 20px;
    line-height: 28px;
  }

  .cp-cty-k-title img {
    width: 80px;
  }

  .cp-cty-k-title {
    padding: 20px 20px;
  }

  .tl-cty-bg {
    padding: 40px 0;
    margin: 60px 0;
  }

  .tl-cty-bg-da2 {
    margin: 0;
  }

  .feature-hd-kd {
    padding: 40px 0;
  }

  .footer-kd {
    padding: 45px 0;
  }

  .fooot-col a.btn-ct {
    height: 48px;
    font-size: 20px;
    line-height: 25px;
    width: 179px;
    padding: 0 16px;
  }

  .fooot-col a.btn-ct img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }

  p.des-cp {
    font-size: 16px;
    line-height: 26px;
  }

  .cp-cty-k-title h3 {
    font-size: 33px;
    line-height: 56px;
  }

  .fooot-col.fooot-col-logo p {
    font-size: 16px;
  }

  .fooot-col h4 {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .feature-ctt-dtw {
    display: block;
  }

  .kh-row {
    margin: 0 -10px;
  }

  .kh-col {
    padding: 10px;
  }

  .yc-tt-text .tnv-tt p {
    font-size: 16px;
  }

  .button-tvn {
    height: 48px;
    width: 150px;
    font-size: 16px;
  }

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

  .nav-header .nav-brand img {
    max-width: 180px;
    width: 100%;
  }

  .banner-l {
    max-width: 100%;
    width: 100%;
  }

  .banner-r {
    width: 100%;
    margin-top: 40px;
  }

  .all-dk {
    justify-content: center;
  }

  .all-dk-dt {
    width: 33.33%;
    padding: 10px;
  }

  .cp-cty-lr {
    width: 100%;
    margin-bottom: 30px;
  }

  .cp-cty-lr-content-dt {
    max-width: 100%;
  }

  .ctt-dtw-img {
    width: 100%;
    margin-bottom: 40px;
  }

  .dtw-r {
    width: 100%;
  }


  .feature-hd-kd-col h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .ctt-dtw-img img {
    margin-left: 0;
  }

  .btn-tmp {
    height: 48px;
    max-width: 200px;
    font-size: 18px;
    line-height: 24px;
  }

  .btn-tv {
    height: 48px;
    font-size: 18px;
    line-height: 24px;
  }

  .banner-r .form-bn {
    padding: 20px;
  }

  .banner-r .form-bn input,
  .banner-r .form-bn select {
    height: 48px;
  }

  .all-dk-dt img {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 768px) {
    .tnv-tt{
        margin-top: 30px;
    }
  .cp-cty-ab-w3 .cp-cty-lr {
    width: 100%;
  }

  .dtw-r {
    width: 100%;
    display: none;
  }

  .dtw-r-mb {
    display: block;
  }

  .text-img-dtw {
    width: 100%;
    padding: 0;
  }

  .kh-col {
    width: 25%;
  }

  .kh-tk-row strong {
    font-size: 18px;
  }

  .all-tl-tt-row .all-tl-tt-row-text {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }

  .all-tl-tt-row-p {
    padding: 20px 15px;
  }

  .dk-tl-tt {
    padding: 50px 0;
  }

  .yc-tt-img iframe {
    max-height: 450px;
  }

  .cp-cty-mid-bot-k-dt {
    width: 100%;
    margin-bottom: 30px;
  }

  .cp-cty-mid-bot-k-dt:last-child {
    margin-bottom: 0;
  }

  .cp-cty-k-title {
    justify-content: center;
  }

  .fooot-col {
    width: 50%;
  }

  .text-img-dtw h3 {
    font-size: 16px;
  }

  .text-img-dtw span {
    font-size: 13px;
  }

  .yc-tt-img {
    width: 100%;
    margin-top: 30px;
  }

  .yc-tt-text {
    width: 100%;
    margin-top: 30px;
  }

  .yc-tt-detail-tw {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .feature-ch-lr {
    width: 100%;
  }

  .date-cm span {
    display: none;
  }

  .date-cm {
    margin: 10px 0;
  }

  .date-cm p {
    width: 100%;
    text-align: left;
  }

  .p-des {
    font-size: 14px;
  }
}


@media (max-width: 574px) {
  .kh-col {
    width: 33.33%;
  }

  .banner-l h1 {
    font-size: 38px;
    line-height: 48px;
    max-width: 455px;
  }

  .list-dv {
    padding: 20px 15px;
  }

  .banner-r .form-bn {
    padding: 20px 15px;
  }

  .all-dk-dt {
    width: 50%;
    padding: 10px;
  }

  .fooot-col {
    width: 100%;
  }

  .hot-l strong {
    font-size: 14px;
  }

  .feature-ctt-dtw-tw .text-img-dtw {
    width: 100%;
    padding: 3% 0;
  }

  .cp-cty-lr-content ul {
    width: 100%;
    margin-bottom: 20px;
  }

  .cp-cty-lr-content ul.ul-p0 ul {
    margin-bottom: 0;
  }
}

@media (max-width: 375px) {
  .kh-col {
    width: 50%;
  }
}
