/*
#------------------------------------------------------------------------
# University - May Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com
*/

/* Here you can include your override CSS styles */
/** Reference **/

/**
    Red Color #bc342c

 */

@font-face {
    font-family: 'Roboto Condensed';
    font-display: swap;
}

body {
    background: none;
   background-color:#DDDDDD;
    /*font-stretch: condensed;*/
    /*font-family: 'Roboto Condensed', sans-serif;*/
    /*font-family: Cambria, Georgia, serif;*/
    font-size:16px;
    font-display: swap;
    width: 100vw;
}
.clear {
    clear: both;
}


h1.componentheading {
    padding:0px 0px 5px 0px;
    border-bottom: 2px solid #bc342c ;
    font-family: 'Roboto Condensed', sans-serif;
    clear:both;
}
h2, .componentheading {
    font-size:26px;
    clear:both;
}



h3 {
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
    clear: both;
}

article h3 {
    font-size:24px;
    margin:15px 0px 15px 0px;
    font-weight: 700;
    color:#333333;
}

a {
    /*color: #bc342c;*/
    color:darkblue;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}
a:hover {
    /*text-decoration: underline;*/
}
p {
    margin:10px 0px 10px 0px;
}
table {
    width:auto;
}
table td {
    vertical-align: top;
}

/** H1 H2 that insert to the page via customer modules **/
#gkMainbodyTop .custom h1 {
    color: #bc342c;
    font-size:32px;
    font-weight:700;
    margin-bottom:5px;
    margin-top:20px;
}
#gkMainbodyTop .custom h2, .itemBody h2 {
    font-weight: 700;
    font-size:24px;
    color:#666666;
}
#gkMainbodyTop .custom h1 + h2 {
    margin-bottom: 20px;
}
.itemBody h2 {
    margin-bottom: 15px;
}

    /** fix to have proper page heading display on top of **/
header h1 {
    color: #bc342c;
    font-size:32px;
    font-weight:700;
    clear:both;
}
.blog article, .blog-featured article {
    border-top:none;
    padding-top:0px!important;
}

#gkPageContent.gkPage, .jomsocial #gkPageContent {
    min-height:500px;
}

/**
Category list and category blog cuztomization
 */
.itemBody > ul li {
    padding: 0px 0px 2px 17px;

}
.itemBody > ul {
    margin: 6px 0px 6px 0px;
}

section.categories-list ul ul li {
    margin-left:25px;
    padding:15px;
}

section.categories-list ul > li {
    float:left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width:100%;
    list-style-type: none;
}
section.categories-list > ul > li {
    margin-bottom: 80px;
}
section.categories-list > ul > li {
    -webkit-box-shadow: 0px 17px 26px -27px rgba(85,85,85,1);
    -moz-box-shadow: 0px 17px 26px -27px rgba(85,85,85,1);
    box-shadow: 0px 17px 26px -27px rgba(85,85,85,1);
}

section.categories-list ul > li > a {
    font-weight: 700;
    /*border-left: 5px solid #bc342c;*/
    padding-left: 13px;
    line-height: 30px;
    margin-bottom: 15px;
    width: 100%;
    float: left;

}
section.categories-list ul > li > div img {
    float:left;
    margin-right:20px;
    /*width:120px;*/
    height:150px;
    width:auto!important;
    border-bottom: 3px solid #bc342c;
}
section.categories-list > ul > li > a {
    border-left: 5px solid #bc342c;
}

.categories-list li a {
    font-size:28px;
}
.blog article p.readmore, .blog-featured article p.readmore {
    margin-top:10px;
}
section.blog .items-row {
    margin-bottom:25px;
}
tbody tr td a, section.category .children li a {
    color:#bc342c;
}

.itemBody table {
    width:auto!important;
}
.itemBody tbody tr td {
    border-bottom: 1px solid #666666;
}
/**
Overide button
 */
button, .button, input.button, span.button, button.button, div.button, input[type="submit"], input[type="button"], .pagenav-prev a, .pagenav-next a, #gkMainbody .itemReadMore, #gkMainbody .readmore > a, .button.invert:active, .button.invert:focus, .button.invert:hover, .gkShowCart a, body #cWindow a.plupload_button {
    background-color:#bc342c;
    border:1px solid #bc342c;

}
.readmore {
    float:right;
}
.frontpage #gkHeader  {
    /*min-height: 860px;*/
}

#gkHeaderNav {
    z-index: 5000;

}
#gkBreadcrumb {
    margin-bottom:15px;
    font-weight: 700;
    border-bottom: 2px solid red;
}

#gkUniversityPreloader { display:none!important; }

