html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
}
:root {
    --color-primary: #213f70;
    --color-secondary: #ffc90f;
    --color-third: #0092b3;
    --color-gradient-text: #213f70;
    --color-gray:  #838383;
    --color-gradient-primary: #213f70;
    --color-gradient-third: linear-gradient(30deg, rgba(253, 98, 38, 1) 0%, rgba(255, 163, 43, 1) 57%, rgba(255, 176, 48, 1) 94%);
}
.c-btn--primary {
    background: var(--color-gradient-primary);
}
.ht-ratio--60::before {
    padding-bottom: 60%;
}

/* Style chung s-header */
.hd-logo {
    line-height: 0;
}
.hd-logo-bg {
    position: absolute;
    top: 0;
    left: -89px;
    width: 156%;
    display: none;
    height: 100%;
    background: var(--color-gradient-primary);
    clip-path: polygon(0px 0px, 100% 0px, 80.57% 101.79%, 0% 100%);
    z-index: 1;
}
.hd-menu h2 {
    font-size: inherit;
    font-weight: inherit;
}

a[ht-trigger="hd-menu"] {
    display: none;
    font-size: 14px;
    line-height: 1;
    padding: 0.5em;
    text-transform: uppercase;
    border: 1px solid;
}
a[ht-trigger="hd-menu"] i:first-child {
    float: left;
}
a[ht-trigger="hd-menu"] i:last-child {
    float: right;
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
/* BEGIN s-header-17 */
.s-header-17 {
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}
.s-header-17 .container {
    display: -webkit-flex;
    display: flex;
    align-self: stretch;
}
.s-header-17 .s_left {
    position: relative;
}
.s-header-17 .s_left::before {
    content: '';
    width: 30px;
    height: calc(100% + 24px);
    background-color: #fff;
    box-shadow: 5px -2px 5px -2px rgba(0, 0, 0, 0.15);
    z-index: 1;
    position: absolute;
    top: -22px;
    right: -2px;
    -webkit-transform: rotate(33deg);
    transform: rotate(33deg);
}
.s-header-17 .hd-logo {
    display: block;
    padding-right: 80px;
    position: relative;
    z-index: 1;
}
.s-header-17 .hd-logo img {
    height: 45px;
    margin: 5px 0;
}
.s-header-17 .s_right {
    flex: auto;
}
.s-header-17 .s_top {
    color: #fff;
    padding-left: 0;
    font-weight: 400;
    font-size: 15px;
    background: var(--color-primary);
    height: 60px;
    border-bottom: 1px solid #ccc;
}
.s-header-17 .s_top::before {
    content: '';
    width: 100%;
    height: inherit;
    background-color: inherit;
    z-index: -1;
    position: absolute;
    top: -1px;
    right: 0;
    border-bottom: 1px solid #ccc;
}
.s-header-17 .s_top li {
    display: inline-block;
}
.s-header-17 .s_top li+li {
    margin-left: 5px;
}
.s-header-17 .s_top li a {
    color: inherit;
}
.s-header-17 .s_top li a:hover {
    color: #f60;
}
.s-header-17 .s_top .hd-contact i {
    color: #fff;
}
.s-header-17 .hd-contact {
    margin-left: 15px;
}
.s-header-17 .hd-contact li+li {
    margin-left: 15px;
}
.s-header-17 .hd-social {
    line-height: 0;
    text-align: right;
    margin-left: auto;
}
.s-header-17 .hd-language {
    line-height: 0;
    margin-left: auto;
    font-weight: bold;
    display: flex;
    gap: 10px;
    text-transform: uppercase;
}
.s-header-17 .hd-language a:first-child {
    position: relative;
}
.s-header-17 .hd-language a:first-child::after {
    content: '';
    height: calc(100% - 5px);
    background-color: #fff;
    width: 2px;
    position: absolute;
    top: 2px;
    right: 0;
}
.s-header-17 .hd-cta {
    padding: 6px 24px;
    background: var(--color-secondary);
    border-radius: 8px;
    color: #fff;
    margin: 10px;
    margin-left: 20px;
}
.s-header-17 .hd-menu {
    margin-left: auto;
}
.s-header-17 .hd-menu>ul>li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
.s-header-17 .hd-menu>ul>li>a {
    display: block;
    font-weight: 500;
    line-height: 60px;
    text-transform: uppercase;
    position: relative;
}
.s-header-17 .hd-menu>ul>li>a:nth-last-child(2) h2::after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 10px;
    float: right;
}
.s-header-17 .hd-menu>ul>li>ul {
    min-width: 200px;
    padding: 10px 0;
    margin-top: -2px;
    background-color: #fff;
    border-top: 3px solid #f60;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    position: fixed;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.s-header-17 .hd-menu>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.s-header-17 .hd-menu>ul>li>ul>li a {
    display: block;
    padding: 5px 30px 5px 15px;
}
.s-header-17 .hd-menu>ul>li>ul>li a::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 6px;
    position: relative;
    top: -1px;
}
.s-header-17 .hd-menu>ul>li>ul>li:hover a {
    color: #f60;
}
.s-header-17 .hd-menu>ul>li.is-active>a {
    color: var(--color-secondary);
}
.s-header-17 .hd-menu>ul>li:not(.no-hover):hover>a {
    color: var(--color-secondary);
}
.s-header-17 .hd-menu>ul>li:not(.no-hover):hover>ul {
    position: absolute;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}
