@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=latin-ext,vietnamese');
body {
    background-color: transparent;
}

p {
    padding: 0px;
    margin: 0px;
}

.pagemaster {
    width: 100%;
    background-image: transparent;
}

.skinmaster {
    background-color: transparent;
}

.extrapane {
    vertical-align: center;
    background-color: transparent;
}

.logopane {
    vertical-align: center;
    background-color: transparent;
}

.bannerpane {
    vertical-align: center;
}

.leftpane {
    vertical-align: center;
    background-image: transparent;
}

.contentpane {
    background-image: transparent;
    vertical-align: center;
    padding-right: 4px;
    padding-left: 4px;
}

.rightpane {
    vertical-align: center;
    background-image: transparent;
}

.toppane {
    vertical-align: center;
    background-image: transparent;
}

.bottompane {
    vertical-align: center;
}

.extrabottompane {
    background-image: transparent;
    vertical-align: center;
}

.main_dnnmenu_container {
    background-color: transparent;
}

* Navigation scroll */ .nav-container {}

.f-nav {
    z-index: 9999;
    position: fixed;
    top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    transition: all 0.3s ease 0s;
    vertical-align: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}


/* this make our menu float top */

.main_dnnmenu_bar {
    cursor: pointer;
    cursor: hand;
    display: table;
}

.main_dnnmenu_submenu {
    border-bottom: 8px solid white;
    border-top: 8px solid white;
    max-width: 700px;
    min-width: 250px;
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    opacity: 1;
    margin-top: 10px;
    /* for IE */
    filter: alpha(opacity=1);
    /* CSS3 standard */
    box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
    /* transform: perspective(600px) rotateX(-90deg);*/
    /* For IE 8 */
    -ms-filter: "progidXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
    /* For IE 5.5 - 7 */
    filter: progidXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
    /*filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); */
}

.main_dnnmenu_rootitem {
    /*TD if menu option for using tables is on*/
    background-position: left;
    color: white;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 20px 8px 20px 12px;
    transition: .3s;
    -webkit-transition: .3s;
    margin-right: 4px;
    background-color: TRANSPARENT;
    white-space: nowrap;
    /*Word wrapping menu item now optional*/
    display: inline-block;
    text-align: center;
}

.main_dnnmenu_itemhover {
    color: #FFBF00;
}

.main_dnnmenu_rootitemactive {
    color: #FFBF00;
}

.main_dnnmenu_item td {
    /*TD if menu option for using tables is on*/
    padding: 0x 4px;
    line-height: 33px;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    transition: .3s;
    -webkit-transition: .3s;
    background-color: white;
    color: #333;
    /*white-space: nowrap; */
    /*Word wrapping menu item now optional*/
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}

.main_dnnmenu_itemhover td {
    color: #FFBF00;
}

.main_dnnmenu_icon {
    cursor: pointer;
    cursor: hand;
    text-align: center;
    width: 15px;
    height: 100%;
}

.text {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.2px;
}

a.text:link,
a.text:visited {
    text-decoration: none;
    color: #fff;
}

a.text:hover {
    color: #FFBF00;
}

a.text:active {
    color: #fff;
}

.secondtext {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.2px;
}

a.secondtext:link,
a.text:visited {
    text-decoration: none;
    color: #fff;
}

a.secondtext:hover {
    color: #FFBF00;
}

a.secondtext:active {
    color: #fff;
}