.svg #gkLogo.cssLogo, #gkLogo.cssLogo {

    /*background: url('https://tvbmotthoidenho.com/images/logo/bereadyielts_elsa_logo_800x160.png') no-repeat center center;*/
    background: url('../../../images/logo/datascience_logo.png') no-repeat center center;

    background-size: contain;
    width:400px;
    height:150px;
    margin-top:-40px;
}

#gkHeaderBg > div > figure {
    width:100%!important;
    max-width: 100%!important;
}

#gkHeaderBg > div > figure > .gkIsSlide{
    width:100%!important;
    background-size: cover!important;
    max-width: 100%!important;
}
#gkUniversityPreloader {
    background:none;
    display:none!important;
}
.gkIsWrapper-gk_university .gkIsPreloader {
    background:none;
    display:none!important;
}
#gkHeaderLeft {
    background: rgba(255, 255, 255, .5);
}

#gkSocialAPI {
    display:none;
}
/**
opt-in-box on the right hand side of the things
 */
#gkHeaderRight {
    bottom:-18px;
    opacity: 0.8;
}
#gkHeaderRight .custom.opt-in-box {
    width:300px;
}
.custom.opt-in-box {
    width:100%;
}
.opt-in-box h3 {
    text-align: center;
    font-size: 22px!important;
    pading-bottom:5px;
    color:#EEEEEE!important;
    text-transform: capitalize;
}
.opt-in-box p {
    color:#EEEEEE!important;
}
.opt-in-box {
    background-color: rgba(14, 22, 35, .5);
    padding:20px;
}
.custom.opt-in-box {
    padding-top:10px;
    padding-bottom:0px;
}
.custom.opt-in-box form input {
    width:100%;
    margin-bottom:10px;
    /*border-left:4px solid #0b4373;*/
}
.custom.opt-in-box form select {
    width:100%;
    margin-bottom:10px;
    font-size: 16px;
    /*border-left:4px solid #0b4373;*/
    border-radius: 0px;
}
.custom.opt-in-box form textarea {
    width:100%;
    margin-bottom:10px;
    font-size: 16px;
}
.opt-in-box.mobile {
    max-width:100%;
    padding:20px!important;
}
/**
Layout
 */

#gkMainbody {
    /*padding-right:50px;*/
    margin-top:20px!important;
}
#gkSidebar {
    padding:20px 20px 10px 20px;
    background-color: #EEEEEE;
    width:30%;
}
section.blog .items-row {
    -webkit-box-shadow: 0px 17px 26px -27px rgba(85,85,85,1);
    -moz-box-shadow: 0px 17px 26px -27px rgba(85,85,85,1);
    box-shadow: 0px 17px 26px -27px rgba(85,85,85,1);
}

.gkMenu > ul > li .childcontent {
    margin-left:0px!important;
}


#background-image {
    background:url('https://tvbmotthoidenho.com/images/banners/2021-tvbbackground.png') no-repeat;
    background-size: cover;
    background-position: center;
    width:100%;
    height:896px;
    position: absolute;
    top:0px;
    left:0px;
    z-index: -10;
}

#gkSidebar .menu li {
    font-size: 16px;
}
#gkSidebar .menu li .separator{
    color:#c71d1e;
    font-weight: 700;
}

/**
Homepage
 */

.custom-homepage-skills img {
    max-width: 350px;
    border:5px solid #c24e4e;
}
.custom-homepage-skills td {
    vertical-align: middle;
    border: 0px;
}
.custom-homepage-skills td a {
    padding:5px 8px 5px 8px;
    background-color:#c24e4e;
    color:#FFFFFF;
    border-radius: 5px;
    float:right;
    margin-left:15px;
    margin-bottom:15px;
    font-size:14px;
}
.custom-homepage-skills-mobile h3 {
    text-align: center;
}
.custom-homepage-skills-mobile img {
    width:100%;
}
.custom-homepage-skills-mobile a {
    padding:5px 8px 5px 8px;
    background-color:#c24e4e;
    color:#FFFFFF;
    border-radius: 5px;
    float:right;
    margin-bottom:8px;
    font-size:14px;
    width:100%;
}

#gkBottom1 {
    background: url("https://tvbmotthoidenho.com/images/banners/pricing_table_backgroud_study_ielts_together.jpg") no-repeat;
    background-size: cover!important;
    background-position: center!important;
    padding: 20px 0px 80px 0px;
    border-top: 5px solid #C71D1E;
}
#gkBottom1 h3 {
    margin:5px 0px 20px 0px;
    text-align: center;
    color:#FFFFFF;
}

/** Packages Pricing Table **/
#droptablestable2.droptablestable table tbody .price_wrapper .price {
    color:#c24e4e;
}

#droptablestable2.droptablestable table tbody a.cart.hot {
    background-color: #c24e4e;
}
.droptablestable td {
    padding:10px!important;
}

