/********************* GLOBAL **********************/
.hidden{ display:none; }
.status-span{
    font-weight: 600;
    border-radius:15px;
    padding:3px 14px;
    font-size:14px;
    color:#ffffff;
}
.hover-opacity:hover{ background:#f9c8c8!important; }
.top-icon-default{
    width:35px;height:35px;
    border-radius: 50%;
    padding-top:7.5px;
    font-size: 0.85em;
    font-weight:bold;
    color: black;
    text-align: center;
    background: #f7a5a0;
}
.svg-trigger path {
    stroke: #ffe9e9;
}
.text-right{ text-align: right; }

/* ----------- selection ----------- */
::selection {
    background: #212529ad;
    color: white;
}
::-moz-selection {
    background: #212529ad;;
    color: white;
}
::-webkit-selection {
    background: #212529ad;;
    color: white;
}
::-o-selection {
    background: #212529ad;;
}
::-ms-selection {
    background: #212529ad;;
    color: white;
}
/* ----------- ./selection ----------- */

/* ----------- button ----------- */
.cancel-btn{
    border:none;
    background:#f44336;
    color:#FFFFFF;
    font-weight:400;
    font-size:14px;
    padding:7px 14px;
}
.cancel-btn:hover{
    opacity: 0.7;
}
.link_btn{
    border:2px solid #FFFFFF;
    background:#7e342f;
    font-weight: 400;
}
.link_btn:hover{
    background:#ae6762;
}
/* ----------- ./button ----------- */

/* ----------- font ----------- */
.font-lg{
    text-align: left;
    font: normal normal bold 28px/34px Lato;
    letter-spacing: 1.4px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}
.font-md {
    text-align: left;
    font: normal normal normal 18px/22px Lato;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1.0;
}
.font-md-opacity{
    text-align: left;
    font: normal normal normal 18px/22px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.7;
}
/* ----------- ./font ----------- */

/* ----------- modal ----------- */
.modal-label{
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 3.6px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    text-align: left;
    font-weight:400;
}
.modal-input::placeholder {color: #FFFFFF; opacity: 1; }/* Chrome, Firefox, Opera, Safari 10.1+ */
.modal-input:-ms-input-placeholder {  color: #FFFFFF; }/* Internet Explorer 10-11 */
.modal-input::-ms-input-placeholder {  color: #FFFFFF; }/* Microsoft Edge */
.modal-input{
    width:100%;
    height:40px;
    border:0;
    border-bottom: 1px solid white;
    background-color: #ffffff00;
    padding-left: 10px;
    padding-bottom:10px;
    color: #FFFFFF;
    font-size:1.0em;
    letter-spacing: 2.0px;
}
.modal-tab-box{
    padding-top:15px;
    padding-bottom:15px;
    border-bottom:1px solid white;
    padding-left:50px;
}
/* ----------- ./modal ----------- */

/* --------- header --------- */
.arrow {
    border: solid #FFFFFF;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.up{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.menu-link > div:hover ,.dropbtn > span:hover{
    color:#f7a59f!important;
}
.menu-item a:hover{
    color:#FFFFFF!important;
}
.dropdown{
    text-align: center;
}
li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9EA;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    color: #680101;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom:1px solid #FFFFFF00;
    font-size:14px;
}
.dropdown-content a:hover {background-color: #f7a59f;}
.dropdown:hover .dropdown-content { display: block; }
@media only screen and (max-width: 600px){
    .header-row{
        display:flex;
    }
    #logo{
        width:100px;
        float: left;
        /* border-bottom:1px solid #FFFFFF80;
        margin-bottom: 10px; */
    }
    .header-misc {
        /* width:70%;
        float:right; */
        text-align:right;
        margin-left: 0px;
    }
    .header-misc div{
        float:center;
    }
    /* #primary-menu-trigger{
        width:10%;
        float:right;
    } */
    .primary-menu{
        float:left;
        width:100%;
        background: #ffffff17;
    }
    .menu-item:not(:first-child) {
        border-top: 1px solid #fff6;
    }
    .dropdown:hover .dropdown-content {
        width: 100%;
    }
}
/* --------- ./header --------- */

/* --------- footer --------- */
.footer-link:hover img{ opacity:0.8; }
.footer-link img{ padding-right:25px; }
/* --------- ./footer --------- */

/* --------- cart ---------*/
#tabs-cart{
    overflow-x: hidden;
    overflow-y: scroll;
    max-height:600px;
}
#global_cart_div *::-webkit-scrollbar {
    width: 10px;
}
#global_cart_div *::-webkit-scrollbar-track {
    border-radius: 5px;
}
#global_cart_div *::-webkit-scrollbar-thumb {
    background:#b04d47;
    border-radius: 5px;
}
.cart-header{
    padding-bottom:15px;
}
.cart-body{
    padding-bottom:15px;
}
.cart-total-div{
    z-index: 3;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100%;
    justify-content: center;
    flex-flow: column;
}
.cart-total-title-div{ display:none; }
@media only screen and (max-width: 800px) {
    .cart-header{
        display:none;
    }
    .cart-quantity-div{
        /*width:100%;*/
        /*text-align: center;*/
        padding-top:10px;
        padding-bottom:25px;
        /*margin: 0 auto;*/
    }
    .cart-price-div{
        padding-bottom:10px;
        text-align: right;
    }
    .cart-remove-div{
        display:none;
    }
    .cart-total-div{
        position: relative;
        display: -ms-flexbox;
        display: block;
        width: 100%;
        min-height: 100%;
        justify-content: center;
        flex-flow: column;
        font-size:24px;
        vertical-align: auto;
    }
    .cart-total-title-div{
        display:block;
        float:left;
        text-align: left;
        font-size:14px;
        padding-top:10px;
    }
    .cart-total-value-div{
        float:right;
        text-align: right;
    }
}
/* --------- ./cart ---------*/

