/* ==========================================================================
   Custom CSS
   ========================================================================== */

/* thai */
@import url('https://fonts.googleapis.com/css?family=Prompt');
@font-face {
    font-family: 'Prompt', sans-serif;
}
@font-face {
    font-family: 'THSarabunNew';
    src: url('../fonts/THSarabunNew-webfont.eot');
    src: url('../fonts/THSarabunNew-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/THSarabunNew-webfont.woff') format('woff'), url('../fonts/THSarabunNew-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'THSarabunNew';
    src: url('../fonts/THSarabunNew_bolditalic-webfont.eot');
    src: url('../fonts/THSarabunNew_bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/THSarabunNew_bolditalic-webfont.woff') format('woff'), url('../fonts/THSarabunNew_bolditalic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'THSarabunNew';
    src: url('../fonts/THSarabunNew_italic-webfont.eot');
    src: url('../fonts/THSarabunNew_italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/THSarabunNew_italic-webfont.woff') format('woff'), url('../fonts/THSarabunNew_italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'THSarabunNew';
    src: url('../fonts/THSarabunNew_bold-webfont.eot');
    src: url('../fonts/THSarabunNew_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/THSarabunNew_bold-webfont.woff') format('woff'), url('../fonts/THSarabunNew_bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Prompt', sans-serif !important;
}

/*container*/
.shadow{
    padding:0;
    box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.1);
}
/* calendar */
.fc-more{
    height: 10px;
    width: 10px;
    background-color: #01d0fc;
    border-radius: 50%;
    display: inline-block;
}
/* follow btn */

.fb-btn {
    position: fixed; /* Fixed/sticky position */
    top: 200px; /* Place the button at the bottom of the page */
    right: 0px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    cursor: pointer; /* Add a mouse pointer on hover */

}
/* map */

.map{
    height:400px;

}

/*iframe{
    height: 350px !important;
    width: 100% !important;
}*/


/* nav */

.navsearch {
    width: 60px;
    margin-right: 10px;
    background-color: transparent;
    outline: 0;
    color: #01d0fc;
    border: 0;
    font-size: 1em;
    font-weight: bold;
}

.navbandmobile {
    margin-left: -3px !important;
}

.navName {
    display: inline-block !important;
    color: #ffffff;
    margin: 15px 2px;
    padding: -5px;
    font-size: 0.8em
}

.navName2 {
    display: inline-block !important;
    margin: 10px 5px;
    padding: -5px;
    font-size: 0.8em
}

@media (min-width: 320px) {
    .navName2 h6 {
        font-size: 13px;
    }
    .navNameMo2 p {
        font-size: 10px !important;
    }
}

@media (min-width: 375px) {
    .navName2 h6 {
        font-size: 13px;
    }
    .navNameMo2 p {
        font-size: 10px !important;
    }
}

.navName2-mo {
    display: inline-block !important;
    margin: 5px 5px;
    padding: -5px;
    font-size: 0.6em
}

.navNameMo {
    margin-top: -7px;
}

.font-footer {
    font-size: 15px;
}

.font-footer-address {
    font-size: 13px;
}

.navNameMo2 {
    margin-top: -7px;
    font-size: 10px;
}

.iconReadMoreSize {
    font-size: 11px;
}

.news-date-custom {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}

.navcenter {
    margin-top: 7px;
}

.navpadding {
    padding: 0px;
}

.bordernone {
    outline: none;
    border: none
}

.buttonclear {
    background-color: transparent;
}

.navsearch::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #01d0fc;
    opacity: 1;
    margin: 7px;
    font-weight: bold;
    /* Firefox */
}

.navsearch:focus {
    width: 10em;
    outline: 0;
    border: none;
    transition: width 1.5s;
    -webkit-transition: width 1.5s;
    /* Safari 3.1 to 6.0 */
}

/* card slide */

@media (min-width: 800px) {
    .mobileSlide{
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
.transbox {
    padding: 10px;
    background-color: #ffffff;
    opacity: 0.85;
}

@media (max-width: 600px) {
    .imgTitle img {
        height: 300px;
    }
}

@media (max-width: 350px) {
    .imgTitle img {
        height: 250px;
    }
}

#mixedSlider {
    position: relative;
}

#mixedSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 5%;
}

#mixedSlider .MS-content .item {
    display: inline-block;
    width: 20%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 20%;
    white-space: normal;
    padding: 0 10px;
}

@media (max-width: 991px) {
    #mixedSlider .MS-content .item {
        width: 30%;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-content .item {
        width: 60%;
    }
}

.imgTitle #mixedSlider .MS-content .item .imgTitle {
    position: relative;
}