/** overide weird things in homepage **/
#gkPageContent + #gkBottom1:before, #gkPageContent + #gkBottom2:before, #gkPageContent + #gkBottom3:before, #gkPageContent + #gkBottom4:before, #gkPageContent + #gkBottom5:before {
    border-top:0px;
}

gkBottom3 {
    padding:15px 0px 25px 0px;
}

#gkBottom3 h3 {
    text-transform: none;
    font-size:22px;
    margin-top:20px;
}

#gkBottom3 {
    max-width: 1240px;
    background:transparent;
}

#gkBottom4.gkSingleModule {
    padding: 40px!important;
    margin-bottom:50px;
    max-width: 1240px;

}
#gkBottom4 h3 {
    text-transform: none;
    font-size:26px;
    margin-top:20px;
}
/* Mainmenu */
#gkMainMenu ul {
    border-bottom: 5px solid #FFFFFF;
}
#gkMainMenu li {
   font-stretch: condensed;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;

}
#gkMainMenu li img{
   margin-right:7px;
    height:20px!important;
}
#gkMainMenu li a {
    padding:10px 8px 10px 8px;
    /*border-right: 2px solid #FFFFFF;*/
}
#gkMainMenu a[title='separator'] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
    border-bottom: 2px solid #C71D1E;
    font-size:22px;
}
#gkAsideMenu li img{
    display: none;
}


#gkAsideMenu li {
    font-stretch: condensed;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;

}
#gkAsideMenu a[title='separator'] {
    color: white;
    width: 100%;
    float: left;
    border-bottom: 2px solid #FFFFFF;
    margin-bottom: 10px;
    font-size: 16px;
}
#gkAsideMenu  li a {
    padding:6px 8px 6px 8px;
    float:left;
    /*border-right: 2px solid #FFFFFF;*/
    width:100%;
}
/** Page title **/
#gkPageTitle {
   padding:60px 0px 13px 0px;
    text-transform: capitalize;
}
#gkPageTitle span {
   padding:15px 30px 15px 30px;
   font-size: 35px;
}

article header {
    margin: 0 0 6px;
}
article header h1, article header h2 {
    font-size: 28px;
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-family: "Merriweather",serif;
    border-left:15px solid #C71D1E;
    padding-left:10px;
    margin-top:20px;
    line-height: 150%;
    font-weight: 700;
}
article header h3 {
    font-size: 28px;
    font-family: 'Roboto Condensed', sans-serif;
    /*border-left:15px solid #C71D1E;*/
    border-left:5px solid #bc342c;

    padding-left:10px;
}
.img-intro-left {
    margin-top:10px;
    margin-right:30px;
    float:left!important;
}
.img-intro-left > img {
    float:left!important;
    /*margin-right:20px!important;*/
    /*border:2px solid #C71D1E;*/
    margin:0px;
}
.img-intro-left {
    width:25%!important;
}
@media only screen and (max-width: 600px) {
    .img-intro-left {
        width:100%!important;
    }

    .readmore a {
        width:100% !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    article img {
        /*float:left!important;*/
        /*width:70%!important;*/
    }
}
article img {
    margin:10px 0px 10px 0px;
}

.column-1 {
    width:100%;
}
/** Bottom **/

#gkBottom5 {
    background: url("https://tvbmotthoidenho.com/images/banners/bottom_background_two_students_successful.jpg") no-repeat;
    background-size: cover!important;
    background-position: center!important;
    padding:20px 0px 80px 0px;
    border-top:5px solid #C71D1E;
}
#gkBottom5 .box {
    margin-top: 50px!important;
    margin-bottom:20px!important;
}
#gkBottom5 .box a, #gkBottom5 .box b, #gkBottom5 .box strong, #gkBottom5 .box p  {
    color:#EEEEEE;
}
#gkBottom5 .box, #gkBottom5 .box .header {
    font-size:24px;
    text-transform: none;

}
#gkBottom5 .menu li {
    font-size: 14px;
    list-style-type: none!important;
}
#gkBottom5 .menu li .separator {
    color: #FFFFFF;
    font-size: 24px;
    margin: 20px 0px 10px 0px;
    float: left;
}
#gkBottom5 h3 {
    color:#FFFFFF;
    text-transform: capitalize;
}
#gkBottom5 .company-info-block img {
    margin-right: -20px;
}

#gkBottom5 .box ul.menu li.active a {
    padding:0px;
    color:#65c1cf;
}
#gkBottom5 .box ul.menu li.active {
    background:none;
}

.box {
    color:#333333;
    line-height: 22px;
}
/**
Registration page
Has to make the page best
**/

