@import url('https://fonts.googleapis.com/css2?family=Anuphan&family=Sarabun&display=swap');

#container {
    background-color: #f2f2f2;
}

.row {
    margin: 0;
}

#main-slide img {
    object-fit: cover;
    height: auto;
}

#main-slide .carousel-indicators {
    bottom: 5px !important;
}

#main-slide .carousel-indicators li {
    height: 10px !important;
    width: 10px !important;
}

#main-slide #main-slide .carousel-indicators .active {
    background-color: #fff;
}

.our-services .container {
    padding-top: 30px;
    background-color: #fff;
}

.visible-xs .our-services p {
    line-height: 22px !important;
}

.visible-xs .our-services .row {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.button-group .container {
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #fff;
}

.button-group img {
    height: 80px;
    width: 80px;
    position: absolute;
    bottom: 45px;
    left: 30px;
}

.visible-xs .button-group img {
    height: 80px;
    width: 80px;
    position: absolute;
    bottom: 100px;
    left: 30px;
}

.button-group .btn {
    padding: 20px 15px 20px;
    height: 90px;
    width: 100%;
    margin-top: 60px;
    outline: 0;
    background-color: #087CC1;
    text-align: right;
    border-radius: 5px;
}

.visible-xs .button-group .btn {
    padding: 20px 7px 20px;
    height: 140px;
    width: 100%;
    margin-top: 60px;
    outline: 0;
    background-color: #087CC1;
    text-align: right;
    border-radius: 5px;
}

.visible-xs .button-group .btn .title {
    margin-top: 40px;
}

.visible-xs .button-group .btn .title p {
    font-size: 16px;
}

.button-group h5 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 5px;
}

.button-group p {
    color: #fff;
    font-size: 18px;
}

.button-group .btn,
.button-group .btn:active {
    border: none;
    outline: 0;
}

.about-us .container {
    padding: 0px 30px 36px 30px;
    background-color: #fff;
}

.about-us .container .card {
    padding: 36px;
    background-color: #087CC1;
}

.visible-xs .about-us .container .card {
    padding: 15px;
    background-color: #087CC1;
}

.about-us h3,
.about-us h4,
.about-us p {
    color: #fff;
}

.about-us h3 {
    font-size: 48px;
}

.about-us h4 {
    font-size: 44px;
}

.about-us p {
    font-weight: 24px;
    padding-top: 10px;
}

.fluid-width-video-wrapper {
    padding-top: 50%;
}

.online-course .container {
    padding-top: 60px;
    background-color: #fff;
}

.rcm-course .container {
    background-color: #fff;
}

.rcm-course .course {
    width: 100%;
    padding: 25px 15px 0px;
    border-radius: 5px;
}

.rcm-course .new-course {
    width: 100%;
    padding: 25px 60px 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.rcm-course .hot-course {
    width: 100%;
    padding: 25px 60px 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.rcm-course .course h2, .rcm-course .new-course h2, .rcm-course .hot-course h2 {
    font-size: 48px;
    color: #fff;
    text-align: center;
}

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

.online-course h2 {
    color: #1F2B5D;
    font-size: 48px;
}

.online-course .category-btn {
    margin-top: 30px;
}

.online-course .category-btn .sub-btn {
    padding: 10px;
    background-color: #D9D6D4;
    color: #000000;
    margin-right: 15px;
    border: none;
    border-radius: 3px;
}

.online-course .category-btn .sub-btn a {
    color: #000000;
    text-decoration: none;
    font-size: 22px;
}

.online-course .category-btn .sub-btn {
    padding: 10px;
    background-color: #D9D6D4;
    color: #000000;
    margin-right: 15px;
    border: none;
    border-radius: 3px;
}

.online-course .category-btn .sub-btn a {
    color: #000000;
    text-decoration: none;
    font-size: 22px;
}

.online-course .category-btn .activetab {
    padding: 10px;
    background-color: #FC6719;
    border: 1px solid #FC6719;
    color: #fff;
    margin-right: 15px;
    border-radius: 3px;
}

.online-course .category-btn {
    display: flex;
    justify-content: baseline;
}

.online-course .content {
    margin-top: 25px;
    width: 100%;
}

.tap-pane .active {
    opacity: 1;
    display: block;
}

.online-course .course-slide {
    margin-bottom: 55px;
}

.online-course .course-slide .slick-prev:before, .online-course .course-slide .slick-next:before{
    color: #1583c4 !important;
}

.visible-xs .course-slide .sub-btn {
    width: 100%;
    padding: 10px 20px;
    margin: 5px 0;
}

.visible-xs .course-slide .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.other-service {
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #D6DFED;
    border-top: 15px solid #fff;
}

.other-service h2 {
    color: #1F2B5D;
    font-size: 48px;
}
hr.orange-half{
    border-top: 4px solid #FC6719;
    max-width: 60%;
    margin: 0;
}

.visible-xs .orange-half{
    border-top: 4px solid #FC6719;
    max-width: 100%;
    margin: 0;
}

.modal-image {
    .close {
        background-color: #fff;
        border-radius: 50px;
        padding: 0 13px;
        position: absolute;
        right: -10px;
        top: -10px;
        opacity: 1;
        span {
            font-size: 40px;
        }
    }
}