#mixedSlider .MS-content .item .imgTitle img {
    height: auto;
    width: 100%;
    border-radius: 50%;
}

#mixedSlider .MS-content .item p {
    font-size: 16px;
    text-indent: 15px;
}

#mixedSlider .MS-content .item a {
    float: right;
    margin: 0 20px 0 0;
    font-size: 16px;
    font-style: italic;
    color: rgba(173, 0, 0, 0.82);
    font-weight: bold;
    letter-spacing: 1px;
    transition: linear 0.1s;
}

#mixedSlider .MS-content .item a:hover {
    text-shadow: 0 0 1px grey;
}

#mixedSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 95px;
    color: #01d0fc;
    transition: 0.15s linear;
}

#mixedSlider .MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 992px) {
    #mixedSlider .MS-controls button {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls button {
        font-size: 30px;
    }
}

#mixedSlider .MS-controls .MS-left {
    left: 0px;
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-left {
        left: -10px;
    }
}

#mixedSlider .MS-controls .MS-right {
    right: 0px;
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-right {
        right: -10px;
    }
}

/* backgroud */

.bg-purple-light {
    background-color: #00d7ff;
    color: white;
}

.bg-purple {
    background-color: #01d0fc;
    color: white;
}

.bg-black {
    background-color: #00d7ff;
    color: white;
}

.border-purple {
    border-color: #01d0fc !important;
}