/* ---------- tab ----------*/
.tab {
    width: 100%;
    margin-left: 0;
}
.tab a{
    font-size:1.6em;
    text-align:center;
    border-bottom:2px solid #ffffff;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0.5;
    width:50%;
}
.tab a:hover{
    opacity: 0.8;
    color:#ffffff;
}
.tab a.active {
    opacity: 1.0;
    padding-bottom:2px;
    border-bottom:4px solid #ffffff;
}
.tabcontent{
    display:none;
}
@media only screen and (max-width: 800px){
    .tab a{ font-size:16px!important;}
}
/* ---------- ./tab ----------*/

/* ---------- data box ----------*/
.darkred-box{
    border-radius: 20px;
}
.data-box-1{
    padding:25px 32px 25px 32px;
    height:140px;
}
.data-box-2{
    padding:20px 26px 20px 26px;
    height:140px;
}
.data-box-3{
    padding:35px 40px 35px 40px;
    height:140px;
}
.data-box-title{
    font-family: 'Lato', sans-serif;
    font-size:18px;
    text-align:left;
    font-weight:400;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    opacity: 0.73;
}
.data-box-currency{
    font-family: 'Lato', sans-serif;
    font-size:20px;
    text-align:left;
    font-weight:bold;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}
.data-box-value{
    font-family: 'Lato', sans-serif;
    font-size:26px;
    text-align:left;
    font-weight:bold;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #FFFFFF;
    opacity: 1;
}
.data-box-bar{
    width:100%;
    background-color:#ffffff73;
    border-radius:5px;
}
.data-box-bar-filled{
    height:10px;
    background-color:#fff;
    border-radius:5px;
}
.data-box-bar-value {
    font-size:0.75em;
}
.data-box-table th, .data-box-table td{
    padding:20px 32px 20px 32px;
    letter-spacing: 0.9px;
    font-size:18px;
}
@media only screen and (max-width: 800px){
    .data-box-1{ padding: 10px 15px;height:90px; }
    .data-box-title{ font-size:11px; }
    .data-box-value{ font-size:16px; }
}
/* ---------- ./data box ----------*/