#member-registration {
    margin-left:30px;
}
#member-registration dt {
    margin-top:10px;
}
#member-registration dt label,#member-registration .acyregfield label {
    font-size: 16px;
    padding-bottom:5px;
}
#member-registration .field-section {
    padding-left:20px;
    border-left:5px solid #555555;
}
#member-registration .field-section:focus-within {
    border-left:5px solid green;
}
#member-registration .field-section input[type='text'],
#member-registration .field-section input[type='email'],
#member-registration .field-section input[type='password']{
    width:100%;
}
/** Acymailling part **/
#member-registration .acyregfield {
    margin-top:10px;
    padding-left:20px;
    padding-bottom:5px;
    border-left:5px solid #555555;
}
#member-registration .acyregfield:focus-within {
    border-left:5px solid green;
}
#member-registration .acyregfield label {
    width: 100%;
    text-align: left;
}
.acyregfield div:first-of-type, .acyregfield select:first-of-type, .acyregfield input, .acyregfield textarea, .acysubscribe input {
    margin-left:0px!important;
}
.acyregfield input[type='text'] {
    width:100%;
}
.acyregfield .field-calendar input[type='text'] {
    width:80%;
}
#member-registration .acyregfield select {
    font-size: 16px;
}
#member-registration #acydate_of_birth select{
    margin-right: 10px;
}
#member-registration .acyregfield textarea {
    width:400px;
    height:100px;
}


/** Joomla quiz **/
.contentpane.joomlaquiz p b {
    color:#000000;
    font-weight: bold;
}
.contentpane.joomlaquiz {
    margin-bottom:8px;
    padding-bottom:0px;
}
.contentpane.joomlaquiz.rel-level0 h1 {
    color: #bc342c;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom:10px;
}
#jq_quiz_container_tbl p {
    /*font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif!important;*/
    /*margin:15px 0px 12px 0px!important;*/
    margin:7px 0px 7px 0px;
    line-height: 20px!important;
}

#jq_quiz_container_title {
    background-color: #333333;
    text-align: center;
    padding:10px 0px 10px 0px;
    color:#FFFFFF;
    border-bottom:2px solid #bc342c;
}

.joomlaquiz_container select,
.joomlaquiz_container input[type="text"],
.joomlaquiz_container input[type="password"],
.joomlaquiz_container input[type="url"],
.joomlaquiz_container input[type="email"] {
    vertical-align: bottom;
    /*height:25px!important;*/
}
.child-cat.rel-level1.joomlaquiz {
    clear:both;
}
.child-cat.rel-level1.joomlaquiz h1 {
    /*display:none;*/
    font-size:24px;
}

.jq_cat_quiz_title a {
    color: #bc342c;
}

.joomlaquiz h2 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: capitalize;
}

.contentpane.child-cat.rel-level1.joomlaquiz {
    /*background-color:#EEEEEE;*/
    margin-bottom:10px;
    border-left:5px solid #bc342c;
    padding:8px 0px 0px 30px;
    /*-webkit-box-shadow: 0 17px 26px -27px #555;*/
    /*-moz-box-shadow: 0 17px 26px -27px #555;*/
    /*box-shadow: 0 17px 26px -27px #555;*/
}

/**
Quiz display in category view
 */
table.jq_custom_quiz {
    margin-bottom:30px;
    background-color:#EEEEEE;
    /*-webkit-box-shadow: 0 17px 26px -27px #555;*/
    /*-moz-box-shadow: 0 17px 26px -27px #555;*/
    /*box-shadow: 0 17px 26px -27px #555;*/
    width:100%;
    border:none!important;

}
table.jq_custom_quiz .jq_custom_quiz_img {
    width: 20%;
    max-width: 300px;
    min-height: 200px;
    background-size: cover;
    background-position: center center;
    background-color:#FFFFFF;
}
table.jq_custom_quiz .jq_custom_quiz_info {
    padding:10px 0px 15px 40px;
}
table.jq_custom_quiz .jq_custom_quiz_info .rl_tooltips-link {
    float:left;
    border-bottom: 0px;
    width:100%;
}
table.jq_custom_quiz .jq_custom_quiz_title {
    color: #bc342c;
    font-size: 24px;
    font-weight: bold;
}
table.jq_custom_quiz .jq_custom_quiz_title.isDisabled {
    cursor: not-allowed;
    opacity: 0.8;
    color:grey;
}
table.jq_custom_quiz td {
    border:none!important;
}
table.jq_custom_quiz p {
    color:#000000;
    font-size: 14px;
}
table.jq_custom_quiz label {
    background-color: #bc342c;
    color:#FFFFFF;
    font-weight: bold;
    padding:3px;
    opacity: 0.7;
}

table.jq_custom_quiz .jq_custom_quiz_meta {

    color:#FFFFFF;
    font-size:12px;
    float:left;
    padding:2px 10px 0px 10px;
    border-radius: 5px;
}
table.jq_custom_quiz .jq_custom_quiz_meta.level1 {
    background-color:#65c1cf;
}
table.jq_custom_quiz .jq_custom_quiz_meta.level2 {
    background-color:#bc342c;
}


