.loogoo{
width:25%;height:50px;
}
th,td{
padding:10px !important;
font-size:14px;
} 

label{color:blue !important;font-size:14px; font-weight:bold;}

.btn:hover, .btn-outline-info:hover{
	background-color:white !important;
	color:red !important;
}

 .divx, .inner-body &gt; .divx &gt; li {
    margin: 0;
    padding: 0;
}

.inner-body &gt; .divx {
    animation: slide 10s 2s infinite;
}

.inner-body &gt; .divx:hover {
    animation-play-state: paused;
    cursor: pointer;
}

@keyframes slide {
    0% {
        margin-top: 0;
    }
    50% {
        margin-top: -300px;
    }
    50% {
        margin-top: -600px;
    }
    75% {
        margin-top: -900px;
    }
    100% {
        margin-top: 0px;
    }
}

.boardprofile {
    border: 2px solid #ccc;
    background-color: #eee;
    border-radius: 20px 0px 20px 0px;
    padding: 16px;
    margin: 16px 0;
}

.boardprofile::after {
    content: &quot;&quot;;
    clear: both;
    display: table;
}

.boardprofile img {
    float: left;
    margin-right: 20px;
    border-radius: 10%;
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.boardprofile span {
    font-size: 20px;
    margin-right: 15px;
}

@media (max-width: 500px) {
    .boardprofile {
        text-align: center;
    }

    .boardprofile img {
        margin: auto;
        float: none;
        display: block;
    }

}

.col-md-2:hover .img-circle {
    opacity: .2;
}

.col-md-2 .thermal-caption {
    display: block;
    width: 100px;
    position: absolute;
    top: 0px;
    z-index: -999;
}

.col-md-2:hover .thermal-caption {
    z-index: 1;
}

.col-md-2 .thermal-caption {
    font-size: 10px;
    padding: 5% 25% 2% 0%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    color: #2E3092;
    font-weight: bold;
    overflow: hidden;
}

.CorporateStructure {
    background-color: #F2F2F2;
    color: #4CAF50;
    cursor: pointer;
    padding: 1% 5% 1% 5%;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin-bottom: 1%;
    border-radius: 4px;
}

.activex, .CorporateStructure:hover {

    background-color: #CCCCCC;
    color: #2E3092;
    text-decoration: underline;
}

.activex, .CorporateStructure:visited {
    text-decoration: none;
}

.CorporateStructure:after {
    content: &#039;02B&#039;;
    color: #4CAF50;
    font-weight: bold;
    float: right;
    margin-left: 5px;

}

.activex:after {
    content: &quot;2212&quot;;
    color: #007F3D;
}

.contentx {
    padding: 0% 5% 0% 30%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    text-align: left;
    width: 100%;
    background-color: #f9f9f9;
}

.contentx &gt; p {
    position: relative;
    color: #2E3091;
}

.contentx &gt; p::before {
    content: &quot;f0c8&quot;;
    font-family: FontAwesome;
    /*--adjust as necessary--*/
    color: #4CAF50;
    font-size: 15px;
    padding-right: 10px;
    position: absolute;
    top: 0px;
    left: -20px;
}

.container &gt; p {
    text-align: justify;
}

.txtleft {
    text-align: left;
}

.map-marker, .phone, .envelope, .globe, .mobile, .fax, .people {
    position: relative;
    color: #4CAF50;
    font-family: FontAwesome;
    font-size: 15px;

}

.map-marker::before, .phone::before, .envelope::before, .globe::before, .mobile::before, .fax::before, .people::before {
    padding-right: 10px;
    position: absolute;
    top: 0px;
    left: -25px;
}

.map-marker::before {
    content: &quot;f041&quot;;
}

.phone::before {
    content: &quot;f098&quot;;
}

.envelope::before {
    content: &quot;f0e0&quot;;
}

.globe::before {
    content: &quot;f0ac&quot;;
}

.mobile::before {
    /*content: url(&quot;icon/mobile.png&quot;);*/
   content: &quot;f10b&quot;;
}

.fax::before {
    content: &quot;f1ac&quot;;
}

.people::before {
    content: url(&quot;icon/people.png&quot;);
}

.vertical-menu a {
    background-color: #eee;
    color: black;
    display: block;
    padding: 12px;
    text-decoration: none;
}

.vertical-menu a:hover {
    background-color: #ccc;
}

.vertical-menu a.active {
    background-color: #4CAF50;
    color: white;
}

.container &gt; .productService {
    width: 90% !important;
    text-align: left !important;
}

.col-1 {
    background-color: #C3DEB7;
}

.hero-imagex {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(&quot;gil_logo.jpg&quot;);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 355px;
}

.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
    font-size: 36px;
    color: white;
    letter-spacing: 2px;
}

.control {
    padding-top: 50%;
}