.s-header-17 .hd-search {
    margin: 0 25px 0 10px;
    position: relative;
}
.s-header-17 .hd-search>i {
    font-size: 18px;
}
.s-header-17 .hd-search .box {
    width: 300px;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    z-index: 1;
    position: absolute;
    top: 36px;
    right: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.s-header-17 .hd-search .box.is-active {
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}
.s-header-17 .hd-cart {
    font-size: 18px;
    color: #f60;
    position: relative;
}
.s-header-17 .hd-cart .bage {
    font-size: 11px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    color: #f60;
    background-color: #eee;
    border: 1px solid #f60;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
}
@media screen and (max-width: 1259px) {
    .s-header-17 .hd-logo {
        padding-right: 30px;
    }
    .s-header-17 .hd-menu>ul>li {
        margin-right: 15px;
    }
}
@media screen and (max-width: 991px) {
    .s-header-17 .hd-logo img {
        height: 50px;
    }
    .s-header-17 .hd-contact, .s-header-17 .hd-social {
        display: none;
        margin-left: 0;
        margin-right: auto;
    }
    .s-header-17 .hd-language {
        margin-left: 0;
    }
    .s-header-17 .s_bot {
        padding: 7px 0;
        position: relative;
    }
    .s-header-17 .hd-menu {
        position: relative;
        /* top: -30.5px; */
        /* right: 0; */
    }
    .s-header-17 .hd-menu>a[ht-trigger="hd-menu"] {
        display: block;
        color: var(--color-primary);
        font-size: 14px;
    }
    .s-header-17 .hd-menu>ul {
        visibility: hidden;
        width: 250px;
        box-shadow: 0 5px 10px #ccc;
        background-color: #fff;
        z-index: 2;
        position: absolute;
        top: 30px;
        right: 0;
    }
    .s-header-17 .hd-menu>ul>li {
        display: block;
        margin-left: 15px;
        border-top: 1px solid #eee;
    }
    .s-header-17 .hd-menu>ul>li>a {
        line-height: 40px;
    }
    .s-header-17 .hd-menu>ul>li:not(.no-hover):hover>ul {
        min-width: 100%;
        right: 0;
    }
    .s-header-17 .hd-menu>ul.is-active {
        visibility: visible;
        -webkit-animation: slide-up 0.3s;
        -o-animation: slide-up 0.3s;
        animation: slide-up 0.3s;
    }
    .s-header-17 .hd-search {
        margin-left: auto;
        position: absolute;
        right: 75px;
    }
}
@media screen and (max-width: 991px) and (min-width: 480px) {
    .s-header-17 .hd-search .box {
        width: 230px;
        -webkit-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
        top: -10px;
        padding: 4px;
        box-shadow: none;
    }
}
@media screen and (max-width: 479px) {
    .s-header-17 .hd-logo img {
        height: 40px;
    }
    .s-header-17 .hd-search .box {
        width: 230px;
        top: 28px;
    }
}

/* END s-header-17 */
/* Style chung b-search */
[class*="b-search-"] {
    color: #666;
    font-size: 13px;
    max-width: 300px;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}
[class*="b-search-"]>input {
    width: 100%;
    color: inherit;
    font-size: 1em;
    padding: 0 5px 0 7px;
    line-height: normal;
    border: none;
    background-color: transparent;
}
[class*="b-search-"]>input::-webkit-input-placeholder {
    color: #999;
}
[class*="b-search-"]>input::-moz-placeholder {
    color: #999;
}
[class*="b-search-"]>input:-moz-placeholder {
    color: #999;
}
[class*="b-search-"]>input:-ms-input-placeholder {
    color: #999;
}
[class*="b-search-"]>input:focus {
    outline: none;
}
[class*="b-search-"]>button {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    box-shadow: none;
    line-height: 0;
}
[class*="b-search-"]>button i {
    line-height: inherit;
}

/* BEGIN b-search-1 */
.b-search-1 {
    border-radius: 3px;
}
.b-search-1>input {
    border-radius: 3px 0 0 3px;
    border: 1px solid #ddd;
    border-right: none;
}
.b-search-1>button {
    padding: 1.154em 0.77em 1.154em 0.77em;
    border-radius: 0 3px 3px 0;
}

/* END b-search-1 */
.s-about {
    padding: 40px 0 50px;
}
.s-about .s_thumb {
    position: relative;
    10px:
    relative;
    margin-top: 75px;
}
.s-about .s_thumb .thumb_1 {
    border-radius: 12px;
    width: 100%;
    position: relative;
    z-index: -1;
}
.s-about .s_thumb .thumb_2 {
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    bottom: 15px;
    right: -5px;
    z-index: 4;
    outline: 15px solid #fff;
}
.s-about .s_thumb .thumb_2 img, .s-about .s_thumb .thumb_1 img {
    border-radius: 20px;
}
.s-about .s_thumb .shape-1 {
    position: absolute;
    bottom: 40px;
    left: -75px;
}
.s-about .s_thumb .shape-2 {
    position: absolute;
    top: 130px;
    right: 8px;
}
.s-about .s_content {
    padding-left: 20px;
}
.section-sub-title {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--color-secondary);
    /* display: inline-block; */
    margin-bottom: 15px;
}
.section-sub-1-title {
        font-style: italic;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 8px;
        color: var(--color-secondary);
}
.section-title {
    font-weight: 600;
    font-size: 37px;
    letter-spacing: 0;
    color: var(--color-primary);
    line-height: 1.3;
    margin-bottom: 20px;
    font-family: 'Playfair Display';
}
.section-desc {
    width: 65%;
    margin: auto;
    color: #606060;
    margin-bottom: 50px;
}
.s-about .desc {
    width: 90%;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    line-height: 28px;
    margin-bottom: 0px;
}
.btn {
    display: inline-block;
    padding: 15px 40px;
    background: var(--color-gradient-primary);
    color: #fff;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 18px;
}
.bg-gray {
    background-color: #f6f6f9;
}
.banner-header {
    height: 400px;
    position: relative;
    background-image: url('/ipcases/pubic_html/images/bgs/bg-about.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-header .s-content {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    color: #fff;
    width: 75%;
}
.banner-header::before {
    content: '';
    width: 100%;
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(225deg, #0D517C00 0%, #0d7c28cc 75%);
}
.banner-header .s-content .title {
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 2px;
}
.banner-header .s-content .desc {
    width: 60%;
}
/* BEGIN s-breadcrumb-1 */
.s-breadcrumb-1 {
    font-size: 15px;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 14px;
}
.s-breadcrumb-1 li:not(:first-child)::before {
    content: "/";
    font-family: FontAwesome;
    font-size: 0.786em;
    margin: 0 0.637em;
    color: #fff;
}
.s-breadcrumb-1 li:first-child a>i {
    font-size: 1.429em;
}
.s-breadcrumb-1 li a {
    font-weight: bold;
}
.s-breadcrumb-1 li a:hover {
    color: var(--color-yellow);
}

/* END s-breadcrumb-1 */

.timeline {
    width: 100%;
    height: 320px;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    /* background: #0099FF; */
    overflow: auto;
    display: flex;
}
.timieline-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.timieline-title .content{
     font-size: 15px;
     font-weight: 400;
     color: var(--color-gray);
     margin-top: 6px;
}
.timeline-content {
    max-width: 280px;
    width: 280px;
    height: 120px;
    padding: 20px 10px;
    flex-shrink: 0;
    flex-grow: 0;
    align-self: flex-start;
    background: #FFF;
    position: relative;
    border-radius: 10px;
    margin-right: 10px;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    align-items: center;
    display: flex;
    justify-content: center;
}
.timeline-content:before {
    position: absolute;
    width: calc(100% + 14px);
    height: 4px;
    top: calc(100% + 10px);
    background: #FFF;
    content: "";
    left: -7px;
    border-radius: 5px;
}

.timeline-content:after {
    position: absolute;
    width: 4px;
    height: 25px;
    top: 100%;
    left: calc(50% - 10px);
    background: #FFF;
    content: "";
}
.timeline-period {
    position: absolute;
    top: calc(100% + 25px);
    color: #FFF;
    background: var(--color-secondary);
    color: var(--color-gradient-primary);
    font-weight: bold;
    padding: 10px 5px;
    font-size: 14px;
    width: 110px;
    text-align: center;
    border-radius: 10px;
    left: calc(50% - 65px);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.timeline-period:before {
    width: 15px;
    height: 15px;
    background: #FFF;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: -20px;
    left: calc(50% - 6px);
    z-index: 2;
}

.timeline-content:nth-child(even) {
    align-self: flex-end;
}
.timeline-content:nth-child(even):before {
    top: -30px;
}
.timeline-content:nth-child(even):after {
    top: -25px;
}
.timeline-content:nth-child(even) .timeline-period {
    top: -80px;
}
.timeline-content:nth-child(even) .timeline-period:before {
    top: calc(100% + 2px);
}
.timeline-img {
    width: 80px;
    margin: auto;
    margin-top: 4px;
}
.s-timline {
    padding: 75px 0;
    position: relative;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.s-timline::before {
    content: '';
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    /* background: var(--color-gradient-primary); */
}
.b-card-5 {
  display: block;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 10px 60px;
  margin-bottom: 30px;
  border-radius: 12px;
  background: #fff;
}
.b-card-5 .b_content {
    padding: 10px 20px 20px;
    position: relative;
}
.b-card-5 .b_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin: 24px 0 10px;
  -webkit-transition: 0.3s color ease-in-out;
  -o-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
  text-align: left;
}
.b-card-5 .b_title:hover {
  color: var(--color-primary);
}
.b-card-5 .b_source {
  margin-bottom: 10px;
  position: absolute;
  top: -25px;
  right: 0;
  padding: 10px 10px 10px 25px;
  border-radius: 12px 0 0 12px;
  background: var(--color-gradient-primary);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.b-card-5 .b_source li {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.b-card-5 .b_source li:first-child {
  margin-right: 20px;
  text-transform: uppercase;
}
.b-card-5 .b_source li a:hover {
  color: var(--color-primary);
}
.b-card-5 .b_desc {
  padding: 0 15px;
  font-size: 14px;
  text-align: justify;
  color: #666;
  border-left: 1px dotted #ccc;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.b-card-5 .b_thumb {
    border-radius: 12px 12px 0 0;
}
.b-card-5 .see-more {
    margin-top: 14px;
    display: inline-block;
    font-weight: bold;
    color: var(--color-primary);
}
.b-card-5 span.fa::before {
    font-family: FontAwesome;
    font-size: inherit;
    line-height: 0;
    color: var(--color-secondary);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 479px) {
  .b-card-5 .b_title {
    font-size: 15px;
  }
  .b-card-5 .b_source {
    display: none;
  }
}

/* END b-card-5 */
/* BEGIN c-animate-loopflicker */
.c-animate-loopflicker {
  -webkit-animation: loopflicker 1s infinite;
  -o-animation: loopflicker 1s infinite;
  animation: loopflicker 1s infinite;
}

@keyframes loopflicker {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.s-block .head-block{
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-bottom: 2px;
    margin-bottom: 30px;
    border-bottom: 2px solid var(--color-secondary);
}
.s-block .head-block .title-block {
        font-family: 'Playfair Display';
        font-size: 38px;
        line-height: 55px;
        color: var(--color-primary);
}
.s-block {
    padding: 50px 0;
}
/* BEGIN s-icon-2 */
.s-icon-2>a:first-child {
    opacity: 0;
    font-size: 20px;
    border: 1px solid #ccc;
    background-color: rgba(204, 204, 204, 0.5);
    z-index: 111111;
    position: fixed;
    right: 25px;
    bottom: calc(60% - 1em);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.s-icon-2>a:first-child.is-show {
    opacity: 1;
    bottom: 285px;
    width: 48px;
    height: 48px;
}
.s-icon-2>a:last-child {
    position: fixed;
    bottom: 10px;
    z-index: 111111;
    line-height: 0;
}
.s-icon-2>a:last-child span {
    font-size: 31px;
}
.s-icon-2>a:last-child span::before, .s-icon-2>a:last-child span::after {
    content: '';
    opacity: 0;
    width: calc(100% + 1.334em);
    height: calc(100% + 1.334em);
    margin: -0.666em;
    border-radius: 3px;
    background-color: #05a;
    border-radius: 15px;
    z-index: -1;
    position: absolute;
    -webkit-animation: ripple 1.5s infinite;
    animation: ripple 1.5s infinite;
}
.s-icon-2>a:last-child span::after {
    animation-delay: .3s !important;
    -webkit-animation-delay: .3s !important;
}
.s-icon-2>a:last-child span img {
    position: absolute;
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* END s-icon-2 */
/* BEGIN s-footer-5 */
.s-footer-5 .s_top {
    padding: 20px 0;
    background: linear-gradient(#fff, rgba(0, 85, 170, 0.2));
}
.s-footer-5 .s_top a[rel="nofollow"] img {
    height: 50px;
}
.s-footer-5 .c-headline-4 {
    margin: 10px 0 15px;
}
.s-footer-5 .c-headline-4::after {
    margin-top: 5px;
}
.s-footer-5 .ft-menu li {
    display: inline-block;
    width: calc((100% / 2) - 12px);
    color: inherit;
    font-size: 13px;
    margin: 0 10px 10px 0;
}
.s-footer-5 .ft-menu li.line {
    width: 100%;
    margin-right: 0;
}
.s-footer-5 .ft-menu li>h1 {
    font-size: 19px;
    font-weight: inherit;
    color: #fff;
    text-align: left;
}
.s-footer-5 .ft-menu li a {
    display: inline-block;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.s-footer-5 .c-headline-4 .c_name {
    display: block;
}
.s-footer-5 .ft-menu li a>span::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: inherit;
    color: #ccc;
    margin-right: 5px;
}
.s-footer-5 .ft-menu li a:hover {
    color: var(--color-yellow);;
}
.s-footer-5 .ft-menu li>span {
    line-height: 20px;
}
.s-footer-5 .ft-menu li>span:not(:last-child) {
    margin-right: 20px;
}
.s-footer-5 .ft-menu li>span.fa::before {
    width: 15px;
    color: #ccc;
    text-align: center;
}
.s-footer-5 .ft-menu li span::before, .s-footer-5 a:hover {
    color: var(--color-yellow)!important;
}
.s-footer-5 .ft-social {
    line-height: 0;
    margin: 18px 0 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.s-footer-5 .ft-social a {
        width: 30px;
    height: 30px;
    background: #ffff;
    border-radius: 50%;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.s-footer-5 .s_bot {
    background: var(--color-gradient-primary);
}
.s-footer-5 .ft-copyright {
    line-height: 40px;
}
.s-footer-5 .ft-phone {
    color: #fff;
    text-align: center;
    z-index: 111111;
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-footer-5 .ft-phone i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    border-radius: 50%;
    background-color: var(--color-yellow);;
}
.s-footer-5 .ft-phone span {
    margin-left: 0;
    line-height: 1;
    border: 1px solid;
    border-left: none;
    border-radius: 0 5px 5px 0;
    background-color: var(--color-yellow);;
    position: relative;
    left: -5px;
}
.s-footer-5 .ft-phone span:not(.text-hide) {
    padding: 5px;
}
.s-footer-5 .s_top {
    position: relative;
    color: #fff;
    border-bottom: 1px solid #ccc;
}
.s-footer-5 .s_top::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #39B54A;
    background: var(--color-gradient-text);
}
.s-footer-5 .ft-bct {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s-footer-5 .ft-social a {
    border-color: inherit;
    border-radius: 6px;
    font-size: 20px;
    width: 35px;
    height: 35px;
    border: none;
    background-size: cover;
    color: var(--color-primary);
    background-color: #fff;
    border: 2px solid;
}
.s-footer-5 .ft-chung-nhan {
    display: flex;
    align-items: center;
    gap: 20px;
}
.s-footer-5 .ft-chung-nhan img {
    height: 40px;
}
.s-footer-5 .ft-check ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 15px;
}
.s-footer-5 .ft-check img {
    height: 30px;
    border-radius: 3px;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}
.s-icon-2 .icon-social {
    position: fixed;
    right: 24px;
    border-radius: 12px;
    z-index: 111111;
    line-height: 0;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.s-icon-2 .icon-social .c-icon {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    /* overflow: hidden; */
}
.s-icon-2 .icon-social.map {
    bottom: 120px;
    /* background: #fff9ab; */
    border-radius: 13px;
    overflow: hidden;
}
.s-icon-2 .icon-social.whatsapp {
    bottom: 175px;
    /* background: #fff9ab; */
    border-radius: 13px;
    overflow: hidden;
}
.s-icon-2 .icon-social.phone {
    bottom: 230px;
    /* background: #fff9ab; */
    border-radius: 13px;
    overflow: hidden;
}
.s-icon-2 .icon-social.mess {
    bottom: 65px;
    border-radius: 14px;
    overflow: hidden;
}
@media screen and (min-width: 1260px) {
    .s-footer-5 .ft-phone {
        display: none;
    }
}
.s-footer-5 .ft-backtop {
    opacity: 0;
    color: #fff;
    font-size: 20px;
    border: 1px solid;
    background-color: var(--color-yellow);;
    z-index: 111111;
    position: fixed;
    right: 10px;
    bottom: calc(60% - 1em);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.s-footer-5 .ft-backtop.is-show {
    opacity: 1;
    bottom: 15px;
}
@media screen and (min-width: 768px) {
    .s-footer-5 .ft-info {
        position: relative;
        /* padding-left: 2%; */
    }
    .s-footer-5 .ft-info::before {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: rgba(255, 0, 0, 0);
        background-image: -webkit-linear-gradient(top, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));
        background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));
    }
}
@media screen and (max-width: 1259px) {
    .s-footer-5 .align-items--center {
        display: none;
    }
}
.s-footer-5  .logo {
    text-align: center;
}
.s-footer-5  .logo img {
    margin: auto;
    height: 65px;
    margin-bottom: 5px;
}
.s-footer-5  .desc {
   font-size: 13px;
   text-align: justify;
}
/* END s-footer-5 */
.text--primary {
    color: var(--color-secondary);
}
[class*="c-headline-"] i {
    color: var(--color-secondary);
}
.text--white {
    color: #fff!important;
}
/* BEGIN b-subscribe-2 */
.b-subscribe-2 {
  color: #666;
  font-size: 13px;
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  border-radius: 6px;
  overflow: hidden;
}
.b-subscribe-2 .c-form {
  width: 100%;
  color: inherit;
  font-size: 1em;
  margin-bottom: 0;
}
.b-subscribe-2 .c-form .c_input {
  height: 100%;
  padding: 0 7px;
  color: inherit;
  border: 1px solid #ddd;
  border-right: none;
  background: transparent;
}
.b-subscribe-2 .c-form .c_input:focus {
  outline: none;
  background: transparent;
}
.b-subscribe-2 .c-form .c_error > i {
  display: none;
}
.b-subscribe-2 .c-form .c_error > span {
  font-size: 0.847em;
  top: 1.924em;
  right: auto;
  left: 0;
}
.b-subscribe-2 > button {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 18px;
  padding: 21px 20px;
  border-radius: 0;
  box-shadow: none;
  line-height: 0;
}
.b-subscribe-2 > button i {
  line-height: inherit;
}

/* END b-subscribe-2 */
.c-btn--secondary {
    background: var(--color-secondary);
}
.cta-secondary {
        padding: 10px 30px;
    background: var(--color-secondary);
    border-radius: 20px;
    color: var(--color-primary);
    font-weight: bold;
    display: inline-block;
    margin-top: 25px;
}
.text-secondary{
    color: var(--color-secondary)!important;
}
.s-team {
    padding: 0 0 100px;
}
.s-team  .section-sub-title {
    display: block;
}
.s-team .section-title {
    /* width: 60%; */
    margin: auto;
    margin-bottom: 50px;
}
.ht-ratio--120::before {
    padding-bottom: 120%;
}
.b-card-99  {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.b-card-99 .b_thumb::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(3.65deg, rgb(0, 77, 110) 5.86%, rgba(0, 77, 110, 0) 82.23%);
    border-radius: 5px;
}
.b-card-99 .b_content {
    color: var(--color-primary);
    text-align: center;
    width: 100%;
    margin-top: 16px;
}
.b-card-99 .b_source {
    z-index: 2;
    position: absolute;
    top: 40px;
    right: -10px;
}
.b-card-99 .b_thumb img {
    transition: ease-in 0.5s;
}
.b-card-99:hover .b_thumb img {
    transform: scale(1.1);
}
.b-card-99 .b_source a {
    position: relative;
    font-size: 17px;
    font-weight: 400;
    display: block;
    text-align: center;
    line-height: 30px;
    height: 35px;
    width: 35px;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 5px;
    background: var(--color-gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}
.b-card-99 .b_source a img {
    height: 15px;
}
.b-card-99 .b_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
}
.b-card-99 .b_source li:nth-child(1) a {
    visibility: hidden;
    opacity: 0;
    transform: translate(0px);
    transition: 0.3s ease-in-out;
}
.b-card-99 .b_source li:nth-child(2) a{
    visibility: hidden;
    opacity: 0;
    transform: translate(0px);
    transition: 0.4s ease-in-out;
}
.b-card-99 .b_source li:nth-child(3) a {
    visibility: hidden;
    opacity: 0;
    transform: translate(0px);
    transition: 0.5s ease-in-out;
}
.b-card-99:hover .b_source li:nth-child(1) a, .b-card-99:hover .b_source li:nth-child(2) a, .b-card-99:hover .b_source li:nth-child(3) a {
    visibility: visible;
    transform: translate(-30px);
    opacity: 1;
}
.b-card-99.odd {
    margin-top: 40px;
}
.s-introduce {
    background-size: cover;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url(/ipcases/pubic_html/images/bgs/slide-1.jpg);
}
.s-list-block {
    padding-left: 40px;
}
.s-introduce .section-title {
    color: var(--color-secondary);
}
.s-introduce .section-slogan {
    font-size: 18px;
    font-style: italic;
    color: #fff;
    margin-bottom: 22px;
    font-weight: bold;
}
.s-introduce .s-info-1{
    padding-bottom: 25px;
    border-bottom: 2px solid var(--color-secondary);
}
.s-introduce .s-info-1 span{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
    display: inline-block;
}
.s-introduce .s-info-1 li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 40px;
}
.s-introduce .s-info-1 li::before{
    content: "\f1d8";
    font-family: FontAwesome;
    color: var(--color-secondary);
    font-size: 17px;
    position: absolute;
    left: 5px;
    top: 0;
}
.s-block-book {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.s-block-book.combo {
    display: none;
}
.s-block-book .b_content {
    padding-left: 12px;
}
.s-block-book .b_content p {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}
.s-block-book .b_content p::before {
    content: "\f00c";
    font-family: FontAwesome;
    color: var(--color-secondary);
    font-size: 14px;
    position: absolute;
    left: 0;
}
.s-block-book .b_name {
    font-weight: bold;
    color: var(--color-primary);
    margin: 0px 0 12px;
    font-size: 16px;
}
.s-block-book .b_btn{
        display: inline-block;
        margin-top: 8px;
        border: 1px solid #fff;
        font-weight: bold;
        background: var(--color-secondary);
        padding: 11px 25px;
        border-radius: 30px;
        font-size: 15px;
        color: var(--color-gradient-primary);
}
.s-block-book .b_price{
        margin: 10px 0 0;
        display: flex;
        gap: 18px;
        align-items: center;
}
.s-block-book .b_price .discount {
    font-size: 20px;
    color: red;
    font-weight: 600;
}
.s-block-book .b_price .market {
    text-decoration: line-through;
    color: #666;
}
.s-block-book .b_price .percent {
    font-size: 12px;
    padding: 4px;
    background: #eaeaea;
    border-radius: 9px;
}
.s-introduce .desc {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    margin-bottom: 0px;
}
.s-introduce .s_thumb {
    text-align: center;
    position: relative;
}
.s-introduce .s_thumb img {
    position: relative;
    z-index: 2;
}
.list-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
    gap: 20px;
}
.b-card-1 {
    position: relative;
    padding: 10px;
    background: #fff;
    width: calc(100% / 3);
    display: flex;
    gap: 22px;
    color: var(--color-gradient-text);
    font-size: 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    align-items: center;
    cursor: pointer;
    transition: ease-in-out .4s
}
.b-card-1 .name {
    margin-top: 12px;
    font-size: 19px;
    font-weight: bold;
}
.b-card-1 .b_stt {
    position: absolute;
    top: -16px;
    right: 18px;
    width: 40px;
    height: 40px;
    background: var(--color-secondary);
    color: var(--color-primary);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    transition: ease-in-out 0.4s
}
.b-card-1 .desc {
    font-size: 14px;
    color: #3e3e3e;
    margin-top: 5px;
    font-weight: 500;
    padding-right: 14px;
}
.b-card-1 img {
    height: 55px;
    min-width: 55px;
}
.b-card-1:last-child {
    border-right: none;
}
.b-card-1 .cta {
    display: inline-block;
    margin-top: 8px;
    border: 1px solid #fff;
    color: var(--color-primary);
    font-weight: bold;
    padding: 5px 25px;
    border-radius: 30px;
    font-size: 14px;
    background: var(--color-secondary);
    transition: ease-in-out .4s;
}
.b-card-1:hover .b_stt {
    background: var(--color-gradient-primary);
    color: #fff;
    outline: 1px solid #fff;
}
.b-card-1:hover {
    background: var(--color-secondary);
}
.b-card-1:hover .cta{
    background: var(--color-primary);
    color: var(--color-secondary);
}
.s-pt {
    height: 120px;
    width: 100%;
}
.b-card-19{
    display: flex;
    margin-bottom: 20px;
    color: #fff;
}
.b-card-19 .b_icon {
    min-width: 25px;
    height: 25px;
    margin-right: 18px;
}
.b-card-19 .b_icon img {
    width: 25px;
}
.b-card-19 .name {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.125em;
    margin-bottom: 7px;
}
.b-card-19 .b_content{
    float: left;
}
.b-card-19 .b_desc {
    line-height: 26px;
    font-weight: inherit;
}

/* BEGIN p-contact-1 */
.c-form-border .c_input {
    padding: 19px 20px;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    border: 1px solid #ccc;
    border-radius: 11px;
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.c-form-border .c_input:focus {
    outline: none;
    border-color: var(--color-main);
}
.c-form-border::placeholder {
    color: #666;
}
.c-form-border label {
    margin-bottom: 5px;
    display: inline-block;
}
.c-form .c_error, .c-form-border .c_error {
    top: 70%;
}
.p-contact-1 {
    background: #fff;
    padding: 30px;
    /* padding-top: 40px; */
    /* padding-bottom: 30px; */
    border-top: 3px solid var(--color-primary);
}
.p-contact-1 .p_contact {
    position: relative;
    background: #f3faff;
    padding: 40px;
}
.p-contact-1 .p_contact>ul {
    /* margin: 0 1.25%; */
}
.p-contact-1 .p_contact>ul h1 {
    font-size: 20px;
    margin: 10px 0 5px;
    text-transform: uppercase;
}
.p-contact-1 .p_contact>ul span.fa {
    margin-bottom: 7px;
    line-height: 1.42857143;
    font-weight: inherit;
}
.p-contact-1 .p_contact>ul span.fa:not(:last-child) {
    margin-right: 20px;
}
.p-contact-1 .p_contact>ul span.fa::before {
    width: 15px;
    text-align: center;
}
.p-contact-1 .p_contact>ul iframe {
    width: 100% !important;
    height: 225px !important;
    margin-top: 25px;
}
.p-contact-1 .p_contact>form {
    width: 30%;
    margin: 0 1.25%;
}
.p-contact-1 .heading-form {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 10px;
    color: var(--color-gradient-primary);
}
.list-pricing {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media screen and (min-width: 992px) {
    #s-form-3 .c-modal-box {
        min-width: 900px;
        width: 900px;
    }
}


.btn-glb {
    position: relative;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 35px;
    display: inline-block;
    cursor: pointer;
    border-radius: 6em;
    transition: all 0.2s;
    border: none;
    font-family: inherit;
    font-weight: 600;
    color: var(--color-primary);
    background-color: var(--color-secondary);
}

.btn-glb:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-glb:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-glb::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s;
}

.btn-glb::after {
    background-color: var(--color-secondary);
}

.btn-glb:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}
@media (min-width: 993px) and (max-width: 1256px) {
    .s-header-17 .container {
        width: 100%;
        margin: auto;
    }
}
@media screen and (max-width: 992px) {
    .s-header-17 .hd-contact li+li {
        display: none;
    }
}
@media screen and (max-width: 479px) {
    .s-footer-5 .ft-chung-nhan {
        justify-content: center;
    }
    .s-icon-2 .icon-social, .s-icon-2>a:first-child {
        right: 10px;
    }
    .s-header-17 .hd-cta {
        padding: 6px 10px;
        margin-left: auto;
        margin-right: 0;
    }
    .s-header-17 .hd-language {
        margin-left: 16px;
    }
    .section-title {
        font-size: 30px;
    }
    .s-introduce {
        padding: 40px 0;
    }
    .s-list-block {
        padding-left: 0;
        margin-top: 20px;
    }
    .s-list-block .b_thumb{
        text-align: center;
        margin-bottom: 15px;
    }
    .s-block-book .b_btn {
        display: block;
        margin: auto;
        max-width: 185px;
        margin-top: 15px;
        text-align: center;
        position: relative;
        left: -30%;
    }
    .section-sub-1-title {
        font-size: 15px;
    }
    .s-ceo .desc .title-2 {
        display: none;
    }
    .section-desc {
        width: 100%;
    }
    .s-tab-6 .s_filter {
        display: -webkit-box;
        display: -ms-flexbox;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .b-card-5 .b_content {
        padding: 10px 9px 19px;
    }
    .b-card-5 .b_title {
        font-size: 15px;
        margin: 10px 0 7px;
    }
    .s-footer-5 .ft-menu li>h1 {
        font-size: 15px;
    }
    .s-footer-5 .align-items--center {
        display: block;
        font-size: 13px;
        text-align: center;
    }
    .s-footer-5 .ft-copyright {
        font-size: 9px;
    }
    .list-pricing {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }
    .list-pricing .c-checkbox{
        width: 45%;
    }
    .p-contact-1 .p_thumb img {
        display: none;
    }
    .section-sub-title {
        font-size: 15px;
    }
    .b-card-1 .cta {
        display: inline-block;
        margin-top: 10px;
        margin-left: 14%;
    }
}
@media screen and (max-width: 380px) {
    .s-header-17 .hd-contact {
        display: none;
    }
}
.c-modal .c_close {
    color: var(--color-gradient-primary)!important;
}