/**
Child level 2 in category view
 */
.contentpane.child-cat.rel-level2.joomlaquiz {
    width:250px;
    margin:0px 10px 30px 20px;
    padding-left:0px;
    float:left;
    /*-webkit-box-shadow: 0 17px 26px -27px #555;*/
    /*-moz-box-shadow: 0 17px 26px -27px #555;*/
    /*box-shadow: 0 17px 26px -27px #555;*/
    border:none;

}
.contentpane.child-cat.rel-level2.joomlaquiz h1 {
    font-size: 20px;
    margin-bottom:6px;
}
.contentpane.child-cat.rel-level2.joomlaquiz .jq_custom_quiz_title {
    font-size:16px;
}
.contentpane.child-cat.rel-level2.joomlaquiz .jq_custom_quiz_img {
    display:none;

}
.contentpane.child-cat.rel-level2.joomlaquiz table.jq_custom_quiz {
    background:none;
    margin-bottom:10px;
}
.contentpane.child-cat.rel-level2.joomlaquiz table.jq_custom_quiz .jq_custom_quiz_info {
    padding:0px;
}
.contentpane.child-cat.rel-level2.joomlaquiz .jq_custom_quiz_desc {
    position:relative;
    margin-top:-10px;
}





/**
Quiz when student doing quiz
 */
#jq_next_link_container, #jq_back_link_container {
    background-image: none;
    background-color: #bc342c;
    height:32px;
    width:auto;
}

#jq_next_link_container .jq_back_button, #jq_back_link_container .jq_back_button{
    visibility: visible;
    display: block;
}

#jq_next_link_container a, #jq_back_link_container a {
    font-size: 22px;
    font-weight: 700;
    color:#FFFFFF;
    padding:15px;
}
#jq_next_link_container a:hover, #jq_back_link_container a:hover {
    color:#DDDDDD!important;
}

.jq_time_tick_container {
    position: fixed;
    text-align: center;
    width:100%;
    right: 0px;
    top: 0px;
    font-size: 25px;
    background: #FFFFFF;
    padding-left: 10px;
    z-index: 100;
    border-bottom:5px solid #bc342c;
}
#jq_time_tick_container {
    color:#bc342c;
}
.jq_bottom_container {
    padding-top:20px;
    border-top:5px solid #bc342c;
    margin-top:20px
}
.jq_question_answers_cont {
    margin:0px;
}
.jq_question_answers_cont table{
    margin-bottom:3px;
}
.jq_quiz_container_tbl #jq_quiz_container1 {
    padding:0px;
}

/**
task bar container
 */
#jq_back_link_container {
    float:left;
}

/**
Customization to quiz question
 */
/** Text box **/
.joomlaquiz_container input[type="text"] {
    padding-top: 12px!important;
    font-size: 16px;
    border-bottom:2px solid #0b4373;

    /*margin-top:8px;*/
}
.joomlaquiz_container input[type="text"]:placeholder-shown {
    border-bottom:2px solid #bc342c;
}
.joomlaquiz_container input[type="text"].short {
    width:50px;
}
.joomlaquiz_container input[type="text"] {
    width:100px;
}
.joomlaquiz_container input[type="text"].long {
    width:200px;
}
.tbody tr td {
    padding:5px;
}

/*div.moduletable.joomlaquiz_container table {*/
    /*border:1px solid #666666!important;*/
/*}*/
div.moduletable.joomlaquiz_container tr, td {
    /*border:1px solid #666666!important;*/
    font-size: inherit!important;
}

/** Select - dropdown **/
.joomlaquiz_container select {
    border-bottom:2px solid #0b4373;
    font-size: 16px;
    padding:10px;
}

/**
checkbox
 */
input[type=checkbox], .checkbox, input[type=radio], .radio {
    margin-top:0px!important;
    width:20px;
}

/**
multiple response
 */
.jq_mresponse,.jq_mchoice {
    border:none!important;
    border-left:2px solid #0b4373!important;
    padding-left:20px;
}

.jq_mresponse .jq_input_pos,.jq_mchoice .jq_input_pos{
    width:30px;
}

.jq_mresponse td,.jq_mchoice td {
    padding:0px;
    border:none!important;
}
.jq_mresponse label, .jq_mchoice label {
    margin:0px!important;
    padding:0px!important;
}
.jq_mresponse p, .jq_mchoice p {
    margin: 4px!important;
}

/**
View answer
 */