.cardx {
    float: left;
    margin-right: 2%;
    padding: 2%;
    width: 46%;
    border: 1px #F1F1F1 solid;

}

.imagex {
    width: 50%;
}

.card-bodyx {
    padding: 4%;
    width: 92%;
    border: none;
}

.card-titlex {
    font-size: 18px;
    color: blue;
}

.card-textx {
    font-size: 16px;
}

.card-title {
    font-size: 24px !important;
    color: blue !important;
}

/*-------------------------------one----------------------*/
.card-management_1 {
    float: left;
    padding: 2%;
    width: 96%;
    border: 1px #CCCCCC solid;
    min-height: 350px;

}

.card-management_1:nth-child(1n+0) {
    margin: 1%;
}

.card-title-management_1 {
    font-size: 18px;
    color: blue;
}

/*--------------------------------two-------------------------*/
.card-management_2 {
    float: left;
    padding: 2%;
    width: 46%;
    border: 1px #CCCCCC solid;
    min-height: 350px;

}

.card-management_2:nth-child(1n+0) {
    margin: 1%;
}

.card-title-management_2 {
    font-size: 18px;
    color: blue;
}

/*------------------------------three---------------------------*/
.card-management_3 {
    float: left;
    padding: 2%;
    width: 30%;
    border: 1px #CCCCCC solid;
    min-height: 350px;

}

.card-management_3:nth-child(1n+0) {
    margin: 1%;
}

.card-title-management_3 {
    font-size: 18px;
    color: blue;
}

.IR {
    padding: 20% 0% 0% 30%;
    width: 100%;

}

/*CALENDAR*/
ul {
    list-style-type: none;
}

.monthx {
    padding: 50px 25px;
    width: 100%;
    background: #16A05D;
    text-align: center;
    border-radius: 4px;
}

.monthx ul {
    margin: 0;
    padding: 0;
}

