/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-nav-main li{padding:0px 5px;}
.header-bottom-nav li{padding: 0px 13px !important;}
.right-bar-home .col-inner .section-title-container{
    margin-bottom: 0px;
}
.right-bar-home .col-inner .section-title-container h3{
    padding-top: 5px;
}
.right-bar-home .col-inner .section-title-container .section-title-main{
     border-bottom: 2px solid #00918C;
}
.right-bar-home .col-inner .section-title-container a{
     font-weight:400;
	font-size: 14px;
}
.right-bar-home .col-inner .section-title-container .row .post-item{
    padding:1px 0px;
}
.viettel-title-cap-da-nang{padding:0px}
.viettel-title-cap-da-nang .col-inner .section-title-container{
    margin-bottom: 0px;
}
.row-rice-internet-style1 .col th, td{
	font-size: 16px;
}
.viettel-columns-style .col-inner  {
    background-color: #00918C;
    min-height: 410px;
	transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;

}.viettel-columns-style .col-inner .box-text .box-text-inner a:hover {
   	color: #ffffff;
}
.viettel-columns-style .col-inner:hover {
    background-color: #ED6F24;
	transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.right-bar-home .post-item .text-left{padding: 11px 10px !important;}
.class-row-fancy-box .viettel-columns-style .text-center p {color: #ffffff;}
.class-row-fancy-box .viettel-columns-style .text-center h4 a {color: #ffffff;}
..viettel-hover-before-images .col-inner .img-inner{position: relative;}
.viettel-hover-before-images .col-inner .img-inner:before{content: "";
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background-color: red;
    height: 0;
    width: 0;
	transition: 0.3s;
}
.viettel-hover-before-images .col-inner .img-inner:before:hover:before {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}