.jq_custom_view_anwser a {
    padding:5px 10px 5px 10px;
    background-color: #0b4373;
    color:#FFFFFF;
    float:right;
    margin-right:11px;
}
/*#jq_quiz_container > div:first-child {*/
    /*position: fixed!important;*/
    /*background-color: #FFFFFF;*/
    /*height: 200px;*/
    /*top: 44px;*/
    /*left: 0px;*/
    /*padding: 0px 20px 20px 20px;*/
    /*z-index: 200;*/
    /*width: 100%;*/
    /*overflow-y: scroll;*/
    /*border-bottom: 5px solid #0b4373;*/
    /*background-color:#EEEEEE;*/
/*}*/

/**
For IELTS Reading
 */
#jq_custom_ielts_reading {

}
#jq_custom_ielts_reading #jq_custom_left_container {
    float:left;
    width:50%;
    padding:10px;
    height:650px;
    overflow-y: scroll;
}
#jq_custom_ielts_reading #jq_custom_right_container {
    float:right;
    width:50%;
    padding:10px;
    height:650px;
    overflow-y: scroll;
    border-left:2px solid #333333;
}
#jq_custom_ielts_reading #jq_custom_left_container textarea {
	height:500px;
}
.no-display {
    display:none;
}


/**
Result page
 */

#result_left_column {
    width:70%;
    float:left;
}
#result_right_column {
    width:25%;
    float:right;
}
#quiz_data {
    /*display:none;*/
}
.jq_feedback_question legend {
    /*display: none;*/
}
.jq_footer_container {
    /*display:none;*/
    width:100%;
}
.result_info_block {
    width:130px;
    float:left;
    background-color:#EEEEEE;
    padding:15px 5px 15px 10px;
    margin-right:20px;
}
.result_info_block p {
    font-size:40px;
    color:#54aacb;

}
.result_info_block span {
    color:#333333;
}
#result_total_question {
    border-left:4px solid #54aacb;
}
#result_marks {
    border-left:4px solid #54aacb;
}
#result_time_taken {
    border-left:4px solid #54aacb;
}
#result_correct_question{
    border-left:4px solid #98c244;
}
#result_incorrect_question {
    border-left:4px solid #dcab35;
}


.jq_results_container, .jq_fmessage_container {
    /*display:none;*/
}

/**
Band score table - use in the result page
 */
#band_score {
    width:100%;
}
#band_score td {
    font-weight: bold;
}
#band_score .head_row {
    background-color:gray;
    color:#FFFFFF;
}
#band_score .green_row {
    background-color: #98c244;
    color:#FFFFFF;
}
#band_score .orange_row {
    background-color: #dcab35;
    color:#FFFFFF;
}
#band_score .blue_row {
    background-color:#54aacb;
    color:#FFFFFF;
}
#band_score .red_row {
    background-color:#d02537;
    color:#FFFFFF;
}
#band_score .grey_row {
    background-color: lightgrey;
    color:#000000;
}

/**
#gkSidebar
 */
#gkSidebar .box {
    padding:10px 10px 10px 10px;
    border-bottom:2px solid #bc342c;
}
#gkSidebar .box + .box {
    padding:20px 10px 10px 10px;
    margin:0px 0px 20px 0px;
}
#gkSidebar .box .header {
    font-size:20px;
    border-left:3px solid #bc342c;
    margin-bottom: 20px;
    padding: 2px 0px 2px 5px;
    line-height: 26px;

}

#gkSidebar li {
    /*list-style-image: url('https://tvbmotthoidenho.com/images/icon/list-style-type-sidebar.png');*/
    /*list-style-position: inside;*/
    border-bottom: 1px solid #cccccc;
    list-style-type: none;
}
#gkSidebar li a.level1 {
    padding-left:20px;

}

#gkSidebar .opt-in-box {
    background: none;
}
#gkSidebar .box.opt-in-box h3.header {
    text-align: left;
    color:black!important;
}
#gkSidebar .custom.opt-in-box {
    padding:0px;
}
    /**
    gkMainbodyBottom
     */
#gkMainbodyBottom .box .header {
    font-size: 24px;
    text-transform: capitalize;
}

/**
My Testimonial
 */
.mytestimonials_grid {
    padding: 30px 10px 20px 40px;
    margin-right: 20px;
}
.mytestimonials_title {
    display:none;
}
blockquote.adjust2 {
    display:none;
}
.mytestimonials_desc .btn {
    display:none;
}
.aggregate-rating {
    display:none;
}
.mytestimonials_subtitle {
    display: none;
}
.mytestimonials_image {
    border-left:4px solid #bc342c;
}

/**
Droptable which display cost of each service
 */
#droptablesTbl2 {

}
#droptablesTbl2 td {
    font-family: 'Roboto Condensed', sans-serif;
}
#droptablesTbl2 a.cart:hover{
    border-left: 5px solid #bc342c;
}
.droptablestable tr, .droptablestable th, .droptablestable td {
    font-size:16px;
}

