﻿@media only screen and (min-device-width: 0px) {
    @font-face {
        font-family: 'thaisanslite_r1';
        src: url('../../fonts/thaisanslite_r1.ttf') format('truetype');
    }


   /******************************btn language***********************************/

    .btn {
        display: inline-block;
        padding: 1px 2px;
        margin-bottom: 0;
        font-size: 11px;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid #00BCB4;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        font-family: 'LotussSmartHLregular',"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    }

        .btn:focus {
            outline: thin dotted #333;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .btn:hover,
        .btn:focus {
            color: #333333;
            text-decoration: none;
            cursor: pointer;
        }

        .btn:active,
        .btn.active {
            background-image: none;
            outline: 0;
            -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        }

        .btn.disabled,
        .btn[disabled],
        fieldset[disabled] .btn {
            pointer-events: none;
            cursor: not-allowed;
            opacity: 0.65;
            filter: alpha(opacity=65);
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .btn-default {
        color: #00BCB4;
        background-color: white;
        border-color: #00BCB4;
    }

        .btn-default:hover,
        .btn-default:focus,
        .btn-default:active,
        .btn-default.active,
        .open .dropdown-toggle.btn-default {
            color: #333333;
            background-color: #ebebeb;
            border-color: #adadad;
        }

        .btn-default:active,
        .btn-default.active,
        .open .dropdown-toggle.btn-default {
            background-image: none;
        }

   /*****************************************************************************/
    .header-bar {
        background-color: #00BCB4;
        width: 100%;
        height: 4px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        margin-top: 0px;
        border-radius: 10px;
        background: -khtml-gradient(linear, left top, left bottom, from(#00B498), to(#007658));
        background: -moz-linear-gradient(top, #00B498, #007658);
        background: -ms-linear-gradient(top, #00B498, #007658);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00B498), color-stop(100%, #007658));
        background: -webkit-linear-gradient(top, #00B498, #00BCB4);
        background: -o-linear-gradient(top, #00B498, #007658);
        background: linear-gradient(top, #00B498, #007658);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B498', endColorstr='#007658', GradientType=0);
        margin-top: 3px;
    }
    /********************************button***************************************/

    .buttonb {
        background-color: white;
        color: #008F71;
        border: 1px solid #008F71;
        padding: 2% 40%;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
        cursor: pointer;
        border-radius: 7px;
        font-family: 'LotussSmartHLregular','thaisanslite_r1';
    }


        .buttonb:hover {
            background-color: #008F71;
            color: white;
            cursor: pointer;
        }

/****************************ImagePopup****************************************/
    /* Modal Content */
    .modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        width: 90%;
        max-width: 1200px;
    }

    /* The Close Button */
    .close {
        color: white;
        position: absolute;
        font-size: 6em;
        font-weight: bold;
        position: absolute;
        right: 20px;
        top: -15px;
        cursor: pointer;
    }

    .mySlides {
        display: none;

        /*background: rgba(0, 0, 0, .6);*/
        position: fixed;
        width: 85%;
        height: 100%;
        z-index: 20;
        left: 0;
        top: 0;
    }


    /* Next & previous buttons */
    .prev,
    .next {
        cursor: pointer;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -50px;
        color: #228c75;
        font-weight: bold;
        font-size: 20px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
    }

    .numbertext {
        padding: 6%;
    }

    .mySlides img {
        max-width: 400px;
        max-height: 700px;
    }
    iframe.center {
        display: block;
        margin: 0 auto;
        width: 300px;
        height: 200px;
    }

}