/* Custom By Somboon */
.edu-website-header {
    background: #00d7ff !important;
}
.edu-website-header .edu-website-navbar,
.edu-website-header .edu-website-menus {
    background: none !important;
}
.edu-website-header .edu-website-menus .container {
    background: #43c7f4 !important;
}
.edu-website-calendar-header {
    width:100%;
    text-align:center;
    background:linear-gradient(0deg,#f9f9f9,#43c7f4);
}
.edu-website-footer .edu-footer-paging {
    background-color: #43c7f4 !important;
}

/* btn nav */
.cursor{
    cursor: pointer !important;
}
.nav-btn {
    background-color: #01d0fc;
    color: white;
    /* height: 80px;
    width: 80px;
    font-size: 30px; */
}

p.title {
    display: inline;
    font-size: 10px;
}

.transparent {
    background-color: transparent !important;
}

.readmore {
    bottom: 0 !important;
}

/* text */
.newsList{
    font-size: 18px;
}
.boldList{
    font-weight: 800;
}
.text-container {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-white {
    color: white !important;
}

.icon-calendar {
    font-size: 23px;
    cursor: pointer;
    color: #ff9421;
}

.icon-calendar-active {
    font-size: 23px;
    color: #ff9421;
    cursor: pointer;
}

/*  */

.hr-color {
    color: #01d0fc;
    border: 1px solid;
}

.hr-color-activity {
    color: #01d0fc;
    margin-bottom: 10px;
    margin-top: -4px;
}

.hr-bold {
    border-top: 1px solid;
}

.bold {
    font-size: 17px;
    font-weight: bold;
}

.people {
    font-weight: 500;
}

.heading-bold {
    font-weight: bold;
}

.heading-bold-table {
    width: 170px;
}

.line-content {
    color: white;
    border-left: 6px solid white;
    width: 10px;
}

/* btn color */

.btn-round {
    color: white;
    border-color: white;
    padding: 10px;
    width: 180px;
    border-radius: 23px;
    background-color: transparent;
    font-size: 15px !important;
}
.btn-round-purple {
    color: #ffffff;
    background-color: #01d0fc;
    border-color: #01d0fc ;
    padding: 10px;
    width: 180px;
    border-radius: 23px;
    font-size: 15px !important;

}

/* img */
.thumbnail-activity-cover {
    object-fit: cover;
    object-position: top;

    /* Center the image within the element */
    /* width: 100%;
    max-height: 250px; */
}

.thumbnail-activity {
    object-fit: cover;
    object-position: top;
    width: 100%;
    max-height: 250px;
}

/* icon */

.icon-btn-onbg {
    border-radius: 50px;
}

/* .row [class*='col-'] {
    background-color: #ffeeee;
    background-clip: content-box;
    min-height: 20px;
} */

/* font sarabun new */

b {
    font-weight: bold;
}

button {
    padding: 10px;
    font-size: 15px;
    /*font-weight: bold;*/
    border: 0;
}

.arrow {
    font-size: 15px;
    font-weight: bold;
    color: white !important;
}

.group-btn {
    margin-top: -25px;
}

.ul-center {
    width: 100% !important;
    text-align: center !important;
}

.headingsection {
    font-weight: bold;
    color: #01d0fc;
}

.font-purple {
    color: #01d0fc;
    font-weight: bold;
}

.headingsectionwhite {
    font-weight: bold;
    color: #fff;
}

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

.sectioncolorwhite{
    background-color: #ffffff !important;;
}
.breadcrumbcolorgrey {
    background-color: #EAEEF4 !important;
}

.sectioncolorpurple {
    background-color: #01d0fc;
}

.thsarabunnew {
    font-family: 'THSarabunNew', sans-serif;
}

/* image custom */

.circular-portrait {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
}

.circular-portrait img {
    width: 100%;
    height: auto;
}

.centered {
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
}

.carousel-inner img {
    height: 500px !important;
    width: 100% !important;
}

@media (max-width: 500px) {
    .carousel-inner img {
        height: 250px !important;
    }
    .text-slide-mobile-heading {
        font-size: 18px;
        font-weight: bold;
    }
}

/* Tabs panel */

.tabbable-panel {
    border: 1px solid #eee;
    padding: 10px;
}

/* Default mode */

.tabbable-line>.nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-line>.nav-tabs>li {
    margin-right: 2px;
}

.tabbable-line>.nav-tabs>li>a {
    border: 0;
    margin-right: 0;
    color: #737373;
}

.tabbable-line>.nav-tabs>li>a>i {
    color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
    border-bottom: 4px solid #fbcdcf;
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
    border: 0;
    background: none !important;
    color: #333333;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
    color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
    border-bottom: 4px solid #f3565d;
    position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
    border: 0;
    color: #333333;
}

.tabbable-line>.nav-tabs>li.active>a>i {
    color: #404040;
}

.tabbable-line>.tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.portlet .tabbable-line>.tab-content {
    padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below>.nav-tabs>li {
    border-top: 4px solid transparent;
}

.tabbable-line.tabs-below>.nav-tabs>li>a {
    margin-top: 0;
}

.tabbable-line.tabs-below>.nav-tabs>li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf;
}

.tabbable-line.tabs-below>.nav-tabs>li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f3565d;
}

.tabbable-line.tabs-below>.tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.calendar-custom{
    padding: 58px 12px 50px;
    background-color: #EAEEF4;
}

.card-body{
    padding: 1.25rem 0.8rem;
}

.small-card-in-card {
    padding: 12px 15px;
    border-radius: 4px;
    color: #01d0fc;
    opacity: 0.8;
    font-weight: 600;
    background-color: #f0fcff;
}

a {
    text-decoration: none !important;
}

a:hover {
    color: #52c9e2;
}

.card-title-custom {
    font-size: 18px;
    font-weight: 100!important;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-right: 2em;
}

/* custom a card : small size */
.thumbnail-pd {
    position: relative;
    width: 100%;
    height: 190px;
    overflow: hidden;
}
.thumbnail-pd img {
    position: absolute;
    left: 50%;
    top: 50%;
    /*    height: 100%;
        width: auto;*/
    transition: opacity .15s ease-in-out;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.thumbnail-pd img.portrait {
    width: 100%;
    height: auto;
}
.thumbnail-pd img:hover {
    opacity: 0.85;
}

/* custom a card : big size */
.thumbnail-pd-big {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.thumbnail-pd-big img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    transition: opacity .15s ease-in-out;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.thumbnail-pd-big img.portrait {
    width: 100%;
    height: auto;
}
.thumbnail-pd-big img:hover {
    opacity: 0.8;
}

/* card shadow */
.card-shadow {
    box-shadow: 0px 0px 5px 1px #e4e4e4;
}
.calender-icon-color{
    color: #393635
}
.color-pd{
    color: #01d0fc;
}

.card-structure-pd {
    background-color: #fffeff;
    transition: background-color 0.15s, opacity .15s ease-in-out;
}
.card-structure-pd:hover {
    background-color: #efefef;
    opacity: 0.85;
}
/* HOME Calender */
.activity-block {
    color: #2AADCA!important;
    border: 1px solid #f9f9f9;
    border-left: 4px solid #f7f7f7;
    background-color: #f5f5f5;
    border-radius: 2px;
    display: block;
    margin-bottom: 3px;
    padding: 5px 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 1s ,background-color 1s, border 1s;
}
.activity-block:hover {
    border: 1px solid #a0b9ff;
    border-left: 4px solid #a0b9ff;
}
.activity-block-today {
    color: #2AADCA!important;
    border: 1px solid #01d0fc;
    border-left: 4px solid #01d0fc;
    background-color: #fbfbfb;
    border-radius: 2px; 
    display: block; 
    margin-bottom: 3px;
    padding: 5px 0px; 
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 1s ,background-color 1s, border 1s;
}
.activity-block-today:hover {
    border: 1px solid #c69bef;
    border-left: 4px solid #a36fd4;
    background-color: #f9f3ff;
}
.nav-pd-lv1{
    padding: 7px 0px;
}
.nav-pills .nav-link {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
}
.fc td.fc-today {
    height: 22px;
    width: 22px;
    padding: 2px;
    border-style: double;
    background-color: #01d0fc!important;
    border: none !important;
    border-radius: 50%;
    color: white;
    /*border-top: 1px solid #ddd !important;*/
    font-weight: bold;
    display: inline-block;
    /* overcome neighboring borders */ 
}
.nav-menu-color-pd{
    color: #ffffff;
    transition: color 0.15s;
}
.nav-menu-color-pd:hover{
    color: #e9fbff;
}
.news-color-pd{
    color: #01d0fc;
}

/* 25/9/2561 */
.tab-cat-head{
    display: block;
    padding: 0.5rem 0.65rem;
    font-size: 16px;
    font-weight: 100;
    cursor: pointer;
}
.nav-post-again{
    color: #333333;
}
.nav-post-again-active{
    color: #01d0fc;
    background-color: transparent;
    border-bottom: 2px solid #01d0fc;
}
.basic-color{
    color: #01d0fc;
}
.basic-gray-bg {
    background-color: #EAEEF4;
}
.head-of-website{
    text-shadow: 0px 0px 3px #d2d2d2
}
.thumbnail-slide{
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    height: 100%;
}
.title{
    font-weight:bold;
    color: #01d0fc;
}
.carousel-text{
    margin: 10px auto;

}
.carousel-caption{
    color: #fff;
    font-weight: 600;
    text-shadow: 0px 0px 5px #8ca4a9;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    margin-bottom: 10px;
    /*background-color: rgb(245, 233, 255, 0.8);*/
}

/* from paiduay.css */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/* 
    Created on : Apr 19, 2018, 3:12:31 PM
    Author     : Mos
*/

.paiduay-bread {
    background-color: #ffffff;
}

.paiduay-breadcrumb-item+.paiduay-breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #01d0fc;
    content: ">";
}

a {
    color: #01d0fc;
    transition: color 0.3s;
}

i {
    color: #01d0fc;
}

a:hover {
    color: #01d0fc;
}

.a-no-under-line:hover {
    text-decoration: none;
}

.bookshop-big-subject {
    font-size: 32px;
    font-weight: 600;
    color: #01d0fc;
    text-align: center;
}

.bookshop-tiltle-subject {
    font-size: 20px;
    font-weight: 700;
    color: #01d0fc;
    text-align: center;
}

.bookshop-subject {
    font-size: 20px;
    font-weight: 600;
    color: #01d0fc;
}

.bookshop-subject-mini {
    font-size: 14px;
    font-weight: 600;
    color: #01d0fc;
}

.bookshop-subject-mini-black {
    font-size: 14px;
    font-weight: 600;
    color: #212529;
}

.bookshop-subject-mini-white {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.bookshop-sum-price {
    color: #212529;
    margin-top: 25px;
    font-size: 14px;
    font-weight: 600;
}

.book-detail-opt {
    margin-bottom: 10px;
}

.demos .owl-carousel .item-paiduay-carousel {
    height: auto;
    background: #ffffff;
    /*padding: 1rem;*/
    margin: 0;
    box-sizing: border-box;
}

.img-box-store {
    /*padding: 5px;*/
    height: 25rem;
    background-color: #e7e7e7;
}

.text-box-store {
    padding: 7px;
    height: auto;
    background-color: #ffffff;
}

.text-box-store .text-1 {
    padding-top: 15px;
    font-size: 14px;
    font-weight: 600;
}

.text-box-store .text-2 {
    padding-top: 9px;
}

.cart-zone-store {
    padding-top: 15px;
}

.owl-carousel {
    position: relative;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 35%;
}

.owl-prev {
    left: -5%;
}

.owl-next {
    right: -5%;
}

.cart-zone-store-bottom {
    margin-bottom: 40px;
}

.image-book-main {
    height: auto;
    background: #ffffff;
    margin: 0;
    box-sizing: border-box;
}

.image-book-main-detail {
    cursor: pointer;
}

.image-book-main-detail:hover {
    opacity: 0.9;
}

.image-box-detail {
    height: 29rem;
    background-color: #e7e7e7;
}

.image-box-detail-mini {
    height: 9rem;
    background-color: #e7e7e7;
}

.btn-paiday-default {
    color: #4a4a4a;
    background-color: #ffffff;
    border-color: #6c757d;
}

.btn-cmu-paiduay {
    color: #fff;
    background-color: #01d0fc;
    border-color: #01d0fc;
    transition: background-color 0.3s, border-color 0.3s;
}

.btn-cmu-paiduay:hover {
    color: #fff;
    background-color: #01d0fc;
    border-color: #01d0fc;
}

.btn-cmu-paiduay-light {
    padding: 9px 15px 5px;
    font-size: 12px;
    color: #01d0fc;
    background-color: #ffffff;
    border-color: #01d0fc;
    transition: background-color 0.3s, border-color 0.3s;
}

.btn-cmu-paiduay-light:hover {
    color: #01d0fc;
    background-color: #f8eeff;
    border-color: #01d0fc;
}

.breadcrumb {
    padding-left: 0px;
}

.paiduay-wizard {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 4px solid #01d0fc;
}

.paiduay-text-wizard {
    font-size: 14px;
    padding: 10px;
}

.paiduay-table-text-body {
    color: #212529;
}

.paiduay-table-cart {
    border-top: none !important;
    border-bottom: 2px solid #01d0fc;
}

.paiduay-table-font {
    font-size: 13px;
    border-bottom: 1px solid #01d0fc;
}

.font-white {
    color: #ffffff;
}

.font-white:hover {
    text-decoration: none;
    color: #ffffff;
}

.block-grey-cart {
    background-color: #f3f3f3;
    padding: 25px;
}

.block-black-cart {
    background-color: #373737;
    padding: 25px;
}

.block-address-cart {
    color: #8e8e8e;
    border-left: 2px solid #d8d8d8;
    padding: 0px 25px;
}

/* from owl-theme-default */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 1.5em;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #01d0fc
}
.search-color{
    color: #01d0fc;
}

/* After Myvietnam */

.transparent-black-img::after{
    display: block;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #2b2b2b 100%);
    margin-top: -250px;
    height: 250px;
    width: 100%;
    content: '';
}
.card-pd{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.card-body-pd {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25em;
    background-color: #fff;
    height: 190px;
}
.card-title-small-custom {
    font-size: 14px;
    font-weight: 100!important;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    font-weight: bold;
}
.news-date-small-custom {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.readmore-position{
    bottom: 0px;
    position: absolute;
}
.footer-list{
    color: #ffffff;
    transition: color 0.15s;
    font-size: 14px;
    font-weight: 100;
}
.footer-list:hover{
    color: #d2d2d2;
}
.footer-list-close{
    color: #7b7b7b;
    transition: color 0.15s;
    font-size: 14px;
    font-weight: 100;
}
.font-weight-300{
    font-weight: 300;
}
.carousel-indicators{
    margin-bottom: 10px;
}
.test-mos{
    color: #ffffff;
    padding: 6px 15px;
    /*height: 28px;*/
    background-image: linear-gradient(-90deg, #d7c3ea, #01d0fc);
}
.test-mos a{
    color: #ffffff;
}
.test-mos a:hover{
    color: #e6e6e6;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #01d0fc;
    border-color: #01d0fc;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #01d0fc;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.search-text-pd{
    font-size: 14px; 
    color: #01d0fc; 
    font-weight: 600;
}
.custom-card{
    background-color: #ffffff;
    transition: background-color 0.3s;
}
.custom-card:hover{
    background-color: #d7c3ea;
}
.card-landmark-pd{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.thumbnail-landmark-pd {
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
}