/**
BeReady Message Box
 */
.messageBox {
    border: 1px solid #bc342c;
    border-left: 10px solid #bc342c;
    border-radius: 5px;
    padding:15px 20px 15px 20px;
    margin-bottom:10px;
}

.gkNspPM.gkNspPM-NewNewsSlider.active {
    /*border: 4px solid #bc342c;*/
    padding:10px 10px 10px 10px;
    -webkit-box-shadow: 0px 17px 26px -27px rgba(85,85,85,1);
    -moz-box-shadow: 0px 17px 26px -27px rgba(85,85,85,1);
    box-shadow: 0px 17px 26px -27px rgba(85,85,85,1);
    margin-bottom:50px;
}
.gkNspPM-NewNewsSlider .gkTitle {
    font-weight:bold;
    font-size: 18px;
}
#gkMainbodyTop .box .header {
    padding:0px 0px 0px 20px;
    margin-bottom:20px;
    border-left: 8px solid #bc342c;
    font-size:26px;
}

#result_band_score {
    border: 4px solid #cccccc;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}
#result_band_score span {
    color: #000000;
    font-size: 20px;
}
#result_band_score p {
    color: #bc342c;
    font-size: 35px;
}

/**
Writing submission form
 */
.com-baforms form > div {
    background:#EEEEEE!important;
    border-left:5px solid #bc342c!important;
}
.com-baforms form > div label {
    font-size: 16px!important;
    margin-bottom:5px!important;
    margin-top:15px!important;
    font-weight: 700!important;
}

.com-baforms form > div > .row-fluid.ba-row:first-child > div {
    font-wieght:bold!important;
    margin-bottom: 10px !important;
}
.com-baforms form > div input[type="text"], .com-baforms form > div textarea {
    font-size:18px!important;
    color:#000000!important;
}
.ba-btn-submit {

    color:#ffffff!important;
    background-color: #bc342c!important;
    /*font-size:18px!important;*/

}

.com-baforms form > div .ba-btn-submit {
    font-family: "Helvetica", Arial, serif!important;
    font-weight: 700;
    text-transform: capitalize!important;
}

.custom.registration-header-right-form {

}


section .quest_pos img {
    width:auto;
    height:auto;
}

.quick-info {
    margin: auto!important;
}
.quick-info .info-box {
    float:left;
    margin:30px 40px 80px 40px;
}
.quick-info .info-box img {
    width:200px;
}
.quick-info .info-box h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    color:#bc342c;
}

/**
Item Body
 */
.blog .itemBody, .blog-featured .itemBody {
    margin-top:20px;
}

.pagination ul li a, .pagination ul li span {
    font-size:15px;
    padding:8px 12px 8px 12px;
    height:auto;
    border: 2px solid #666666;
    font-family: monospace;
}

.adsbygoogle {
    margin:5px 0px 5px 0px;

}


#jq_quiz_container audio {
    width:80%;
}

/**
Easy Appointment
 */

#easyapp .btn {
    color:#0a001f!important;
}


/**
ILETS Enlish Speaking
 */
.rl_sliders.accordion>.accordion-group .accordion-heading .accordion-toggle,
.rl_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle {
    background-color:#bc342c;
    color:#FFFFFF;
}

.rl_sliders.accordion>.accordion-group>.accordion-body {
    border:1px solid #bc342c;
}


.bereadyielts-btn {
    padding: 10px 20px 10px 20px;
    background-color: #c24e4e;
    color: #FFFFFF;
    border-radius: 5px;
    margin-left: 15px;
    display: block;
}
.bereadyielts-btn:hover {
    color:#FFFFFF;
    -webkit-box-shadow: 0px 17px 26px -27px rgba(85,85,85,1);
    -moz-box-shadow: 0px 17px 26px -27px rgba(85,85,85,1);
    box-shadow: 0px 17px 26px -27px rgba(85,85,85,1);
}

/**
Be Ready IELTS Inbox
 */
.info_box {
    width:230px;
    float:left;
    margin-right:20px;
    clear: bottom;
}
.info_box h3 {
    font-size: 16px;
    color: #bc342c;
    font-weight:700;
    font: 900 13px/16px arial;
}
.info_box p {
    font-size:14px;
    font: 400 13px/16px arial;
}
.info_box img {
    width:100%;
    border:2px solid #CCCCCC;
    margin:0px;
}
.info_box a {
    color:#FFFFFF;
    background-color: #bc342c;
    padding:5px 15px 7px 15px;
    float:left;
    border-radius:5px;
}
article .item-page img {
    width:100%!important;
}
article p {
    color: rgb(34, 34, 34);
    font: 400 18px/27px arial;
    margin:20px 0px 20px 0px;
}
article .item-page {
    margin-top:50px!important;
    float:left;
    width:100%;
}
.itemBody {
    margin:0px;
}