.monthx ul li {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.monthx .prev {
    float: left;
    padding-top: 10px;
}

.monthx .next {
    float: right;
    padding-top: 10px;
}

.weekdays {
    margin: 0;
    padding: 10px 0;
    background-color: #ddd;
}

.weekdays li {
    display: inline-block;
    width: 13.6%;
    color: #000;
    text-align: center;
}

.days {
    padding: 10px 0;
    background: #eee;
    margin: 0;
}

.days li {
    list-style-type: none;
    display: inline-block;
    width: 13.6%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
    color: #000;
    cursor: hand;
}

.days li .active {
    padding: 5px;
    background: #1abc9c;
    color: white !important
}

/* Full-width input fields */
input[type=text], input[type=password] {
    width: 100%;
    padding: 3px 5px;
    margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Extra styles for the cancel button */
.submitbtn {
    width: auto;
    padding: 10px 18px;
}

.container-login {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal_login {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    padding-top: 80px;
    background-color: transparent;
}

/* Modal Content/Box */
.modal-content-login {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 25%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close_login {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close_login:hover,
.close_login:focus {
    color: red;
    cursor: pointer;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}



.news_title {
    font-size: 20px;
    text-align: left;
}

.news_short {
    font-size: 14px;
    text-align: left;
}

.news_date {
    font-size: 12px;
    text-align: right;
}

.news_title, .news_short {
    line-height: .75;
}

.more &gt; a:hover {
    color: red;
    text-decoration: none;
}

.client_list {
    float: left;
    padding: 3%;
    width: 33.33333%;
    min-height: 90px;
    word-wrap: break-word;

}

.client_list &gt; img {
    width: 100%;
    height: 90px;
}

.client_list &gt; .txt {
    width: 100%;
    border: 1px #2B2D85 solid;
    border-radius: 2px;
    padding: 4px;
    min-height: 90px;
}

.download-btn {
    border: none;
    color: white;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 20px;
}

/* Darker background on mouse-over */
.download-btn:hover {
    background-color: RoyalBlue;
}

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 8px;
    transition: all 0.3s ease;
    color: white;
    font-size: 14px;
}

.icon-bar a:hover {
    border: 1px #ffffff solid;
}

.facebook {
    background: #3B5998;
    color: white;
    border: 1px #3B5998 solid;
}

.twitter {
    background: #55ACEE;
    color: white;
    border: 1px #55ACEE solid;
}

.google {
    background: #dd4b39;
    color: white;
    border: 1px #dd4b39 solid;
}

.linkedin {
    background: #007bb5;
    color: white;
    border: 1px #007bb5 solid;
}

.youtube {
    background: #bb0000;
    color: white;
    border: 1px #bb0000 solid;
}

.content {
    margin-left: 75px;
    font-size: 30px;
}

/* Fixed sidenav, full height */
.sidenav {
    height: 100%;
    width: 200px;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 20px;
    display: none;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
    color: #f1f1f1;
}

/* Main content */
.main {
    margin-left: 200px; /* Same as the width of the sidenav */
    font-size: 20px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
    background-color: none;
    color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-left: 4px;
    font-size: 14px;
    margin-top: 3px;
}

.coupon_promo {
    border: 5px dotted #bbb !important; /* Dotted border */
    width: 80%;
    border-radius: 15px; /* Rounded border */
    margin: 0 auto; /* Center the coupon */
    margin-bottom: 20px;

}

.coupon_promo h5 {
    text-align: center;
    font-size: 14px;
}

.container_promo {
    padding: 2px 10px;
    background-color: #f1f1f1;

}

.promo_category {
    font-size: 24px;
    color: #007F3D;
    text-align: center;
    font-weight: bold;
}

.promo_month {
    font-size: 18px;
    color: blue;
    text-align: center;
    font-weight: bold;
}

.promo_branch {
    font-size: 16px;
    color: blue;
    text-align: left;
    font-weight: bold;
}

.promo_name {
    font-size: 14px;
    color: #000;
    text-align: left;
    font-weight: bold;
}

.promo {
    background: #ccc;
    padding: 3px;
}

.expire {
    color: red;
}

.tb_about_us {
    width: 100%;
    border: none;
    collapse: 0px;
    font-size: 16px;
}

.col2, .col4 {
    text-align: left;
    padding-left: 2%;
    color: black;
    font-size: 16px;
    word-wrap: break-word;
}

.scol4 {
    text-align: left;
    padding-left: 2%;
}

.scol2 {
    text-align: left;
    padding-left: 10%;

}

.scol2, .scol4 {
    font-size: 14px;
    color: black;
    word-wrap: break-word;
}

.col1, .col3 {
    color: black;
    font-size: 16px;
}

.grade_col4 {
    font-size: 18px;
    color: red;
    text-align: left;
    padding-left: 2%;
    font-weight: bold;
    word-wrap: break-word;
}

.com_col4 {
    font-size: 18px;
    color: #007F3D;
    text-align: left;
    padding-left: 2%;
    font-weight: bold;
    word-wrap: break-word;
}

#mission_vision &gt; h3 {
    color: #2E3092;
    text-align: left;
    font-weight: bolder;
    letter-spacing: normal;
    font-family: &quot;Arial Black&quot;;
    text-transform: uppercase;
}



#mission_vision &gt; .mission, .vision, .values, .ul_values, .belief {
    color: #000;
    text-align:justify;
    font-weight: bolder;
    letter-spacing: normal;
    font-family:Arial;
    font-size: 16px;
	
    
}

#mission_vision &gt;.mission&gt;p {
position: relative;
padding-left:20px;
}


#mission_vision &gt;.mission&gt;p::before {
 content: &quot;f0a9&quot;;
 font-family: FontAwesome;
 font-style: normal;
 font-weight: normal;
 text-decoration: inherit;
/*--adjust as necessary--*/
 color: #007F3D;
 font-size: 16px;
 padding-right: 0px;
 position: absolute;
 top: 0px;
 left: 2px;
}



#mission_vision &gt;.ul_values&gt;table th {
    color: #1FA750;
    text-align:justify;
    font-weight: bolder;
    letter-spacing: normal;

}

#mission_vision &gt;.ul_values&gt;table td {
    color: #000;
    text-align:justify;
    font-weight: normal;
    letter-spacing: normal;
    padding-left:4px;

}



.p-header{font-size:16px;font-weight: bold;color:#2E3092;}

.p-body{font-size:15px;font-weight: normal;color:#000;}



.img-gallery {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 100% !important;
    min-height:250px;
    max-height:250px;
}




#productService &gt; .product_p {
    color: #000;
    text-align:justify;
    font-weight: bolder;
    letter-spacing: normal;
    font-family:Arial;
    font-size: 16px;
   padding-left:15%;
	
    
}



#productService&gt;h5 {
    color: #2E3092;
    text-align: left;
    font-weight: bolder;
    letter-spacing: normal;
    font-family: &quot;Arial Black&quot;;
    text-transform: uppercase;
    margin: 0px 0px 4px 0px !important;
}


#productService&gt;.product_p&gt;p {
position: relative;
padding-left:3%;
}


#productService &gt;.product_p&gt;p::before {
 content: &quot;f0a9&quot;;
 font-family: FontAwesome;
 font-style: normal;
 font-weight: normal;
 text-decoration: inherit;
/*--adjust as necessary--*/
 color: #007F3D;
 font-size: 16px;
 padding-right: 0px;
 position: absolute;
 top: 0px;
 left: 2px;
}
&quot; &gt;&quot; &gt;&quot; &gt;



/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
 h2 {
        font-size:11px;
    }

}


















