/* BEGIN b-card-37 */
.b-card-37 {
    text-align: center;
    padding: 0 30px;
    margin: 20px 0;
}
.b-card-37 .b_icon {
    font-size: 35px;
    color: #f60;
    margin-bottom: 10px;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}
.b-card-37 .b_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}
.b-card-37 .b_title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: calc(50% - 25px);
    width: 50px;
    height: 1px;
    background: #000;
}
.b-card-37:hover .b_icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

/* BEGIN b-card-37 */
/* BEGIN s-slide-13 */
.s-slide-13 .slick-list::before {
    padding-bottom: calc(42% + 0.88px);
}
.s-slide-13 .slick-slide {
    position: relative;
}
.s-slide-13 .slick-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: rgba(0, 0, 0, 0.4); */
}
.s-slide-13 .slick-dots {
    width: 100%;
    position: absolute;
    bottom: 30px;
}
.s-slide-13 .slick-dots li.slick-active {
    border: 1px solid #fff;
}
.s-slide-13 .slick-dots li.slick-active button {
    background-color: #fff;
}
.s-slide-13 .slick-dots li button {
    font-size: 4px;
    margin: 5px;
    color: transparent;
    background-color: #aaa;
    border-radius: 0;
    width: 3em;
    height: 3em;
}
.s-slide-13 .s_caption {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.s-slide-13 .s_caption h3 {
    font-size: 35px;
    font-weight: bold;
}
@media screen and (max-width: 991px) {
    .s-slide-13 .s_caption h3 {
        font-size: 20px;
    }
}
.s-slide-13 .s_caption p {
    color: #eee;
    margin: 30px 0;
}
@media screen and (max-width: 991px) {
    .s-slide-13 .s_caption p {
        font-size: 13px;
        margin: 15px 0;
    }
}
.s-slide-13 .s_caption .s_button {
    color: #fff;
    font-weight: bold;
    padding: 0.715em 1.072em 0.715em 1.072em;
    background-color: #f60;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}
.s-slide-13 .s_caption .s_button:hover {
    color: #f60;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .s-slide-13 .s_caption {
        display: none;
    }
}
.s-slide-13 .s-slide-bot {
    background-color: #fff;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.s-slide-13 .s-slide-bot .b-card-37 {
    border-right: 1px solid #eee;
}

/* END s-slide-13 */
/* BEGIN s-tab-1 */
.s-tab-1 .s_menu {
    font-size: 14px;
    height: 53px;
    display: flex;
    justify-content: center;
}
.s-tab-1 .s_menu::after {
    content: '';
    display: table;
    clear: both;
}
.s-tab-1 .s_menu>li {
    float: left;
    height: 54px;
    line-height: 40px;
    border-bottom: none;
    -webkit-transition: background-color 150ms linear;
    -o-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
    background: linear-gradient(90deg, #E39D01 0%, #C37900 33%, #FFB903 62.5%, #E39D01 100%);
    cursor: pointer;
}
.s-tab-1 .s_menu>li a {
    display: block;
    padding: 0 1.429em 0 1.429em;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 20px;
    font-family: "Bai Jamjuree", sans-serif;
    padding: 10px 24px;
}
.s-tab-1 .s_menu>li:hover {
    background-color: #fff;
}
.s-tab-1 .s_menu>li.is-active {
    color: #fff;
    height: 55px;
    background: #79191c;
}
.s-tab-1 .s_content {
    border-top: 1px solid #eee;
}
.s-tab-1 .s_content>li {
    display: none;
    width: 1260px;
    margin: auto;
    padding: 60px 0;
}
.s-tab-1 .s_content>li:first-child {
    display: block;
}
@media screen and (max-width: 479px) {
    .s-tab-1 .s_menu>li a {
        padding: 0 0.715em 0 0.715em;
    }
    .s-tab-1 .s_content>li {
        padding: 10px;
    }
}
.s-process-1 .container-fluid {
    padding: 0;
    margin: 0;
    background: var(--color-main);
}

/* END s-tab-1 */
/* BEGIN b-card-21 */
.b-card-21 {
    display: block;
    margin-bottom: 20px;
    padding: 20px 25px 25px;
    position: relative;
}
.b-card-21 .b_title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 25px 0 12px 0;
    background: linear-gradient(90deg, #E39D01 0%, #C37900 33%, #FFB903 62.5%, #E39D01 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.b-card-21 .b_desc {
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.b-card-21:hover .b_title {
    color: #f60;
}
.b-card-21::after {
    color: #fff;
    position: absolute;
    font-size: 23px;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    content: '\f061';
    font-family: FontAwesome;
}
.b-card-21 .b_thumb:hover img {
    animation-name: sizingSmall;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    transform: scale(1);
}
.s_content li .col-md-3:last-child .b-card-21::after {
    display: none;
}
@keyframes sizingSmall {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}
/* END b-card-21 */
.s-why-1 {
    padding: 50px 0;
    background: url(/images/bgs/bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.s-why-1 .s-list {
    margin-top: 50px;
}
/* BEGIN b-card-3 */
.b-card-3 {
    display: block;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.b-card-3::after {
    content: '';
    display: table;
    clear: both;
}
.b-card-3 .b_icon {
    float: left;
    width: 60px;
    margin-right: 15px;
    text-align: center;
}
.b-card-3 .b_icon>i {
    color: #05a;
    font-size: 55px;
}
.b-card-3 .b_content {
    float: left;
    width: calc(100% - 85px);
}
.b-card-3 .b_title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: auto;
    margin-bottom: 2px;
    color: var(--color-main);
}
.b-card-3 .b_desc {
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* END b-card-3 */
.s-news-1 {
    padding: 50px 0;
}

.s-news-1 .item {
    margin: 0 10px;
}
.s-news-1 .slick-dots {
    width: 100%;
    position: absolute;
    bottom: -25px;
}
.s-news-1 .slick-dots li.slick-active {
    border: 1px solid #fff;
}
.s-news-1 .slick-dots li.slick-active button {
    background-color: var(--color-main);
}
.s-news-1 .slick-dots li button {
    font-size: 4px;
    margin: 5px;
    color: transparent;
    background-color: #aaa;
    border-radius: 50%;
    width: 3em;
    height: 3em;
}
.b-card-69 {
    display: flex;
    align-items: end;
    justify-content: center;
    margin-bottom: 30px;
}
.b-card-69 .b_thumb {
    width: 60px;
    position: relative;
    z-index: 1;
}
.b-card-69 .b_name {
    font-size: 16px;
    margin: auto;
    text-transform: uppercase;
    height: 44px;
    line-height: 44px;
    padding: 0px 35px 0 10px;
    display: block;
    color: #fff;
}
.b-card-69 .b_title {
    background: var(--color-main);
    border-radius: 0 35px 35px 0;
    position: relative;
}
.b-card-69 .b_title::after {
    content: '';
    position: absolute;
    border-bottom: 44px solid var(--color-main);
    border-left: 55px solid transparent;
    right: 100%;
    top: 0;
}
.b-card-69:hover .b_title {
    background: linear-gradient(90deg, #E39D01 0%, #C37900 33%, #FFB903 62.5%, #E39D01 100%);
}
.b-card-69:hover .b_title::after {
   border-bottom: 44px solid #E39D01;
}
.s-quote-1 .row {
    justify-content: center;
}
.s-quote-1 {
    padding: 50px 0;
}
.b-card-5 {
    display: block;
    margin-bottom: 28px;
}
.b-card-5 .ht-ratio--55::before {
    padding-bottom: 55%;
}
.b-card-5 .b_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}
.b-card-5 .b_overlay .icon {
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.b-card-5 .b_thumb {
    border-radius: 10px;
}
.b-card-5 .b_thumb img {
    top: 50%;
    transform:  translateY(-50%);
}
.b-card-5 .b_thumb .icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    border: solid 5px var(--color-main);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 20px;
    line-height: 38px;
    color: var(--color-main);
    background-color: #fff;
}
.b-card-5 .b_thumb .icon i {
    position: absolute;
    font-size: 20px;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.b-card-5 .b_thumb .icon {
    animation: ripple-play 1.5s linear infinite;
}
.b-card-5 .b_name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 12px;
}
.myVideo .c-modal-box {
    max-width: 1000px;
    height: 500px;
}
.myVideo .c-modal-group {
    background-color: rgba(0, 0, 0, .8);
    overflow: unset;
}
.myVideo .c_close {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1867af;
    width: 30px;
    height: 30px;
    z-index: 1000;
    border-radius: 0 10px 0 10px;
}
.myVideo .c_close:hover {
    border-radius: 0 10px 0 10px;
    background-color: #fff;
    color: #1867af;
}
.c_body iframe {
    height: 450px;
    width: 100%;
}
@keyframes ripple-play {
    0% {
        box-shadow: 0 0 0 0 rgb(175 38 24 / 25%), 0 0 0 5px rgb(175 24 24 / 25%), 0 0 0 10px rgb(175 24 24 / 25%);
    }
    100% {
        box-shadow: 0 0 0 5px rgb(175 38 24 / 25%), 0 0 0 10px rgb(175 36 24 / 25%), 0 0 0 15px rgb(175 24 24 / 25%);
    }
}
.s-video {
    padding: 50px 0;
}

.s-video .item {
    margin: 0 10px;
}
.s-video .slick-dots {
    width: 100%;
    position: absolute;
    bottom: -25px;
}
.s-video .slick-dots li.slick-active {
    border: 1px solid #fff;
}
.s-video .slick-dots li.slick-active button {
    background-color: var(--color-main);
}
.s-video .slick-dots li button {
    font-size: 4px;
    margin: 5px;
    color: transparent;
    background-color: #aaa;
    border-radius: 50%;
    width: 3em;
    height: 3em;
}
@media screen and (max-width: 992px) {
    .s-quote-1 {
        padding: 20px 0;
    }
    .s-service-2 {
        padding: 0px 0 0;
    }
    .s-tab-1 .s_content>li {
        width: 100%;
    }
    .s-tab-1 .s_menu {
        height: 38px;
    }
    .s-tab-1 .s_menu>li {
        height: 40px;
    }
    .s-tab-1 .s_menu>li a {
        font-size: 15px;
    }
}
@media screen and (max-width: 479px){
    .s_content li .col-md-3:nth-child(2n) .b-card-21::after {
        display: none;
    }
    .s-why-1 {
        padding: 16px 0;
    }
    .s-news-1 .item {
        margin: 0 6px;
    }
    .s-slide-13 .slick-dots li button {
        width: 10px;
        height: 10px;
        margin: 2px;
    }
    .s-slide-13 .slick-dots {
        bottom: 5px;
    }
    .s-slide-13 .slick-dots li {
        margin: 0 2px;
    }
}