/* --------- loader --------- */
#overlay{
    position:fixed;
    z-index:9999;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:rgba(0,0,0,0.3);
    transition: 1s 0.4s;
}
.loader {
    position: fixed;
    top: 40%;
    left: 35%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #680001;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
@media only screen and (min-width: 800px) {
    .loader { top: 40%; left: 45%;  }
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* --------- end of loader --------- */

/* --------- badges ---------*/
.badge-secondary{ color: #4f5d73; background-color: #ced2d8; }
.badge-warning{ background: #f9b115;color:#474747; }
.badge-info{ background: #39f; }
.badge-success{ background: #2eb85c; }
.badge-danger{ background: #e55353; }
/* --------- ./badges ---------*/

/* --------- tooltip- -------- */
.icon-cover{
    padding:2px;
    padding-left:10px;
    padding-top:0px;
    background: #212529;
    width:25px;
    height:25px;
    border-radius: 25px;
}
.tips-box{
    top:30px;
    right:0;
    background: #212529f9;
    color: #fff;
    min-width:350px;
    min-height:200px;
    border-radius: 6px;
    padding:10px 25px;
    z-index:9999;
    position: absolute;
    font-family: arial;
    visibility: hidden;
}
.icon-cover i{
    text-align: center;
    font-size:12px;
}
.icon-cover:hover{ background: #666; }
.icon-cover:hover .tips-box{ visibility: visible!important; }
.icon-cover p { font-size:14px; }
/* --------- ./tooltip- -------- */

/* --------- media css --------- */
.ck-content .media {
    clear: both;
    margin: 1em 0;
    display: block;
    min-width: 15em;
}
.vid_wrapper{
    display: block;
    margin: 0 auto;
    position: relative;
    padding-bottom: 100%;
    height: 0;
    padding-bottom: 56.2493%;
}
.vid_iframe{
    position:absolute;
    width:100%;
    height:100%;
    top: 0;
    left: 0;
}
/* --------- end of media css --------- */

/* --------- product listing ---------*/
.product-listing-row{
    min-height:300px;
    margin:50px;
}
.red-box:hover{ background:rgb(231 143 137 / 40%)!important; }
.entry-image{
    aspect-ratio: 1/1!important;
    max-height:500px;
    max-width: 500px;
}
@media only screen and (max-width: 800px){
    .product-listing-row{ margin:10px; }
}
.cart_div > input[type="radio"]:checked+label{ background:#7e342f; }
.cart_div label{ margin-right:10px; }
/* --------- ./product listing ---------*/

/* --------- ./product detail ---------*/
.content-title{
    color: #FFFFFF;
    font-size:28px;
    padding-bottom:10px;
}
.content-title-bottom{
    border-bottom: 4px solid #FFFFFF;
    width:30px;
    padding-top:15px;
}
.btn-common{
    background: #FFFFFF;
    color:#680001;
    width:210px;
    height:50px;
    text-align: center;
    border:none;
    font-size:20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    padding-top:10px;
}
.product-box{
    width:100%;
    height:auto;
    background:rgba(126, 52, 47, 1);
    box-shadow: 0px 3px 6px #00000029;
    padding:0;
}
.product-box-img{
    background:grey;
    width:100%;
    height:auto;
    max-height:500px;
}
.product-box-title{
    text-align: left;
    font: normal normal bold 24px/29px Lato;
    letter-spacing: 4.8px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.product-box-desc{
    text-align: left;
    font: normal normal normal 18px/36px Lato;
    letter-spacing: 1px;
    color: #FFFFFF;
    opacity: 0.9;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.product-box-value{
    text-align: left;
    font: normal normal bold 28px/34px Lato;
    letter-spacing: 1.4px;
    color: #FFFFFF;
    text-transform: uppercase;
}
/* --------- ./product detail ---------*/

/* --------- product category --------- */
.category-div{
    text-align: center;
}
.category-img{
    width:96px;
    height:96px;
}
.category-name{
    font-size:19px;
    color:#FFFFFF;
    letter-spacing: 0.95px;
    opacity: 1;
    font-weight:400;
}
.category-button:hover{ opacity: 0.8; }
/* --------- ./product category --------- */

/* --------- top link for member --------- */
.menu-link-sub:hover{
    color:#ffffff;
    opacity: 0.8;
}
@media only screen and (max-width: 600px){
    #top-link-div{ display: none; }
}
@media only screen and (max-width: 1000px){
    #top-link-div{ border-radius:0; }
}
/* --------- ./top link for member --------- */

/* ---------- product detail ------------ */
.product-img{
    width:100%;
    height:auto;
}
/* ---------- ./product detail ------------ */

/* ---- add to cart ----*/
.remove-btn{
    background: #FFFFFF;
    border:0;
    border-radius: 0;
    opacity: 1;
    padding:5px 20px 5px 20px;
    font-size:14px;
    text-align: center;
    letter-spacing: 0.7px;
    color: #680001;
    text-transform: uppercase;
    font-weight:600;
}
/* add-on product checkbox */
.add-on-label{
    width:100%;
    border:1px solid #FFFFFF69;
    border-bottom: none;
    color:#FFFFFF;
}
.add-on-product-btn{
    padding:10px;
    width:100%;
    color:#5a1915;
    border:none;
}
.add-on-product-btn:hover{
    background:#f4cac7;
}
/* ./add-on product checkbox */
.transparent-button:hover{
    background: #ff7b7b7d;
}
.nextbtn-div{
    background:#FFFFFF;
    max-width:450px;
    padding: 20px;
    height: 60px;
}
.nextbtn-div:hover{
    background: #fdb9b9;
}
.top-up-link:hover{
    color:#f4cac7!important;
}
/* select option */
.modal-selection option{
    background: rgba(126, 52, 47, 1);
    color: #FFFFFF;
}
.order-items-table{
    width:100%;
}
.order-items-table td{
    text-align: left;
    font: normal normal normal 18px/22px Lato;
    letter-spacing: 1px;
    color: #FFFFFF;
    opacity: 1;
    padding:15px 15px 15px 15px;
    text-transform: uppercase;
}
.order-items-table img{
    width:125px;
    height:125px;
}
.box-font{
    color: #FFFFFF;
    font-size:20px;
    text-align:left;
    text-transform: uppercase;
    margin-bottom:10px;
    letter-spacing: 1.2px;
}
.box-input-font{
    color: #FFFFFF;
    font-size:24px;
    text-align:left;
    margin-bottom:10px;
    letter-spacing: 1.2px;
}

.box-label{
    color: #FFFFFF;
    font-size:15px;
    opacity: 0.73;
    letter-spacing: 3px;
    text-align: left;
    text-transform: uppercase;
}
.box-title-bottom{
    border-bottom: 4px solid #FFFFFF;
    width:30px;
    padding-top:15px;
}
.icon-default{
    width:125px;height:125px;
    border-radius: 50%;
    padding-top:7.5px;
    font-size: 4em;
    font-weight:bold;
    color: black;
    text-align: center;
    background: #f7a5a0
}
.box-button{
    background: #FFFFFF;
    color:#680001;
    text-align: center;
    border:none;
    font-size:15px;
    letter-spacing: 2px;
    font-weight: 600;
    padding:8px 20px 8px 20px;
    text-transform: uppercase;
}
.box-button:hover{
    background:#f4cac7;
}
.box-input-container{
    margin-top:15px;
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}
.icon {
    padding: 10px;
    background: #680001;
    color: white;
    min-width: 50px;
    text-align: center;
    border-radius: 0px 3px 3px 0px;
}
.box-input{
    border-radius: 3px 0px 0px 3px;
    border:none;
    height:40px;
    width:100%;
    color:black;
    padding:15px;
    outline: none;
}
.border-top-white{
    border-top:1px solid white;
}
.modal-label{
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 3.6px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    text-align: left;
    font-weight:400;
}
.modal-input::placeholder {color: #FFFFFF; opacity: 1; }/* Chrome, Firefox, Opera, Safari 10.1+ */
.modal-input:-ms-input-placeholder {  color: #FFFFFF; }/* Internet Explorer 10-11 */
.modal-input::-ms-input-placeholder {  color: #FFFFFF; }/* Microsoft Edge */
.modal-input{
    width:100%;
    height:40px;
    border:0;
    border-bottom: 1px solid white;
    background-color: #ffffff00;
    padding-left: 10px;
    padding-bottom:10px;
    color: #FFFFFF;
    font-size:1.1em;
    letter-spacing: 2.0px;
}
.modal-tab-box{
    padding-top:15px;
    padding-bottom:15px;
    border-bottom:1px solid white;
    padding-left:50px;
}

/* modal currency input */
.modal-input-div input[type="radio"] {
    display: none;
}
.modal-input-div label{
    width:100%;
    height:auto;
    padding:0px 35px 0px 35px;
}
.modal-input-div label span{
    text-align: left;
    color: #FFFFFF;
    font: normal normal normal 20px/50px Lato;
    padding-bottom:10px;
    padding-top:10px;
    font-weight:100;
    text-transform: capitalize;
}
.modal-input-div .label:hover{ background:#B55D57; }
.modal-input-div input[type="radio"]:checked + label {
    background:#B55D57;
}
form i {
    margin-left: -30px;
    cursor: pointer;
}
/* ---- ./add to cart ----*/

/* -------------- form --------------- */
form-group{
    margin-top:20px;
}
.register-form label{
    color: #FFFFFF;
    font-size:1.1em;
    font-weight:400;
}
.register-form .register-input {
    text-align: center;
    width:400px;
    height:40px;
    border:0;
    border-bottom: 1px solid white;
    padding-bottom:10px;
    color: #FFFFFF;
    background-color: #ffffff00;
    font-size:1.0em;
    letter-spacing: 2.5px;
}
.register-form .register-input::placeholder {color: #FFFFFF; opacity: 1; }/* Chrome, Firefox, Opera, Safari 10.1+ */
.register-form .register-input:-ms-input-placeholder {  color: #FFFFFF; }/* Internet Explorer 10-11 */
.register-form .register-input::-ms-input-placeholder {  color: #FFFFFF; }/* Microsoft Edge */
.register-form .register-title{
    color: #FFFFFF;
    font-size:1.6em;
    padding-bottom:10px;
}
.register-form .register-title-bottom{
    border-bottom: 4px solid #FFFFFF;
    width:30px;
    padding-top:15px;
}
.register-form .register-button{
    background: #FFFFFF;
    color:#680001;
    width:300px;
    height:80px;
    text-align: center;
    border:none;
    font-size:1.3em;
    letter-spacing: 2px;
    font-weight: 600;
}
.register-button:hover{
    background: #f4cac7;
}

form label{
    color: #FFFFFF;
    font-size:1.1em;
    font-weight:400;
}
form .input {
    width:100%;
    height:40px;
    border:0;
    border-bottom: 1px solid white;
    padding-bottom:10px;
    color: #FFFFFF;
    background-color: #ffffff00;
    font-size:1.0em;
    letter-spacing: 2.5px;
}
form .input::placeholder {color: #FFFFFF; opacity: 1; }/* Chrome, Firefox, Opera, Safari 10.1+ */
form .input:-ms-input-placeholder {  color: #FFFFFF; }/* Internet Explorer 10-11 */
form .input::-ms-input-placeholder {  color: #FFFFFF; }/* Microsoft Edge */
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
/* drop zone */
.dropzone{
    border:none;
    border-radius:10px;
}
.dropzone span, .dz-remove{
    color:#680001;
    font-weight:400;
}
/* -------------- ./form --------------- */

/* ------------ right long box (order,topup) ------------ */
.lightred-box{
    background: #B55D5760 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #00000029;
    width:100%;
    height:100%;
}
.order-items-table td{
    text-align: left;
    font: normal normal normal 18px/22px Lato;
    letter-spacing: 1px;
    color: #FFFFFF;
    opacity: 1;
    padding:15px 15px 15px 15px;
    text-transform: uppercase;
}
.order-items-table img{
    width:125px;
    height:125px;
}
.lightred-box .right-long-div{
    min-height:650px;
}
@media only screen and (max-width: 800px){
    .lightred-box .right-long-div{
        min-height:350px;
    }
}
/* ------------ ./right long box ------------ */

/* ------------ select payment gateway div  ------------ */
/* radio css */
.payment-method-div .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    text-align: left;
    font: normal normal bold 16px/24px Lato;
    letter-spacing: 1px;
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default radio button */
.payment-method-div .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
.payment-method-div .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.payment-method-div .container:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.payment-method-div .container input:checked ~ .checkmark {
    background-color: #f7a5a0;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.payment-method-div .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.payment-method-div .container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.payment-method-div .container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
/* ------------ ./select payment gateway div  ------------ */

/* ------------ academic,news  ------------ */
iframe{
    width:auto!important;
    height:auto!important;
    min-height:100%!important;
    min-width:100%!important;
}
.box-thumb {
    width: 100%;
    height: auto;
    border-radius:20px 20px 0 0;
}
.box-content{
    padding:20px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    max-height: 360px;
}
.box-url:hover {
    color:#ffffff!important;
}
.academy-icon{
    padding-bottom:5px;
    width:25px;
}
.academy-header{
    text-align: left;
    font: normal normal normal 15px/18px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.academy-title{
    text-align: left;
    font: normal normal bold 20px/24px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.academy-content{
    height:100%;
    /*min-height: 450px;*/
}
.academy-content p{
    text-align: left;
    font: normal normal normal 14px/20px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* ------------ ./academic,news  ------------ */

/* ------------ .order detail  ------------ */
.order-title{
    text-align: left;
    font: normal normal bold 24px/28px Lato;
    letter-spacing: 1.4px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}
/* order tracking log box */
.tracking-box > .row{
    width:100%;
}
.tracking-box > .row > *{
    width:auto!important;
}
.tracking-box .tracking-div{
    min-width:180px;
    border:1px solid #c5cad1;
    padding:7px 14px;
    background: #FFFFFF00;
    box-shadow: 0 2px 2px 0 #eeeeee40;
    border-radius: 10px;
    box-shadow: 0px 16px 15px -10px rgba(105, 96, 215, 0.0944602);
    margin-top: 20px;
    margin-bottom: 15px;
}
.tracking-box .tracking-lines {
    margin-left: 20px;
    margin-top: 40px;
    float:left;
    width:30px;
    padding-top:15px;
}
.tracking-box .tracking-type{
    font-weight:600;
    font-size:14px;
    padding-bottom:3px;
}
.tracking-box .tracking-desc{
    font-size:12px;
}
.tracking-box .tracking-datetime{
    font-size:14px;
    color:#fcb5b0;
}
.tracking-box .tracking-dot{
    width:14px;
    height:14px;
    background: #D1D6E6;
    border-radius:7px;
}
.tracking-box .dot-green{
    background: #4caf50;
}
.tracking-box .tracking-line{
    height:98px;
    width:2px;
    background: #D1D6E6;
    margin-left:5.3px;
}
.order-detail-row{
    padding-top:3em;
    padding-right:3em;
    padding-left:3em;
}
.tracking-number-font{
    font-size:24px;
    font-weight:400;
}
@media only screen and (max-width: 400px) {
    .order-title{
        font-size: 18px;
    }
    .font-md{
        font-size:12px;
    }
    .font-md-opacity{
        font-size:12px;
    }
    .font-lg{
        font-size:16px;
    }
    .order-detail-row{
        padding-top:1em;
        padding-right:1em;
        padding-left:1em;
    }
    .tracking-number-font{
        font-size:14px;
    }
}
@media only screen and (max-width: 890px) {
    .order-title{
        font-size: 16px;
    }
    .font-md-opacity{
        font-size:11px;
    }
    .font-md{
        font-size:11px;
    }
    .font-lg{
        font-size:14px;
    }
    .order-detail-row{
        padding-top:1em;
        padding-right:1em;
        padding-left:1em;
    }
    .modal-label{ font-size:12px; }
    .modal-input{ font-size:0.8em; }
}
.order-date-span{
    color:#ffffff80;
    font-size:0.8em;
    padding-left:10px;
}
.small-img{
    width:80px!important;
    height:80px!important;
}
.order-list-detail-div{
    vertical-align: middle;
    font-size: 0.75em;
}
.order-remark-field{
    min-height:100px;
    background: #ffffff20;
    padding:4px 10px;
    font-size:0.75em;
}
.opacity-font{
    color:#ffffff90;
}
.order-list-items-div{
    margin-bottom: 8px;
    font-size:0.9em;
}
.order-search-btn{
    width:100%;
    border:2px solid #ffffff;
    color:#ffffff;
    height:35px;
    background:#ffffff00;
    border-radius:5px;
}
.order-search-btn:hover{
    background:#ffffff90;
}
.search-div-input{
    font-size:0.9em;
}
.search-title{
    font-size:0.9em;
    color:#ffffff90;
}
@media only screen and (max-width: 500px) {
    .small-img{
        width:60px!important;
        height:60px!important;
    }
    .order-list-items-div{
        font-size:0.7em!important;
    }
}
@media only screen and (max-width: 1025px) {
    .small-img{
        width:60px!important;
        height:60px!important;
    }
    .order-list-items-div{
        font-size:0.7em!important;
    }
    .search-div-input{
        font-size:0.6em;
    }
}
/* ------------ ./order detail  ------------ */