table.price-table {
    width:100%!important;

}
.price-table tbody > tr:first-child{
    background-color: #000000;
    color:#FFFFFF;
}
.price-table tbody > tr > td:first-child{
    font-weight: 700;
}

/**
Category blog
 */
section>header div {
    text-transform: unset;
    font-size:15px;
    line-height:18px;
    background-color:#eee;
    padding:10px;
    margin-top:20px;
}

.mce-container-body.mce-abs-layout {
    /*position: fixed;*/
    /*border:2px solid red;*/
    /*z-index: 999999!important;*/
    /*display: block!important;*/
}

#jq_custom_left_container {
    position: relative;
}
.mce-top-part.mce-container.mce-stack-layout-item.mce-first {
    position: sticky;
    top:-12px;
    border-bottom:5px solid #0b4373;
}

#display_count, #display_count2 {
    float: right;
    margin-bottom: 10px;
    margin-top: -10px;
    background-color: #bc342c;
    color: white;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
}


section > header div p {
    text-transform: unset;
    font-size:15px;
}

#gkMainbody b, #gkMainbody strong {
    /*color:auto;!important;;*/
}

/**
Mobile Style
 */

#static-aside-menu-toggler {
    float: left;
    width: 50px!important;
    height: 46px!important;
    background-color: #ff0000;
    font-size: 50px;
}

#clockdiv {
    border: 4px solid red;
    width: 100%;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    float: left;
    margin: 10px 0px 10px 0px;
    background-color: #FFFFFF;
    top: -10px;
    left: 0px;
    position: fixed;
    z-index: 99999;
}
#clockdiv p {
    font-size: 20px;
}

.eb-btn.eb-btn-primary {
    background-color:dimgray;
}

pre {
    padding:0px;
    background: none;
    border:none;
    width:100%;
}
code {
    float:left;
    width:100%;
}
.CodeMirror {
    border: 1px solid #eee;
    height: auto!important;
}
.CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like {
    line-height: 20px!important;
}
.CodeMirror-gutter-wrapper {
    top:-3px;
}

/* If the screen size is 600px or less, set the font-size of <div> to 30px */
@media only screen and (max-width: 600px) {
    .itemBody img {
        width:100% !important;
        margin:10px 0px 20px 0px!important;
    }
    article p {
        margin-left:10px;
        margin-right:10px;

    }
}


h3 a {
    color:#000000;
}

a.flag img {
    margin-right: 12px;
}
select.notranslate {
    width:100%;
    border-top:5px solid #bc342c;
    margin-top:20px;
    height:60px!important;
    font-size: 20px;
}





.breadcrumbs > li {
    font-size: 18px;
    list-style-type: none;
}
ul.breadcrumbs  {
    padding-left:0px;
}

.box {
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    /*-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    /*-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

body .video-responsive {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

a.jcm-count-cm {
    display:none;
}
#jlexcomment .jcm-textarea {
    font-size:18px;
    line-height: 27px;
    color:black;
}

#jlexcomment .jcm-textarea:focus {
    border-bottom: 1px solid red;
}
#jlexcomment ._controller {
    background-color: #333333;
}

.tags {
    border-top:5px solid #333333;
}

div.tags a, ul.tags a {
    font-size: 18px;
    border-left:2px solid darkblue;
    padding:10px 10px 10px 10px;
    margin:8px;
}

#jlexcomment {
    border-top: 5px solid #333333;
    padding-top:30px;
    float: left;
    width: 100%;
}

@media (max-width: 1040px) {
    .gkNspPM-TechNewsHeader1 .gkTitle {
        font-size:16px;
    }
}

#jlexcomment .jcm-post-body {
    margin-top:25px;
    margin-bottom:15px;
    font-size: 16px;
}

#jlexcomment .jcm-author a {
    margin-top:8px;
    font-size:16px;

}

#jlexcomment .jcm-post-header {
    margin-top: 15px;
    float: left;
    width: 100%;
}

#tbl-next-up {
    border-top:5px solid red;
}
@media screen and (min-width: 800px) {
    #tbl-next-up {
        bottom:0px!important;
    }
}


#jlexcomment ul.jcm-task-list a {
 font-size: 18px;
    color:darkblue;
}
#jlexcomment ul.jcm-task-list a:hover {
    color:darkred;
}

#aside-menu {
    padding-top:110px;
}


.newsflash-title {
    padding: 20px 0px 35px 0px;
}

.scsocialcomments {
    border: 2px solid darkblue;
    padding: 20px;
    margin-bottom: 60px;
}

#gkContent, #gkPageContent {
    
}